Hi,

I just got today's snapshot of the jboss cvs sources from
http://www.jboss.org/zip_archives/jboss-cvs.zip , built it and then
tried to rebuild the Petstore example, pathched with
www.jboss.org/newsite/documentation/petstore-1.1.1-patch.zip. against
this new jboss source tree to incorporate the JBossSecurityAdapter
class. This Petstore rebuild failed for lack of the following classes.

java:12: Class org.jboss.security.SecurityAssociation not found in
import.
import org.jboss.security.SecurityAssociation; 

java:13: Class org.jboss.security.SimplePrincipal not found in import.
import org.jboss.security.SimplePrincipal


It seems that the build.xml file provided with the petstore patch in 
jps1.1.1/src/petstore/src/build.xml needs to add
jbosssx-client.jar from jboss.home/client to its classpath in order to
reflect the recent changes in the jboss source tree with respect to the
security classes.

As a side note, the petstore documentation states:


"Running the Pet Store demo in JBoss currently requires that JBoss be
patched to support deployment of multiple Ejb's within an .ear file"  
However, it seems like this patch has already been incorporated into the
CVS tree, no ?

Chris



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to