1 Reply Latest reply on Jul 5, 2002 11:51 AM by crackers

    JBoss2.4.4: Where is Java to SQL type mapping for stateless

    iconroy

      Newbie Q:
      (Running JBoss2.4.4 and MVCSoft Persistence Manage 1.1)

      Hi,

      I have a Stateless Session Bean (connecting to an Oracle 8 Database) using an Oracle thin driver (jdbc:oracle:thin:).

      Where is the Java to SQL type mapping stored ?

      For CMP using JAWS I see that the mapping is in standardjaws.xml. Likewise for CMP using the MVCSoft Persistence Manager there is a default-mapping.xml file where this mapping is stored.

      I'm just unsure where this information is stored for my BMP case.

      Thanks in advance,
      Irial

        • 1. Re: JBoss2.4.4: Where is Java to SQL type mapping for statel
          crackers

          > I have a Stateless Session Bean (connecting to an
          > Oracle 8 Database) using an Oracle thin driver
          > (jdbc:oracle:thin:).
          >
          > Where is the Java to SQL type mapping stored ?

          In the JDBC driver in this instance.

          > I'm just unsure where this information is stored for
          > my BMP case.

          In the JDBC driver in this instance.

          The mappings are ONLY for CMP.