On Dec 6, 2007, at 12:55 AM, David Blevins wrote:
On Dec 6, 2007, at 12:50 AM, [EMAIL PROTECTED] wrote:
Author: dblevins
Date: Thu Dec 6 00:50:16 2007
New Revision: 601659
URL: http://svn.apache.org/viewvc?rev=601659&view=rev
Log:
rolling back the change. can't seem to get it to build.
Modified:
geronimo/server/trunk/framework/modules/geronimo-deployment/src/
main/java/org/apache/geronimo/deployment/xmlbeans/XmlBeansUtil.java
geronimo/server/trunk/framework/modules/geronimo-upgrade/src/main/
java/org/apache/geronimo/upgrade/Upgrade1_0To1_1.java
geronimo/server/trunk/framework/modules/geronimo-upgrade/src/test/
data/appclient_ejb_1_result.xml
Can't seem to get this change to work. Seems like the packaging
plugin stuff is permanently stuck on the old namespace. I've tried
re-bootstrapping followed by a full build and still get no love.
Any ideas where I may be going wrong?
Building with '-e' as David suggested showed me the way to
resolution :) Had an issue in the namespace filtering on the openejb
side.
-David