Re: adding new records in database fails

2012-09-24 Thread Paul Yu
Cretu You need to delete the row associated with the ADDRESS EO. Once you do EOF will create a new one and give you the max. Paul On Sep 24, 2012, at 9:46 PM, Cretu Catalin wrote: > Yes I do have, but I do not know how to reset sequence. The issue arise when > I restart the computer. > > Th

Re: adding new records in database fails

2012-09-24 Thread Cretu Catalin
Yes I do have, but I do not know how to reset sequence. The issue arise when I restart the computer. Thank you Catalin From: Paul Yu To: Cretu Catalin Cc: Patrick Robinson ; WebObjects Development Sent: Monday, September 24, 2012 9:12:57 PM Subject: Re:

adding new records in database fails

2012-09-24 Thread Cretu Catalin
Hi Patrick, Now I have another issue. I imported the WebObjects project in eclipse with proper EOModel import. I can connect to the database, but after I add data into database, if I restart eclipse and try to add new records I got next error:  EvaluateExpression failed: : Next exception:SQL S

Re: Need some help with Maven

2012-09-24 Thread Chuck Hill
Does running it with -DNSProjectBundleEnabled=true help? On 2012-09-24, at 2:28 PM, Alexis Tual wrote: > forget Maven ;) > It's been a while, but I had this problem and resolved it thanks to Henrique : > http://lists.apple.com/archives/webobjects-dev/2009/Oct/msg00093.html > > "Did you add the

Re: Need some help with Maven

2012-09-24 Thread Alexis Tual
forget Maven ;) It's been a while, but I had this problem and resolved it thanks to Henrique : http://lists.apple.com/archives/webobjects-dev/2009/Oct/msg00093.html "Did you add the build/YourApp.woa/Contents/Resources/Java folder to the classpath in the Run Configuration window? If not, you have

Re: Need some help with Maven

2012-09-24 Thread G Brown
On Sep 24, 2012, at 4:20 PM, Jean-François Veillette wrote: > I need some help to debug maven issues from inside Eclipse [*a*]. > I converted some existing (and working) projects, both frameworks and > applications. > > 1- When I run the application, I now (after the switch to maven) need to >

Re: Need some help with Maven

2012-09-24 Thread Pascal Robert
And before someone says "forget Maven", if you have seen how many dependancies they have, yes Maven will be useful. This is not a case of 2-3 apps with one or two frameworks. > I need some help to debug maven issues from inside Eclipse [*a*]. > I converted some existing (and working) projects, b

Need some help with Maven

2012-09-24 Thread Jean-François Veillette
I need some help to debug maven issues from inside Eclipse [*a*]. I converted some existing (and working) projects, both frameworks and applications. 1- When I run the application, I now (after the switch to maven) need to explicitely set the class to be used as Session and some components [*b*]

Re: Project Wonder cookbook

2012-09-24 Thread Theodore Petrosky
I was just looking at the wiki section of these 'cookbook' items. I would love to see a link or just a reference to any of the podcasts that go along with the cookbook item. example: Problem You have multiple instances of your application, or you have multiple applications sharing the same EO