Have you set up your JBoss and J2EE environment variables???



Simon Moses,
65 Hillview Pde,
Ashmore, QLD, 4214.
PHONE:  07 55974088
MOBILE: 0419 171348
FAX:    07 55974091
EMAIL:  [EMAIL PROTECTED]






-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of hnorris
Sent: Thursday, 21 June 2001 1:49 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Help! Petstore build problems!


Hello -

I'm getting a number of build errors from Petstore after installing the
JBoss patch - please see transcript below. I was able to build Petstore
prior to the JBoss patch, but now a number of org.jboss.security class files
seems 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.  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

TRANSCRIPT OF BUILD FAILURE:

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-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


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

Reply via email to