Re: [castor-dev] Slow mailinglist

2004-01-08 Thread Rajinder Soni
yeah...I had written this mail earlier about 2 hours back..haven't yet recieved it myself...I subscribed today only and was wondering if it is always like that. Hope it get's through this time and someone pl reply... - Rajinder Hi All, I am new to using Castor.I was looking at the castor.proper

Re: [castor-dev] Logging statements

2004-01-08 Thread Werner Guttmann
On Wed, 07 Jan 2004 22:04:42 +0100, Stein M. Hugubakken wrote: >Hi! > >You have logging-statements like this one: >_log.debug( Messages.format( "jdo.createSql", sql ) ); > >and in the format-method you have this: >return format( message, new Object[] { arg1 } ); > >Problem is that if debug-logging

[castor-dev] castor JDO and XML2J at the same time

2004-01-08 Thread Marco Mistroni
Hi all, I have following question. I have a database table with two columns. I want to use Castor JDO and Castor XML to java mapping at the same time by extracting data from db using Castor JDO and by publishing it to the web using Castor XML 2 java. I have used the two frameworks separatel

[castor-dev] Castor marshalling??

2004-01-08 Thread Kumar Erukulla
What parser does castor use for marshalling java object to xml?? thnx, Kumar --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev

Re: [castor-dev] help: Database lookup in JBoss3.2.2

2004-01-08 Thread David Nemeshazy
Title: RE: [castor-dev] help: Database lookup in JBoss3.2.2 Yes, it is written at the end of every mail that is on this list: If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of:     unsubscribe castor-dev Cheers, David -Original Message

Re: [castor-dev] Slow mailinglist

2004-01-08 Thread robertlaferla
Yes. I reported this too a while back. Look at the archives for the response. > Does anyone then me experience that the mail uses a long time to get > through (like 4-5 hours)? > > Stein > > --- > If you wish to unsubscribe from this mai

[castor-dev] Object Marshalling-DOM used in Castor??

2004-01-08 Thread Rajinder Soni
Hi All, I am new to using Castor.I was looking at the castor.properties file. The castor.properties file has the entries: org.exolab.castor.parser=org.apache.xerces.parsers.SAXParser and org.exolab.castor.serializer=org.apache.xml.serialize.XMLSerializer I believe Castor uses the first entry ie

Re: [castor-dev] Slow mailinglist

2004-01-08 Thread Stein M. Hugubakken
Stein M. Hugubakken wrote: Does anyone then me experience that the mail uses a long time to get through (like 4-5 hours)? Of course, now it used only ten minutes :-\ Stein --- If you wish to unsubscribe from this mailing, send mail to [EM

Re: [castor-dev] help: Database lookup in JBoss3.2.2

2004-01-08 Thread Vallone, Stefano
do you know how to get of this distribution list!?? -Original Message- From: "Josef König" [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 14:35 To: [EMAIL PROTECTED] Subject: [castor-dev] help: Database lookup in JBoss3.2.2 Hi! i use jboss3.2.3, oracle8.1.7 and castor0.9.5.2 in my cur

[castor-dev] Please Unsubscribe me.

2004-01-08 Thread Vallone, Stefano
Thanks This e-mail (and any attachments) may contain privileged and/or confidential information. If you are not the intended recipient please do not disclose, copy, distribute, disseminate or take any action in reliance on it. If you have received this message in error please reply and tell u

[castor-dev] Slow mailinglist

2004-01-08 Thread Stein M. Hugubakken
Does anyone then me experience that the mail uses a long time to get through (like 4-5 hours)? Stein --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev

[castor-dev] Castor - Object marshalling

2004-01-08 Thread Rajinder Soni
> Hi All, > > I am new to using Castor.I was looking at the castor.properties file. > > The castor.properties file has the entries: > > org.exolab.castor.parser=org.apache.xerces.parsers.SAXParser > and > org.exolab.castor.serializer=org.apache.xml.serialize.XMLSerializer > > I believe Castor u

Re: [castor-dev] Strange, strange, *strange* problem marshalling an XML file... Location problem?

2004-01-08 Thread Gregory Block
I'm continuing to have problems with heavy use of the "location" tag not returning expected results. Is this a supportable implementation (whether it be current CVS or previous release)? For example, I've got something like 2004-01-05 European Mo

[castor-dev] help: Database lookup in JBoss3.2.2

2004-01-08 Thread Josef=20K=F6nig
Hi! i use jboss3.2.3, oracle8.1.7 and castor0.9.5.2 in my current project. I am trying to lookup the database but i have an exception by instantiate the db-Object. Where is my error? Josef I use the following code: oracle-ds.xml = myDatabase jdbc:oracle:thin:@o

Re: [castor-dev] Subclass unmarshalling in castor

2004-01-08 Thread asim razzaq
I do have all FieldDescriptors compiled and in the path. The marshalling framework generates the following: name It complains that "name" is not deifined in the FieldDescriptor for ParentObject. I had thought that the xsi:type would cause Castor to unmarshall to subObject and not

[castor-dev] help: Database lookup in JBoss3.2.2

2004-01-08 Thread Josef=20K=F6nig
Hi!i use jboss3.2.3, oracle8.1.7 and castor0.9.5.2 in my current project.I am trying to lookup the database but i have an exception by instantiate the db-Object. Where is my error?JosefI use the following code: oracle-ds.xml =      myDatabase    jdbc:oracle:thin:@orion:1521:orion817

Re: [castor-dev] [patch] Bugfix for NullPointer Exception

2004-01-08 Thread Stein M. Hugubakken
Martin Fuchs wrote: Hello, below I send you a patch for a NullPointer Exception problem that occured for me when using castor JDO with multiply-column keys and activated logging. Could you modify sb.append("("+obj.hashCode()+")"); to: sb.append("(").append(obj.hashCode()).append(")"); while you're

[castor-dev] Multiple key search... (fwd)

2004-01-08 Thread Fasihullah Askiri
This mail did not reach the group so I am resending it... Date: Wed, 7 Jan 2004 02:27:51 +0500 (GMT) From: Fasihullah Askiri <[EMAIL PROTECTED]> Subject: Multiple key search... Hi.. I have implemented a base class DataObject which encapsulates all the functions required.. this serves as the base

Re: [castor-dev] JDBCQueryExpression

2004-01-08 Thread Stein M. Hugubakken
Stephen Ince wrote: Can you post a diff to the group when you are done. I'll post the bug-ref when done. Stein --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-de

Re: [castor-dev] JDBCQueryExpression

2004-01-08 Thread Bruce Snyder
This one time, at band camp, Stein M. Hugubakken said: SMH>I'm working on refactoring and optimizing JDBCQueryExpression if nobody SMH>mind? Not at all. I encourage community members to contribute. SMH>The class was initializing some collection-classes when they where SMH>declared, but that w

Re: [castor-dev] JDBCQueryExpression

2004-01-08 Thread Stephen Ince
Can you post a diff to the group when you are done. thanx Steve - Original Message - From: "Stein M. Hugubakken" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 11:52 PM Subject: [castor-dev] JDBCQueryExpression > Hi! > > I'm working on refactoring and opti

[castor-dev] [patch] Bugfix for NullPointer Exception

2004-01-08 Thread Martin Fuchs
Hello, below I send you a patch for a NullPointer Exception problem that occured for me when using castor JDO with multiply-column keys and activated logging. Index: Complex.java === RCS file: /cvs/castor/castor/src/main/org/exolab/