Re: Documentation System [was: Spring Configurator Docs]

2009-02-12 Thread Benjamin Boksa
I did some "documentation port" myself, but I have to admit it is not that easy, since something *may* indeed have changed in the passage... bottom line: you have to know a component's behaviour in both 2.1 and 2.2 before safely porting its doc. You're so right about that. It is a big job.

Re: Bug in Cocoon Spring Configurator 2.0 (!?)

2009-02-12 Thread Benjamin Boksa
Am 12.02.2009 um 14:29 schrieb Leszek Gawron: Benjamin Boksa wrote: Hi Leszek, thanks you very much for looking into my problem: I have run your test scenario. Please use the following statement: using classpath*: ensures that spring will scan all available jars for

Re: Bug in Cocoon Spring Configurator 2.0 (!?)

2009-02-12 Thread Benjamin Boksa
Hi Leszek, thanks you very much for looking into my problem: I have run your test scenario. Please use the following statement: using classpath*: ensures that spring will scan all available jars for that path and aggregate the results. That (scanning all jars

[jira] Updated: (COCOON-2250) Wrong error message in Element.java (jx:element)

2009-02-05 Thread Benjamin Boksa (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Boksa updated COCOON-2250: --- Attachment: Element.java.patch Correct Error Message. > Wrong error message

[jira] Created: (COCOON-2250) Wrong error message in Element.java (jx:element)

2009-02-05 Thread Benjamin Boksa (JIRA)
: Templating Affects Versions: 2.2-dev (Current SVN) Reporter: Benjamin Boksa Priority: Minor Fix For: 2.2-dev (Current SVN) the error-message says prefix 'namespace' instead of prefix 'uri', a patch that fixes that is attached. -- This mess

Re: Patch for NPE in ApplicationUtil (cocoon-auth-api)

2008-09-09 Thread Benjamin Boksa
Hi, today I ran into a NPE when using ApplicationUtil.isUserInRole(…), attached is a patch that allows the User instance passed to isUserInRole(…) to be null. Hope it is OK to submit a patch like that - if there is a better way to do it just let me know. Hi Benjamin, please file an issue in

[jira] Created: (COCOON-2243) NPE when calling ApplicationUtil.isUserInRole

2008-09-09 Thread Benjamin Boksa (JIRA)
Framework Affects Versions: 2.2, 2.2-dev (Current SVN) Reporter: Benjamin Boksa Priority: Minor Fix For: 2.2, 2.2-dev (Current SVN) Attachments: ApplicationUtil.java.patch A NullPointerException is thrown when calling ApplicationUtil.isUserInRole

[jira] Updated: (COCOON-2243) NPE when calling ApplicationUtil.isUserInRole

2008-09-09 Thread Benjamin Boksa (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Boksa updated COCOON-2243: --- Attachment: ApplicationUtil.java.patch Patch that should handle user == null when calling

Fwd: Patch for NPE in ApplicationUtil (cocoon-auth-api)

2008-09-09 Thread Benjamin Boksa
This time including the patch… ApplicationUtil.java.patch Description: Binary data Anfang der weitergeleiteten E-Mail: Von: Benjamin Boksa <[EMAIL PROTECTED]> Datum: 9. September 2008 12:20:29 MESZ An: dev@cocoon.apache.org Betreff: Patch for NPE in ApplicationUtil (cocoon-au

Patch for NPE in ApplicationUtil (cocoon-auth-api)

2008-09-09 Thread Benjamin Boksa
Hi, today I ran into a NPE when using ApplicationUtil.isUserInRole(…), attached is a patch that allows the User instance passed to isUserInRole(…) to be null. Hope it is OK to submit a patch like that - if there is a better way to do it just let me know. Best regards Benjamin