I tried to look at this since I need to test performance and failover
with JBoss Cache and I need to have
org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl to be used
as implementation of ExoCacheFactory.
It seems that it's really curious but fix can be donne in file
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
by
- <type>org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
- </type>
+
<type>org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl</type>
Note: Maybe it will be good to fix it in eXo kernel so that it will call
"trim" on Strings with class names?
Matthew Wringe wrote:
FYI, I get the same error in the JBoss version of GateIn, its not
just a
Tomcat problem.
On Sat, 2010-02-27 at 20:22 +0700, Trong Tran wrote:
> Hi,
>
> In the last code of trunk, i have got the following exception while
> starting Tomcat but it does not prevent at runtime :
>
> java.lang.ClassNotFoundException:
> org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
>
> at java.lang.ClassLoader.findClass(ClassLoader.java:437)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:315)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
> at
> org.exoplatform.container.util.ContainerUtil.addComponents(ContainerUtil.java:153)
> at
> org.exoplatform.container.ExoContainer.initContainer(ExoContainer.java:125)
> at
>
org.exoplatform.container.RootContainer.createPortalContainer(RootContainer.java:331)
> at
>
org.exoplatform.container.RootContainer.registerPortalContainer(RootContainer.java:206)
>
>
> the question is that the
> org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl is
> purpose of using for Tomcat ? If not, i guess we could specify jboss
> profile for it
>
>
> --
> Tran The Trong
> eXo Platform SAS
> _______________________________________________
> gatein-dev mailing list
> gatein-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/gatein-dev
>
_______________________________________________
gatein-dev mailing list
gatein-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/gatein-dev