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
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
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
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
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
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
---
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
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
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
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
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.
11 matches
Mail list logo