mapping tool / enums /trunk

2009-01-10 Thread Frank Schwarz
Hi, I think I see a regression in the mapping tool in the trunk. model: @Entity public class Person { @Enumerated(EnumType.STRING) private State homeState; //... } public enum State { AL, /*...*/} build.xml:

Re: Entitymanager lookup using JNDI on webshpere

2009-01-10 Thread devu213
Hi Kevin, Thanks for taking interest despite this being a Websphere question. Here is the information that might help: 1. Yes am using the EJB3 featurepack. My server is at version 6.1.0.17 with EJB and Webservices FP installed. 2. The code snippet Persistence.createEntityManager() works on stan