[JBoss-user] [JBoss Messaging] - Re: Redeployed queue does not load messages from db

2006-06-24 Thread ashields
Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953172#3953172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953172 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quick

[JBoss-user] [JBoss Messaging] - Re: Redeployed queue does not load messages from db

2006-06-23 Thread ashields
These are persistent. They are getting stored - they reappear when I restart JBoss. It just doesn't seem to reload them if I redeploy the queue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952949#3952949 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss Messaging] - Redeployed queue does not load messages from db

2006-06-23 Thread ashields
I've noticed that if I hot redeploy a queue the messages are not reloaded from the database. The messages are re loaded if I restart jboss. Is this intentional? I tend to put queues in the same **-server.xml as the MBeans that use them so if ever I need to change configuration the whole lot g

[JBoss-user] [JBoss Messaging] - Re: ClassLoader issue on client

2006-06-23 Thread ashields
Sorry , I tried that first and got a different exception (but I didn't look closely enough at it - it was a simple security config issue) so I started reading and found some documentation that gave me the idea that maybe the part before loader should be the domain name of my MBean. Thanks for

[JBoss-user] [JBoss Messaging] - ClassLoader issue on client

2006-06-22 Thread ashields
I'm trying to post messages to a queue from an MBean service. When I call the send method I get the following exception: anonymous wrote : | java.lang.RuntimeException: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.server.container.SecurityAspect | at o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS PM cannot delete message

2005-11-17 Thread ashields
Thanks, now you point it out that seems quite likely View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907658#3907658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907658 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS PM cannot delete message

2005-11-11 Thread ashields
Occasionally the JDBC2 Persistence Manager throws the exception: org.jboss.mq.SpyMessageException: Could not delete the message from the database: delete affected 0 rows I've enabled trace level logging for the persistence manager, I can see the trace messages bracketing the insert as the mess

[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread ashields
Sorry this was all down to me being stupid I was doing password.toString() rather than new String(password), what I thought was an encrypted password was just the object reference Time for some alcohol I think Merry Christmas View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Security & JAAS/JBoss] - Re: password in custom LoginModule

2004-12-23 Thread ashields
here's my client | package client; | | import java.io.IOException; | import java.util.Hashtable; | import java.util.Properties; | | import javax.naming.InitialContext; | import javax.rmi.PortableRemoteObject; | import javax.security.auth.Subject; | import javax.security.auth

[JBoss-user] [Security & JAAS/JBoss] - password in custom LoginModule

2004-12-23 Thread ashields
I'm writing a custom login module, When I get the value from the password callback it appears to have been encrypted in some way. Is there any way I can get hold of what the user actually typed? I'm trying to compare the password with an existing value in a db that was encrypted with a simple

[JBoss-user] [Messaging, JMS & JBossMQ] - Closing a durable subscription connection

2004-07-23 Thread ashields
I have an MBean which set's up a durable subscription to a topic, when I redeploy the MBean I get an exception with the message anonymous wrote : | org.jboss.mq.SpyJMSException: Cannot get a client ID; - nested throwable: (javax.jms.JMSSecurityException: The login id has an assigned client id.