Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: JSF/JPA problem Date: Tue, 13 Sep 2011 19:27:17 -0700 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 14 Sep 2011 02:27:21 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="24409"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Fo1mlQrBVkZbxD/SiIK0vZXNOi+9I/mM=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 In-Reply-To: Cancel-Lock: sha1:esyT7HeGwVni1T0MkuELOnmvXsw= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:8005 On 9/13/2011 6:31 PM, Arved Sandstrom wrote: > Err...I should have added, my setup works just fine. I see new data > being persisted. This being the application-managed JTA entity manager > scenario. Thanks for that, it at least gives me a few things to try out. If you want to test further, I'm basically using the NetBeans IDE for this project. It has GlassFish and Derby built-in, so it uses those for JEE projects. It even has a wizard for making the persistence.xml file, which is what I used. I'd be curious if it's NetBeans that's setting things up screwy, or if I missed a needed step. Will try some of those ideas as soon as I can.