Deploy to multiple oc4j instances

2008-03-11 Thread Chris Russell
Hello, I've had good success deploying my application to a single oc4j instance using 'mvn install'. Now I have two instances to deploy to and I'm wondering how to do this. Initially I tried to add another tasks entry in that pom file. !-- this is the original task that is

Re: Deploy to multiple oc4j instances - solved

2008-03-11 Thread Chris Russell
/admin_client.jar fork=yes . /java /tasks Thanks, Chris Chris Russell wrote: Hello, I've had good success deploying my application to a single oc4j instance using 'mvn install'. Now I have two instances to deploy to and I'm wondering how to do

File dependency question

2007-08-17 Thread Chris Russell
Hi All, I have a really silly question. Currently I can build my EAR file via JDeveloper and it deploys and runs just fine. When I build and deploy via Maven, one file is missing from the EAR file. This file should be found at the top level of the EAR (i.e. if you open the EAR with winZip,

Re: File dependency question

2007-08-17 Thread Chris Russell
://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html Wayne On 8/17/07, Chris Russell [EMAIL PROTECTED] wrote: Hi All, I have a really silly question. Currently I can build my EAR file via JDeveloper and it deploys and runs just fine. When I build and deploy via Maven, one file is missing from

Running Maven commands with CRON

2007-07-20 Thread Chris Russell
Hello, I'm trying to run the following script with CRON: # set up some environment vars to make things more readable . /home/maven/metalink3/setupVars.sh /u02/webapps/orihttp/apache/maven-2.0.4/bin/mvn site:site This runs fine when I run it from the command line. But when CRON runs it I get:

Error running 'mvn deploy'

2007-06-27 Thread Chris Russell
Hi, I just about have Maven configured so it can deploy my application. I am getting one error on the mvn deploy step: [INFO] Executing tasks [java] 07/06/26 19:05:53 Notification ==Application Deployer for ML3 STARTS. [java] 07/06/26 19:05:53 Notification ==Copy the archive to

Compile error

2007-06-25 Thread Chris Russell
Hi, I'm trying to compile my project (mvn compile) and I'm getting the following error: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure Failure executing javac, but could not parse the error: An exception has

Error on 'mvn compile'

2007-05-02 Thread Chris Russell
Hello, I'm (suddenly) getting this error when I try to compile: [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure error: compiler

Class not found only during Test phase

2007-04-27 Thread Chris Russell
Hello, I'm trying to run a junit test and I'm getting the following error: java.lang.NoClassDefFoundError: oracle/j2ee/ws/saaj/soap/BinaryTextImpl at oracle.j2ee.ws.common.streaming.DOMXMLReaderImpl.hasBinaryValue(DOMXMLReaderImpl.java:217) at

Class file not found during Testing

2007-04-18 Thread Chris Russell
Hello, I'm trying to run a junit test and I'm getting the following error: java.lang.NoClassDefFoundError: oracle/j2ee/ws/saaj/soap/BinaryTextImpl at oracle.j2ee.ws.common.streaming.DOMXMLReaderImpl.hasBinaryValue(DOMXMLReaderImpl.java:217) at

Empty Unit Test Errors out

2007-04-06 Thread Chris Russell
Hi Experts, I'm getting an error when trying to run a unit test (I've excluded all other tests but one). This test is actually empty: public void testSaveProfile() { //TODO test the save profile in local DB } The test fails with an error (not a failure/bad assert): Running

Re: Schedule I've created isn't working

2007-04-02 Thread Chris Russell
Continuum wakes up at the scheduled time, it will see the change and kick start a build. HTH, Anoop On 3/29/07, Chris Russell [EMAIL PROTECTED] wrote: Hello, I've gotten everything working in Continuum if I do a Build All (tests run, app is deployed). My issue is that my build process

Re: Schedule I've created isn't working - Curl

2007-04-02 Thread Chris Russell
curl command line... but in the meantime. http://curl.netmirror.org/docs/httpscripting.html Go down to 4.2 POST. Wayne On 4/2/07, Chris Russell [EMAIL PROTECTED] wrote: Hi Eric, I actually like that idea - it solves some odd issues on my side. My question is what do I pass to Curl (I'd never

Question on arguments

2007-03-30 Thread Chris Russell
Hello, Can someone tell me what the following arguments do and why I would use (or remove) them: --batch-mode --non-recursive In my project I have one parent pom and 4 child poms: top level --- child 1 --- child 2 --- child 3 --- child 4 I'm not sure which parameters I should have on each

Schedule I've created isn't working

2007-03-29 Thread Chris Russell
Hello, I've gotten everything working in Continuum if I do a Build All (tests run, app is deployed). My issue is that my build process is not running when I think it should. I'm using the DEFAULT_SCHEDULE, and the entry looks like this: 0 40 * * * ? I thought that this would build my

Re: Problems adding Maven2 project through URL

2007-03-02 Thread Chris Russell
Hi Roland, I never could get it to pull from SVN (svn://se-scm.oracle.com/se/ml3/trunk/orion/apps/helpdesk). My workaround was to create a similar directory structure on the same linux box as Continuum, and upload the POM's there (but it doesn't have to be the same machine). I created this

Build error when using Build All button

2007-02-05 Thread Chris Russell
Hello, I just created a new project in Continuum 1.0.3. I built each project individually (there are 5) and each was successful. My error occurs when I hit Build All. 3 of my 5 projects fail with the following error: Provider message: The svn command failed. Command output: