[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7423) examples with datasources does not get deployed before "make deployable" is called

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Wed Oct 27 06:02:54 EDT 2010


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

Snjezana Peco commented on JBIDE-7423:
--------------------------------------

The booking22 project example requires calling "Make deployable" on booking22-ds.xml.
If we add booking22-ds.xml as a module to jboss-app.xml, calling "Make deployable" won't be necessary. The dvdstore22 project deploys its datasource this way. This works correctly for JBoss AS 4.2.3/EAP 5.1.

There are, however, a few issues when deploying a project to JBoss AS 6.0M5:
- the problem described in https://jira.jboss.org/browse/JBAS-7594 and https://jira.jboss.org/browse/JBSEAM-4505 (can be fixed when using Seam 2.2.1.CR2)
- the problem described in https://jira.jboss.org/browse/JBIDE-6389 that can be reproduced when publishing a project/resource before staring the server (attached is log)
- the Seam EAR project can't be undeployed when JBoss AS M5 is started on Windows XP (JBoss AS 6.0 M5 locks jars on Windows since the project can't be removed even when using OS commands). The problem is similar to the problem described in JBIDE-7421.

The only way I succeeded to deploy a Seam project to AS6M5 is the following:

- stopped the server
- removed/undeployed the Seam project and the datasource from the server
- started the server
- deployed the datasource firstly (this is important), then deployed the project

When deploying the booking22 (with Seam 2.2.1.CR2) this way, the project is deployed correctly, the first page is shown correctly, but the application fails when I try to log in (using the gavin/foobar credentials).

> examples with datasources does not get deployed before "make deployable" is called
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-7423
>                 URL: https://jira.jboss.org/browse/JBIDE-7423
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: project-examples
>            Reporter: Max Andersen
>            Assignee: Snjezana Peco
>             Fix For: 3.2.0.Beta2
>
>
> trying to use booking22 on AS6 (or any other runtime not named jboss-eap) and i'm not seeing the datasource being deployed..is this a project example issue or a problem in how the deployable is defined?

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

        


More information about the jbosstools-issues mailing list