Re: selectPath with FilterExpression using $this

2006-04-04 Thread Siegfried Baiz
Lawrence, My Xml-Document looks somehow like this: SAMPLE-FRAG ELEMENTS FRAMES FRAME SIGNAL-INSTANCE SIGNAL-REF idRef=sig1/ /SIGNAL-INSTANCE SIGNAL-INSTANCE SIGNAL-REF idRef=sig2/ /SIGNAL-INSTANCE /FRAME FRAME SIGNAL-INSTANCE SIGNAL-REF idRef=sig2/

XmlBeans 2.1.0 / WebLogic 8.1

2006-04-04 Thread Shute, James
Hi, I've got an application running under WebLogic 8.1 using an MDB and in the onMessage code for that bean I'm using a library that internally is using XmlBeans 2.1.0. When it gets to constructing any XmlBeans classes it gets all sorts of weird class not found errors for things liks

RE: selectPath with FilterExpression using $this

2006-04-04 Thread Lawrence Jones
Hi Siggi I had a try at this and it seemed to work to me. To select, say, all FUNCTION nodes in the whole document which contain at least one SIGNAL-REF element whose idRef attribute has a particular value (say 'sig4'), parse the document into an XmlObject and call (on that same XmlObject):

JAX-RPC and Enumerations

2006-04-04 Thread Mike Cassisa
Hello, we are in the process of converting a JBoss.Net web service over to a JBossWS4EE web service (JAX-RPC) and are having problems with the wscompile utility. We have some enumerations in our types and the wscompile keeps getting stuck on them. Tried this in xmlbeans 1 and xmlbeans2