Re: [jibx-users] Sourceforge is still down

2015-07-21 Thread Thomas Jones-Low
where we can move our site? github.com is the current open source hosting for repositories, sites, and other requirements for projects. -- Thomas Jones-LowSoftstart Services Inc. tjone...@softstart.com JobScheduler for Oracle P: 802-398-1012

Re: [jibx-users] How can I debug the serialization process of JiBX?

2011-07-31 Thread Thomas Jones-Low
tests, I spent a lot of time working through the mapping xml ever time I did a refactoring. -- Thomas Jones-LowSoftstart Services Inc. tjone...@softstart.com JobScheduler for Oracle P: 802-398-1012 http://www.softstart.com

Re: [jibx-users] Need no-argument constructor or factory method for class int

2009-05-15 Thread Thomas Jones-Low
) of your class (e.g. static MyClass getNewMyClass() {...}). -- Thomas Jones-LowSoftstart Services Inc. tjone...@softstart.com JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com

Re: [jibx-users] Need no-argument constructor or factory method for class int

2009-05-15 Thread Thomas Jones-Low
from string to integer is done in the get/setCalendarCampaignID() methods. Thanks Sachin Thomas Jones-Low wrote: Sachin Mittal wrote: Hi, I am getting this above error. My mapping is as followed: structure get-method=getCalendarCampaignId set-method=setCalendarCampaignId name

Re: [jibx-users] Need no-argument constructor or factory method for class int

2009-05-15 Thread Thomas Jones-Low
I would file a bug with the JiBX Jira error tracking system: http://jira.codehaus.org/secure/BrowseProject.jspa?id=10410 -- Thomas Jones-LowSoftstart Services Inc. tjone...@softstart.com JobScheduler for Oracle Ph: 802-398-1012http

Re: [jibx-users] DOCTYPE for jibx bidding mapping files

2008-11-01 Thread Thomas Jones-Low
to be as follows: binding xmlns:xsi=http://www.w3.org/2001/XMLSchema; xmlns:noNamespaceSchemaLocation=file://C:/Java/Jibx/docs/binding.xsd -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http

Re: [jibx-users] Unmarshall on an existing object

2008-05-12 Thread Thomas Jones-Low
was/wasn't present in xml. Thomas Jones-Low wrote: Using a existing object will require the use of the Factory attribute for the binding. This is a static method which returns the instance to be worked on. The original values to be kept will need a set-method rather than

Re: [jibx-users] Buffered access

2007-11-14 Thread Thomas Jones-Low
the unparsed XML into a string, then use StringReader on the string to pass it to JiBX, then return the marshalled object. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com

Re: [jibx-users] Error duplicate element

2007-11-07 Thread Thomas Jones-Low
. In the mapping class=AbstractCommand there is a structure field=credential, you need to add either a name or a map-as to this this tag. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http

Re: [jibx-users] Error duplicate element

2007-11-07 Thread Thomas Jones-Low
Markus Meyer wrote: Thomas, Thomas Jones-Low schrieb: In the mapping class=AbstractCommand there is a structure field=credential, you need to add either a name or a map-as to this this tag. thanks for the pointer. Unfortunately, your suggestions did not work. Infact, Jibx does

Re: [jibx-users] Unmarshalling Elements to a String field

2007-10-12 Thread Thomas Jones-Low
the entire thing to the HTMLDocument which did the parsing. It worked perfectly, allows use of the Java Document editing interfaces and didn't require any changes to the internal JiBX code to work (unlike the marshalling). -- Thomas Jones-LowSoftstart Services Inc

Re: [jibx-users] taking xmls structures as string fields

2007-02-06 Thread Thomas Jones-Low
conversion process. But the code no longer works with the newer versions of JiBX, and we revered to leaving our HTML code in a CDATA section. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http

Re: [jibx-users] Binding java.lang.Object

2006-12-01 Thread Thomas Jones-Low
the documentation on the custom deserializer methods in the Jibx documentation. Because you are only converting values to base type, this should be simple to do. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802

Re: [jibx-users] String entities

2006-09-05 Thread Thomas Jones-Low
into a CDATA section. There is a write CDATA method. You can try what tried at one point, and Kees de Kooter also did, which was to implement an ICharacterEscaper class to write the literal string to the output stream. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL

Re: [jibx-users] Saving unknown sub-tags as strings using JiBX

2006-05-16 Thread Thomas Jones-Low
have changed. And I've lost them in the upgrades. The third you want to look at the Dom4JMapper.java and other related classes. It won't be pretty, but if you are not changing or looking at the data, it may work. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL

Re: [jibx-users] How to Retrieve both attribute and value from an element

2006-05-15 Thread Thomas Jones-Low
to indicate which you want. For example: mapping class=CreditCard value style=attribute name=no field=number value style=text field=cartType /mapping -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012

Re: [jibx-users] marshall or unmarshall whole chunks of XML

2006-02-01 Thread Thomas Jones-Low
about this and JiBX should support this activity. The changes requires are not significant but do require some debate about the mapping process. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012

Re: [jibx-users] marshall or unmarshall whole chunks of XML

2006-01-27 Thread Thomas Jones-Low
. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

Re: [jibx-users] Custom Code - DateTime Object Ex.

2005-12-20 Thread Thomas Jones-Low
with attributes and/or nested internal tags), you will need to use an (un)marshallar. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com

Re: [jibx-users] Custom Code - DateTime Object Ex.

2005-12-19 Thread Thomas Jones-Low
. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [jibx-users] Errors

2005-12-17 Thread Thomas Jones-Low
in the description the RC2. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com --- This SF.net email is sponsored

Re: [jibx-users] Handling markup inside attribute value?

2005-10-11 Thread Thomas Jones-Low
formed XML. I have written a custom (un)marsaller which will read and write full HMTL (don't ask why). It may work for an attribute, but it may be better if you can convert the long description into a full tag, then use the custom (un)marsallar. -- Thomas Jones-LowSoftstart

Re: [jibx-users] kXML support?

2005-08-17 Thread Thomas Jones-Low
Dennis Sosnoski wrote: Thomas Jones-Low wrote: Philippe Laporte wrote: I have only begun looking into JiBX. The parser used is XPP3, which implements the XMLPull API. I assume replacing XPP3 with another XMLPull parser would not be too hard. Can anyone confirm that? Has anyone tried

Re: [jibx-users] How to treat some tags as simple text? please help

2005-04-11 Thread Thomas Jones-Low
in the jibx/extra source directory there is a DiscardElementMapper.java and a DomElementMapper.java which should provide a starting point for you. This isn't difficult, it just requires a little extra code. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED

Re: [jibx-users] Re: Re: Problem in custom axis (De)Serializers

2005-02-08 Thread Thomas Jones-Low
to offer any good advice. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com --- SF email is sponsored by - The IT Product

Re: [jibx-users] Re: Problem in custom axis (De)Serializers

2005-02-07 Thread Thomas Jones-Low
]: java.lang.IncompatibleClassChangeError: : incorrect call to interface method -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com --- This SF.Net email

[jibx-users] Question about custom unmarhallars

2004-07-29 Thread Thomas Jones-Low
to the HTMLDocument in the Notation class which is created when the constructor is called? or is the constructor never called? If I give the Notation class a pre-set method and create the comment HTMLDocument, will that get passed to the unmarshaller? -- Thomas Jones-Low

Re: [jibx-users] Two xml elements into one class

2004-07-14 Thread Thomas Jones-Low
(UnmarshallingContext.java:2725) The label/using approach also works, though this will need to change in the future. Since this seems to work properly, I'll use this and wait for the beta-4 release and fix the binding files again. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL

[jibx-users] binding.xsd

2004-07-13 Thread Thomas Jones-Low
] at org.jibx.binding.def.BindingBuilder.unmarshalBindingDefinition(BindingBuilder.java:1565) So is there any way to provide the namespace (so I can validate my binding files against the binding.xsd) and still have the binding compiler run properly? -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED

Re: [jibx-users] binding.xsd

2004-07-13 Thread Thomas Jones-Low
) to use. I'm not sure how JEdit's XML plugin handles matching the xml to the DTD and/or schema. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com

[jibx-users] Two xml elements into one class

2004-07-13 Thread Thomas Jones-Low
:560) There were a whole bunch of other interesting bad responses, though the binding was obviously wrong I had to try them anyways. The final question: What is the proper solution to this problem (if any)? -- Thomas Jones-LowSoftstart Services Inc. [EMAIL

Re: [jibx-users] How to marshal single char?

2004-05-19 Thread Thomas Jones-Low
to repost this bug. -- Thomas Jones-LowSoftstart Services Inc. [EMAIL PROTECTED] JobScheduler for Oracle Ph: 802-398-1012http://www.softstart.com Robert Augustyn wrote: Thomas, Thanks, I do not like that answer ... Any idea how to write