Re: Properties - on and on

2006-09-06 Thread Carsten Ziegeler
Leszek Gawron wrote: My kid interrupted me in the middle of commits. Just commited that to core. I am sorry for inconvinience. No problem. Hmm I seem to removed the properties at 5pm. The power of distraction. I have also removed cocoon-core-sitemap.xmap from cocoon-webapp - seems

Re: Properties - on and on

2006-09-06 Thread Leszek Gawron
Carsten Ziegeler wrote: Leszek Gawron wrote: My kid interrupted me in the middle of commits. Just commited that to core. I am sorry for inconvinience. No problem. Hmm I seem to removed the properties at 5pm. The power of distraction. I have also removed cocoon-core-sitemap.xmap from

resources loading in cocoon:deploy

2006-09-06 Thread Rice Yeh
Hi, The match setting in the sitemate generated by cocoon:deploy is now !-- resources of block jars -- map:match pattern=/_cocoon/resources/*/** map:read src="" /map:match . However, since resources are read from classpath, blocks are not considered here. So the setting should be changed to !--

Re: resources loading in cocoon:deploy

2006-09-06 Thread Leszek Gawron
Rice Yeh wrote: Hi, The match setting in the sitemate generated by cocoon:deploy is now !-- resources of block jars -- map:match pattern=/_cocoon/resources/*/** map:read src=resource://org/apache/cocoon/{1}/resources/{2}/ /map:match . However, since resources are

Re: Properties - on and on

2006-09-06 Thread Carsten Ziegeler
Leszek Gawron wrote: tricky question: which is the second one if both .xconfs reside in same directory ? :) :) I'm not sure but I think I have added the code to apply them in alphabetical order; but I'll check that, too. Carsten -- Carsten Ziegeler - Open Source Group, SN AG

[jira] Created: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Lars Trieloff (JIRA)
cocoon deployer fails when deploying cocoon-core Key: COCOON-1910 URL: http://issues.apache.org/jira/browse/COCOON-1910 Project: Cocoon Issue Type: Bug Components: - Build System:

[jira] Assigned: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Leszek Gawron (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=all ] Leszek Gawron reassigned COCOON-1910: - Assignee: Leszek Gawron cocoon deployer fails when deploying cocoon-core Key:

[jira] Commented: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Leszek Gawron (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=comments#action_12432811 ] Leszek Gawron commented on COCOON-1910: --- I probably know what causes the problem: cocoon:deploy plugin flattens properties structure.

[jira] Commented: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Lars Trieloff (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=comments#action_12432813 ] Lars Trieloff commented on COCOON-1910: --- This is correct. I've just stepped through the deployment process and the problem is that core.properties and

[jira] Commented: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Leszek Gawron (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=comments#action_12432817 ] Leszek Gawron commented on COCOON-1910: --- I'm looking into it right now. cocoon deployer fails when deploying cocoon-core

[jira] Commented: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Leszek Gawron (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=comments#action_12432823 ] Leszek Gawron commented on COCOON-1910: --- Fixed with a hacky trick. I'll refactor SingleFileDeployer a little bit later. cocoon deployer fails when

[jira] Commented: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Lars Trieloff (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=comments#action_12432826 ] Lars Trieloff commented on COCOON-1910: --- Thank you. It works now. cocoon deployer fails when deploying cocoon-core

RE: [GT2006] REMINDER: Request for Papers, deadline tomorrownight!

2006-09-06 Thread Arje Cahn
...Please send in your proposals for talks before tomorrownight.. Did you actively invite the Lenya and Forrest guys as well? It might be nice to have some contribution from them. Whoops.. You're right - although I did sent them all other messages, I'd forgotten about this one.. Will do it

Suggestionlist not working in current svn

2006-09-06 Thread Carsten Ziegeler
Hi, the suggestionlist is not working in latest svn (2.1.x). Is this a known problem? Carsten -- Carsten Ziegeler - Open Source Group, SN AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/

Apples + spring = cannot find beans (AvalonServiceManager exception)

2006-09-06 Thread Leszek Gawron
I have a development block that has a following application context defined at COB-INF/config/spring/: beans bean id=fetchDiscount class=com.mobilebox.mkupon.apples.FetchDiscountApple autowire=byName property name=sourceResolver ref=org.apache.excalibur.source.SourceResolver/ /bean

[jira] Subscription: COCOON-open-with-patch

2006-09-06 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (87 issues) Subscriber: cocoon Key Summary COCOON-1908 Add query support to JCR source factory http://issues.apache.org/jira/browse/COCOON-1908 COCOON-1906 [PATCH] simple-xml binding does not work with non file sources

Re: Apples + spring = cannot find beans (AvalonServiceManager exception)

2006-09-06 Thread Carsten Ziegeler
Leszek Gawron wrote: Now I am using service-apples which for map:call function=fetchDiscount/ performs a call serviceManager.lookup( fetchDiscount ) Now I see that 'fetchDiscount' bean is shown in cocoon log (pre-instantiating singletons yada yada yada) but I get the exception

[jira] Closed: (COCOON-1910) cocoon deployer fails when deploying cocoon-core

2006-09-06 Thread Leszek Gawron (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1910?page=all ] Leszek Gawron closed COCOON-1910. - Resolution: Fixed cocoon deployer fails when deploying cocoon-core Key: COCOON-1910

Re: Apples + spring = cannot find beans (AvalonServiceManager exception)

2006-09-06 Thread Leszek Gawron
Carsten Ziegeler wrote: Leszek Gawron wrote: Now I am using service-apples which for map:call function=fetchDiscount/ performs a call serviceManager.lookup( fetchDiscount ) Now I see that 'fetchDiscount' bean is shown in cocoon log (pre-instantiating singletons yada yada yada) but I get the

Re: Suggestionlist not working in current svn

2006-09-06 Thread Antonio Gallardo
Carsten Ziegeler escribió: Hi, the suggestionlist is not working in latest svn (2.1.x). Is this a known problem? Carsten I would say yes. I didn't recall to see it working in 2.1.9. Best Regards, Antonio Gallardo.

Re: Apples + spring = cannot find beans (AvalonServiceManager exception)

2006-09-06 Thread Carsten Ziegeler
Leszek Gawron wrote: Is it possible to redefine the apples processor at subsitemap level? Would it work then? This depends :) I don't know that much about apples, but in general this should work. Of course it requires that all components which need to access the subsitemap components have to be

[2.2] Allowing redefinition of components

2006-09-06 Thread Carsten Ziegeler
Currently it is possible to define a component for a role more than once. While this at first might look like in error, I think it's an essential feature :) We already ship Cocoon with all required components predefined in our xconf files. You can customize these predefinitions by using properties

[jira] Commented: (COCOON-1686) [PATCH] COCOON-1671 Form not binding when prefix in binding definition is unequal to that in the instance data for the same namespace.

2006-09-06 Thread Wadim Kruse (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1686?page=comments#action_12432991 ] Wadim Kruse commented on COCOON-1686: - I've applied it for cocoon 2.1.10-dev. The patch works. Thanks! [PATCH] COCOON-1671 Form not binding when prefix in