Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. package you.organisation.moduleA.config;
  2. @Configuration
  3. @ImportResource("classpath:path/to/applicationContextA.xml")
  4. public class ModuleAConfig implements Serializable {
  5.  
  6. }
  7.  
  8. package you.organisation.moduleB.config;
  9. @Configuration
  10. @ImportResource("classpath:path/to/applicationContextB.xml")
  11. public class ModuleBConfig implements Serializable {
  12.  
  13. }
  14.  
  15. at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber:
  16.  
  17. at org.codehaus.classworlds.Launcher.main(Launcher.java:375) 2014-08-29 16:29:04.064::INFO: Started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement