Re: derby-maven-plugin

2012-03-15 Thread carlspring
Hi, I see this is an old post, but since I faced the same sort of problem, I'd like to let you know that I knocked up a simple Maven plugin for Derby. It can be found here: https://github.com/carlspring/derby-maven-plugin I have pushed the plugin to Maven Central and it should be available

Cannot find parent pom for derby

2009-11-28 Thread bshep
I have tried multiple derby versions but cannot get maven to compile. here is pom derby reference: dependency groupIdorg.apache.derby/groupId artifactIdderby/artifactId version10.5.3.0/version /dependency I have also tried addding: dependency groupIdorg.apache.derby/groupId

Re: Cannot find parent pom for derby

2009-11-28 Thread bshep
I added: properties derby.version10.5.3.0/derby.version /properties I also went to http://repo1.maven.org/maven2/org/apache/derby/derby-project/10.5.3.0 url and there was no jar file, only poms. bshep wrote: I have tried multiple derby versions but cannot get maven to compile

Re: Cannot find parent pom for derby

2009-11-28 Thread Stephen Connolly
that version is bad. add a _1 Sent from my [rhymes with tryPod] ;-) On 28 Nov 2009, at 16:50, bshep shepor...@q.com wrote: I have tried multiple derby versions but cannot get maven to compile. here is pom derby reference: dependency groupIdorg.apache.derby/groupId artifactIdderby

Re: Cannot find parent pom for derby

2009-11-28 Thread bshep
Thanks, that worked. Stephen Connolly-2 wrote: that version is bad. add a _1 Sent from my [rhymes with tryPod] ;-) -- View this message in context: http://old.nabble.com/Cannot-find-parent-pom-for-derby-tp26554776p26556919.html Sent from the Maven - Users mailing list archive

Re: Cannot find parent pom for derby

2009-11-28 Thread Stephen Connolly
those pom's are faulty the correct ones are 10.5.3.0_1 use artifactid of derby not derby-project Sent from my [rhymes with tryPod] ;-) On 28 Nov 2009, at 19:40, bshep shepor...@q.com wrote: I added: properties derby.version10.5.3.0/derby.version /properties I also went to http

How to run Archiva and Continuum using one Derby DB

2008-03-17 Thread alebu
We currently planning to use Archiva together with Continuum for our CI building. Both of them uses Tomcat (or lets say can use) and Derby DB in embedded mode. It is possible to run both in one instance of tomcat as webapp, but each of them still will use embedded version of Derby. The question

Derby database relative to `cwd` ?

2008-02-27 Thread Brown, Carlton
In my latest Archiva installation, I noticed that Archiva resolves the path to the derby database relative to whatever was the current working directory at the time Tomcat was started. For example, if I'm in $CATALINA_HOME/bin and I run ./catalina.sh start, then the derby database gets created

Re: Derby database relative to `cwd` ?

2008-02-27 Thread Brett Porter
url=jdbc:derby:archiva/derbydb;create=true is a relative path - you should provide the full path in here after the jdbc:derby: part. - Brett On 28/02/2008, Brown, Carlton [EMAIL PROTECTED] wrote: In my latest Archiva installation, I noticed that Archiva resolves the path to the derby database

Re: Derby database relative to `cwd` ?

2008-02-27 Thread Brett Porter
That's completely out of the control of the application - you are configuring Tomcat and Derby there. On 28/02/2008, at 8:29 AM, Brown, Carlton wrote: Thanks, will try it. But doesn't that behavior seem kind of weird? The database is a kind of important resource to risk it getting

Re: Derby

2008-02-05 Thread Lee Meador
it in your own test code if you want. Just declare a test dependency on it and use it in the test. Thanks. -- Lee On Feb 5, 2008 9:26 AM, Arash Bizhan zadeh [EMAIL PROTECTED] wrote: Is there any pluing/easy way to fire up and use Derby with maven, for test purposes? -- You can not depend

Derby

2008-02-05 Thread Arash Bizhan zadeh
Is there any pluing/easy way to fire up and use Derby with maven, for test purposes? -- You can not depend on your eyes when your imagination is out of focus.

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:29 PM, Mick Knutson [EMAIL PROTECTED] wrote: I have been running derby almost file. But when I bounce Tomcat, the db.lckfiles are not removed, thus giving me an error when I re-start Tomcat as the DB is already in use, which it is not. It is only because the lck files

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Mick Knutson
Trust me, I do NOT want to use Derby, but there is an Oracle bug: http://jira.codehaus.org/browse/CONTINUUM-1622 Thus I am forced to use Derby for now until that is fixed. So, any help to get this fixed on Derby until the above bug is fixed would be great On Jan 15, 2008 12:16 AM

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:13 PM, Mick Knutson [EMAIL PROTECTED] wrote: Trust me, I do NOT want to use Derby, but there is an Oracle bug: http://jira.codehaus.org/browse/CONTINUUM-1622 Thus I am forced to use Derby for now until that is fixed. So, any help to get this fixed on Derby until the above

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Mick Knutson
I have been running derby almost file. But when I bounce Tomcat, the db.lckfiles are not removed, thus giving me an error when I re-start Tomcat as the DB is already in use, which it is not. It is only because the lck files are still present. When I delete those 2 files, then re-start tomcat

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 4:41 PM, Mick Knutson [EMAIL PROTECTED] wrote: I am running tomcat 5.5.25 with continuum-1.1.war and a Derby DB. ... Every time run shutdown.sh to stop tomcat, then try to restart running startup.sh, the following files where not cleaned up: /home/dapadmin/apache-tomcat

[c1.1] derby issue with .lck files not being cleaned up

2008-01-14 Thread Mick Knutson
I am running tomcat 5.5.25 with continuum-1.1.war and a Derby DB. Now I am also running archiva 1.0 pointing to my Oracle DB. I am not using Oracle for both as there seems to still be a defect with continuum on Oracle 10g. But, Every time run shutdown.sh to stop tomcat, then try to restart

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-14 Thread Mick Knutson
Yes embedded Derby. So How do I determine why the shutdown.sh is not shutting down Derby correctly? I used the default installation as per the quick start guide for Tomcat and Derby. Is there something else I need to do? ps, http://jira.codehaus.org/browse/CONTINUUM-1622 On Jan 14, 2008 3:56

Continuum Derby Question

2007-11-21 Thread Morgovsky, Alexander (US - Glen Mills)
tell me how to properly write this statement for the Continuum Derby DB? select START_TIME,END_TIME from SA.BUILDRESULT WHERE START_TIME 1 and END_TIME 11000 Thank you. This message (including any attachments) contains confidential information intended for a specific

Re: [m2] Has anyone configured the dashboard plugin to use Derby Database for persistence?

2007-11-03 Thread dvicente
plugin groupIdorg.codehaus.mojo/groupId artifactIddashboard-maven-plugin/artifactId version1.0-SNAPSHOT/version /plugin /plugins /reporting and all works fine Mick Knutson-4 wrote: Has anyone configured the dashboard plugin to use Derby Database for persistence? I find

[m2] Has anyone configured the dashboard plugin to use Derby Database for persistence?

2007-11-01 Thread Mick Knutson
Has anyone configured the dashboard plugin to use Derby Database for persistence? I find that it might be easier to get an embedded DB instead of another Oracle DB setup so I can track the dashboard plugin -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http

Re: Connecting to the Continuum Derby Database

2007-09-08 Thread Wendy Smoak
On 9/8/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Correct. However, I have started Derby Network Server only when having Continuum be shut down. My concern is that I need to be able to generate reports on the builds while Continuum is running. Would

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
I would like to ask which file in the Continuum directory I should edit for Continuum to use the Derby Network Server instead of the embedded database. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Saturday, September 08, 2007 4:42 PM To: continuum-users

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Emmanuel Venisse
the username is 'sa' with an empty password. Just for my information, what do you try to do with your jsp? Emmanuel Nick Stolwijk a écrit : By default, Derby only listens on localhost, so no remote connections. Have a look at the derby documentation on how to change it. [1] Hth, Nick S

Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
I started the Derby Database server on the Continuum machine. It is listening on port 1527. In my JSP page deployed on an Application Server on another machine in the same network I have the code: Connection connection = DriverManager.getConnection(jdbc:derby://Continuum IP:1527/Continuum File

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Wendy Smoak
On 9/7/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: I started the Derby Database server on the Continuum machine. It is listening on port 1527. In my JSP page deployed on an Application Server on another machine in the same network I have the code: Connection

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
Thank you. I will look into this. -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 10:46 AM To: [EMAIL PROTECTED] Subject: RE: Connecting to the Continuum Derby Database Maybe you can add an issue and explain what kind of reports you

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
To: [EMAIL PROTECTED] Subject: Re: Connecting to the Continuum Derby Database On 9/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: the username is 'sa' with an empty password. I knew I wrote this down somewhere. Here's a page talking about Archiva and Derby Network Server. It should be easily

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread LAMY Olivier
Maybe you can add an issue and explain what kind of reports you need ? -- Olivier -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 septembre 2007 16:44 À : [EMAIL PROTECTED] Objet : RE: Connecting to the Continuum Derby

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Wendy Smoak
On 9/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: the username is 'sa' with an empty password. I knew I wrote this down somewhere. Here's a page talking about Archiva and Derby Network Server. It should be easily adaptable to Continuum. http://docs.codehaus.org/display/MAVENUSER/Archiva

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
to the Continuum Derby Database the username is 'sa' with an empty password. Just for my information, what do you try to do with your jsp? Emmanuel Nick Stolwijk a écrit : By default, Derby only listens on localhost, so no remote connections. Have a look at the derby documentation on how to change

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander (US - Glen Mills)
Sure. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 10:28 AM To: [EMAIL PROTECTED] Subject: Re: Connecting to the Continuum Derby Database the username is 'sa' with an empty password. Just for my information, what do you try to do

MySQL instead of Apache Derby

2007-04-19 Thread Ben Mills
Greetings, Using Continuum 1.0.3 on Linux (CentOS 4.4) I assume the default install/setup for Continuum 1.0.3 uses Derby in an embedded environment in which only a single application can access a database at one time, and no network access occurs. When an application starts an instance

Re: MySQL instead of Apache Derby

2007-04-19 Thread Anoop kumar V
I do not think you can access the embedded derby db while continuum (or any other application) is using it. You would have to shut down continuum and then connect derby using a sql client like squirrel sql or install derby and use its client to connect. as mentioned in this post: http://mail

Re: MySQL instead of Apache Derby

2007-04-19 Thread Ben Mills
Many thanks for this information. Much appreciated. On Apr 19, 2007, at 4:10 PM, Anoop kumar V wrote: I do not think you can access the embedded derby db while continuum (or any other application) is using it. You would have to shut down continuum and then connect derby using a sql client

Re: derby error

2007-03-08 Thread Robert Dale
PROTECTED] [EMAIL PROTECTED] wrote: Maybe someone can help me with this derby error (from the derby.log file): 2007-02-27 07:10:05.092 GMT: Booting Derby version The Apache Software Foundation - Apache Derby - 10.1.3.1 - (417277): instance

derby error

2007-03-07 Thread Tilman.Rossmy
Maybe someone can help me with this derby error (from the derby.log file): 2007-02-27 07:10:05.092 GMT: Booting Derby version The Apache Software Foundation - Apache Derby - 10.1.3.1 - (417277): instance c013800d-0111-0208-d32b

Re: [m2] sql-maven-plugin, derby, and test cases - failed to start database

2007-02-21 Thread bkbonner
Dan, thanks for the quick reply. I'll look at your posts. Prior to getting your reply, I was trying to start the derby network server using the exec-maven-plugin. I ran into issues with this that I need to research and may require another post. Do you still need me to file a JIRA

Re: [m2] sql-maven-plugin, derby, and test cases - failed to start database

2007-02-21 Thread bkbonner
://www.nabble.com/sql-maven-plugin%2C-derby%2C-and-test-cases--%3E-failed-to-start-database-tf3263205s177.html#a9081501 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

sql-maven-plugin, derby, and test cases - failed to start database

2007-02-20 Thread bkbonner
I'm trying to use the sql-maven-plugin with derby. My pom is as follows: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId

Re: sql-maven-plugin, derby, and test cases - failed to start database

2007-02-20 Thread Dan Tran
It sounds like your test case does not try to recreate database again. -D On 2/20/07, bkbonner [EMAIL PROTECTED] wrote: I'm trying to use the sql-maven-plugin with derby. My pom is as follows: plugin groupIdorg.apache.maven.plugins

Re: sql-maven-plugin, derby, and test cases - failed to start database

2007-02-20 Thread Dan Tran
I added the suggested fix in http://jira.codehaus.org/browse/MOJO-619 you will need to use the already deployed 1.1-SNAPSHOT, and shutdown derby dabase before running your test. see this http://svn.codehaus.org/mojo/trunk/mojo/sql-maven-plugin/src/it/derby for detailed example -D On 2/20

launching hsqldb/derby with maven

2007-02-16 Thread Dan Adams
I would like to use maven to start either a hsqldb or derby instance. I found this: http://www.agilejava.com/maven-hsqldb-plugin but there doesn't appear to be a maven repo to use it from. There is also http://jira.codehaus.org/browse/CARGO-349 but the ticket is still open. I couldn't really

Re: launching hsqldb/derby with maven

2007-02-16 Thread Mark Hobson
On 16/02/07, Dan Adams [EMAIL PROTECTED] wrote: I would like to use maven to start either a hsqldb or derby instance. I found this: http://www.agilejava.com/maven-hsqldb-plugin but there doesn't appear to be a maven repo to use it from. There is also http://jira.codehaus.org/browse/CARGO-349

RE: derby-maven-plugin

2006-06-13 Thread Jimisola Laursen
Hi! I am trying to get Derby to work just like Ian Stewart - with a new Derby database for each module. Your Spring example looks promising, sadly I have no experience with Spring (yet). Do I place to code below in the top level pom.xml? What else needed - an example with more information would

derby-maven-plugin

2006-04-17 Thread ian . d . stewart
within Derby and populated the tables with sample data, the tests run fine. However, whenever somebody else checks out the source and does 'mvn install', the tests fail quite spectacularly (not really surprising, since the database infrastructure is not in place on their machine). Does anyone

RE: derby-maven-plugin

2006-04-17 Thread Mike Perham
] [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 9:01 AM To: users@maven.apache.org Subject: derby-maven-plugin Dear List, I am working on a database-centric web app, which I am using Maven2 to manage. In order to improve test runtimes and reduce dependencies on external changes, I am

Creating build schedules for branches by connecting to Derby and issuing SQL- Is this madness?

2005-12-22 Thread Stevenson, Chris
Gents, I'm not sure how hair brained this is but I was wondering if anyone thought it would be feasible/desireable to write an m2 plugin which can create the branch builds for a set of projects in continuum by connecting to the database (JDBC) and duplicating the records but altering the SCM

[m2] derby not in repository?

2005-10-31 Thread Xavier Toth
Did I miss it? I don't see 'derby' in the repository.