The following issue has been updated:

    Updater: Vincent Massol (mailto:[EMAIL PROTECTED])
       Date: Sat, 8 May 2004 9:34 AM
    Changes:
             Fix Version changed to 1.7
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/CACTUS-104?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-104

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-104
    Summary: The <jboss3x> task don't deploy the archive if the container is already 
started
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
 Components: 
             Ant Integration
   Fix Fors:
             1.7
   Versions:
             1.5

   Assignee: 
   Reporter: Sven Daumann

    Created: Fri, 23 Apr 2004 5:06 AM
    Updated: Sat, 8 May 2004 9:34 AM
Environment: JDK 1.4.1_01, JBoss 3.0.5

Description:
When the JBoss container was already started the cactus task don't deploy the ear to 
the JBoss deploy directory.

The deployment works, when the cactus task start the JBoss container, the task deploy 
the archive to the JBoss directory.

I look into the source code, the deployment occur in the prepare method of the 
JBoss3xContainer class. The prepare method is called from the startup method of the 
same class. I see in the ContainerRunner class the startupContainer method, which 
check if the container is running. 
So the prepare method is only called, if the container is not running.

JBoss comes with a hot deployment, I don't need the container startup and shutdown 
from the cactus task.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to