[JBoss Tools (users)] - Re: Jboss4.2 in Eclipse3.3- Page does not refresh
by Yeddu
Rob, Thanks for the reply.
Im using Spring MVC with my JBOSS4.2 and Eclipse3.3
I have created a Project in my workspace where I copied my Jboss4.2.
I have created a new J2EE Enterprise Application Project for my EAR.
eg. PROJ_EAR
I have created a Web Dynamic Project - PROJ_WEB where I have have my sources, libraries, and xml files like validation-rules, tiles etc. which will be linked to the PROJ_EAR Project, so that in EAR Project, under EARCONTENT/META_INF/application.xml , a new entry for my WEB project will be created.
To Deploy , from the servers tab, I create a jboss server4.2 with jboss 4.2 runtime, and add my PROJ_EAR and then start the server.
Thats my way of deploying, please let me know if Im wrong.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169452#4169452
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169452
17 years, 11 months
[Beginners Corner] - failed on all configuration, but ok on default configuration
by gan.gary
I have a hibernate, when I deploy in "default" configuration, everything is ok; but when deply to "all" configuration, i get:
2008-08-08 09:41:15,799 INFO [org.hibernate.impl.SessionFactoryImpl] building session factory
| 2008-08-08 09:41:16,549 INFO [org.hibernate.impl.SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
| 2008-08-08 09:41:16,549 INFO [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{}
| ...
| 2008-08-08 10:38:40,985 ERROR [STDERR] javax.naming.NameNotFoundException: queue not bound
| 2008-08-08 10:38:40,985 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
| 2008-08-08 10:38:40,985 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
| 2008-08-08 10:38:40,985 ERROR [STDERR] at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
| 2008-08-08 10:38:40,985 ERROR [STDERR] at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
| 2008-08-08 10:38:40,985 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
| 2008-08-08 10:38:40,985 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
| 2008-08-08 10:38:40,985 ERROR [STDERR] at javax.naming.InitialContext.lookup(InitialContext.java:351)
I thought is something similar to:
http://jaitechwriteups.blogspot.com/2007/10/why-do-i-get-namenotfoundexce...
but I can found my JNDI there. Anyone?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169451#4169451
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169451
17 years, 11 months