[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4027) Full deploy function does not deploy seam ear application

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Jul 22 21:22:43 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12477256#action_12477256 ] 

Rob Stryker commented on JBIDE-4027:
------------------------------------

As a comment this seems similar to another bug where the JBoss runtime *only* checks descriptor files when deciding whether to deploy an application.

If you're using EE-5 or descriptorless deployments (and using exploded deployment) the app server will not re-scan the folder. Sometimes this even means on a full publish it won't rescan it, because the delete and new publish was all done before the server had a chance to scan it. 

Basically it looks something like this:
  1) App server scans your deployment. It is there. It has no descriptors. AS assumes it's unchanged
  2) Tools deletes this folder
  3) Tools quickly republishes this folder
  4) App server scans folder again, sees its present, sees no descriptors, assumes its unchanged.

This is a bit of an underlying app server problem since our tools go so quickly but obviously it makes the full-publish action impotent. 

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244146#4244146

> Full deploy function does not deploy seam ear application
> ---------------------------------------------------------
>
>                 Key: JBIDE-4027
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4027
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.0.0.CR2
>         Environment: winXP+tools nightly build+seam 2.11ga+jboss 4.22+ latest version of eclipse ganymede 
>            Reporter: Karl Max
>            Assignee: Rob Stryker
>             Fix For: LATER
>
>         Attachments: correct_debuglog.txt, server.log
>
>
> When I click the full deplopy menu item in jboss server view in eclipse, the seam ear project is not full deployed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list