]
Martin Malina closed JBIDE-18287.
---------------------------------
Verified in JBDS 8.0.0.CR2 B286
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}