[Axis2] v1.4 - UnsupportedOperationException OMElementStreamWriter

2008-05-14 Thread Parham, Clinton
Hello, I have just upgraded from Axis2 1.3 to 1.4 and now I'm getting an UnsupportedOperationException thrown by OMElementStreamWriter. See below for stack trace. Any idea why this is happening now and not with v1.3? Thanks. 2008-05-14 16:46:09,574 ERROR [http-80-1] llom.OMSourcedElementImpl

RE: Basic Axis/Axiom usage question

2008-05-06 Thread Parham, Clinton
varies widely. HTH, Robert On Tue, May 6, 2008 at 5:59 PM, Parham, Clinton <[EMAIL PROTECTED]> wrote: > > > > > Hello. > > > > I'm getting my feet wet with Axis & Axiom and something is just not clicking > for me. Let's say I have a web service metho

Basic Axis/Axiom usage question

2008-05-06 Thread Parham, Clinton
Hello. I'm getting my feet wet with Axis & Axiom and something is just not clicking for me. Let's say I have a web service method that accepts and returns OMElements. The web service receives some data and builds a java.util.Collection of results objects that I need to send back as an XML payl

RE: MessageContext in handler

2008-05-06 Thread Parham, Clinton
chith On Fri, May 2, 2008 at 7:37 AM, Parham, Clinton <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I'm new to Axis2 and still trying to get comfortable with the new > architecture. I have engaged the Rampart module and during > CallbackHandler.handle(

MessageContext in handler

2008-05-01 Thread Parham, Clinton
Hi, I'm new to Axis2 and still trying to get comfortable with the new architecture. I have engaged the Rampart module and during CallbackHandler.handle(), I need to connect to my database to verify the password. Once verified, I would like to store the database connection (along with some other