jboss's   error   is : 
javax.jms.JMSSecurityException: User: -1 is NOT authenticated

this is  jboss.xml:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.0//EN" "http://www.jboss.org/j2e
e/dtd/jboss_3_0.dtd">

    <enterprise-beans>
        
            <ejb-name>fmsdata</ejb-name>
            <jndi-name>fmsdata</jndi-name>
        
        <message-driven>
            <ejb-name>fmstimer</ejb-name>
            <destination-jndi-name>queue/fmsTimer</destination-jndi-name>
            <mdb-user>-1</mdb-user>
            <mdb-passwd>-1</mdb-passwd>
            <mdb-client-id>-1</mdb-client-id>
        </message-driven>
        <message-driven>
            <ejb-name>fmsopr</ejb-name>
            <destination-jndi-name>queue/fmsQueue</destination-jndi-name>
            <mdb-user>-1</mdb-user>
            <mdb-passwd>-1</mdb-passwd>
            <mdb-client-id>-1</mdb-client-id>
        </message-driven>
    </enterprise-beans>


The mdb-user is not configure right.
how to configure  the mdb-user?
thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953313#3953313

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953313

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to