Hi,

 

I am testing JBOSS 3.0alpha for deploying a CMP entity bean. There were several ERRORs I couldn’t figure it out what they mean and there was an SQL exception too. I did setup a jbosscmp-jdbc.xml for the CMP entity bean. I might just miss something obvious here.

 

Thanks a lot

 

Frank

 

PS. It would be greatly appreciated if anyone could send me a working sample deployment description xml files.

 

======================

 

 

 

[16:15:07,914,ContainerFactory] Deploying ServiceCatalogBean

[16:15:08,174,ContainerFactory] Deploying MapService

[16:15:08,214,ContainerFactory] Deploying Catalog

[16:15:08,544,CMPFieldMetaData] ERROR : Nested Field does not have a get method

[16:15:08,544,CMPFieldMetaData] ERROR : Nested Field does not have a get method

[16:15:08,544,CMPFieldMetaData] ERROR : Nested Field does not have a get method

[16:15:08,554,CMPFieldMetaData] ERROR : Nested Field does not have a get method

[16:15:08,565,CMPFieldMetaData] ERROR : Nested Field does not have a get method

[16:15:09,005,JDBCCommand] Exception caught executing SQL

java.sql.SQLException: Wrong data type: NULL in statement [CREATE TABLE ServiceCatalogBean (output_url null,output_dir

ull,config OBJECT,name null,type null,image_format null)]

        at org.hsqldb.Trace.getError(Trace.java:180)

        at org.hsqldb.Result.<init>(Result.java:175)

        at org.hsqldb.jdbcConnection.executeHSQL(jdbcConnection.java:907)

        at org.hsqldb.jdbcConnection.execute(jdbcConnection.java:718)

        at org.hsqldb.jdbcStatement.fetchResult(jdbcStatement.java:686)

        at org.hsqldb.jdbcStatement.executeUpdate(jdbcStatement.java:85)

        at org.hsqldb.jdbcPreparedStatement.executeUpdate(jdbcPreparedStatement.java:152)

        at org.jboss.resource.adapter.jdbc.local.PreparedStatementInPool.executeUpdate(PreparedStatementInPool.java:881

Reply via email to