[
https://jira.jboss.org/jira/browse/JBIDE-3612?page=com.atlassian.jira.plu...
]
Aliaksey Nis commented on JBIDE-3612:
-------------------------------------
It is happen always now. When you create Seam EAR project, until you press Publish button
- EJB part don't appears.
It is super old issue. JBIDE-1386 and JBIDE-1382
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