Sunil Ramaiah writes:
Hi Justin,
Gladly - in my code it looks like this:
Properties myProp = LocalConfiguration.getInstance().getProperties();
myProp.setProperty("org.exolab.castor.xml.serializer.factory","org.exolab.ca stor.xml.XercesJDK5XMLSerializerFactory"); Incidentally, this is referred to in the Castor docs, but not necessarily to address this specific problem.




Can you please post the change you made here ? Did you make the change
in castor.properties ?
Thanks,
Sunil.
On 5/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Aha...so I changed the property to use the Xerxes serializer that ships with
Java 5 (as suggested by your documentation) instead of the default
serializer, and that fixed the issue! A [EMAIL PROTECTED] writes:
> My thought right now is that the issue may reside within the
> serializer..but don't really know enough to get much farther than that
> (for now).
>
>
>
> Werner Guttmann writes:
>
>> Justin,
>>
>> you are right that there's an (unfinished) thread related to the very
>> same issue, and I still need to pick up on the pointers having been
>> given as part of this thread.
>>
>> Please allow me (and others) some time to re-read and re-consider.
>>
>> Werner
>>
>> [EMAIL PROTECTED] wrote:
>>> I checked previous posts, and saw a similar problem discussed, but
>>> never  seemed to be resolved.
>>> This:
>>> <text>This is a really long label that I don't want to have a break in.
>>> In fact, it should read it exactly as written.</text>
>>> Becomes this:
>>> <text>This is a really long label that I don&apos;t want to
>>>               have a break in.  In fact, it should read it exactly as
>>> written.</text>
>>> Castor seems to insert a new line when text goes on too long.
>>> Additionally, it changed an apostrophe to &apos; .  Who's the culprit
>>> here?  Is there a workaround?
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list please visit:
>>>
>>>    http://xircles.codehaus.org/manage_email
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email


---------------------------------------------------------------------
To unsubscribe from this list please visit:
   http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to