[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 06:40:01 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBAS-3686?page=comments#action_12343807 ] 
            
Dimitris Andreadis commented on JBAS-3686:
------------------------------------------

Not sure if this is a bug. If you omit the slash (deploy/) it will treat the deploy dir not as a directory to scan, but as a package with subdeployment, and then all strange things start to happen.

> 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