Re: Error loading Model framework in deployment

2007-03-13 Thread Chuck Hill
How are these other frameworks included in the application? I think they need to be in the WO Frameworks library to get onto the classpath at runtime. Chuck On Mar 13, 2007, at 6:39 AM, Laƫtitia Orsini wrote: Hi, I have a similar problem... My project has an eomodel and dependencies to f

Re: Error loading Model framework in deployment

2007-03-13 Thread Laƫtitia Orsini
Hi, I have a similar problem... My project has an eomodel and dependencies to frameworks containing other eomodels. When the application runs in Eclipse, these framework models are included in defaultMdodelGroup but when I launch the application in command line they're not. After the ant

Re: Error loading Model framework in deployment

2007-01-30 Thread David Holt
This was it. My deployment box was pointing to a local framework instead of the /Library/Framework I deleted reference to the framework and re-imported it. Now it is pointing to the right place in the classpath. Thanks for the timely help. (I so wanted it to be the four of clubs!) David

Re: Error loading Model framework in deployment

2007-01-29 Thread Chuck Hill
When you deployed, the location of the framework was not the same as when you were developing. Check the classpath file: App.woa/Contents/MacOS/MacOSClassPath.txt The path to the framework in there is not where the framework is on the deployment machine. How did I do? No? OK, second g

Re: Error loading Model framework in deployment

2007-01-29 Thread David Holt
I am deploying using JavaMonitor and the model is in a framework. David On 29-Jan-07, at 6:40 PM, Chuck Hill wrote: Are you deploying through JavaMonitor or some other way? Is the model in the application or in a framework? Chuck On Jan 29, 2007, at 6:22 PM, Art Isbell wrote: On Jan 29,

Re: Error loading Model framework in deployment

2007-01-29 Thread Chuck Hill
Are you deploying through JavaMonitor or some other way? Is the model in the application or in a framework? Chuck On Jan 29, 2007, at 6:22 PM, Art Isbell wrote: On Jan 29, 2007, at 4:10 PM, David Holt wrote: What could I be doing to cause my model framework not to load? Does the eomode

Re: Error loading Model framework in deployment

2007-01-29 Thread Art Isbell
On Jan 29, 2007, at 4:10 PM, David Holt wrote: What could I be doing to cause my model framework not to load? Does the eomodel exist where you expect it to be on the filesystem? When you look in the eomodeld directory, does it contain all of the files that you expect? There have been si

Error loading Model framework in deployment

2007-01-29 Thread David Holt
I have been using a scheme to dynamically change the connection dictionary for a FrontBase database in the Application class. In development, it works perfectly. Today I tried to deploy and was getting an NPE related to the modelgroup. When I print the (EOModelGroup.defaultGroup()); as sugg