Castor is an open source data binding framework.
0
votes
0answers
13 views
Parsing with castor XML parser
I have a quick question about xml parsing with Castor.
I have an incoming message which looks like
<Book>
<Page>
<Page>1</Page>
</Page>
<otherInfo>
...
0
votes
0answers
21 views
org.xml.sax.SAXException: The attribute 'contributionBean' is missing, required attribute: 'Customer_ID'
I have an xml file as :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Row>
...
0
votes
2answers
70 views
Convert a String into an XML file
I am using Castor XMLDiff to find the difference between 2 XML files. It compares two XML documents located at the given URL locations. Both my XML files are being generated at runtime and they are in ...
0
votes
1answer
49 views
Castor Marshaling :: Invalid XML Character
I am using castor API for converting an object to XML.
I get the following exception
Caused by: org.xml.sax.SAXException: The character '' is an invalid XML character.
I know the correct ...
0
votes
0answers
40 views
axis2 wsdl2java with castor databinding
I am upgrading an axis 1.4 web service which was implemented using castor databinding to axis 2.0 web service. The download the latest axis. It has an example for castor databinding in ...
0
votes
0answers
26 views
How do I know whether Castor uses Xerces for unmarshalling objects from XML by chunks?
I am using Castor to unmarshall XML objects. According to its documentation it uses Xerces parser by default. I would like Castor to unmarshall objects as it parse new elements, and not marshall ...
0
votes
2answers
34 views
Is Apache Xerces a Streaming XML parser?
I am writing an application that needs to unmarshall a huge XML file using castor. Because of this reason, I need use a streaming XML parser such as Stax to parse the XML file.
According to Castor's ...
0
votes
0answers
17 views
Castor object mapping …
In Castor object mapping how to write the single mapping file for both the cases ??
1.) <a>
<b type="int">com.example.www</b>
</a>
...
0
votes
1answer
123 views
Clearing eclipse cache for “referenced file contains error” problems
I use castor for xml binding/generation and this library works with mapping files.
The mapping files have the standart DOCTYPE header for castor.
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor ...
0
votes
1answer
59 views
NullPointerException while Marshalling [closed]
I am getting nullpointer exception from Castor API while running a test case outside of container. Same code works fine and masrshalls xml if runs from the container.
For a safer side I copied all my ...
0
votes
0answers
48 views
Castor XML bindings: Generating distinct types
I'm encountering a problem using Castor to generate Java classes/unmarshallers for a moderately complex XSD that we're getting from a 3rd party (i.e. not under our control). The XSD maps MLB ...
0
votes
0answers
13 views
CAStor update scspheaders
I added some resource into CAStor and I add there some my custom SCSPhedaders.
client.writeMutable(resourceName, fileStream, file.length(),
queryArgs, myCustomHeaders);
Sometimes I need to ...
0
votes
0answers
43 views
Is it possible to Castor map different XML elements to a single field?
I have a situation where I call a REST service that takes in a single parameter
ex)
http://mysite.com/someService.json?myParam=SOMEPARAM
Now, based on what they pass as SOMEPARAM, the service ...
0
votes
0answers
127 views
Java/Microsoft SQL Server: How to Convert Special Characters from DB to XML
I am trying to fix a problem in our application where a database column "Comments" contains special non-printable characters in SQL Server and is being translated into an XML file. I can verify the ...
0
votes
1answer
223 views
Unmarshalling list of objects using castor gives java.lang.IllegalArgumentException: object is not an instance of declaring class
I'm using castor 1.3.3-rc1 and I've been puzzled with this problem. Have read the manuals few times and I believe I've done everything right here, but I keep getting :
...
0
votes
1answer
35 views
How to generate castor for XML attribute value
I am new to castor mapping, can any one suggest me how to write castor for below xml.
<Amt >
<CustAmt Ccy="USD">35.47</CustAmt>
</Amt>
Specially I am looking for the ...
0
votes
0answers
28 views
How do I configure Castor to not generate empty XML nodes
Is there an option in Castor to not generate empty xml nodes when marshalling an object?
<EMPLOYEE>
<ID>123</ID>
<FIRSTNAME></FIRSTNAME>
...
0
votes
0answers
119 views
How to unmarshall diffgram response using castor
I am getting the response from ADO.net webservice in following format:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
0answers
107 views
How to Map XSD any tag using castor
i have xsd whihc have some response object return in format of any element please let me know how to map those element please help me .i am using castor for mapping.following is XSD whihc contain any ...
3
votes
0answers
329 views
Handling multiple Rest web services using Spring and Castor
Would anyone be able to advise me on the best way of handling access to multiple Rest web services using Springs RestTemplate?
I know that the RestTemplate object has a message converter reference ...
0
votes
0answers
100 views
How to Unmarshall response xml with same root element to different response object specied in resttemplate
How to Unmarshall response xml with same root element to different response object specied in resttemplate
I am getting two xml from rezgo ...
0
votes
0answers
25 views
how to clear castor object cache
I have inherited a project that uses castor for moving data between the persistent database storage and XML for web page transforms.
Certain object data is being cached somehow so that changes to ...
0
votes
1answer
38 views
sort and limit castor query
I am attempting to return a single object via castor query that has the earliest date.
This is the sort of thing I have been trying:
SELECT p FROM model.objects.Product p LIMIT $1 WHERE p.status=$2 ...
0
votes
0answers
97 views
Castor(use to convert xml to java Bean & vice versa) with Android
I want to call SOAP service which returns XML.
With Castor i java it is very easy and i have successfully implemented this using castor-1.0.5-xml.jar.
but facing problem doing same in android.
How ...
0
votes
0answers
76 views
How to add element in castor mapping
I am doing mapping of request in castor
i want sample request form object after marshalling
<transaction>
<customerDetails>
<address>{CustomerAddress}</address>
...
1
vote
0answers
66 views
Castor unmarshalling auto named primitive types
First of all, please excuse my poor English
Can you please advice how I can unmarshal following XML structure:
<elements>
<element>
<long>1</long>
...
1
vote
1answer
56 views
Castor JAXB swaRef limitation
We are using Castor for marshalling/unmarhalling xsd:s. We are using attachments and refering to the with the "swaRef" element. According to this page Castor does not support this, ...
0
votes
0answers
108 views
No Introspector defined in properties error in castor mapping
when i am trying to unMarshal the xml into object it is showing following error .
[org.exolab.castor.xml.util.resolvers.ByIntrospection] - No Introspector defined in properties!
...
0
votes
1answer
185 views
Cant get Castor's MappingTool to work
I’m trying to auto generate a mapping file using this program using Castor 1.3.2.
But here is the exception I get -
java.lang.IllegalArgumentException: No enum const class ...
0
votes
0answers
36 views
How do I prevent inclusion of empty attributes when marshaling in castor
I'm trying to marshal a document using castor, but there may be instances where I have empty attributes on a tag. How do I instruct castor to ignore these attributes so that it doesn't get sent out on ...
0
votes
1answer
51 views
Castor integration with log4j
I have integrated Castor within my application for Java - XML mapping and would like to get some logging info via log4j (like inspect the marshalled xml).
I added this to my log4j config file but I'm ...
2
votes
1answer
157 views
How to map lazy initialized object in Castor library?
In my Spring MVC application error occurs when castor try to map object which was lazy initilized.
I have Entity class with relation one to many:
@Entity
@Table(name = "a")
public class A implements ...
1
vote
2answers
587 views
Setting castor properties using Spring Oxm
Spring Oxm allows you to use different marshallers/unmarshallers and Castor is one of them.
By default castor marshalles xml documents unindented and official documents tell that putting a ...
0
votes
0answers
123 views
check if object has Integer in freemarker
in struts2 actions I have a castor object with type integer.
If in database value of the integer is null, in the java I can use .hasId to check if value is null. If in database value is null, in ...
0
votes
0answers
214 views
SOAP Client with drupal7 , dashed wsdl classes and attributes
I'm trying to create a SOAP Client able to make requests to a ws which definition contains dashed names.
My steps so far:
Convert wsdl to php with wsdl2php tool
Create a client using SoapClient ...
0
votes
0answers
300 views
How can Spring REST controllers with Castor be configured to unmarshall an empty HTTP request body as a null reference?
I'm using Castor 1.3.2 as a marshaller/unmarshaller with Spring 3.0.5 REST controllers, running on Jetty.
When unmarshalling XML POSTed to a REST endpoint, I want to allow the client to either post ...
0
votes
1answer
206 views
How to unmarshall using JiBX and not use XSD?
I want to use JiBX to unmarshall huge XML files, but I don't want it to validate against the XSD. How do I do this?
Proof of concept (jUnit snippet that works for XMLs compliant against the XSD):
...
1
vote
0answers
269 views
How to parse complextype in WSDL to get basic elements in it in Java?
I have parsed wsdl files with the help of WSDL4J, JDOM and Castor libraries. Now, I can get the complex types but still can not access the elements in its sequence.
<xs:element ...
0
votes
0answers
54 views
schemaFileName attribute in Castor
I am trying to generate an xsd from an xml file as is described here:
http://www.castor.org/schemaGen-anttask.html
I use all the right dependencies on my classpath - aka these jars:
/ castor-1.2
/ ...
1
vote
0answers
679 views
How to get complex types in WSDL files with Java?
I have read similar topics and examples, but I have still some problems about getting WSDL schema content with complex types from WSDLs.
I am using WSDL4J, Castor and JDOM libraries.
...
1
vote
0answers
71 views
Marshalling cyclic entites with Castor
i want to marshal following entity with Castor using static Marshall method. However as entity has references to itself so it starts looping and from 44 DB rows it builds me 100MB file if doesn't ...
2
votes
1answer
309 views
How do I get an Axis/Castor web service to validate the request against the XSD?
I've developed a small web service in a contract-first (top-down) fashion using an XSD developed by another team within our organisation. The problem I'm having is that if the request is slightly ...
0
votes
2answers
2k views
Java to XML castor mapping
I am trying to map a POJO to an xml. Now the POJO consists of some attributes which are basic String/Integer etc and some which are other POJO classes. The xml mapping file that I am attempting to ...
0
votes
1answer
221 views
NoClassDefFoundError in the Castor library
I'm trying to use the Lizzy library (http://lizzy.sourceforge.net/) to do some playlist manipulation. As a dependency, it requires that I have the Castor library (http://www.castor.org/) in my build ...
3
votes
2answers
3k views
Maven: No marketplace entries found to handle castor, antrun, and ear plugins
I am importing a maven project into Eclipse. I have the m2e plugin installed and it is pointing to maven 2.2.1 on my machine.
I am getting these three errors:
No marketplace entries found to handle ...
0
votes
1answer
439 views
Castor Marshaller to return empty tags for null objects
We are using Castor to unmarshall the Castor object to XML string. Castor is not generating Empty tags for null objects. Is there a API available to set it as parameter while unmarshalling?
There is ...
1
vote
1answer
407 views
How to tell castor to marshall a null field to an empty tag?
I'm marshalling an object that can have some field set to null. I'm using castor with a xml-mapping file for the configuration. The class I'm marshalling is like this:
class Entity {
private int ...
0
votes
1answer
302 views
Castor Generated Classes (XML Marshalling) - XSD Unavailable
I recently moved to a project where I noticed there have a specific requirement to store some data as XML.
The prior team used Castor generated classes to Marshall and Unmarshall the data.
I have a ...
1
vote
1answer
866 views
Spring and CastorMarshaller: add namespace to XML root
My Java application tries to get information from a webservice. The XML request needs to have the namespace specified in the XML root element (class name), but the namespace of the tags (class fields) ...
0
votes
1answer
882 views
Castor: How to map a Java hierarchy
I have this Java-Castor issue while mapping a hierarchy. Thanks for your time.
I have this XML file:
<RESULT>
<RESULTCODE>OK</RESULTCODE>
<ERRORS />
<COMPANIES>
...


