2 Replies Latest reply on May 6, 2005 1:32 PM by gdaswani

    Websphere 5.1 and Jboss-Cache, does not work.

      Has anybody here used Jboss-Cache w/ Websphere App Server 5.1 and registering it via JNDI through a CustomService?

      It seems that the JMX classes that IBM released with WAS 5.1 are sealed, hence jboss-cache cannot be used w/ it (one will get java.management sealing-exceptions).

      Has anybody else gotten around this problem?


        • 1. Re: Websphere 5.1 and Jboss-Cache, does not work.
          belaban

          What if you put the relevant JMX libs from JBoss into the *ext* directory or the JDK ? Maybe that helps ... ?

          • 2. Re: Websphere 5.1 and Jboss-Cache, does not work.

            I'll try that out, in the meantime - I just unjar'd the xmlc.jar package, unsealed it, then stuck in back in the AppServer/lib directory..

            In anothe rnote, I start up the TreeCache via a CustomService (similar to the weblogic example) - the only problem is one can't bind it to JNDI (WebSphere only allows Serializable Objects to be bound). Instead, I had to go with a singleton approach. I was wondering how others did it..

            Thanks,
            G