Andre,

please have a look at bug 1210 in BugZilla at

http://bugzilla.exolab.org/show_bug.cgi?id=1210

where this 'missing feature' has been identified already. As you can see, I have got 
myself assigned to this bug, and despite slow progress, I am actively 
working on this. Please keep an eye on this bug (together with 1402) to get an idea 
about progress. Personally, I think that 1402 needs to be fixed 
before I'll able to fix 1210.

Regards
Werner

. On Tue, 11 May 2004 14:28:51 +0200, Andre Teubner wrote:

>
>Hello list,
>
>its me again :o).
>
>I have following Problem:
>
>I need to mark a field of a mapped class for JDO to transient and
>for marshaling/ unmarshaling via XML persistent. E.g:
>
><field name="memberInProphylaxises" type="java.lang.String" 
>collection="array" direct="true">
>
>      <sql transient="true"/> <-- like this ( its dosnt work...)... i 
>don't need this field in SQL/ JDO
>                                            
>      <bind-xml name="prophylaxis" node="element"/>
>
></field>
>
>Well, its possible to mark a whole field/ member as transient, but IMHO 
>is there
>no way to manage seperate transient/ non- transient behavior for XML/ JDO.
>
>Any suggestions..?
>
>If i leave out the SQL- definition, i get , in this case , a
>
>com.sap.dbtech.jdbc.translators.ConversionExceptionSapDB: Cannot convert 
>Java type [Ljava.lang.String; to SQL type VARCHAR
>
>In a other case, with as boolean, i get a ClassCastException in 
>TransactionContext/ L: 911...
>
>
>Thanks in advance
>
>Andre Teubner
>
>
>
>----------------------------------------------------------- 
>If you wish to unsubscribe from this mailing, send mail to
>[EMAIL PROTECTED] with a subject of:
>        unsubscribe castor-dev
>



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to