The workspace was not updating due to a conflict with the command line
svn vs eclipse. Anyone found a 1.4 svn client for rhel4?
Scott M Stark wrote:
The trunk is still not building due to these missing injection
classes:
/home/svn/JBossHead/jboss-head/ejb3/src/main/org/jboss/injection/WebServiceRefInjector.java:65:
cannot find symbol
symbol : variable WebServiceRefDeployer
location: class org.jboss.injection.WebServiceRefInjector
WebServiceRefDeployer.setupWebServiceRef(ctx, name, refType,
wsref, getAdaptedServiceRef());
^
/home/svn/JBossHead/jboss-head/ejb3/src/main/org/jboss/injection/WebServiceRefInjector.java:76:
package org.jboss.ws.jaxws.injection does not exist
org.jboss.ws.jaxws.injection.ServiceRef newRef = new
org.jboss.ws.jaxws.injection.ServiceRef();
^
/home/svn/JBossHead/jboss-head/ejb3/src/main/org/jboss/injection/WebServiceRefInjector.java:76:
package org.jboss.ws.jaxws.injection does not exist
org.jboss.ws.jaxws.injection.ServiceRef newRef = new
org.jboss.ws.jaxws.injection.ServiceRef();
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 errors
I can't find them anywhere in the jbossws snapshot.