This content has been marked as final.
Show 6 replies
-
2. Re: Recent EJB3 TestSuite Regressions
alrubinger Nov 26, 2008 3:47 PM (in response to alrubinger)Appreciated.
S,
ALR -
3. Re: Recent EJB3 TestSuite Regressions
aloubyansky Nov 26, 2008 3:53 PM (in response to alrubinger)I'll have a look at the those to see what the DD issues are.
-
4. Re: Recent EJB3 TestSuite Regressions
aloubyansky Nov 26, 2008 3:55 PM (in response to alrubinger)dd/mdb is going to fail until the messaging default-activation-config/activation-config is clarified.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146322 -
5. Re: Recent EJB3 TestSuite Regressions
alrubinger Nov 26, 2008 7:55 PM (in response to alrubinger)Anil's fixed the JBM integration stuff. I'm going to roll back changes from r81580 for:
* consumer
* circulardependency
...to fix those. That might affect the "schema" tests Alexey'd been working on.
The "webservices" regressions stem from:Caused by: java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
...which is in $JBOSS_HOME/lib/endorsed/stax-api.jar. Passes locally for me but fails on Hudson, so I'll do another run.
S,
ALR -
6. Re: Recent EJB3 TestSuite Regressions
aloubyansky Nov 27, 2008 9:21 AM (in response to alrubinger)I fixed consumer XML and verified that the test passes.
circulardependency needs a fix in jboss_5_0.xsd which is done in metadata trunk.