Rob Stryker wrote:
That's all I've got. We'll have to test the next build. But the next
build, unless I can get ahold of Marshall, will have both patches, and
may be broken for that reason.
Crisis averted. Rob and I have found the root of the issue and it's not
patch related (though the results of the problem are the same -- a
failed deployment of an EAR with a <ejb> in the application.xml).
It looks like there is an error in how/where the jboss-seam.jar gets
copied to under the EAR folder under deploy, specifically in our usecase:
myseampro99-ear.ear/
--- myseampro99-ear.jar/
-------- jboss-seam.jar
instead of the correct (as seen w/ vanilla JBoss adapter in WTP 2.0.2
w/o JBossTools):
myseampro99-ear.ear/
---- jboss-seam.jar
So this is probably related to where we build/copy the jars for
deployment. Rob and I will get on it first thing tomorrow..