Re: [Resin-interest] Blojsom 3.0 on Resin

2006-10-05 Thread dan
Don't you just hate it when you get so frustrated you post to the user group only to find the answer a few hours later? Last night, during a fitful night's sleep, I got up in the dead of night with a spark of an idea. I looked at the ehcache jar file embedded in the blojsom WAR file and realized i

[Resin-interest] Easy way to tell resin to use -source 1.4 for 1 webapp

2006-10-05 Thread Eric Carlson
I pulled a webapp from the pre-1.5 days and it used enum (well the soap libs used did as in org.apache.axis.enum.Stype.WRAPPER). I get the error saying I should use -source 1.4 - is there an easy way to do this for just 1 web app please? Thanks. ___ resi

Re: [Resin-interest] Easy way to tell resin to use -source 1.4 for 1 webapp

2006-10-05 Thread Bill Au
Specify that in the "args" attribute of . Bill http://caucho.com/resin-3.0/config/env.xtp#javacOn 10/5/06, Eric Carlson < [EMAIL PROTECTED]> wrote:I pulled a webapp from the pre-1.5 days and it used enum (well the soap libs used did as in org.apache.axis.enum.Stype.WRAPPER). I getthe error saying

[Resin-interest] questions about Java Persistence API implementation

2006-10-05 Thread Lucas Bergman
Hi -- I was trying to prepare some application work that uses JPA but has to support many container and JPA implementation vendors (e.g., Glassfish nee TopLink, Hibernate EntityManager, Amber), and I had a couple of questions about Resin's JPA code: 1. It appears that Persistence.java is checkin

Re: [Resin-interest] questions about Java Persistence API implementation

2006-10-05 Thread Rodrigo Westrupp
Lucas, We are reviewing the JPA interfaces based on the final release of the JPA specification. This will be released in Resin 3.1. Regards, -- Rodrigo --- Lucas Bergman <[EMAIL PROTECTED]> wrote: > Hi -- > > I was trying to prepare some application work that uses JPA but has > to > sup