I thought maybe it was a classpath issue and played around with it for quite a 
while without being able to change the behaviour. Below is my classpath in the 
client build.xml. Perhaps someone might see an obvious problem....

  |     <path id="test.classpath">
  |         <fileset refid="jboss-home"/>
  |         <fileset refid="jboss-server"/>
  |         <path refid="ejb3"/>
  |         <fileset dir="${jboss.home}/lib/endorsed">
  |             <include name="xercesImpl.jar"/>
  |         </fileset>
  |         <path refid="lgs.classpath"/>
  |     </path>
  | 
  |     <fileset id="jboss-home" dir="${jboss.home}/lib">
  |         <include name="jboss-common.jar"/>
  |         <include name="concurrent.jar"/>
  |         <include name="commons-logging.jar"/>
  |     </fileset>
  | 
  |     <fileset id="jboss-server" dir="${jboss.server}/lib">
  |         <include name="jboss-j2ee.jar"/>
  |         <include name="jbosssx.jar"/>
  |         <include name="jboss.jar"/>
  |         <include name="jnpserver.jar"/>
  |         <include name="log4j.jar"/>
  |         <include name="jboss-remoting.jar"/>
  |         <include name="jboss-transaction.jar"/>
  |         <include name="jboss-serialization.jar"/>
  |     </fileset>
  | 
  |     <path id="ejb3">
  |         <fileset id="ejb3-deployer" dir="${jboss.deploy.dir}/ejb3.deployer">
  |             <include name="jboss-ejb3*.jar"/>
  |             <include name="ejb3-persistence.jar"/>
  |             <include name="hibernate3.jar"/>
  |             <include name="jboss-annotations-ejb3.jar"/>
  |         </fileset>
  |         <fileset id="jboss-server-deploy" dir="${jboss.server}/deploy">
  |             <include name="jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar"/>
  |             <include 
name="jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar"/>
  |         </fileset>
  |     </path>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927832#3927832

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927832


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to