[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1367) double ds.xml in Seam War project

Max Andersen (JIRA) jira-events at lists.jboss.org
Mon Nov 26 20:59:28 EST 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1367?page=comments#action_12389220 ] 
            
Max Andersen commented on JBIDE-1367:
-------------------------------------

in seam1 then lower part of jboss-beans.xml in case of EAR need to have matching bean names..


   <bean name="s1TestDatasource" class="java.lang.Object">
      <constructor factoryMethod="getDatasource">
         <factory bean="s1TestDatasourceBootstrap"/>
      </constructor>
   </bean>

doesn't work, but

<bean name="s1eDatasource" class="java.lang.Object">
      <constructor factoryMethod="getDatasource">
         <factory bean="s1eDatasourceBootstrap"/>
      </constructor>
   

does

> double ds.xml in Seam War project
> ---------------------------------
>
>                 Key: JBIDE-1367
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1367
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 2.0.0.CR1
>            Reporter: Max Andersen
>         Assigned To: Max Andersen
>            Priority: Blocker
>             Fix For: 2.0.0.GA
>
>
> ds.xml ends up in both resources/ds.xml and in src/model/web-inf/ds.xml
> only one of them should be enough.

-- 
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 jbosstools-issues mailing list