[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
Ah right. This was fixed by Sergey today in TRUNK and will be in 1.4.0.CR1 out in a few days. http://jira.jboss.com/jira/browse/JBMESSAGING-1008 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060193#4060193 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
Not sure what you mean by disappears? Does the xml file in which you describe your topic disappear? Or maybe you're saying the topic doesn't deploy even though it's in the xml? Can you post step by step instructions to replicate? Thanks. View the original post :

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
i can start and stop my server with just the topic deployed and everything is fine. every time i restart my topic is still in the jndi tree. however, as soon as i deploy an ear with an mdb that uses the topic, the topic will disappear from the jndi tree on a restart. also, when i look in the

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
jgilbert wrote : | this same ear worked fine on 4.0.5 with 1.0.1.SP5 The same ear won't work in 1.3.0. 1.0.1 required a scoped deployment, but 1.3.0 does not allow scoped deployments. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=405#405 Reply to

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
i'm not sure i follow. if you are talking about the classpath my ear is not scoped. i have not specified a loader-repository in the jboss-app.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060172#4060172 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
I find in situations like this a process of elimination works well. Have a look at the ejb3 example in the distro. First verify that it works for you. Then have a look at the differences between that and your application. Eliminate the differences one by one. At some point it will start

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
Also check you're not including messaging-client.jar or any other messaging or remoting jars in your ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060176#4060176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060176

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
found it! i have been using dots (.) in my subscriptionNames and clientIds. MessageQueueNameHelper now relies on dot as a delimiter. so i removed my dots and all is well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060191#4060191 Reply to the post :