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
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
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"