[jboss-jira] [JBoss JIRA] Commented: (JBAS-3686) Incomplete Deployment error not thrown when DefaultDS not deployed (/ missing at the end of deployment URL)
Dimitris Andreadis (JIRA)
jira-events at jboss.com
Fri Sep 22 07:36:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3686?page=comments#action_12343813 ]
Dimitris Andreadis commented on JBAS-3686:
------------------------------------------
Again, I don't think it is a scanner problem, because in this case it doesn't scan at all the deploy dir. It just passes the url to the MainDeployer which deployes this as a JAR deployment and then it reports the result.
If better error reporting could be done at some point, let me know.
> 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