]
Xavier Coulon updated JBIDE-18287:
----------------------------------
Comment: was deleted
(was: I just gave a try to this issue with JBDS 8.0.0.CR1, but I could not even deploy the
app *once*. (See attached file with logs).
Yet, content looks to be deployed as expected (project + ds.xml file):
{code}
<jboss-eap-5.2>/jboss-as/server/default/deploy> ll seam*
-rw-r--r-- 1 xcoulon staff 388 Sep 23 14:55 seam-project-ds.xml
seam-project.war:
total 40
drwxr-xr-x 12 xcoulon staff 408 Sep 23 15:24 ./
drwxr-xr-x@ 45 xcoulon staff 1530 Sep 23 15:24 ../
drwxr-xr-x 3 xcoulon staff 102 Sep 23 15:24 META-INF/
drwxr-xr-x 10 xcoulon staff 340 Sep 23 15:24 WEB-INF/
-rw-r--r-- 1 xcoulon staff 659 Sep 23 14:55 error.xhtml
-rw-r--r-- 1 xcoulon staff 1715 Sep 23 14:55 home.xhtml
drwxr-xr-x 17 xcoulon staff 578 Sep 23 15:24 img/
-rw-r--r-- 1 xcoulon staff 82 Sep 23 14:55 index.html
drwxr-xr-x 7 xcoulon staff 238 Sep 23 15:24 layout/
-rw-r--r-- 1 xcoulon staff 431 Sep 23 14:55 login.page.xml
-rw-r--r-- 1 xcoulon staff 1712 Sep 23 14:55 login.xhtml
drwxr-xr-x 5 xcoulon staff 170 Sep 23 15:24 stylesheet/
{code})
Seam project fails to deploy after IDE restart
----------------------------------------------
Key: JBIDE-18287
URL:
https://issues.jboss.org/browse/JBIDE-18287
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: seam2, server
Affects Versions: 4.2.0.CR1
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Blocker
Fix For: 4.2.0.CR2
Attachments: JBIDE-18287.txt
When you create a seam web project and deploy to EAP 5.2, then stop the server, restart
JBDS and start the server again, the project fails to deploy properly:
{code}
10:55:27,380 INFO [config] Initializing Mojarra (1.2_13-b01-FCS) for context
'/seamproj'
10:55:27,900 INFO [ServletContextListener] Welcome to Seam 2.2.6.EAP5
10:55:28,862 WARN [PersistentPermissionResolver] no permission store available - please
install a PermissionStore with the name
'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are
required.
10:55:28,961 INFO [ProfileServiceBootstrap] Loading profile:
ProfileKey@6d4879f2[domain=default, server=default, name=default]
10:55:28,962 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of
incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "persistence.unit:unitName=seamproj.war#seamproj" is missing the
following dependencies:
Dependency "jboss.jca:name=seamprojDatasource,service=DataSourceBinding"
(should be in state "Create", but is actually in state "** NOT FOUND
Depends on 'jboss.jca:name=seamprojDatasource,service=DataSourceBinding'
**")
DEPLOYMENTS IN ERROR:
Deployment "jboss.jca:name=seamprojDatasource,service=DataSourceBinding" is
in error due to the following reason(s): ** NOT FOUND Depends on
'jboss.jca:name=seamprojDatasource,service=DataSourceBinding' **
10:55:28,968 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on
http-localhost%2F127.0.0.1-8080
10:55:28,982 INFO [AjpProtocol] Starting Coyote AJP/1.3 on
ajp-localhost%2F127.0.0.1-8009
10:55:28,988 INFO [ServerImpl] JBoss (Microcontainer) [5.2.0 (build: SVNTag=JBPAPP_5_2_0
date=201211232041)] Started in 15s:311ms
{code}