Re: Error in Eclipse Plugin trying to start network server

2007-09-06 Thread bkbonner
??? If the other derbynet.jar was on the classpath, why do I need to add the ones from the plugin? Brian bkbonner wrote: Hi Aaron, hyes, derbynet.jar is located on the machine and is in the eclipse classpath. However it's in there as: C:\Documents and Settings\bbonner\.m2\repository\org\apache\derby

Re: Error in Eclipse Plugin trying to start network server

2007-09-05 Thread bkbonner
Hi Aaron, hyes, derbynet.jar is located on the machine and is in the eclipse classpath. However it's in there as: C:\Documents and Settings\bbonner\.m2\repository\org\apache\derby\derbynet\10.3.1.4\derbynet-10.3.1.4.jar does it specifically have to be there as derbynet.jar??? I'm using maven

Error in Eclipse Plugin trying to start network server

2007-09-03 Thread bkbonner
I realized security was tightened a bit on the network server in Derby 10.3.1.4. When I try to start the network server in Eclipse, I get a popup saying something to the effect of: Attempting to start server on port 1527 but i the console, I see: Cannot find derbynet.jar on the classpath.

Re: NPE on CreateTrigger

2006-11-13 Thread bkbonner
as a workaround. Brian bkbonner wrote: I'm trying to create the following trigger: CREATE TRIGGER PID.DELCONGT AFTER DELETE ON PID.PIDPDTCO REFERENCING OLD AS OROW FOR EACH ROWMODE DB2SQL DELETE FROM PID.PIDCONGT WHERE CON_UPC_NO = OROW.CON_UPC_NO; For all