[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-09 Thread [EMAIL PROTECTED]
I saw you were able to attach the XML file though View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881038#3881038 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881038 ---

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-09 Thread gdaswani
Bela, I tried modifying the wiki page (and made sure I saved the changes) yet the modifications aren't showing up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880984#3880984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-09 Thread gdaswani
example - SYNC REPL cache.. | | | | | | | | | | | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | org.jboss.cache.GenericTran

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-09 Thread gdaswani
Okay, that reply didn't work - lol. unar the jmxc.jar that comes with WebSphere.. then modify it's META-INF/MANIFEST.MF change the attribute that states Sealed: true to Sealed: false then jar it back up as jmxc.jar then copy it to the $WAS_ROOT/lib dir (overwritting the original). View

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-09 Thread gdaswani
"neilkong" wrote : | You mean there should be different version of jmxc.jar? I checked mine and that's a sealed jmxc.jar. Shall I get some unsealed version from somewhere? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880974#3880974 Reply to the post :

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-09 Thread [EMAIL PROTECTED]
You can also use the GenericTransactionManagerLookup class, part of JBossCache, which probes for WS along the way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880883#3880883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread [EMAIL PROTECTED]
I created a wiki page for this: http://wiki.jboss.org/wiki/Wiki.jsp?page=WS. Could you guys do me a favor and update it as you find out how to run JBossCache in WebSphere ? Cheers, Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880859#3880859 Reply to

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
"gdaswani" wrote : I got it working on WebSphere 5.1.1 | | Here's a couple of things you need to do | | 3) Copy your TreeCache configuration file to $WAS_ROOT/classes directory | Can you show me your configuration file? I got confused with that what folder should I set for codebas

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
"gdaswani" wrote : "neilkong" wrote : | | anonymous wrote : | | | 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. | | | | | What's this step for? | | | | WebSphere will throw a SEALED EXCEPTION error as J

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
"neilkong" wrote : | anonymous wrote : | | 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. | | | What's this step for? | WebSphere will throw a SEALED EXCEPTION error as JBOSS-Cache has a dependency on some JMX classe

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
Transaction Manager Lookup - lifted off from Hibernate | import javax.transaction.TransactionManager; | | import org.apache.commons.logging.Log; | import org.apache.commons.logging.LogFactory; | import org.jboss.cache.TransactionManagerLookup; | | import com.esri.infoservices.j2e

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
"gdaswani" wrote : I got it working on WebSphere 5.1.1 | | Here's a couple of things you need to do | | 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. | What's this step for? "gdaswani" wrote : 4) Create a Custom Service

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
example Service | import java.util.Properties; | | import javax.management.Notification; | import javax.management.NotificationFilterSupport; | import javax.management.NotificationListener; | import javax.management.ObjectName; | import javax.naming.InitialContext; | import javax

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
I got it working on WebSphere 5.1.1 Here's a couple of things you need to do 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. 2) Copy the necessary TreeCache Libs on $WAS_ROOT/lib/ext directory 3) Copy your TreeCache configuration fi

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
sounds good. Any contribution will be welcome and appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880833#3880833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880833 -

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread [EMAIL PROTECTED]
We get this question a lot, and I know people are running JBossCache under WebSphere. It would be nice if someone who successfully has JBossCache running in WS, could put together a short list of steps to do this. This could e.g. be on the wiki. Cheers, View the original post : http://www.jb