RE: [JBoss-user] XML Object persistence

2002-05-22 Thread Андрей Онищук
Can you please explain me detailed? What means - declare? In ejb-jar.xml? What kind of translations I need to do in my ejbStore/ejbLoad? You told me about of using JDBC to store specified field byself, not by Bean Provider on anything else? Can you show me your things on little example, please?

RE: [JBoss-user] XML Object persistence

2002-05-22 Thread Андрей Онищук
> I can tell you that it is unlikely that you feature will make it into > JAWS, or any new features. > > Can you tell me more about this XML storage? What is > involved required > to store the XML? A small code examples would help. If it is not to > difficult or Oracle specific, it may mak

Re: [JBoss-user] XML Object persistence

2002-05-21 Thread Burkhard Vogel
u are looking for a database to xml-mapping tool have a look at jaxme.sf.net. Regards, Burkhard - Original Message - From: "áÎÄÒÅÊ ïÎÉÝÕË" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 8:03 AM Subject: [JBoss-user] XML Object persistence Hel

Re: [JBoss-user] XML Object persistence

2002-05-20 Thread Dan Christopherson
Probably the easiest way to do this is to declare the CMP field as a String and do the XML translation yourself in ejbStore/ejbLoad. -danch áÎÄÒÅÊ ïÎÉÝÕË wrote: > Hello All. > > It is possible to get this feature in Jboss for now. > I use Jboss 3.0.1 RC1 / Tomcat 4.03 > > Few of my ent

Re: [JBoss-user] XML Object persistence

2002-05-20 Thread Dain Sundstrom
I can tell you that it is unlikely that you feature will make it into JAWS, or any new features. Can you tell me more about this XML storage? What is involved required to store the XML? A small code examples would help. If it is not to difficult or Oracle specific, it may make it into a rel

[JBoss-user] XML Object persistence

2002-05-20 Thread Андрей Онищук
Hello All. It is possible to get this feature in Jboss for now. I use Jboss 3.0.1 RC1 / Tomcat 4.03 Few of my entity beans have complicated fields presented by different classes. This classes have all methods to interact as XML. (importXml, exportXml) By default JAWS sto