0 Replies Latest reply on Dec 25, 2004 1:56 PM by fredatwork

    Help needed with JBossCache used inside JBoss

    fredatwork

      Hello,

      I cannot put an object into my TreeCacheAop from within JBoss. I get a ClassNoutFoundException with the following message
      No ClassLoaders found for: com.rubis.app.runtime.programs.SignalProgramCache

      My SignalProgramCache is deployed with an EJB jar inside an EAR file.; it should be found.

      When I wrap the SignalProgramCache inside a org.jboss.aop.util.MarshalledValue instance (as proposed by a post of this forum), the putObject() method succeeds. But then the getObject() method fails and I get a java.lang.StringIndexOutOfBoundsException (see recent post of mine).

      Can anybody help ?

      Fred