0 Replies Latest reply on Mar 11, 2003 4:16 AM by nioto

    Pb with EJb descriptor

    nioto

      Hi,

      I'm using jboss for a year, and until now I split my beans into 2 jars ( on for CMP and 1 for BMP)

      Now I want to put BMP and CMP beans into a same jar.

      I have 3 CMP and 2 BMP
      when I order descriptor files like that :
      CMP1
      CMP2
      BMP1
      BMP2
      CMP3

      I get an
      "WARN [EntityContainer] No resource manager found for jdbcPool1" in deployment

      but when i re order descriptor to have :
      CMP1
      CMP2
      CMP3
      BMP1
      BMP2

      Jboss doesn't warn anything.

      I'm using Jboss-3.0.6 , sun jdk 1.3.1_06, on Windows 2k sp3.

      Does anyone see it before ?

      nioTo