[JBoss-user] Start-up and auto-deploy problems

2001-06-11 Thread Stephen W. Gevers
Whenever I start JBoss it attempts to deploy my .ear file. It appears that the intialization process has not yet started tomcat because I get a null pointer exception from [Auto deploy] while trying to start module tomcat-test.war. This is followed by a [J2EE Deployer] message that says that "St

[JBoss-user] Boolean type error for CMP using Postgres

2001-06-11 Thread Stephen W. Gevers
I have an entity bean which contains a boolean field. The mapping in the standardjaws.xml file shows the column type to be int2. My table contained several entries where the int value was 1. When those entries were loaded into an entity bean instance via a call to findByPrimaryKey, the containe

[JBoss-user] CMP Entity with sequence for Primary Key

2001-05-29 Thread Stephen W. Gevers
I am using a Postgres database and a table with the following definition: CREATE TABLE "customer" "cid" int4 DEFAULT nextval('customer_uid_seq'::text), "name" character(50), "addr1" character(50), "addr2" character(50), "city" character(30), "state"