[jboss-user] [JBoss/Spring Integration] - Re: Struts spring hibenate in jboss without jboss-deployer

sriram4java@gmail.com do-not-reply at jboss.com
Mon Apr 9 08:24:43 EDT 2007


Hi,
i added the following jboss-web.xml to the WEB-INF folder
        
  | <jboss-web>
  | 
  |    <class-loading> 
  |       <loader-repository> 
  |       com.example:loader=marutiDAO.har
  |       </loader-repository> 
  |    </class-loading>
  | 
  | </jboss-web>
  | 
  | 

i added the following  jboss-app.xml to the META-INF folder (ear)

  | <jboss-app>
  | 
  |    <loader-repository> 
  |    com.example:loader=marutiDAO.har
  |    </loader-repository> 
  |  
  |    <module>
  |       <har>marutiDAO.har</har>
  |    </module>
  |    
  | </jboss-app>


but still i am getting the same error

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

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



More information about the jboss-user mailing list