Gaurav (JIRA | 5 Oct 10:23
Picon
Favicon

[jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick


    [
https://issues.apache.org/jira/browse/COCOON-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762111#action_12762111
] 

Gaurav commented on COCOON-2269:
--------------------------------

Hi Thorsten

Thanks for the suggestion.

1. Yes i agree with you we can delete the comments no problem in that.

2. I will add the javadoc comment as soon as possible.

One more thing i would like to change the name of the reader from ImageMagickReader to JmagickReader.

Thanks & Regards
Gaurav

> JMagick ImageReader based ImageMagick
> -------------------------------------
>
>                 Key: COCOON-2269
>                 URL: https://issues.apache.org/jira/browse/COCOON-2269
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: * Cocoon Core
>    Affects Versions: 2.1.12-dev (Current SVN)
(Continue reading)

Thorsten Scherler | 5 Oct 13:19
Picon

cocoon 3 - adding new components

Hi all,

I had a chance to play around with cocoon 3 again since one of our
Apache Droids user (Bertil Chapuis) had sent me a patch where he wrote a
cocoon3 component "SolrConsumer" to interact between cocoon and solr.

This consumer is reusable for different usecases since it is based on
the simple solr schema (<docs><doc><field/></doc></docs>) which I tested
with a custom project that I am writing ATM. 

I would like to commit this consumer to the cocoon 3 repository pointing
out that the original patch is coming from Bertil. Is that alright with
everyone or do you prefer a patch?

BTW I as well have write access to cocoon3, right?

salu2
--

-- 
Thorsten Scherler <thorsten.at.apache.org>
Open Source Java <consulting, training and solutions>

Sociedad Andaluza para el Desarrollo de la Sociedad 
de la Información, S.A.U. (SADESI)

Reinhard Pötz | 5 Oct 13:44
Picon
Favicon

Re: cocoon 3 - adding new components

Thorsten Scherler wrote:
> Hi all,
> 
> I had a chance to play around with cocoon 3 again since one of our
> Apache Droids user (Bertil Chapuis) had sent me a patch where he wrote a
> cocoon3 component "SolrConsumer" to interact between cocoon and solr.
> 
> This consumer is reusable for different usecases since it is based on
> the simple solr schema (<docs><doc><field/></doc></docs>) which I tested
> with a custom project that I am writing ATM. 
> 
> I would like to commit this consumer to the cocoon 3 repository pointing
> out that the original patch is coming from Bertil. Is that alright with
> everyone or do you prefer a patch?

Bertil isn't mentioned on http://people.apache.org/~jim/committers.html
which means that he hasn't signed a ICLA yet. Before you commit his
patch he should either send his ICLA to the Apache secretary (preferred)
or alternatively he can create a Jira issue that contains his patch if
it's not too much code.

When you commit the code please add it to cocoon-optional (at least for
now).

> BTW I as well have write access to cocoon3, right?

yes

--

-- 
Reinhard Pötz                           Managing Director, {Indoqa} GmbH
(Continue reading)

Thorsten Scherler | 5 Oct 14:04
Picon

Re: cocoon 3 - adding new components

On Mon, 2009-10-05 at 13:44 +0200, Reinhard Pötz wrote:
> Thorsten Scherler wrote:
> > Hi all,
> > 
> > I had a chance to play around with cocoon 3 again since one of our
> > Apache Droids user (Bertil Chapuis) had sent me a patch where he wrote a
> > cocoon3 component "SolrConsumer" to interact between cocoon and solr.
> > 
> > This consumer is reusable for different usecases since it is based on
> > the simple solr schema (<docs><doc><field/></doc></docs>) which I tested
> > with a custom project that I am writing ATM. 
> > 
> > I would like to commit this consumer to the cocoon 3 repository pointing
> > out that the original patch is coming from Bertil. Is that alright with
> > everyone or do you prefer a patch?
> 
> Bertil isn't mentioned on http://people.apache.org/~jim/committers.html
> which means that he hasn't signed a ICLA yet. Before you commit his
> patch he should either send his ICLA to the Apache secretary (preferred)
> or alternatively he can create a Jira issue that contains his patch if
> it's not too much code.

Ok, I will talk to him. BTW till now we talk about one class (the
corresponding junit test need to be created). I agree that HE should
open the patch to keep the record clean (I have his written permission
where he allows me to include the component in any ASF project, but the
grant on jira is more transparent).

However there are actually as well two Producer that are pretty much
generic and worth another patch (InputStreamProducer and HTMLProducer).
(Continue reading)

Picon
Favicon

[jira] Created: (COCOON3-43) Provide a Consumer that interacts with solr

Provide a Consumer that interacts with solr
-------------------------------------------

                 Key: COCOON3-43
                 URL: https://issues.apache.org/jira/browse/COCOON3-43
             Project: Cocoon 3
          Issue Type: New Feature
          Components: cocoon-sax
            Reporter: Bertil Chapuis
            Assignee: Cocoon Developers Team

In solr, the org.apache.solr.handler.XMLLoader class allows to save xml documents in a solr index. In the
same way, cocoon could provides a SAXConsumer that lets save documents in a solr index. 

The input document should respect a structure as this one:

<docs>
<doc>
<field name="..." boost="...">...</field>
</doc>
...
</docs>

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Picon
Favicon

[jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick


    [
https://issues.apache.org/jira/browse/COCOON-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762403#action_12762403
] 

Thorsten Scherler commented on COCOON-2269:
-------------------------------------------

Perfect. Regarding the name change just update the patch. ;)

You can use the same name jira will take care of the versions.

> JMagick ImageReader based ImageMagick
> -------------------------------------
>
>                 Key: COCOON-2269
>                 URL: https://issues.apache.org/jira/browse/COCOON-2269
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: * Cocoon Core
>    Affects Versions: 2.1.12-dev (Current SVN)
>            Reporter: Gaurav
>             Fix For: 2.1.12-dev (Current SVN)
>
>         Attachments: patch.cocoon.imageMagickReader.txt
>
>
> JMagick is an open source Java interface of ImageMagick. It is implemented in the form of Java Native
Interface (JNI) into the ImageMagick API.
> JMagick does not attempt to make the ImageMagick API object-oriented. It is merely a thin interface layer
(Continue reading)

Mark Diggory (JIRA | 6 Oct 08:56
Picon
Favicon

[jira] Updated: (COCOON-2265) Cannot use cocoon-servlet-service-impl 1.2.0 because java.net.MalformedURLException: Could not resolve blockcontext:/...


     [
https://issues.apache.org/jira/browse/COCOON-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Diggory updated COCOON-2265:
---------------------------------

    Attachment: cocoon.log

Not a very good result when doing this, see the log attached

> Cannot use cocoon-servlet-service-impl 1.2.0 because java.net.MalformedURLException: Could not
resolve blockcontext:/...
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: COCOON-2265
>                 URL: https://issues.apache.org/jira/browse/COCOON-2265
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Servlet service framework
>    Affects Versions: 2.2, 2.2-dev (Current SVN)
>            Reporter: Mark Diggory
>         Attachments: cocoon.log, test.zip
>
>
> The following issue occurs with the blockcontext URL when trying to use cocoon-servlet-service-impl
1.2.0 and mounting a servlet using the default architype with this dependency added.  I am including an
example project for others to test this against.
> I am trying to replicate this in a test example is we are having sever difficulties using 1.2.0 and most
specifically using org.apache.cocoon.sitemap.SitemapServlet in our Cocoon project located here..,
(Continue reading)

Carsten Ziegeler | 7 Oct 09:40
Picon
Favicon

Re: Releasing serializers block

During the release process I get errors as these two dependencies are
missing.

    Path to dependency:
      	1) org.daisycms:daisy-maven-plugin:maven-plugin:1.0.0-alpha-2
      	2) org.apache.cocoon:cocoon-daisy-export-strategy:jar:1.0.0-SNAPSHOT

      Path to dependency:
      	1) org.daisycms:daisy-maven-plugin:maven-plugin:1.0.0-alpha-2
      	2) org.daisycms:daisy-java-adapter:jar:1.5.1.0-alpha-2
      	3) org.apache.avalon.framework:avalon-framework-api:jar:4.3

Any ideas?

Carsten
--

-- 
Carsten Ziegeler
cziegeler <at> apache.org

Picon
Favicon

[continuum] BUILD FAILURE: Cocoon - Apache Cocoon [build root] -

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=229785&projectId=51

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Wed 7 Oct 2009 01:50:08 -0700
  Finished at: Wed 7 Oct 2009 02:11:50 -0700
  Total time: 21m 42s
  Build Trigger: Schedule
  Build Number: 368
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)

  Builder version :
          Maven version: 2.0.9
          Java version: 1.5.0_12
          OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: "unix"

****************************************************************************
SCM Changes:
****************************************************************************
Changed: cziegeler @ Wed 7 Oct 2009 00:10:45 -0700
Comment: Correct xhtml mime type
Files changed:

(Continue reading)

Picon
Favicon

[jira] Updated: (COCOON3-43) Provide a Consumer that interacts with solr


     [
https://issues.apache.org/jira/browse/COCOON3-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertil Chapuis updated COCOON3-43:
----------------------------------

    Attachment: SolrConsumer.patch

The patch contains the SolrConsumer and its unit tests. Thank you to Thorsten Scherler for his comments,
feedbacks and changes.

> Provide a Consumer that interacts with solr
> -------------------------------------------
>
>                 Key: COCOON3-43
>                 URL: https://issues.apache.org/jira/browse/COCOON3-43
>             Project: Cocoon 3
>          Issue Type: New Feature
>          Components: cocoon-sax
>            Reporter: Bertil Chapuis
>            Assignee: Cocoon Developers Team
>         Attachments: SolrConsumer.patch
>
>
> In solr, the org.apache.solr.handler.XMLLoader class allows to save xml documents in a solr index. In
the same way, cocoon could provides a SAXConsumer that lets save documents in a solr index. 
> The input document should respect a structure as this one:
> <docs>
> <doc>
(Continue reading)


Gmane