I would say the JORAM test is invalid.
setClientID() is supposed to throw an exception unless it is the first operation called on
the connection.
In your case, you are calling getClientID() first, so it is correct to throw an
exception:
See
http://java.sun.com/j2ee/1.4/docs/api/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055736#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...