RE: Need help with substitutionGroup

2006-02-09 Thread Vlad Mangeym
Correction about insertNewElement: my code does not illustrate the bug it should be like this: // if I need to insert a new elementapply.insertNewExpression(0);newName = new QName(apply.getDomNode().getNamespaceURI(), "Apply");applyDoc = ApplyDocument.Factory.newInstance();

javax.xml.namespace.QName conflict with weblogic.jar

2006-02-09 Thread Quynh-Anh Nguyen
Does anybody have any suggestions or have been through this with WebLogic 8.1 sp5. I can get around this problem by putting xbean.jar and jsr173_1.0_api.jar before the weblogic.jar before starting up the weblogic server, but this is a solution that will affect all of the other app that is being

RE: Need help with substitutionGroup

2006-02-09 Thread Lawrence Jones
Hi Vlad Good catch. The fact that insertNewExpression(0) does not insert at the 0th position in this case is another bug. Radu has checked in the fix for that (but not for the previous bugs on this thread) at SVN# 376503. Unfortunately the fix was to the code-generation code and hence