2 Replies Latest reply on Jul 12, 2004 10:09 AM by bentins

    What can be the reasons for getting the included message

    bentins

       

      Only the root deployment can set the loader repository, ingoring config=null


        • 1. Re: What can be the reasons for getting the included message
          darranl

          You have misconfigured your deployment, what is your deployment and what are your deployment descriptors?

          • 2. Re: What can be the reasons for getting the included message
            bentins

            I'm using xdoclet to generate my descriptors. I must add that my application works, and this does not seem to efefct it.

            I get this message when I merge in the following into jboss.xml:

            <!-- Generated from merged file jboss-container.xml -->
             <container-configurations>
             <container-configuration>
             <container-name>Standard CMP 2.x EntityBean</container-name>
             <persistence-manager>org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager</persistence-manager>
             <commit-option>A</commit-option>
             </container-configuration>
             </container-configurations>
             <!-- jboss-container.xml merge end -->


            and this to jbosscmp-jdbc.xml:

            <!-- Generated from merged file jbosscmp-jdbc-defaults.xml -->
             <defaults>
             <datasource>java:/OracleDS</datasource>
             <datasource-mapping>Oracle9i</datasource-mapping>
             <create-table>false</create-table>
             <remove-table>false</remove-table>
             <read-only>false</read-only>
             <read-time-out>-1</read-time-out>
             <row-locking>false</row-locking>
             <pk-constraint>false</pk-constraint>
             <preferred-relation-mapping>foreign-key</preferred-relation-mapping>
             <read-ahead>
             <strategy>on-find</strategy>
             <page-size>1000</page-size>
             <eager-load-group>*</eager-load-group>
             </read-ahead>
             <list-cache-max>1000</list-cache-max>
             <fetch-size>0</fetch-size>
             </defaults>
             <!-- jbosscmp-jdbc-defaults.xml merge end -->


            Am I doing anything wrong?