ravikanth reddy wrote:Hello Jonilie,
In your case 31099 is the JNP port.
$JBOSS_HOME/bin/shutdown.sh -s jnp://"$PKG_NAME":31099
It will properly stops the server.
Another thing that i observed was that in the error message, there is one additional property that gets printed.
java.naming.factory.url.pkgs=:com.ibm.ws.naming:com.ibm.ws.naming
Jayavardhan geepi wrote:But I want to know what is the provider URL? What will be there in that location?
Jayavardhan geepi wrote:(I came to know that, the value of "java.naming.factory.initial" property is the name of the class which implements the InitialContext).
Shayan Shah wrote:thanks. Problem solved by using @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW). but I have a question, is this ok??
second, "com.arjuna.ats.jta.allowMultipleLastResources" property is not present in conf/jbossts-properies.xml for jboss 5.1.0 in default server conf.