[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tomcat to JBoss migration question

nporwal do-not-reply at jboss.com
Sat May 3 18:22:42 EDT 2008


I tried that, and it moved further along. I dropped the references from the default/deploy/jboss-web.deployer/server.xml file. 

Here is what I put into my WEB-INF/jboss-web.xml file:

  | <resource-env-ref>
  | <resource-env-ref-name>jms/viewData</resource-env-ref-name>
  | <resource-env-ref-type>javax.jms.QueueConnectionFactory</resource-env-ref-type>
  | <jndi-name>java:/viewData</jndi-name>
  | </resource-env-ref>
  | 

Now I have to figure out where to put in the context information. Here is I get this in the log files:

Here is the error message:

  | 2008-05-03 17:46:36,927 INFO  [STDOUT] ERROR: [03-05-2008 17:46:36] [FrameworkServlet.java:243 initServletBean()]
  |  Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'viewDataService' defined in ServletContext resource [/WEB-INF/viewData-servlet.xml]: Cannot resolve reference to bean .....
  | 

Where does the context information go? Where can the spring framework pick up the information from the application server?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148528#4148528

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148528



More information about the jboss-user mailing list