<?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: From WSDL to JAXB to JPA with a single schema: Adventures in Hyperjaxb3</title>
	<atom:link href="http://blogs.bytecode.com.au/glen/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.bytecode.com.au/glen/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3.html</link>
	<description>Java, XML and all that Jazz... from Canberra, Australia</description>
	<lastBuildDate>Thu, 23 May 2013 10:47:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Meziane</title>
		<link>http://blogs.bytecode.com.au/glen/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3.html#comment-19656</link>
		<dc:creator>Meziane</dc:creator>
		<pubDate>Sat, 05 May 2012 20:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3/#comment-19656</guid>
		<description><![CDATA[Hi,
it was a Netbeans issue: I don&#039;t know why, but the dtos autogenerated from Netbeans were without the corresponding primary keys.
This took me a long time and gave me strong headache: EJBs theory is very easy to understand but the praxis is made more difficult as needed
Meziane]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
it was a Netbeans issue: I don&#8217;t know why, but the dtos autogenerated from Netbeans were without the corresponding primary keys.<br />
This took me a long time and gave me strong headache: EJBs theory is very easy to understand but the praxis is made more difficult as needed<br />
Meziane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meziane</title>
		<link>http://blogs.bytecode.com.au/glen/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3.html#comment-19286</link>
		<dc:creator>Meziane</dc:creator>
		<pubDate>Mon, 30 Apr 2012 21:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2010/07/29/from-wsdl-to-jaxb-to-jpa-with-a-single-schema-adventures-in-hyperjaxb3/#comment-19286</guid>
		<description><![CDATA[Hi Glen,
I have a question: do I need &quot;any thing else&quot; in the following scenario?
1- an Java SE Application for entities (anotated with JAXB) generated by Netbeans and fitted to my needs
2- an JEE-Module containing Stateless EJB referencing the entities-project
3- a singleton  webservice in which the ejbs from the JEE-Module are injected and used in the Webmethods.
4- a Java SE standalone Client Application to consume the method of the webservice.

I understood, that I don&#039;t need anything else to use the CRUD operations of the differents ejbs used in the webservice, but it seems to me, that I am little bit wrong: Netbeans generates DTOs without the primary keys, in the client read and insert operations work but update and remove not. 
In the webservice all CRUD operations work.
Could you help me to understand what I have misunderstood??
Thank you in advance]]></description>
		<content:encoded><![CDATA[<p>Hi Glen,<br />
I have a question: do I need &#8220;any thing else&#8221; in the following scenario?<br />
1- an Java SE Application for entities (anotated with JAXB) generated by Netbeans and fitted to my needs<br />
2- an JEE-Module containing Stateless EJB referencing the entities-project<br />
3- a singleton  webservice in which the ejbs from the JEE-Module are injected and used in the Webmethods.<br />
4- a Java SE standalone Client Application to consume the method of the webservice.</p>
<p>I understood, that I don&#8217;t need anything else to use the CRUD operations of the differents ejbs used in the webservice, but it seems to me, that I am little bit wrong: Netbeans generates DTOs without the primary keys, in the client read and insert operations work but update and remove not.<br />
In the webservice all CRUD operations work.<br />
Could you help me to understand what I have misunderstood??<br />
Thank you in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
