[jbosstools-issues] [JBoss JIRA] (JBIDE-18508) EAR Maven project loses lib/ artifacts deployed to EAP broken after closing/reopening

Josef Kopriva (JIRA) issues at jboss.org
Fri Feb 17 04:37:01 EST 2017


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

Josef Kopriva commented on JBIDE-18508:
---------------------------------------

[~jeffmaury] This issue is not fixed, I have tried it in DevStudio (Version: 10.3.0.GA, Build id: GA-v20170216-0823-B7105) with EAP 6.2 and 6.4.

Workaround is working.

Note: 
In project restbay-ear in file jboss-seam-restbay-ds.xml must be changed line 2 from:
{code:java}
 <datasources xmlns="http://www.jboss.org/ironjacamar/schema"> 
{code}
to 
{code:java}
<datasources xmlns="http://www.jboss.org/doc/schema">
{code}
(from http://tools.jboss.org/blog/2014-04-27-referenced-file-contains-errors-for-ironjacamar.html)



> EAR Maven project loses lib/ artifacts deployed to EAP broken after closing/reopening
> -------------------------------------------------------------------------------------
>
>                 Key: JBIDE-18508
>                 URL: https://issues.jboss.org/browse/JBIDE-18508
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: maven, upstream
>    Affects Versions: 4.1.2.Final
>            Reporter: Marek Schmidt
>            Assignee: Fred Bricon
>              Labels: f2f2014
>             Fix For: LATER
>
>         Attachments: seam-restbay-src.zip
>
>
> EAR Maven project loses lib/ artifacts deployed to EAP after closing/reopening
> 0. setup the redhat techpreview/all maven repository
> 1. Import the (attached) project as Maven project 
> 2. Deploy the restbay-ear project to EAP 6.2 (or 6.3)
> 3. Close all 4 subprojects of the restbay project
> 4. reopen all the restbay projects
> 5. now the application will automatically redeploy
> 6. this redeployment will result in a failure.
> If you compare the deployment folders before/after the closing/reopening of the project, you will notice some of the restbay-ear.ear/lib/ libraries are missing.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list