Someone just made the verifier stop deployments whenever it found an error.
 Most of our ejb test packages have at least one error, so many tests fail.
 Try setting 
    <!--
        StrictVerifier: Setting this to 'true' will cause all deployments
        to fail when the Verifier detected a problem with the contained
        Beans.
    -->
    <attribute name="StrictVerifier">false</attribute>
in jboss-service.xml

david jencks

On 2002.08.14 12:24:20 -0400 Jules Gosnell wrote:
> Is the testsuite out of sync with the container, or the container broken
> ?
> 
> Or is xdoclet generating stuff which is no longer valid ?
> 
> 
> Jules
> 
> 
> running the WebIntegrationTestSuite :
> 
> 17:19:18,041 INFO  [MainDeployer] Starting deployment of package: 
> file:/home/jules/cvs/JBoss/HEAD/testsuite/output/lib/jbosstest-web.ear
> 17:19:18,075 INFO  [EARDeployer] Init J2EE application: 
> file:/home/jules/cvs/JBoss/HEAD/testsuite/output/lib/jbosstest-web.ear
> 17:19:18,159 INFO  [EJBDeployer] looking for nested deployments in : 
> 
>file:/home/jules/cvs/JBoss/HEAD/build/output/jboss-4.0.0alpha/server/default/tmp/deploy/home/jules/cvs/JBoss/HEAD/testsuite/output/lib/jbosstest-web.ear/59.jbosstest-web.ear-contents/jbosstest-web-ejbs.jar
> 17:19:18,178 INFO  [EJBDeployer] looking for nested deployments in : 
> 
>file:/home/jules/cvs/JBoss/HEAD/build/output/jboss-4.0.0alpha/server/default/tmp/deploy/home/jules/cvs/JBoss/HEAD/testsuite/output/lib/jbosstest-web.ear/59.jbosstest-web.ear-contents/cts.jar
> 17:19:18,619 WARN  [verifier] EJB spec violation:
> Bean   : OptimizedEJB
> Method : public abstract StatelessSessionLocal create() throws 
> CreateException
> Section: 7.10.8
> Warning: All the exceptions defined in the throws clause of the matching 
> ejbCreate(...) method of the enterprise bean class must be included in 
> the throws clause of a matching create(...) method.
> 
> 17:19:18,632 ERROR [MainDeployer] could not create deployment: 
> 
>file:/home/jules/cvs/JBoss/HEAD/build/output/jboss-4.0.0alpha/server/default/tmp/deploy/home/jules/cvs/JBoss/HEAD/testsuite/output/lib/jbosstest-web.ear/59.jbosstest-web.ear-contents/jbosstest-web-ejbs.jar
> org.jboss.deployment.DeploymentException: Verification of Enterprise 
> Beans failed, see above for error messages.
>       at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:427)
>       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:758)
>       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:750)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:623)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:572)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:548)
>       at org.jboss.jmx.adaptor.rmi.RMIAdaptorImpl.invoke(RMIAdaptorImpl.java:265)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
>       at sun.rmi.transport.Transport$1.run(Transport.java:148)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
>       at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
>       at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
>       at java.lang.Thread.run(Thread.java:536)
> 17:19:18,655 ERROR [MainDeployer] could not create deployment: 
> file:/home/jules/cvs/JBoss/HEAD/testsuite/output/lib/jbosstest-web.ear
> org.jboss.deployment.DeploymentException: Verification of Enterprise 
> Beans failed, see above for error messages.
>       at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:427)
>       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:758)
>       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:750)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:623)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
>       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:572)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at 
> 
>org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
>       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:548)
>       at org.jboss.jmx.adaptor.rmi.RMIAdaptorImpl.invoke(RMIAdaptorImpl.java:265)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:324)
>       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
>       at sun.rmi.transport.Transport$1.run(Transport.java:148)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
>       at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
>       at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
>       at java.lang.Thread.run(Thread.java:536)
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to