<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting in touch with JiBX and Maven</title>
	<atom:link href="http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/</link>
	<description>Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.</description>
	<lastBuildDate>Mon, 26 Jul 2010 09:12:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: oren</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-381</link>
		<dc:creator>oren</dc:creator>
		<pubDate>Mon, 14 Jun 2010 13:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-381</guid>
		<description>hi,

1000x thanks for the tutorial.

I saved me a few agonizing hours in trying to figure this out.

oren</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>1000x thanks for the tutorial.</p>
<p>I saved me a few agonizing hours in trying to figure this out.</p>
<p>oren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve J.</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-377</link>
		<dc:creator>Steve J.</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-377</guid>
		<description>Hi Vignesh
Try to ask your question at &lt;a href=&quot;http://stackoverflow.com/&quot; rel=&quot;nofollow&quot;&gt;Stackoverflow&lt;/a&gt;. I think it&#039;s a more appropriate platform for such questions.
Thanks and Regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Vignesh<br />
Try to ask your question at <a href="http://stackoverflow.com/" rel="nofollow">Stackoverflow</a>. I think it&#8217;s a more appropriate platform for such questions.<br />
Thanks and Regards<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vignesh</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-376</link>
		<dc:creator>Vignesh</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-376</guid>
		<description>Hi SteveJ,

I am using a reactor pom, under which there are 2 modules. And each modules has its own binding files. When I run mvn clean install(with verbose turned on), I see that some of the jibx generated files are getting deleted, I do not know to stop it. Please help me on this.

Thanks
Vignesh</description>
		<content:encoded><![CDATA[<p>Hi SteveJ,</p>
<p>I am using a reactor pom, under which there are 2 modules. And each modules has its own binding files. When I run mvn clean install(with verbose turned on), I see that some of the jibx generated files are getting deleted, I do not know to stop it. Please help me on this.</p>
<p>Thanks<br />
Vignesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve J.</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-370</link>
		<dc:creator>Steve J.</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-370</guid>
		<description>Dear Pathum
The xml file has just to be in the same folder as the JAR file jibx_playground-1.0-SNAPSHOT-jar-with-dependencies.jar. If you run it directly from target with &quot;java -jar jibx_playground...&quot;, the Customer1.xml needs to be stored in the target folder.
Regards Steve</description>
		<content:encoded><![CDATA[<p>Dear Pathum<br />
The xml file has just to be in the same folder as the JAR file jibx_playground-1.0-SNAPSHOT-jar-with-dependencies.jar. If you run it directly from target with &#8220;java -jar jibx_playground&#8230;&#8221;, the Customer1.xml needs to be stored in the target folder.<br />
Regards Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pathum</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-369</link>
		<dc:creator>Pathum</dc:creator>
		<pubDate>Mon, 28 Sep 2009 08:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-369</guid>
		<description>Dear SteveJ
Thanks for the post. I have successfully clean and build the project in eclipse.. but when I try to run it, It says that the system cannot find the file which is the Customer1.xml. I put the file in target folder but it didn&#039;t work then I put in src/main/resource folder but still the same.. Please help me on this
Thanks
Pathum</description>
		<content:encoded><![CDATA[<p>Dear SteveJ<br />
Thanks for the post. I have successfully clean and build the project in eclipse.. but when I try to run it, It says that the system cannot find the file which is the Customer1.xml. I put the file in target folder but it didn&#8217;t work then I put in src/main/resource folder but still the same.. Please help me on this<br />
Thanks<br />
Pathum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve J.</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-73</link>
		<dc:creator>Steve J.</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-73</guid>
		<description>Hi Sharad
1. question:
Yes, that&#039;s right. The &quot;maven-assembly-plugin&quot; just put all required jar files into the newly created jar file. In our case, this is used for the commons-lang library and the JiBX library. I have done this just for the example, so that you can just run &quot;java -jar abc.jar&quot;. 

If you have the jar files outside the created jar, you have to define the classpath with all needed jars (e.g. java -cp ./path/to/libs/*.jar -jar abc.jar)

2. question
I don&#039;t understand your question completly. In this example, I also don&#039;t map the root element customer directly. It&#039;s just to define a main class, and all items in it are mapped than. It is able, that the root element contains elements, which are from another class. Just have a look at http://jibx.sourceforge.net/tutorial/binding-start.html. 

Sorry for the late answers, I was in holiday...</description>
		<content:encoded><![CDATA[<p>Hi Sharad<br />
1. question:<br />
Yes, that&#8217;s right. The &#8220;maven-assembly-plugin&#8221; just put all required jar files into the newly created jar file. In our case, this is used for the commons-lang library and the JiBX library. I have done this just for the example, so that you can just run &#8220;java -jar abc.jar&#8221;. </p>
<p>If you have the jar files outside the created jar, you have to define the classpath with all needed jars (e.g. java -cp ./path/to/libs/*.jar -jar abc.jar)</p>
<p>2. question<br />
I don&#8217;t understand your question completly. In this example, I also don&#8217;t map the root element customer directly. It&#8217;s just to define a main class, and all items in it are mapped than. It is able, that the root element contains elements, which are from another class. Just have a look at <a href="http://jibx.sourceforge.net/tutorial/binding-start.html" rel="nofollow">http://jibx.sourceforge.net/tutorial/binding-start.html</a>. </p>
<p>Sorry for the late answers, I was in holiday&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-71</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-71</guid>
		<description>Hi SteveJ,
I have requirement where I have to ignore the root element present in the data.xml and do binding only for the child elements of the root element. Can you help me on this? 
Thanks in advance.]

Regards,
Sharad</description>
		<content:encoded><![CDATA[<p>Hi SteveJ,<br />
I have requirement where I have to ignore the root element present in the data.xml and do binding only for the child elements of the root element. Can you help me on this?<br />
Thanks in advance.]</p>
<p>Regards,<br />
Sharad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-70</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-70</guid>
		<description>Hi SteveJ,
I am able to execute example with dependency jar successfully but when I try to run the example using without dependency jar, its not working. Do I need to set the classpath(for all the jars) before running it?</description>
		<content:encoded><![CDATA[<p>Hi SteveJ,<br />
I am able to execute example with dependency jar successfully but when I try to run the example using without dependency jar, its not working. Do I need to set the classpath(for all the jars) before running it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
