[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread urisherman
Thanks a lot! Very helpfull. If I may make a suggestion about the documentation - Indeed when I took another look I saw in the docs references to JGroups, the thing is, the reference appears in the preface. When a new user that doesn't know what JGroups is just reads through the docs for the fir

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread urisherman
One more thing - Do you have any comments regarding the fact that the cache will be used from within the context of an ejb container? That is, thread management and network IO isn't exactly "ideal" to be done from an ejb, and is kind of "forbidden" by the spec I'll appreciate any comments,

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread urisherman
> You're not *deploying* the cache from an EJB, right? What do you mean by "*deploying*"? Creating it and starting it? Lets say I won't do that from an EJB, that's not the issue. > It should be a separate deployment, either standalone or packaged with > the ejb jar(s) in an ear or a sar. It won

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-23 Thread urisherman
anonymous wrote : Having a couple jars in lib doesn't mean we provide a cache service. It means we provide classes you can use to deploy a cache service by deploying a -service.xml file. Deploying a -service.xml file? We are using WLS9.2/WLS8.1 not JBoss. anonymous wrote : Async replicatio

[jboss-user] [JBossCache] - Error starting cache with TCP and TCPPING

2006-11-23 Thread urisherman
Hi, I tried running a simple program using JBossCache (both from a standalone on windows and in WLS8.1 on linux, so the environment probably isn't the issue), after I changed the configuration to use TCP and TCPPING unicasting rather than UDP and multicasting. I took the new configuration from

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-26 Thread urisherman
Hi, I got tcp.xml from JGroups distros, this is my configuration now - But it still doesn't work. I'm kind of lost here..

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-26 Thread urisherman
anonymous wrote : If you have the full stack trace, JGroups should spit out the reason why you cannot create the stack. That's what you'd think, but no. all I got was that error message I posted. Anyway, I realized the distro's version I downloaded might be incompatible with the one jbossc

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-29 Thread urisherman
I also get this error when trying to remove a cache entry (using the example given at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic ) - This is the code: Node n = cache.get( node ); | | // for some reason, calling n.remove( name ) only removes the object | // in a local

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-29 Thread urisherman
Sure were, I didn't notice them cause I had a logging porblem. Anyway, it was a couple of jars I was missing (they're not mentioned at the http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic page). Anyway, I got it sorted out and it seems to be working now. I still get some errors at

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-29 Thread urisherman
There are no techinques described there, but anyway, as I wrote in my previous posts I do not want to deploy (create and start) the cache from within an EJB, but I will access it and manipulate it's contents. I was asking about the implication of this since the underlaying implementation might b

[jboss-user] [JBossCache] - Re: Error starting cache with TCP and TCPPING

2006-11-29 Thread urisherman
Why would it try to bind to a mcast address? I didn't define any - anonymous wrote : | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989764#3989764 Reply to the post : http