-
Task
-
Resolution: Done
-
Blocker
-
JBossAS-5.0.0.Beta4
-
None
compile-classes:
[mkdir] Created dir: /home/hudson/.hudson/jobs/JBoss_EJB3_Plugin/workspace/trunk/ejb3/output/classes
[javac] Compiling 19 source files to /home/hudson/.hudson/jobs/JBoss_EJB3_Plugin/workspace/trunk/ejb3/output/classes
/home/hudson/.hudson/jobs/JBoss_EJB3_Plugin/workspace/trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java:34: cannot find symbol
symbol : class JaccHelper
location: package org.jboss.ejb3.security
import org.jboss.ejb3.security.JaccHelper;
^
/home/hudson/.hudson/jobs/JBoss_EJB3_Plugin/workspace/trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java:64: cannot find symbol
symbol : variable JaccHelper
location: class org.jboss.ejb3.deployers.Ejb3JBoss5Deployment
return JaccHelper.initialiseJacc(getJaccContextId());
^
/home/hudson/.hudson/jobs/JBoss_EJB3_Plugin/workspace/trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3JBoss5Deployment.java:71: cannot find symbol
symbol : variable JaccHelper
location: class org.jboss.ejb3.deployers.Ejb3JBoss5Deployment
JaccHelper.putJaccInService(pc, jbossUnit);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/hudson/.hudson/jobs/JBoss_EJB3_Plugin/workspace/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
BUILD FAILED
- is related to
-
EJBTHREE-1263 Remove JaccHelper
- Closed