I create a Remote Stateless session Bean with the following simple code
And Class Implementation is :
And I wrote a
Java SE Client as follows:
I added HelloBean Project in library and gf-client.jar from glassfish modules. When I run this I get :
Nov 9, 2011 8:02:58 AM com.sun.enterprise.transaction.JavaEETransactionManagerSimplified initDelegates
INFO: Using com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate as the delegate
and it keeps running infinitely
Can anyone help?