Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-11 Thread Fawzib Rojas
Ok, commented the OSGI stuff out (shouldnt it check if it is an OSGI bundle before deploying as such?) and now is deploying but with a ton of Spring errors: 10:04:24,163 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] (MSC service thread 1-2) Cannot search for

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-11 Thread Fawzib Rojas
Looking around found out that the problem was fixed on a newer version of Spring, so I replaced the old version (2.51) with the latest one (3.21) but now I get 3 more errors. Im trying to connect 2 cocoon blocks com.spectron.website.webapp-logger.service and

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

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread Fawzib Rojas
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 mailto:f_ro...@spectron-msim.com Anyone tried running a cocoon 2.2 webapp (war) in JBoss 7

Re: Cocoon 2.2 WebApp in JBoss 7

2013-03-08 Thread gelo1234
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 simple cocoon 2.2 app (just says Cocoon 2.2 runs!) in Glassfish and Jetty8 but is giving me an error in JBoss 7.1.1 10:45:26,737 DEBUG