Top "Xmlbeans" questions

XMLBeans is a technology for accessing XML by binding it to Java types.

Springs XmlBeanFactory is deprecated

I try to learn Spring. I am following this site http://www.roseindia.net/spring/spring3/spring-3-hello-world.shtml I …

java spring deprecated xmlbeans
Error when using XmlBeans generated classes

I've generated classes with XMLBeans from an xsd file and packed them in a jar file. then I've added that …

java maven xmlbeans
Convert xml to java bean

How can I covert a an xml file to a simple java bean? Its a simple xml file without any …

java xml javabeans xmlbeans
XmlBeans error: unexpected element CDATA when parsing String

I'm having problems parsing an xml string using XmlBeans. The problem itself is in a J2EE application where the …

java xmlbeans
java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlOptions.setSaveAggressiveNamespaces()Lorg/apache/xmlbeans/XmlOptions;

I am trying to write a program which write the data in Excel. But i keep getting an error which …

java xmlbeans
How to include automatically xmlbeans generated code into maven jar?

I have a project which uses Apache Xmlbeans for databinding. Currently it is very simple it only has some Schema-Files …

maven-2 xmlbeans
What to use instead of XMLBeans now that it has been retired?

I am starting a new project where I have third party XSD. My Java application needs to generate, and readm …

java xml xsd xmlbeans
Unrecognized option: -compiler

I'm trying to run XMLBeans with the following command: scomp -compiler "C:\Program Files\Java\jdk1.5.0_14\bin\javac.exe" -cp "…

java compiler-construction xmlbeans
How to generate XML from XML schema in java and feed data in it?

I am developing part of a web app which takes an XML schema as input to generate an XML file. …

xml jaxb xmlbeans jibx
How to add a node to XML with XMLBeans XmlObject

My goal is to take an XML string and parse it with XMLBeans XmlObject and add a few child nodes. …

java xml xmlbeans