Re: Couldn't create EOGenerator File

2008-07-11 Thread Helen He
Sources - verbose -loadModelGroup 4) Then save it, close it. 5) right-click on it and select Open With -> EOGenerator Editor. That should allow you to get started. Dave On Jul 11, 2008, at 9:31 AM, Helen He wrote: Hi, All: I am moving our EOModel file from EOModeler to Entity Modeler.

Couldn't create EOGenerator File

2008-07-11 Thread Helen He
Hi, All: I am moving our EOModel file from EOModeler to Entity Modeler. Since there is no .eogen file, I right clicked model file, clicked WOLips Tools then clicked Create EOGenerator File, but I got following error message: An internal error occurred during: "Creating EOGenerator File...

Re: EOGenerate

2008-07-11 Thread Helen He
le and it will regenerate when you re-"EOGenerate" the eogen file (right click on the eogen file). If you mean just one time and you don't want the other java files, there's no nice way to do this ... generate into another folder then grab the one you want I guess. ms On J

EOGenerate

2008-07-10 Thread Helen He
Hi, All: Is that possible to auto generate .java file for only one entity in Entity Modeler? If yes, can anyone tell me how to do that? Thanks! Helen ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

some classes missing in Eclipse 3.4?

2008-07-09 Thread Helen He
Hi, All: I have Eclipse3.4 and lastest version of WOLips installed in my new leopard mac machine. When I tried to switch to WOLips perspective(default view for the first time is WO Package Explorer), Eclipse display following error message: java.lang.NoClassDefFoundError: org/eclipse/jdt/in

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
. If so, you should create a direct action that does not create sessions for it to call. Chuck On May 26, 2006, at 8:41 AM, Helen He wrote: Hi, All: Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what

Re: RE why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
No timer was added to the app. Thanks!HelenOn May 26, 2006, at 11:47 AM, [EMAIL PROTECTED] wrote:Any timer running secretly ? Jérémy Helen He <[EMAIL PROTECTED]> Envoyé par : webobjects-dev-bounces+jeremy.deroyer=[EMAIL PROTECTED]26/05/2006 17:41A webobjects-dev@lists.apple.c

Re: why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
On May 26, 2006, at 11:47 AM, David LeBer wrote: On 26-May-06, at 11:41 AM, Helen He wrote: Hi, All: Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what I saw is real, I restarted the app several times

why the new sessions created when there is nobody accessing the application ?????

2006-05-26 Thread Helen He
Hi, All:Recently I found one of our internal WO applications can create new sessions even without anybody accessing it. In order to make sure what I saw is real, I restarted the app several times at night when I was sure nobody will access it, then after a while, a new session was created, when the

Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Helen He
OK, I will. Thank you and have a nice weekend. On Feb 17, 2006, at 4:23 PM, Chuck Hill wrote: Hi Helen, On Feb 17, 2006, at 1:04 PM, Helen He wrote: On Feb 17, 2006, at 1:55 PM, Chuck Hill wrote: On Feb 17, 2006, at 8:28 AM, Helen He wrote: In our WO application, we need to call a XML RPC

Re: Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Helen He
Hi, Chuck: Thanks very much for the responding!! On Feb 17, 2006, at 1:55 PM, Chuck Hill wrote: Hi Helen, On Feb 17, 2006, at 8:28 AM, Helen He wrote: In our WO application, we need to call a XML RPC service to get course data. Since each call will get data only for one course and we

Help with: org.apache.xmlrpc.XmlRpcException: out of threads

2006-02-17 Thread Helen He
Hi, Folks:In our WO application, we need to call a XML RPC service to get course data. Since each call will get data only for one course and we need to update all the courses in our database, so we made a loop. But when the service was called continuously about 30 times, an exception org.apache.xml