Re: building new D2W app and get a missing web.xml?

2011-09-04 Thread David Avendasora
Hey James, I hear you on first deployment hell. That is a huge problem for WO development; getting the deployment working correctly is difficult. Servlet deployment doubly so because you've added another system into the mix with its own dependencies and requirements. On the WSR issue, this can

Re: building new D2W app and get a missing web.xml?

2011-09-04 Thread James Cicenia
I got past that problem. Now I can't figure for the life of me why it can't find the stylesheet in deployment. I have seemingly put the framework in every conceivable spot... to no avail. Took me a few hours to make an app... it has taken me almost a full day to figure out how to build and deplo

Re: building new D2W app and get a missing web.xml?

2011-09-04 Thread David Avendasora
Hi James, Are you intentionally deploying to a Servlet container? If not, then you don't need a web.xml file. Dave On Sep 3, 2011, at 11:20 PM, James Cicenia wrote: > Hello - > > This is my brand new D2W app that I want to publish now. However, > when I build I get the following error: > > W

Re: Feedback about issue with MySQL and get primary key

2011-09-04 Thread Ray Kiddy
Your rawRowsForSql call through an exception because you are completely bypassing the primary key generation process, so it you want to insert rows using this call, you need to generate the primary keys yourself. There is a better way to do this. See below. - ray On Sep 4, 2011, at 7:49 AM, P

Feedback about issue with MySQL and get primary key

2011-09-04 Thread Philippe Rabier
Hi all, Not a question but a feedback if you have the same issue but I don't have explanation and I didn't look for any. Env: WO 5.4.3, java 6 on Mac OS X 10.6.7, Eclipse 3.4, Wonder a bit old (several months), MySQL v5.0.88 Context: DA where informations are checked, fetched then if everyth