[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-02-13 Thread manik.surt...@jboss.com
A workaround was introduced in 3.0.2.GA : JBCACHE-1465 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209843#4209843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209843 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-02-12 Thread setatum
I've noticed the same problem. I'm running JBC 3.0.0-GA under WebLogic 9.2, Sun JDK 1.5.0_10. What I've found is that this only happens when I set CacheMode to LOCAL. If I use REPL_SYNC or REPL_ASYNC, then it starts up fine. Below is my config file, FWIW: | | | | |

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-19 Thread manik.surt...@jboss.com
This is odd, I have started an "all" instance of JBoss AS 5 (Sun JDK 6, Fedora 10) and the JBC MBeans register just fine and I can see them in the JMX console. And this includes the : and , characters. I even see other MBeans (e.g., JBoss Messaging queues, etc) that use these characters and re

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-16 Thread ipeel
I'm running this in linux, jdk6, as 5.0.0.GA and jboscache 3.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202531#4202531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202531 __

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-15 Thread manik.surt...@jboss.com
What environment is this in? E.g., app server, etc? Specifically, the MBean server impl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202293#4202293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202293 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-15 Thread ipeel
"genman" As an aside, probably JBoss should escape that character.[/quote wrote : | | I'm looking at the source code right now and it doesn't seem to be escaping anything. I can get around the ':' appearing in the object name but it then adds a ',' which will end up throwing the same excep

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-15 Thread ipeel
my cache config is this http://www.w3.org/2001/XMLSchema-instance"; xmlns="urn:jboss:jbosscache-core:config:3.0"> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202286#4202286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-15 Thread genman
What's in your cache-config.xml file? As an aside, probably JBoss should escape that character. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202284#4202284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202284 __