Cocoon 2.2 + Glassfish 3.1

2011-03-14 Thread Fawzib Rojas
I'm trying to deploy a cocoon 2.2 app to Glassfish 3.1 but it's not 
working, the app deploys on Geronimo 2.2. Anyone has a sample (or is 
using) Glassfish with Cocoon 2.2? The error I'm getting in Glassfish is:


SEVERE: Exception while loading the app : 
java.lang.IllegalStateException: ContainerBase.addChild: start: 
org.apache.catalina.LifecycleException: 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'com.spectron.website.webapp-home.service': Cannot 
resolve reference to bean 'com.spectron.website.webapp-logger.service' 
while setting bean property 'connections' with key [TypedStringValue: 
value [loggerBlock], target type [null]]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'com.spectron.website.webapp-logger.service': Invocation 
of init method failed; nested exception is 
java.net.MalformedURLException: Could not resolve 
blockcontext:/webapp-logger/ due to java.net.MalformedURLException: 
Unknown block name webapp-logger in block context uri 
blockcontext:/webapp-logger/



-
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org



Re: sitemap

2011-03-14 Thread Gabriel Gruber
> I did use Dojo 1.2 and also 1.3 with cocoon 2.2. I do not see the 
> need of any Dojo specific classes on the server side, in particular 
> if you only return JSON or XML to the client (the REST way). One can
> generate Dojo specific HTML forms using a XSL stylesheet from cocoon
> 2.* generated HTML forms. I've done this for all Dojo/cocoon-based 
> applications. This would simply represent an extra step in the 
> pipeline. I now use Dojo 1.5 (for a REST-like application).

hmm, very nice.

Did you also use CForms with Dojo 1.5???

We are heavily using CForms and thats the reason why we are stuck to dojo 
0.4.x at the moment...

cheers,

gabriel