Re: Distributed Transaction with AXIS

2003-07-05 Thread David payam
s require transaction coordination.   You might take a look at IBM's BPWS4J. It's based on Axis, and I think it supports transactions. You might also take a look at Collaxa. It's also based on Axis, it implements BPEL4WS, and I believe it supports transactions.   Anne - Original

Distributed Transaction with AXIS

2003-07-03 Thread David payam
hi:     I am working in a project using AXIS, right now I want to add distributed transaction to it. So anyone can give me some help of it?   I found a tool - JOTM, but it works only with RMI not AXIS.     Thanks!     DavidPost your free ad now! Yahoo! Canada Personals

EJB and AXIS Tutorial

2003-02-10 Thread David payam
hi:   I tried the link: http://www.ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=6&page=1 But it dosen't work, so anybody can send the tutorial to my email? [EMAIL PROTECTED] Thanks!  Maurizio Sciglio <[EMAIL PROTECTED]> wrote: First of all thanx for the r

EJB and AXIS Tutorial

2003-02-10 Thread David payam
hi:   I tried the link: http://www.ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=6&page=1 But it dosen't work, so anybody can send the tutorial to my email? [EMAIL PROTECTED]   Thanks!  Maurizio Sciglio <[EMAIL PROTECTED]> wrote: First of all thanx for the reply.I

Re: Axis + JAXB is a good solution for complex data mapping?

2003-01-30 Thread David payam
hi Dennis : Thanks for your quick reply! I will check the Castor handling in AXIS, and I will let you know if I can find something useful!   bye David  Dennis Sosnoski <[EMAIL PROTECTED]> wrote: Hi David,It sounds like you're talking about the original JAXB EA - that's the one that used DTDs. Tha

Axis + JAXB is a good solution for complex data mapping?

2003-01-29 Thread David payam
Hi: JAXB + DTD is very good for Java and XML mapping. So anybody use JAXB with Axis ? any example for it?   Thanks  Post your free ad now! Yahoo! Canada Personals

RE: Can't JMS Sample

2002-12-19 Thread David payam
unOne JMS Provider so please use the Sun J2EE > RI's admin tool to > create a Connection factory entry and then > Try running the sample. > > Hope that helps > > Thanks > > Kamesh > > -Original Message- > From: David payam [mailto:[EMAIL

Can't JMS Sample

2002-12-18 Thread David payam
hi:    When I ran the JMS sample, I got the erro code:   - Exception:javax.naming.NameNotFoundException: MyCF    at com.sun.jndi.fscontext.RefFSContext.getObjectFromBindings(RefFSContext.java:400)    at com.sun.jndi.fscontext.RefFSContext.lookupObject(RefFSContext.java:327)    at com.su

Deserialization problem - when deserialize array in custom datatype.

2002-12-13 Thread David payam
hi:     I changed the sample code of Encoding, and added another class(DataNew) to the class(Data).    It works fine - can serialize and deserialize correctly.    Class A{ Class B; }    But after I changed the class(DataNew) to DataNew(array),   Class A{    Class B[];    }  

Re: help: Nesting arrays & structs

2002-12-12 Thread David payam
hi:     I also want to know the answer that how I can serialize and deserialize the arrays of nested beans?    So would you please send some code to me? or post them here?     Thanks        Benjamin Tomasini <[EMAIL PROTECTED]> wrote: I too converted my collections to arrays and found that it worke

RE: Which API can display AXIS XML message(Call)

2002-12-10 Thread David payam
essage-From: David payam [mailto:[EMAIL PROTECTED]]Sent: Monday, December 09, 2002 6:23 PMTo: [EMAIL PROTECTED]Subject: Which API can display AXIS XML message(Call)Any example?Thx!_ Post your free ad now! Yahoo! CanadaPersonalsPost your free ad now! Yahoo! Canada Personals

Which API can display AXIS XML message(Call)

2002-12-09 Thread David payam
Any example?   Thx!Post your free ad now! Yahoo! Canada Personals

serialization/deserialization help!

2002-11-27 Thread David payam
hi: I have a class definition like this: -- public class TaskBroker{ public class Task { public int taskType = 111; public String taskName = ""; public int taskCost = 121;