THe packaging attribute is used to determine what type of object you are trying to deploy. In weblogic the only types of objects that can actually be deployed are ears and wars so I am not sure why you are running deploy in an ejb project since it will not deploy without being contained inside an EAR.
Scott Ryan Chief Technology Officer Soaring Eagle L.L.C. [EMAIL PROTECTED] www.soaringeagleco.com (303) 263-3044 -----Original Message----- From: Pauquette, Bryan [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 3:11 PM To: [email protected]; Maven Users List Subject: RE: [mojo-user] Unable to use the weblogic-8.1 plugin to deploy a simple ejb jar The only place I specify ejb is in the <packaging>ejb</packaging> element of the projects pom. I can not change this and get maven 2.0.4 to generate the ejb-client jars. Why would the weblogic deployer assume a .ejb extension unless maven was somehow passing this to the deployer? -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 4:32 PM To: [email protected] Subject: Re: [mojo-user] Unable to use the weblogic-8.1 plugin to deploy a simple ejb jar If you grok the entire log, you'll find: [INFO] Building ejb dsc-ejb-1.0 [INFO] Building jar: /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro file-services/target/dsc-ejb-1.0.jar ... [INFO] Building ejb client dsc-ejb-1.0-client [INFO] Building jar: /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro file-services/target/dsc-ejb-1.0-client.jar ... [INFO] Weblogic Deployment parameters [-deploy, -adminurl, http://devbox.wdc.myco.net:32030, -username, guido, -password, something, -name, dsc-ejb, -targets, myapp-frontend-server, -remote, -nostage, -sourcerootforupload, /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro file-services/target/dsc-ejb.ejb] weblogic.Deployer$DeployerException: The source file /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro file-services/target/dsc-ejb.ejb does not exist and cannot be deployed. So basically you are building a .jar file and then the Weblogic deployer is looking for a .ejb file. Change one or the other and its bound to work, I'd expect. Wayne On 7/21/06, Pauquette, Bryan <[EMAIL PROTECTED]> wrote: > > > To: '[email protected]' > Trying to deploy a simple ejb-jar using the weblogic 8.1 plugin. I > think I followed all of the instructions correctly but alas I am getting > the following. (Sensitive information has been changed in the post). > > > It seems the name of the artifact is not correctly updated to .jar a > .ejb extension is being used. > > > I already posted on the maven users list regarding a similar issue a few > days ago. Is this a bug? > > Thanks > > > mvn -e -X weblogic:deploy > + Error stacktraces are turned on. > Maven version: 2.0.4 > [DEBUG] Building Maven user-level plugin registry from: > '/opt/app/devbox/username/.m2/plugin-registry.xml' > [DEBUG] Building Maven global-level plugin registry from: > '/opt/app/devbox/myappbuild/.gnu/maven-2.0.4/conf/plugin-registry.xml' > [INFO] Scanning for projects... > [DEBUG] Searching for parent-POM: net.myco.dsc:dsc::1.0 of project: > null:dsc-ejb:ejb:null in relative path: ../pom.xml > [DEBUG] Parent-POM: net.myco.dsc:dsc::1.0 not found in relative path: > ../pom.xml > [DEBUG] Retrieving parent-POM: net.myco.dsc:dsc::1.0 for project: > null:dsc-ejb:ejb:null from the repository. > [INFO] Searching repository for plugin with prefix: 'weblogic'. > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] maven-ejb-plugin: resolved to version 2.0 from repository > central > [DEBUG] Retrieving parent-POM: > org.apache.maven.plugins:maven-plugin-parent::2.0 for project: > null:maven-ejb-plugin:maven-plugin:2.0 from the repository. > [DEBUG] Skipping disabled repository central > [DEBUG] Skipping disabled repository central > [DEBUG] weblogic-maven-plugin: resolved to version > 2.8.0-20060304.202223-1 from repository Maven Snapshots > [DEBUG] Retrieving parent-POM: > org.codehaus.mojo:mojo-sandbox::2-SNAPSHOT for project: > null:weblogic-maven-plugin:maven-plugin:2.8.0-20060304.202223-1 from the > repository. > [DEBUG] Skipping disabled repository central > [DEBUG] Skipping disabled repository central > [DEBUG] mojo-sandbox: resolved to version 2-20060213.034901-2 from > repository Maven Snapshots > [DEBUG] Retrieving parent-POM: org.codehaus.mojo:mojo::7 for project: > null:mojo-sandbox:pom:2-SNAPSHOT from the repository. > [DEBUG] weblogic-maven-plugin: resolved to version > 2.8.0-20060304.202223-1 from repository Maven Snapshots > [DEBUG] Retrieving parent-POM: org.codehaus.cargo:cargo-extensions::0.8 > for project: null:cargo-maven2-plugin:maven-plugin:0.2 from the > repository. > [DEBUG] Retrieving parent-POM: org.codehaus.cargo:cargo::0.8 for > project: null:cargo-extensions:pom:null from the repository. > [DEBUG] weblogic-maven-plugin: resolved to version > 2.8.0-20060304.202223-1 from repository Maven Snapshots > [DEBUG] Retrieving parent-POM: > org.codehaus.mojo:mojo-sandbox::2-SNAPSHOT for project: > null:weblogic-maven-plugin:maven-plugin:2.8.0-20060304.202223-1 from the > repository. > [DEBUG] mojo-sandbox: resolved to version 2-20060213.034901-2 from > repository Maven Snapshots > [DEBUG] Retrieving parent-POM: org.codehaus.mojo:mojo::7 for project: > null:mojo-sandbox:pom:2-SNAPSHOT from the repository. > [DEBUG] weblogic-maven-plugin: resolved to version > 2.8.0-20060304.202223-1 from repository Maven Snapshots > [INFO] > ------------------------------------------------------------------------ > ---- > [INFO] Building Device Support Center:: EJB Modules > [INFO] task-segment: [weblogic:deploy] > [INFO] > ------------------------------------------------------------------------ > ---- > [INFO] Preparing weblogic:deploy > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] maven-resources-plugin: resolved to version 2.1 from repository > central > [DEBUG] Retrieving parent-POM: > org.apache.maven.plugins:maven-plugin-parent::2.0 for project: > null:maven-resources-plugin:maven-plugin:2.1 from the repository. > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] maven-compiler-plugin: resolved to version 2.0 from repository > central > [DEBUG] Retrieving parent-POM: > org.apache.maven.plugins:maven-plugin-parent::2.0 for project: > null:maven-compiler-plugin:maven-plugin:2.0 from the repository. > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] maven-surefire-plugin: resolved to version 2.0 from repository > central > [DEBUG] Retrieving parent-POM: > org.apache.maven.plugins:maven-plugin-parent::2.0 for project: > null:maven-surefire-plugin:maven-plugin:2.0 from the repository. > [DEBUG] weblogic-maven-plugin: resolved to version > 2.8.0-20060304.202223-1 from repository Maven Snapshots > [DEBUG] Retrieving parent-POM: > org.codehaus.mojo:mojo-sandbox::2-SNAPSHOT for project: > null:weblogic-maven-plugin:maven-plugin:2.8.0-20060304.202223-1 from the > repository. > [DEBUG] mojo-sandbox: resolved to version 2-20060213.034901-2 from > repository Maven Snapshots > [DEBUG] Retrieving parent-POM: org.codehaus.mojo:mojo::7 for project: > null:mojo-sandbox:pom:2-SNAPSHOT from the repository. > [DEBUG] weblogic-maven-plugin: resolved to version > 2.8.0-20060304.202223-1 from repository Maven Snapshots > [DEBUG] > org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.1:runtime > (selected for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > org.apache.maven:maven-model:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected > for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > null:maven-project:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for > runtime) > [DEBUG] > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime > (selected for runtime) > [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected > for runtime) > [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > org.apache.maven:maven-artifact:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected > for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > org.apache.maven:maven-artifact-manager:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime > (selected for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > org.apache.maven:maven-repository-metadata:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0:runtime > (selected for runtime) > [DEBUG] > org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime > (selected for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > null:maven-profile:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected for > runtime) > [DEBUG] commons-io:commons-io:jar:1.0:runtime (selected for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > org.apache.maven:maven-plugin-api:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected > for runtime) > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-resources-plugin:2.1:resources' --> > [DEBUG] (f) filters = [] > [DEBUG] (f) outputDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/classes > [DEBUG] (f) project = [EMAIL PROTECTED] > [DEBUG] (f) resources = [EMAIL PROTECTED] > [DEBUG] -- end configuration -- > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [DEBUG] net.myco.dsc:dsc-ejb:ejb:1.0 (selected for null) > [DEBUG] weblogic:webservices:jar:8.1.2:provided (selected for > provided) > [DEBUG] commons-logging:commons-logging:jar:1.1-dev:provided (selected > for provided) > [DEBUG] weblogic:weblogic:jar:8.1.2:provided (selected for provided) > [DEBUG] > org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0:runtime > (selected for runtime) > [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.5.1:runtime > (selected for runtime) > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected > for runtime) > [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected > for runtime) > [DEBUG] > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime > (selected for runtime) > [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) > [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:1.5.1:runtime > (selected for runtime) > [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:1.5.1:runtime > (selected for runtime) > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected > for runtime) > [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected for > runtime) > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-compiler-plugin:2.0:compile' --> > [DEBUG] (f) basedir = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services > [DEBUG] (f) buildDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target > [DEBUG] (f) classpathElements = > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/target/classes, > /opt/app/devbox/username/.maven/repository/weblogic/weblogic/8.1.2/weblo > gic-8.1.2.jar, > /opt/app/devbox/username/.maven/repository/commons-logging/commons-loggi > ng/1.1-dev/commons-logging-1.1-dev.jar, > /opt/app/devbox/username/.maven/repository/weblogic/webservices/8.1.2/we > bservices-8.1.2.jar] > [DEBUG] (f) compileSourceRoots = > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/src/main/java] > [DEBUG] (f) compilerId = javac > [DEBUG] (f) debug = true > [DEBUG] (f) fork = false > [DEBUG] (f) optimize = false > [DEBUG] (f) outputDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/classes > [DEBUG] (f) outputFileName = dsc-ejb-1.0 > [DEBUG] (f) projectArtifact = net.myco.dsc:dsc-ejb:ejb:1.0 > [DEBUG] (f) staleMillis = 0 > [DEBUG] (f) verbose = false > [DEBUG] -- end configuration -- > [INFO] [compiler:compile] > [DEBUG] Using compiler 'javac'. > [DEBUG] Source directories: > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/src/main/java] > [DEBUG] Classpath: > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/target/classes > > /opt/app/devbox/username/.maven/repository/weblogic/weblogic/8.1.2/weblo > gic-8.1.2.jar > > /opt/app/devbox/username/.maven/repository/commons-logging/commons-loggi > ng/1.1-dev/commons-logging-1.1-dev.jar > > /opt/app/devbox/username/.maven/repository/weblogic/webservices/8.1.2/we > bservices-8.1.2.jar] > [DEBUG] Output directory: > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/classes > [INFO] Nothing to compile - all classes are up to date > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-resources-plugin:2.1:testResources' --> > [DEBUG] (f) filters = [] > [DEBUG] (f) outputDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes > [DEBUG] (f) project = [EMAIL PROTECTED] > [DEBUG] (f) resources = [EMAIL PROTECTED] > [DEBUG] -- end configuration -- > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [DEBUG] net.myco.dsc:dsc-ejb:ejb:1.0 (selected for null) > [DEBUG] weblogic:webservices:jar:8.1.2:provided (selected for > provided) > [DEBUG] commons-logging:commons-logging:jar:1.1-dev:provided (selected > for provided) > [DEBUG] weblogic:weblogic:jar:8.1.2:provided (selected for provided) > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-compiler-plugin:2.0:testCompile' --> > [DEBUG] (f) basedir = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services > [DEBUG] (f) buildDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target > [DEBUG] (f) classpathElements = > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/target/classes, > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes, > /opt/app/devbox/username/.maven/repository/weblogic/weblogic/8.1.2/weblo > gic-8.1.2.jar, > /opt/app/devbox/username/.maven/repository/commons-logging/commons-loggi > ng/1.1-dev/commons-logging-1.1-dev.jar, > /opt/app/devbox/username/.maven/repository/weblogic/webservices/8.1.2/we > bservices-8.1.2.jar] > [DEBUG] (f) compileSourceRoots = > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/src/test/java] > [DEBUG] (f) compilerId = javac > [DEBUG] (f) debug = true > [DEBUG] (f) fork = false > [DEBUG] (f) optimize = false > [DEBUG] (f) outputDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes > [DEBUG] (f) outputFileName = dsc-ejb-1.0 > [DEBUG] (f) staleMillis = 0 > [DEBUG] (f) verbose = false > [DEBUG] -- end configuration -- > [INFO] [compiler:testCompile] > [DEBUG] Using compiler 'javac'. > [DEBUG] Source directories: > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/src/test/java] > [DEBUG] Classpath: > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/target/classes > > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes > > /opt/app/devbox/username/.maven/repository/weblogic/weblogic/8.1.2/weblo > gic-8.1.2.jar > > /opt/app/devbox/username/.maven/repository/commons-logging/commons-loggi > ng/1.1-dev/commons-logging-1.1-dev.jar > > /opt/app/devbox/username/.maven/repository/weblogic/webservices/8.1.2/we > bservices-8.1.2.jar] > [DEBUG] Output directory: > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes > [INFO] Nothing to compile - all classes are up to date > [DEBUG] net.myco.dsc:dsc-ejb:ejb:1.0 (selected for null) > [DEBUG] weblogic:webservices:jar:8.1.2:provided (selected for > provided) > [DEBUG] commons-logging:commons-logging:jar:1.1-dev:provided (selected > for provided) > [DEBUG] weblogic:weblogic:jar:8.1.2:provided (selected for provided) > [DEBUG] > org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.0:runtime > (selected for runtime) > [DEBUG] Retrieving parent-POM: surefire:surefire-root::1.1 for project: > null:surefire:jar:1.4 from the repository. > [DEBUG] surefire:surefire:jar:1.4:runtime (selected for runtime) > [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected > for runtime) > [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) > [DEBUG] Retrieving parent-POM: surefire:surefire-root::1.1 for project: > null:surefire-booter:jar:1.4 from the repository. > [DEBUG] surefire:surefire-booter:jar:1.4:runtime (selected for > runtime) > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected > for runtime) > [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected for > runtime) > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-surefire-plugin:2.0:test' --> > [DEBUG] (f) basedir = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services > [DEBUG] (f) classesDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/classes > [DEBUG] (f) classpathElements = > [/opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pr > ofile-services/target/classes, > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes, > /opt/app/devbox/username/.maven/repository/weblogic/weblogic/8.1.2/weblo > gic-8.1.2.jar, > /opt/app/devbox/username/.maven/repository/commons-logging/commons-loggi > ng/1.1-dev/commons-logging-1.1-dev.jar, > /opt/app/devbox/username/.maven/repository/weblogic/webservices/8.1.2/we > bservices-8.1.2.jar] > [DEBUG] (f) localRepository = [local] -> > file:///opt/app/devbox/username/.maven/repository > [DEBUG] (f) pluginArtifacts = [surefire:surefire:jar:1.4:runtime, > junit:junit:jar:3.8.1:runtime, surefire:surefire-booter:jar:1.4:runtime, > org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime, > org.apache.maven:maven-plugin-api:jar:2.0:runtime, > org.apache.maven:maven-artifact:jar:2.0:runtime] > [DEBUG] (f) printSummary = true > [DEBUG] (f) reportFormat = brief > [DEBUG] (f) reportsDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/surefire-reports > [DEBUG] (f) testClassesDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/test-classes > [DEBUG] (f) useFile = true > [DEBUG] -- end configuration -- > [INFO] [surefire:test] > [INFO] No tests to run. > [DEBUG] > org.apache.maven.plugins:maven-ejb-plugin:maven-plugin:2.0:runtime > (selected for runtime) > [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: > null:maven-archiver:jar:2.0 from the repository. > [DEBUG] org.apache.maven:maven-archiver:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime > (selected for runtime) > [DEBUG] > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime > (selected for runtime) > [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime > (selected for runtime) > [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) > [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected > for runtime) > [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime > (selected for runtime) > [DEBUG] > org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for > runtime) > [DEBUG] > org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime > (selected for runtime) > [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected > for runtime) > [DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-3:runtime > (selected for runtime) > [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected > for runtime) > [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected > for runtime) > [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected > for runtime) > [DEBUG] > org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime > (selected for runtime) > [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) > [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime > (selected for runtime) > [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0:runtime > (selected for runtime) > [DEBUG] > org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime > (selected for runtime) > [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected for > runtime) > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected > for runtime) > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-ejb-plugin:2.0:ejb' --> > [DEBUG] (f) basedir = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target > [DEBUG] (f) generateClient = true > [DEBUG] (f) jarName = dsc-ejb-1.0 > [DEBUG] (f) outputDirectory = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/classes > [DEBUG] (f) project = [EMAIL PROTECTED] > [DEBUG] -- end configuration -- > [INFO] [ejb:ejb] > [INFO] Building ejb dsc-ejb-1.0 > [INFO] Building jar: > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/dsc-ejb-1.0.jar > [DEBUG] adding directory META-INF/ > [DEBUG] adding entry META-INF/MANIFEST.MF > [DEBUG] adding directory net/ > [DEBUG] adding directory net/myco/ > [DEBUG] adding directory net/myco/dsc/ > [DEBUG] adding directory net/myco/dsc/core/ > [DEBUG] adding entry META-INF/weblogic-ejb-jar.xml > [DEBUG] adding entry net/myco/dsc/ProfileServiceBean.class > [DEBUG] adding entry net/myco/dsc/core/HelloWorld.class > [DEBUG] adding entry net/myco/dsc/ProfileServiceHome.class > [DEBUG] adding entry net/myco/dsc/ProfileServiceRemote.class > [DEBUG] adding entry META-INF/ejb-jar.xml > [DEBUG] adding directory META-INF/maven/ > [DEBUG] adding directory META-INF/maven/net.myco.dsc/ > [DEBUG] adding directory META-INF/maven/net.myco.dsc/dsc-ejb/ > [DEBUG] adding entry META-INF/maven/net.myco.dsc/dsc-ejb/pom.xml > [DEBUG] adding entry META-INF/maven/net.myco.dsc/dsc-ejb/pom.properties > [INFO] Building ejb client dsc-ejb-1.0-client > [INFO] Building jar: > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/dsc-ejb-1.0-client.jar > [DEBUG] adding directory META-INF/ > [DEBUG] adding entry META-INF/MANIFEST.MF > [DEBUG] adding directory net/ > [DEBUG] adding directory net/myco/ > [DEBUG] adding directory net/myco/dsc/ > [DEBUG] adding directory net/myco/dsc/core/ > [DEBUG] adding entry META-INF/ejb-jar.xml > [DEBUG] adding entry META-INF/weblogic-ejb-jar.xml > [DEBUG] adding entry net/myco/dsc/core/HelloWorld.class > [DEBUG] adding entry net/myco/dsc/ProfileServiceHome.class > [DEBUG] adding entry net/myco/dsc/ProfileServiceRemote.class > [DEBUG] adding directory META-INF/maven/ > [DEBUG] adding directory META-INF/maven/net.myco.dsc/ > [DEBUG] adding directory META-INF/maven/net.myco.dsc/dsc-ejb/ > [DEBUG] adding entry META-INF/maven/net.myco.dsc/dsc-ejb/pom.xml > [DEBUG] adding entry META-INF/maven/net.myco.dsc/dsc-ejb/pom.properties > [DEBUG] > org.codehaus.mojo:weblogic-maven-plugin:maven-plugin:2.8.0-20060304.2022 > 23-1:runtime (selected for runtime) > [DEBUG] Skipping disabled repository Maven Snapshots > [DEBUG] Skipping disabled repository snapshots > [DEBUG] Trying repository central > Downloading: > http://corprepo.edc.myco.net:4321/repository/weblogic/webservices/8.1/we > bservices-8.1.pom > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > [DEBUG] Artifact not found - using stub model: Unable to download the > artifact from any repository > > weblogic:webservices:pom:8.1 > > from the specified remote repositories: > Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/), > central (http://repo1.maven.org/maven2), > snapshots (http://snapshots.maven.codehaus.org/maven2) > > [DEBUG] Using defaults for missing POM > weblogic:webservices:pom:8.1:runtime > [DEBUG] weblogic:webservices:jar:8.1:runtime (selected for runtime) > [DEBUG] sun.jdk:tools:jar:1.4.2_08:system (selected for system) > [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected > for runtime) > [DEBUG] weblogic:weblogic:jar:8.1:runtime (selected for runtime) > [DEBUG] Configuring mojo > 'org.codehaus.mojo:weblogic-maven-plugin:2.8.0-SNAPSHOT:deploy' --> > [DEBUG] (s) adminServerHostName = devbox.wdc.myco.net > [DEBUG] (s) adminServerPort = 32030 > [DEBUG] (s) adminServerProtocol = http > [DEBUG] (s) debug = false > [DEBUG] (s) name = dsc-ejb > [DEBUG] (s) objectPath = > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/dsc-ejb.ejb > [DEBUG] (s) password = something > [DEBUG] (s) remote = true > [DEBUG] (s) staging = nostage > [DEBUG] (s) targetNames = myapp-frontend-server > [DEBUG] (s) timeOut = -1 > [DEBUG] (s) upload = true > [DEBUG] (s) userId = system > [DEBUG] (s) verbose = false > [DEBUG] (s) wait = true > [DEBUG] -- end configuration -- > [INFO] [weblogic:deploy] > [INFO] Weblogic Deployment beginning > [INFO] Weblogic Deployment parameters [-deploy, -adminurl, > http://devbox.wdc.myco.net:32030, -username, guido, -password, > something, -name, dsc-ejb, -targets, myapp-frontend-server, -remote, > -nostage, -sourcerootforupload, > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/dsc-ejb.ejb] > weblogic.Deployer$DeployerException: The source file > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/dsc-ejb.ejb does not exist and cannot be deployed. > > The source file > /opt/app/devbox/username/builds/myapp_ssk_dsc_1.0.1/vobs/pos_dev/dsc-pro > file-services/target/dsc-ejb.ejb does not exist and cannot be deployed. > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
