2009-08-20 11:03:34,198 INFO [com.archinsurance.commons.mbean.JNDIMapper]
JNDIMapper.start() invoked
| 2009-08-20 11:03:34,198 DEBUG [com.archinsurance.commons.mbean.JNDIMapper] Starting
MBean...
| 2009-08-20 11:03:34,370 INFO
[org.springframework.context.support.ClassPathXmlApplicationContext] Refreshing
org.springframework.context.support.ClassPathXmlApplicationContext@40d98f: display name
[org.springframework.context.support.ClassPathXmlApplicationContext@40d98f]; startup date
[Thu Aug 20 11:03:34 EDT 2009]; root of context hierarchy
| 2009-08-20 11:03:34,495 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean
definitions from class path resource [mq-application-context.xml]
| 2009-08-20 11:03:34,682 INFO
[org.springframework.context.support.ClassPathXmlApplicationContext] Bean factory for
application context
[org.springframework.context.support.ClassPathXmlApplicationContext@40d98f]:
org.springframework.beans.factory.support.DefaultListableBeanFactory@4afc0a
| 2009-08-20 11:03:34,917 INFO
[org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] Loading
properties file from URL
[file:/C:/jboss-4.2.2.GA/server/default/conf//props/rdm.properties]
These logs do show that the modules seem to be starting in the correct order. Although
there appears to an issue with the path:
| Loading properties file from URL
[file:/C:/jboss-4.2.2.GA/server/default/conf//props/rdm.properties
Notice, the double "/" characters after the conf. Try changing the
jboss-service.xml to contain this:
${jboss.server.config.url}props/rdm.properties
instead of
${jboss.server.config.url}/props/rdm.properties
I am not really sure that this is causing the whole issue. But give it a try and see if it
works. If it doesn't then post the contents of that properties file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250783#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...