1 Reply Latest reply on Aug 13, 2002 12:18 AM by dsundstrom

    Deployment Problem

    mesketh

      I'm trying to deploy a couple of entity beans that use CMP (2.x) but, can't get around this problem at boostrap:

      exception thrown by JBoss:

      2002-08-04 13:16:09,416 ERROR [org.jboss.ejb.EjbModule] Initialization failed
      java.lang.NullPointerException
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCTypeFactory.createTypeSimple(JDBCTypeFactory.java:113)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCTypeFactory.getJDBCType(JDBCTypeFactory.java:75)

      I've attached all the files that i'm providing to deploy including overrides. I use only standard types as return values on call cmp fields so what's the problem? I have specified my own jaws.xml but, this is just for overriding the default for table creation, etc.. Postgres is up and JB is managing the connections for it. I'm using Postgres 7.1.2. and running JBoss-3.0-Tomcat-4.0.

      TIA
      Mark

        • 1. Re: Deployment Problem
          dsundstrom

          I really don't have time to look over the details, but I can give you some quick hints. JBossCMP does not use the jaws.xml file, to you can delete that. I suggest you get the JBoss source and put a bunch of debug statements around that code, which should make the configuration error easy to spot.