Hello -

I'm getting a number of build errors from Petstore after installing the
Jboss patch - see transcript below. I was able to build Petstore prior to
the Jboss patch, but now a number of files seem to missing, or at least
missing from my classpath - I did an Ant echo to output my
petstore.classpath right before the build errors (see below).  All the build
problems (at least currently) are stemming from the file
JBossSecurityAdapter.java.  I fixed(?) at least one bug by adding
"exceptions" to the DuplicateAccountException import statement.  All of my
Jboss, Petstore, J2ee and J2skdee dirs are recent as of the last few weeks;
I'm also using the version of Ant bundled with Petstore and also JDK1.3.0.
Any ideas what's happening here?  Did I miss a step in the patch process
somewhere?  The JBoss site suggests looking at /docs/security.html in
Petstore, but no such file exists(!)   Thanks for any help or suggestions
you can offer!

- Holten

Executing Target: compile_classes
PETSTORE.CLASSPATH FROM JBOSS COMPILE_CLASSES TASK
...:../build/classes:
.../../components/mail/build/classes:
.../../components/shoppingcart/build/classes:
.../../components/inventory/build/classes:
.../../components/customer/build/classes:
.../../components/util/tracer/build/classes:
c:/j2sdkee1.2.1/lib/j2ee.jar:
c:/jboss-tomcat-2.2/jboss-2.2/bin/run.jar:
c:/jboss-tomcat-2.2/jboss-2.2/lib/ext/jboss.jar:
.../src/lib/parser.jar:
.../src/lib/jaxp.jar

Compiling 1 source files to
C:\dev\hnorris\sandbox\jps1.1.2-jboss\src\petstore\build\classes
C:\dev\hnorris\sandbox\jps1.1.2-jboss\src\petstore\src\com\sun\j2ee\blueprin
ts\petstore\util\JBossSecurityAdapter.java:15:
Class org.jboss.security.SecurityAssociation not found in import.
import org.jboss.security.SecurityAssociation;
       ^
C:\dev\hnorris\sandbox\jps1.1.2-jboss\src\petstore\src\com\sun\j2ee\blueprin
ts\petstore\util\JBossSecurityAdapter.java:16:
Class org.jboss.security.SimplePrincipal not found in import.
import org.jboss.security.SimplePrincipal;
       ^
C:\dev\hnorris\sandbox\jps1.1.2-jboss\src\petstore\src\com\sun\j2ee\blueprin
ts\petstore\util\JBossSecurityAdapter.java:27:
Interface com.sun.j2ee.blueprints.petstore.util.SecurityAdapter of class
com.sun.j2ee.blueprints.petstore.util.JBossSecurityAdapter not found.
public class JBossSecurityAdapter implements SecurityAdapter {


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

Reply via email to