I have done all the necessary changes to the files..
\server\default\deploy\jms\jms-ds.xml
I am using jboss4.2.2.GA and at loss at what would be happening.
When I see the JNDI tree for the server it has only these lines in the global JNDI namespace
Peter, Thanks for the reply.
I am using jboss MQ. I do have problems with my MDBs I guess because of the jndi lookup not happening.Here is the trace
Also in the startup of server I get this error
I guess there are some tables not present that the MQ service is trying to access. I guess I might have to configure them in the jbossmq-service.xml but not sure and also not sure how.
I am quite new to jboss
I managed to resolve the second exception where it was not able to create the tables. I am using the default datasource that jBoss uses for MQ and not my application datasource. I guess it uses this datasource for persistance of the MQ which would be the HS.
But I am still stuck at why am I getting the XAConnectionFactory not bound exception.