Hi fellow programmers
Can someone tell me what type of problem is this
and if possible how can i correct it.
everything bounds ok but theres a create : null
error
here is the trace
Thanks a lot
[DataSource] Initializing
[DataSource] Connection pool for jdbc:interbase://localhost/d:/Databases/EJBData.gdb bound to Interbase
[DataSource] Initialized
[Container factory] Initializing
[Container factory] Using the systems temporary directory
[Container factory] Initialized
[Auto deploy] Watching D:\Programs\jboss2\deploy
[Auto deployer] Initializing
[Auto deployer] Initialized
[JMX RMI Adaptor] Initializing
[JMX RMI Adaptor] Initialized
[Configuration] Initializing
[Configuration] Initialized
[Configuration] MaxActiveClientCount set to 10 in Adaptor:name=html
[Configuration] Port set to 8082 in Adaptor:name=html
[Configuration] LibraryDirectory set to D:\Programs\jboss2\bin in DefaultDomain:service=MLet
[Configuration] Format set to [{2}] {4} in DefaultDomain:service=Logging,type=Console
[Configuration] VerifyDeployments set to false in EJB:service=ContainerFactory
[Configuration] Port set to 8083 in DefaultDomain:service=Webserver
[Naming] Starting
[Naming] Started
[Hypersonic] Starting
[Hypersonic] Started
[Transaction manager] Starting
[Transaction manager] Started
[DataSource] Starting
[DataSource] Started
[Container factory] Starting
[Container factory] Started
[Auto deployer] Starting
[Auto deploy] Auto deploy of file:/D:/Programs/jboss2/deploy/test.jar
[Container factory] Deploying:file:/D:/Programs/jboss2/deploy/test.jar
[Container factory] null
[Container factory] Loading ejb-jar.xml : jar:file:/C:/WINNT/TEMP/tmpejbjar32837.jar!/META-INF/ejb-jar.xml
[Container factory] Loading standardjboss.xml : jar:file:/D:/Programs/jboss2/lib/ext/jboss.jar!/org/jboss/metadata/stand
ardjboss.xml
[Container factory] Deploying testEJB
[Container factory] Container Invoker Optimize='false'
[JAWS] Initializing JAWS plugin for testEJB
[JAWS] Loading standardjaws.xml : jar:file:/D:/Programs/jboss2/lib/ext/jboss.jar!/org/jboss/ejb/plugins/jaws/metadata/st
andardjaws.xml
[JAWS] jar:file:/C:/WINNT/TEMP/tmpejbjar32837.jar!/META-INF/jaws.xml found. Overriding defaults
[JAWS] Could not create table tests: null
[Container factory] Bound testEJB to testEJB
[Container factory] Deployed application: file:/D:/Programs/jboss2/deploy/test.jar
[Auto deployer] Started
[Security manager] Starting
[Security manager] Started
[Simple Realm Mapping] Starting
[Simple Realm Mapping] Started
[Webserver] Starting
[Webserver] Codebase set to http://localhost:8083/
[Webserver] Started webserver on port 8083
[Webserver] Started
[JMX RMI Adaptor] Starting
[JMX RMI Adaptor] Started
[Default] 18 services and 3 other MBeans started.
[Default] Shutdown hook added
[Default] jBoss 2.0 BETA-PROD-01 Started
[DataSource] Connection pool for jdbc:interbase://localhost/d:/Databases/EJBData.gdb bound to Interbase
[DataSource] Initialized
[Container factory] Initializing
[Container factory] Using the systems temporary directory
[Container factory] Initialized
[Auto deploy] Watching D:\Programs\jboss2\deploy
[Auto deployer] Initializing
[Auto deployer] Initialized
[JMX RMI Adaptor] Initializing
[JMX RMI Adaptor] Initialized
[Configuration] Initializing
[Configuration] Initialized
[Configuration] MaxActiveClientCount set to 10 in Adaptor:name=html
[Configuration] Port set to 8082 in Adaptor:name=html
[Configuration] LibraryDirectory set to D:\Programs\jboss2\bin in DefaultDomain:service=MLet
[Configuration] Format set to [{2}] {4} in DefaultDomain:service=Logging,type=Console
[Configuration] VerifyDeployments set to false in EJB:service=ContainerFactory
[Configuration] Port set to 8083 in DefaultDomain:service=Webserver
[Naming] Starting
[Naming] Started
[Hypersonic] Starting
[Hypersonic] Started
[Transaction manager] Starting
[Transaction manager] Started
[DataSource] Starting
[DataSource] Started
[Container factory] Starting
[Container factory] Started
[Auto deployer] Starting
[Auto deploy] Auto deploy of file:/D:/Programs/jboss2/deploy/test.jar
[Container factory] Deploying:file:/D:/Programs/jboss2/deploy/test.jar
[Container factory] null
[Container factory] Loading ejb-jar.xml : jar:file:/C:/WINNT/TEMP/tmpejbjar32837.jar!/META-INF/ejb-jar.xml
[Container factory] Loading standardjboss.xml : jar:file:/D:/Programs/jboss2/lib/ext/jboss.jar!/org/jboss/metadata/stand
ardjboss.xml
[Container factory] Deploying testEJB
[Container factory] Container Invoker Optimize='false'
[JAWS] Initializing JAWS plugin for testEJB
[JAWS] Loading standardjaws.xml : jar:file:/D:/Programs/jboss2/lib/ext/jboss.jar!/org/jboss/ejb/plugins/jaws/metadata/st
andardjaws.xml
[JAWS] jar:file:/C:/WINNT/TEMP/tmpejbjar32837.jar!/META-INF/jaws.xml found. Overriding defaults
[JAWS] Could not create table tests: null
[Container factory] Bound testEJB to testEJB
[Container factory] Deployed application: file:/D:/Programs/jboss2/deploy/test.jar
[Auto deployer] Started
[Security manager] Starting
[Security manager] Started
[Simple Realm Mapping] Starting
[Simple Realm Mapping] Started
[Webserver] Starting
[Webserver] Codebase set to http://localhost:8083/
[Webserver] Started webserver on port 8083
[Webserver] Started
[JMX RMI Adaptor] Starting
[JMX RMI Adaptor] Started
[Default] 18 services and 3 other MBeans started.
[Default] Shutdown hook added
[Default] jBoss 2.0 BETA-PROD-01 Started
my jaws xml is
<jaws>
<type-mappings>
<type-mapping>
<name>InterbaseMapping</name>
<mapping>
i have already used the mapping succefuly before the prod 01
<type-mappings>
<type-mapping>
<name>InterbaseMapping</name>
<mapping>
i have already used the mapping succefuly before the prod 01
</type-mapping>
</type-mappings>
<datasource>Interbase</datasource>
<type-mapping>InterbaseMapping</type-mapping>
<enterprise-beans>
<entity>
<ejb-name>testEJB</ejb-name>
<table-name>tests</table-name>
<create-table>true</create-table>
<remove-table>false</remove-table>
<tuned-updates>true</tuned-updates>
<read-only>false</read-only>
<time-out>300</time-out>
</entity>
</enterprise-beans>
</jaws>
</type-mappings>
<datasource>Interbase</datasource>
<type-mapping>InterbaseMapping</type-mapping>
<enterprise-beans>
<entity>
<ejb-name>testEJB</ejb-name>
<table-name>tests</table-name>
<create-table>true</create-table>
<remove-table>false</remove-table>
<tuned-updates>true</tuned-updates>
<read-only>false</read-only>
<time-out>300</time-out>
</entity>
</enterprise-beans>
</jaws>
