rs veera

Greenhorn
+ Follow
since May 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rs veera

Hi,

My spring applicationcontext.xml contains marshaller bean as below.

<oxm:jaxb2-marshaller id="marshaller" contextPath="com.example1.xsd:com.example2.xsd" />

com.example1.xsd and com.example2.xsd contains two different namespace xsd's not related to each other. When marshalling JAXB object present in path com.example1.xsd. Am getting an xml contains namesapce used in com.example2.xsd also which is never used in the output xml.

How to avoid those unwanted namspace present in XML.

Please help on this.

Thanks
Hi,

Can any one help me out of how to install tomcat as service.
14 years ago