I have just downloaded the latest jBoss 2 and I am trying to deploy my
beans. I had them deploying fine in the last binary release, but they don't
seem to work in this one. It seems to be complaining about Hypersonic not
being bound, but I am not using Hypersonic and have therefore removed it
from the config files. Stateless beans deploy fine and it seems to be on
the jaws part of the deployment that there is a problem. Here is the error:
[JAWS] Initializing JAWS plugin for User
[JAWS] Remove:DELETE FROM Users WHERE username=?
[JAWS] Drop:DROP TABLE Users
[JAWS] Create table:CREATE TABLE Users (username VARCHAR(40),description
VARCHAR
(200),sys_id VARCHAR(40),can_user_expire CHAR,user_expire_date DATE,password
VAR
CHAR(40),full_name VARCHAR(80),sys_password VARCHAR(40),can_pass_expire
CHAR,las
t_expire_date DATE,company VARCHAR(40),role VARCHAR(40),hold_pass_history
CHAR,d
isabled CHAR,change_pass CHAR)
[JAWS] Insert:INSERT INTO Users
(username,description,sys_id,can_user_expire,use
r_expire_date,password,full_name,sys_password,can_pass_expire,last_expire_da
te,c
ompany,role,hold_pass_history,disabled,change_pass) VALUES
(?,?,?,?,?,?,?,?,?,?,
?,?,?,?,?)
[JAWS] Select:SELECT
username,description,sys_id,can_user_expire,user_expire_dat
e,password,full_name,sys_password,can_pass_expire,last_expire_date,company,r
ole,
hold_pass_history,disabled,change_pass FROM Users WHERE username=?
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream
RemoteCall.java:245)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:167)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:152)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at
org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.start(JAWSPersisten
ceManager.java:252)
at org.jboss.ejb.EntityContainer.start(EntityContainer.java:152)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:309)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:98)
at java.lang.reflect.Method.invoke(Native Method)
at javax.management.MBeanServer.invoke(MBeanServer.java:1635)
at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:258)
at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:194)
at java.lang.Thread.run(Thread.java:484)
[Container factory] javax.naming.NameNotFoundException: Hypersonic not bound
[Auto deploy] Deployment failed:file:/C:/ejboss2/deploy/classes/
[Auto deploy] org.jboss.ejb.DeploymentException: Could not deploy
file:/C:/ejbos
s2/deploy/classes/, Cause:javax.naming.NameNotFoundException: Hypersonic not
bou
nd
[Auto deploy] at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:3
44)
[Auto deploy] at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:9
8)
[Auto deploy] at java.lang.reflect.Method.invoke(Native Method)
[Auto deploy] at
javax.management.MBeanServer.invoke(MBeanServer.java:1635)
[Auto deploy] at
javax.management.MBeanServer.invoke(MBeanServer.java:1501)
[Auto deploy] at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:258)
[Auto deploy] at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:194)
[Auto deploy] at java.lang.Thread.run(Thread.java:484)
TIA
Lee
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]