[jira] Created: (MEVENIDE-680) Ear with EJB and War won't deploy

View: New views
7 Messages — Rating Filter:   Alert me  

[jira] Created: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ear with EJB and War won't deploy
---------------------------------

                 Key: MEVENIDE-680
                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
             Project: mevenide
          Issue Type: Bug
          Components: mevenide-netbeans
         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
            Reporter: Martin van Dijken
            Assignee: Milos Kleint
         Attachments: ear-pom.xml, ejb-pom.xml, war-pom.xml

Deploying a Maven Ear project with a Maven War and Ejb project errors out:

{noformat}
NetBeans: Deploying on GlassFish V2
    debug mode: false
    force redeploy: true
Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
Completed initial distribution of vergelijk-ear-nl
Start registering the project's server resources
Finished registering server resources
moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
deployment started : 0%
Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
{noformat}

Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin van Dijken updated MEVENIDE-680:
---------------------------------------

    Attachment: war-pom.xml
                ejb-pom.xml
                ear-pom.xml

> Ear with EJB and War won't deploy
> ---------------------------------
>
>                 Key: MEVENIDE-680
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide-netbeans
>         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
>            Reporter: Martin van Dijken
>            Assignee: Milos Kleint
>         Attachments: ear-pom.xml, ejb-pom.xml, war-pom.xml
>
>
> Deploying a Maven Ear project with a Maven War and Ejb project errors out:
> {noformat}
> NetBeans: Deploying on GlassFish V2
>     debug mode: false
>     force redeploy: true
> Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
> Completed initial distribution of vergelijk-ear-nl
> Start registering the project's server resources
> Finished registering server resources
> moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
> deployment started : 0%
> Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
> {noformat}
> Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin van Dijken updated MEVENIDE-680:
---------------------------------------

    Attachment: glassfish_log.txt

> Ear with EJB and War won't deploy
> ---------------------------------
>
>                 Key: MEVENIDE-680
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide-netbeans
>         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
>            Reporter: Martin van Dijken
>            Assignee: Milos Kleint
>         Attachments: ear-pom.xml, ejb-pom.xml, glassfish_log.txt, war-pom.xml
>
>
> Deploying a Maven Ear project with a Maven War and Ejb project errors out:
> {noformat}
> NetBeans: Deploying on GlassFish V2
>     debug mode: false
>     force redeploy: true
> Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
> Completed initial distribution of vergelijk-ear-nl
> Start registering the project's server resources
> Finished registering server resources
> moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
> deployment started : 0%
> Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
> {noformat}
> Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159347#action_159347 ]

Martin van Dijken commented on MEVENIDE-680:
--------------------------------------------

Basically it looks like my Ejb module isn't loaded at all by glassfish.

I see a gfdeploy folder that contains:

- the contents of my war
- a folder titled platform-ejb-5.5-SNAPSHOT with the contents of the EJB



> Ear with EJB and War won't deploy
> ---------------------------------
>
>                 Key: MEVENIDE-680
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide-netbeans
>         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
>            Reporter: Martin van Dijken
>            Assignee: Milos Kleint
>         Attachments: ear-pom.xml, ejb-pom.xml, glassfish_log.txt, war-pom.xml
>
>
> Deploying a Maven Ear project with a Maven War and Ejb project errors out:
> {noformat}
> NetBeans: Deploying on GlassFish V2
>     debug mode: false
>     force redeploy: true
> Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
> Completed initial distribution of vergelijk-ear-nl
> Start registering the project's server resources
> Finished registering server resources
> moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
> deployment started : 0%
> Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
> {noformat}
> Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159350#action_159350 ]

Milos Kleint commented on MEVENIDE-680:
---------------------------------------

can you please file the issue at http://www.netbeans.org/issues/enter_bug.cgi?component=maven ? that's where the maven2 support in netbeans was moved. Thanks.



> Ear with EJB and War won't deploy
> ---------------------------------
>
>                 Key: MEVENIDE-680
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide-netbeans
>         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
>            Reporter: Martin van Dijken
>            Assignee: Milos Kleint
>         Attachments: ear-pom.xml, ejb-pom.xml, glassfish_log.txt, war-pom.xml
>
>
> Deploying a Maven Ear project with a Maven War and Ejb project errors out:
> {noformat}
> NetBeans: Deploying on GlassFish V2
>     debug mode: false
>     force redeploy: true
> Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
> Completed initial distribution of vergelijk-ear-nl
> Start registering the project's server resources
> Finished registering server resources
> moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
> deployment started : 0%
> Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
> {noformat}
> Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159371#action_159371 ]

Martin van Dijken commented on MEVENIDE-680:
--------------------------------------------

No problem

> Ear with EJB and War won't deploy
> ---------------------------------
>
>                 Key: MEVENIDE-680
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide-netbeans
>         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
>            Reporter: Martin van Dijken
>            Assignee: Milos Kleint
>         Attachments: ear-pom.xml, ejb-pom.xml, glassfish_log.txt, war-pom.xml
>
>
> Deploying a Maven Ear project with a Maven War and Ejb project errors out:
> {noformat}
> NetBeans: Deploying on GlassFish V2
>     debug mode: false
>     force redeploy: true
> Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
> Completed initial distribution of vergelijk-ear-nl
> Start registering the project's server resources
> Finished registering server resources
> moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
> deployment started : 0%
> Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
> {noformat}
> Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Resolved: (MEVENIDE-680) Ear with EJB and War won't deploy

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint resolved MEVENIDE-680.
-----------------------------------

    Resolution: Duplicate

filed as
http://www.netbeans.org/issues/show_bug.cgi?id=156135

closing this one as duplicate

> Ear with EJB and War won't deploy
> ---------------------------------
>
>                 Key: MEVENIDE-680
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-680
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide-netbeans
>         Environment: Netbeans 6.5, Maven plugin 4.0.5, Glassfish V2UR2
>            Reporter: Martin van Dijken
>            Assignee: Milos Kleint
>         Attachments: ear-pom.xml, ejb-pom.xml, glassfish_log.txt, war-pom.xml
>
>
> Deploying a Maven Ear project with a Maven War and Ejb project errors out:
> {noformat}
> NetBeans: Deploying on GlassFish V2
>     debug mode: false
>     force redeploy: true
> Initial deploying vergelijk-ear-nl to D:\projects\Compare\FanGen\platform\vergelijk-nl\vergelijk-ear-nl\src\main\dist\gfdeploy
> Completed initial distribution of vergelijk-ear-nl
> Start registering the project's server resources
> Finished registering server resources
> moduleID=eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT
> deployment started : 0%
> Deploying application in domain failed; Error loading deployment descriptors for module [eu.comparegroup.web_vergelijk-ear-nl_ear_5.5-SNAPSHOT] -- Error: Unresolved <ejb-link>: ProductRepositoryBean
> {noformat}
> Attached are the poms for the three projects and the full logging from my local glassfish server

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email