Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread gelo1234
Hi Fawzib, Looks like you are trying to deploy spectron.war as an OSGi bundle/application, so you need OSGi-compatible META-INF/MANIFEST file in every .jar Greetings, Greg 2013/3/8 Fawzib Rojas f_ro...@spectron-msim.com Anyone tried running a cocoon 2.2 webapp (war) in JBoss 7? I have run a

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread Fawzib Rojas
In every jar in the war archive? I hope not. Maybe another question: I'm putting the war in the standalone/deployments directory so it gets autodeployed. Is there a way to deploy in Jboss and tell it It is a war, not osgi bundle? On 3/8/2013 2:29 PM, gelo1234 wrote: Hi Fawzib, Looks like

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread gelo1234
In every jar file :) But I don't think that such procedure will make your app work. Apparently its not OSGi app :) It looks to me that your jBoss is starting up in default OSGi mode or is treating your war file as an OSGi bundle. You can fix this: 1. either by removing OSGI-specific info in