[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3612) New Seam Project Wizard: Seam EJB project is not published.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Jan 22 12:45:44 EST 2009


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

Alexey Kazakov commented on JBIDE-3612:
---------------------------------------

Yes this's related.
This issue must be an old one.
We always registered projects (added jobs to do it) within opearation which ModifyFacetedProjectWizard starts.
But worspace building is started only when this operation is done (by this time SeamWizard.performFinished() has been done and Seam Facete has finished his work).
Maybe there is some other reasons for this isuue as well and they are new.

> New Seam Project Wizard: Seam EJB project is not published.
> -----------------------------------------------------------
>
>                 Key: JBIDE-3612
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3612
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 3.0.0.CR2
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 3.0.0.GA
>
>
> 1. Create Seam EAR Project using New Seam Web Project wizard. 
> 2. Seam-ear is registered but seam ejb module is not published.
> Clean/full-publish on ear module helps.
> We register/publish seam project by adding jobs in Seam post Install delegate.
> But eclipse starts building workspace only when the operation of ModifyFacetedProjectWizard is finished.
> And the build thread is waiting for registring jobs is finished.
> So we have EAR module published before projects are buit.
> <EJB>/buid/classes is empty and wtp prints error message in console (if trace is on) and stops publishing ejb project.
> So we need either force build before registration or suspend publishing until projects are buit.

-- 
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