Hi,
Currently we have an exception when starting up GateIn beta05 ( trunk ) in Tomcat only. Unfortunately, I have downloaded to try the released GateIn beta04 tomcat binaries which is published http://sourceforge.net/projects/jboss/files/GateIn/Portal/3.0.0-Beta04/ and i have got the same problem.
In the log, it say that there are missing classes of WRSP integration like following :
java.lang.ClassNotFoundException: org.gatein.portal.wsrp.ExoKernelIntegration
at java.lang.ClassLoader.findClass(ClassLoader.java:437)
at java.lang.ClassLoader.loadClass(ClassLoader.java:315)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
Yes, we can realize the miss of WRSP artifacts when deploying GateIn with Tomcat. indeed, we have deactivated the WSRP deployment on Tomcat for more than two months ago GTNPORTAL-32.
i have tried to remove the following two lines in the Tomcat.js file in the gatein/tools/packager project and the Tomcat has worked properly for me
//GTNPORTAL-32 No WSRP on tomcat yet
product.removeDependency(new Project("org.exoplatform.portal", "exo.portal.component.wsrp", "jar", product.serverPluginVersion ));
product.removeDependencyByGroupId("org.gatein.wsrp");
so should it be activated back ?
--
Tran The Trong
eXo Platform SAS