[jboss-user] [JBoss Getting Started Documentation] - Re: Deployment failed on Duke Bank Application
kusanagihk
do-not-reply at jboss.com
Fri Sep 8 04:09:45 EDT 2006
To all,
Problems solved; I have made 2 changes as follows:
1) the contents of the jndi.properties at <jboss_home>\server\default\conf
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
PS. the extra property java.naming.provider.url is added (this line is founded in the getting started guide)
2) the contents of the hsqldb-ds.xml at <jboss_home>\server\default\deploy
find this line:
jboss:service=Hypersonic,database=localDB
now replace it with:
jboss:service=Hypersonic
Restart jboss and I have no more errors/warnings; everything's should running fine now
Also see :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853324
>From Jason (kusanagihk)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970289#3970289
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970289
More information about the jboss-user
mailing list