Re: Refresh
Re: Refresh
- Subject: Re: Refresh
- From: Jeff Schmitz <email@hidden>
- Date: Wed, 28 Feb 2007 00:27:33 -0600
nevermind, I got it. Added to
<lib dir=".">
<include name="jforum.jar"/>
<exclude name="**/*.woa/**"/>
</lib>
Jeff
On Feb 28, 2007, at 12:19 AM, Jeff Schmitz wrote:
Thanks,
I'll give that a try. I have one more quick question. I've added
a jar to my WOLips project and it works great in there. However,
when I deploy the app the jar doesn't seemed to be available to the
deployed version. I'm sure it's something simple, but how, using
WOLips, do you specify that the jar should be included with the
deployed app? When I build for deployment, I just right click the
build.xml and select "Run as Ant". Is there something I need to
add to the build.xml file?
Thanks,
Jeff
On Feb 27, 2007, at 11:44 PM, Guido Neitzer wrote:
On 27.02.2007, at 22:07, Jeff Schmitz wrote:
Hello again,
I'm using Frontbase as my database and I'm trying setup a
second test machine by exporting my frontbase database data from
one machine and import it into the database on the test machine.
This seems to work fine as far as the frontbase part of it (using
sql92 commands), but then when I then try to add a record using
the ec.inserObject from within my application, the primary key ID
it assigns to the new record is one that already exists in the
database, and I get an integrity constraint. Actually, it is
assigning the first key (1000001), like it thinks my table is
empty. Any ideas on why it's showing this behavior?
You have to update the "unique" count to the correct value:
set unique = (select max (id)+1 from your_table) for your_table;
cug (hope this works ... ;-))
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden