Heiko,
I asked this about a year ago, and the answer was that the code no longer 
worked.
My guess it was written for when JBoss didn't support hot deploy. Now, the 
need is limited.

Ciao,
Jonathan O'Connor
Development Manager
XCOM Dublin
Phone: +353 1 872 3305
Mobile: +353 86 824 0736




"Rupp,Heiko" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
24.01.2003 17:22
Please respond to jboss-user

 
        To:     "JBoss Users (E-Mail)" <[EMAIL PROTECTED]>
        cc: 
        Subject:        [JBoss-user] Again: How to use org.jboss.verifier ?


Hi,

I have 

       <java classname="org.jboss.verifier.Main" 
            fork="true" failonerror="true" 
            classpathref="xdoclet.path.ref">
            <arg value="${build.dir}/xdoclet-test-ejb.jar"/> 
            <classpath>
                <pathelement
path="${jboss.home}/server/default/lib/jboss.jar"/>
                <pathelement
path="${jboss.home}/server/default/lib/jpl-pattern.jar"/>
                <pathelement
path="${jboss.home}/server/default/lib/jpl-util.jar"/>
                <pathelement path="${jboss.home}/lib/xercesImpl.jar"/>
            </classpath>
        </java> 

Which gives

verify-ejb:
     [java] Problem starting the application:
     [java] Exception: org.jboss.deployment.DeploymentException: no
standardjboss.xml found
     [java] Message:   no standardjboss.xml found
     [java] org.jboss.deployment.DeploymentException: no standardjboss.xml
found
     [java]     at
org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:161)
     [java]     at org.jboss.verifier.Main.main(Main.java:79

How can I use the verifier in my ant task to check the EJBs *before*
deployment?

Thanks
  Heiko


-- 
Bancotec GmbH      EMail: [EMAIL PROTECTED]
Calwer Str. 33     Telefon: +49 711 222 992 900
D-70173 Stuttgart  Telefax: +49 711 222 992 999
Ein Unternehmen der Cellent AG http://www.cellent.de/


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to