Hide Forgot
Complexity: Low project_key: SOA It is not possible to deploy/run these quickstarts because build.xml contains error: ${org.jboss.esb.home} is not set. Problem is that compile classpath contains: <fileset dir="${org.jboss.esb.home}/lib" includes="*.jar"/> I think the correct classpath entry should be: {code:xml} <fileset dir="${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/deployers/esb.deployer/lib" includes="*.jar"/> {code}
Link: Added: This issue is a dependency of SOA-3285
Doug, can this be handled in the productisation scripts? It appears like there are only these three build.xml files with this problem, so could do a translation from: dir="${org.jboss.esb.home}/lib" to dir="${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/deployers/esb.deployer/lib"?
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage
Verified, the QSs are now deployable and runnable.