Hi John,

Use this property in <configuration> of plugin to not exit after deploy...

<noExit>true</noExit>

Att,
-------------------------------------------------
Vinicius Diniz e Silva
[email protected]
Ideais Tecnologia LTDA

On Fri, Feb 19, 2010 at 19:58, Jon Strayer <[email protected]> wrote:

> I'm using the weblogic plugin to deploy an ear to a weblogic 9.2 server.
> Everything works fine except that there is no success message in the log.
>
> Actually, it looks like something in the Weblogic code is calling
> System.exit.   If I have other goals configured after the deploy goal they
> never run.  No errors are in the log, it just ends.
>
> [INFO] Scanning for projects...
> 19-Feb-2010 16:05:45     [INFO]
> ------------------------------------------------------------------------
> 19-Feb-2010 16:05:45     [INFO] Building Unnamed -
> com.fusionsoftllc.wss:wss:ear:1.1
> 19-Feb-2010 16:05:45     [INFO]    task-segment: [weblogic:deploy]
> 19-Feb-2010 16:05:45     [INFO]
> ------------------------------------------------------------------------
> 19-Feb-2010 16:05:46     [INFO] [weblogic:deploy {execution: default-cli}]
> 19-Feb-2010 16:05:46     [INFO] Weblogic Deployment beginning with
> parameters DeployMojoBase[adminServerHostName = softwl03,
> adminServerProtocol = t3, adminServerPort = 7009, userId = weblogic,
> password = xxxxxx, artifactPath = e:\latest\wss-1.1.ear, projectPackaging =
> ear, name = wss, targetNames = AdminServer, remote = true]
> 19-Feb-2010 16:05:46     [INFO] Weblogic Deployment parameters [-adminurl,
> t3://softwl03:7009, -username, weblogic, -password, xxxxxx, -name, wss,
> -targets, AdminServer, -upload, -source, e:\latest\wss-1.1.ear, -deploy]
> 19-Feb-2010 16:05:46     weblogic.Deployer invoked with options:  -adminurl
> t3://softwl03:7009 -username weblogic -name wss -targets AdminServer -upload
> -source e:\latest\wss-1.1.ear -deploy
> 19-Feb-2010 16:05:48     <Feb 19, 2010 4:05:47 PM EST> <Info> <J2EE
> Deployment SPI> <BEA-260121> <Initiating deploy operation for application,
> wss [archive: E:\latest\wss-1.1.ear], to AdminServer .>
> 19-Feb-2010 16:05:56     Task 4 initiated: [Deployer:149026]deploy
> application wss on AdminServer.
> 19-Feb-2010 16:06:28     Task 4 completed: [Deployer:149026]deploy
> application wss on AdminServer.
> 19-Feb-2010 16:06:28     Target state: deploy completed on Server
> AdminServer
>
>
>
> --
> " People who couldn't find Nebraska on a world map are certain that global
> warming is a left-wing hoax.
> Gene Lyons"
>

Reply via email to