Class ConfigurableObject not found when using Spring in a JBoss 5 SAR?

The org.springframework.beans.factory.aspectj. ConfigurableObject is located in the Spring Aspects module. The error message says you don't have the jar file in your classpath.

Sounds strange.

The org.springframework.beans.factory.aspectj. ConfigurableObject is located in the Spring Aspects module. The error message says you don't have the jar file in your classpath.

Sounds strange.. If you are totally stuck, you can test the Spring functionality without a WEB container, then in Tomcat. (JBoss's WEB container) Else, Spring Aspects has required dependencies to: Spring Beans Spring Core Apache Commons Logging I guess you have already added Apache Commons Logging, but I can't see Spring Beans in your list above.

I confirmed that all of those dependencies are there. It seems that for some reason, when the code is packaged as a SAR, the dependencies don't show up on the classpath. On the other hand, if I package them as a JAR, ConfigurableObject is found and the JMX objects show up in the JMX console so that's how I'm going to proceed.

– Matt Pfefferle Jun 10 '10 at 12:57.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions