Re: Derby unBof at Java One

2007-05-08 Thread Rick Hillegas

Don't forget the Derby party at Java One tonight!

Cheers,
-Rick

Rick Hillegas wrote:

Hey folks,

Sun Microsystems is hosting a Derby party at Java One. Here are the 
specifics. Hope to see you there!


You are cordially invited to:

An Apache Derby unBoF at JavaONE 2007!
   hosted by Sun

Come learn what's cool and what's new in Apache Derby -- the database 
for Java applications -- from Derby committers and community members. 
Have rousing conversations on subjects such as how did you get that 
Web app to run off-line? and so Derby is a Real Database (ACID  
500+GB)!

Beer, wine, softdrinks, and very nice snacks provided!

Tuesday evening, 8 May from 7:00 to 10:00+ pm
@ Jillian's in the Sony Metreon, right next to the Moscone Center
101 4th Street, Suite 170, San Francisco





problem with starting Java DB Server

2007-05-08 Thread teke

Hi,

We are doing a project in Netbeans 5.5 and using Apache Derby 10.2.2.0.
But there is a problem with the DB, when we close the connection from the 
NETBEANS IDE, we cannot establish a new connection to the Server.
Could you please suggest a work around for this problem.

Thanks...

Best Regards...

--
Ali Tekeoglu
cs-bilkent
--


Re: Eclipse plugin wierdness

2007-05-08 Thread Aaron J Tarter

Strange ... So, on a fresh Java project that you did not add the Derby
nature to yet, your context menu shows 'Remove Derby Nature'?  This menu
option should be controlled by the nature in the .project file.  The
.project file in the root of your newly created project should not have the
derby nature.  It should look like:
   natures
   natureorg.eclipse.jdt.core.javanature/nature
   /natures

Then, after adding the derby nature with the menu action, you should have
the following:
   natures
   natureorg.eclipse.jdt.core.javanature/nature
   natureorg.apache.derby.ui.derbyEngine/nature
   /natures

Can you confirm that this is the case?

On 5/7/07, Michael Baehr [EMAIL PROTECTED] wrote:



Hi folks,

I had a working Derby plugin for quite some time, but due to the nature of
my latest projects I didn't use it.

Now I'm trying to work with it again, and I have plenty of problems:

- Every project is handled as if the Derby nature is present and the
network
server has been started (meaning I have Remove Derby nature, Stop
network
server etc. options in the context menu). I tried this also with a new
empty project
- Therefore, I cannot add the Derby nature to any project
- If a project indeed has the Derby nature, sysinfo and ij work for these
projects. The plugin still assumes that the network server is running
(which
is not). I can remove Derby nature from these projects via the context
menu!

I have the latest stable versions (and no older ones) of the plugins,
started Eclipse various times with -clean. Eclipse is 3.2.2.

Any clues?

Michael
--
View this message in context:
http://www.nabble.com/Eclipse-plugin-wierdness-tf3706229.html#a10365289
Sent from the Apache Derby Users mailing list archive at Nabble.com.





--
Regards,
Aaron J Tarter