After a couple of days of work, I am at a point where
in JBoss and Tomcat are running integrated and the
EJB's load fine for the PetStore example. I now see
the following error -
java.lang.NoClassDefFoundError:
com/sun/enterprise/security/LoginException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at com.sun.estore.control.web.RequestProcessor
.init(RequestProcessor.java:87)
This is because of the J2eeSecurityAdapter class that
is specified in the web.xml file. The class was in
j2ee.jar in the sun RI (which is not in the
classpath). Where can i find an adapter for the JBoss
implementation? or should the tag
"securityAdapterClassName" be changed for the PetStore
example to work.
Thanks a lot,
Madhu
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]