Thanks for the answer about where to find the org.jboss.security classes. I
found them in jboss-jaas.jar and was able to build a patched Petstore
successfully.

Now I'm running to problems deploying the patched petstore.ear in JBoss
2.2.1 w/ Tomcat 3.2.1. I get this exception when starting JBoss:

[EmbeddedTomcat] Starting
[EmbeddedTomcat] Starting EmbeddedTomcat....
2001-05-01 05:09:36 - ContextManager: Adding context Ctx( /examples )
2001-05-01 05:09:36 - ContextManager: Adding context Ctx( /admin )
[EmbeddedTomcat] Starting tomcat. Check logs/tomcat.log for error messages
2001-05-01 05:09:36 - ContextManager: Adding context Ctx(  )
2001-05-01 05:09:36 - ContextManager: Adding context Ctx( /test )
[EmbeddedTomcat] java.lang.RuntimeException: JDBCRealm.start.readXml:
java.lang.ClassNotFoundException: COM.cloudscape.coreRmiJdbcDriver
[EmbeddedTomcat]        at
org.apache.tomcat.request.JDBCRealm.contextInit(JDBCRealm.java:436)

It can't find COM.cloudscape.coreRmiJdbcDriver. I think someone made a typo
b/c this should be COM.cloudscape.core.RmiJdbcDriver (note the period; core
is a package) which is available in cloudscape.jar. I searched the archives
and didn't see any mention of this. Can anyone confirm this?

-ryan

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to