I am trying to deploy the "cart" application that comes with the
j2eetutorial  package from Sun (not the one
that comes with Orion) , and get the following error while deploying:

Auto-deploying cart (New server version detected)...
Auto-deploying cart-ejb.jar (No previous deployment found)...
CartHome_StatefulS
essionHomeWrapper1.java:29: class
com.evermind.server.ejb.StatefulSessionContext
 is an abstract class. It can't be instantiated.
StatefulSessionContext context = new StatefulSessionContext();
                                 ^
CartHome_StatefulSessionHomeWrapper1.java:92: class
com.evermind.server.ejb.Stat
efulSessionContext is an abstract class. It can't be instantiated.
StatefulSessionContext context = new StatefulSessionContext();
                                 ^

The same ear file deploys without any problem under the j2ee server.

Thanks,
Daniel G. Chandran
Reuters Online Solutions.


Reply via email to