[jboss-jira] [JBoss JIRA] Created: (JBAS-3686) Incomplete Deployment error not thrown when DefaultDS not deployed (/ missing at the end of deployment URL)
Galder Zamarreno (JIRA)
jira-events at jboss.com
Fri Sep 22 06:28:01 EDT 2006
Incomplete Deployment error not thrown when DefaultDS not deployed (/ missing at the end of deployment URL)
-----------------------------------------------------------------------------------------------------------
Key: JBAS-3686
URL: http://jira.jboss.com/jira/browse/JBAS-3686
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment services
Affects Versions: JBossAS-4.0.4.GA
Reporter: Galder Zamarreno
Assigned To: Dimitris Andreadis
A URL deployment attribute like this on jboss.deployment:type=DeploymentScanner,flavor=URL
(notice missing / at the end):
<attribute name="URLs">
deploy
</attribute>
leads to the datasource not deploying due to waiting on:
2006-09-22 12:04:07,640 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=ManagedConnectionFactory,name=DefaultDS on jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
JBoss deploys this instead:
2006-09-22 12:04:06,062 DEBUG [org.jboss.resource.deployment.RARDeployment] Created jboss.jca:service=RARDeployment,name='deploy#jboss-local-jdbc.rar'
The bug is that DefaultDS is an incomplete deployment and the
URLDeploymentScanner should throw something like this:
17:29:03,852 ERROR [URLDeploymentScanner] Incomplete Deployment listing: ......
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list