[castor-dev] xsi:type marshalling/unmarshalling...how to do it?

2004-07-13 Thread cehari
Hi,   In my project I need to do the marshalling and unmarshalling of xsi:type.   a) I tried unmarshalling. But I'm not getting the exact object of 'xsi:type' type.   b) I've attached the XML file to be marshalled. How to get it?   Could somebody help me how to do it. It would be great if you can

[castor-dev] Is TxSynchronizable the best way to apply hooks for implementing

2004-07-13 Thread Patel, Kalpesh
We want to use castor in a clustered environment and want to expireCache maintained by castor if an object is modified at a node. As soon as an Transaction is commmited we will find the objects modified and publish a message on Topic and the other nodes in cluster will receive this message and use

Re: [castor-dev] Get/set for booleans

2004-07-13 Thread Keith Visco
Hi Nick, Castor supports "isSomething" for booleans, it's working for me. As for specifying only a getter and not the setter. The behavior in Castor is that if you don't specify any accessor methods, Castor will look for them and try and determine them automatically. But if you only specify one

[castor-dev] Patch for ClassMolder problem I'm encountering...

2004-07-13 Thread Gregory Block
Ok, I'm sure *half* of the patch is correct. Basically, I've got a problem with add methods not getting discovered properly - reporting that it can't find a method to use, even though it seems to plainly have one. :) Here's the patch: [EMAIL PROTECTED]:~/Source/castor/src $ cvs diff main

[castor-dev] Get/set for booleans

2004-07-13 Thread Nick Stuart
Ok, this has kind of been annoying me for awhile now and was wondering if anyone else had the same issue. When ever I do boolean get/set method the standard get format is Public boolean isSomethingBlah(){...} But castor complains when I don't supply specific get-method="" set-method="" in the ma