[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

zjsun do-not-reply at jboss.com
Tue Jan 22 00:15:47 EST 2008


my WAR looks like :
---------------------------------------------

  | my-application.war/
  | 	META-INF/
  | 		MANIFEST.MF
  | 	WEB-INF/
  | 		web.xml
  | 		components.xml
  | 		faces-config.xml
  | 		pages.xml
  | 	lib/
  | 		jboss-seam.jar
  | 		jboss-seam-ui.jar
  | 		jboss-el.jar
  | 		jsf-facelets.jar
  | 		jsf-api.jar
  | 		jsf-impl.jar
  | 		my-module1.jar/
  | 			META-INF/
  | 				MANIFEST.MF
  | 				components.xml(blank)
  | 			org/
  | 				jboss/
  | 					module1/
  | 						User.class
  | 						Login.class
  | 						LoginBean.class
  | 						Register.class
  | 						RegisterBean.class
  | 			seam.properties
  | 			...
  | 		my-module2.jar/
  | 			META-INF/
  | 				MANIFEST.MF
  | 				components.xml(blank)
  | 			org/
  | 				jboss/
  | 					module2/
  | 						Entity2.class
  | 			seam.properties
  | 			...
  | 		...
  | 	classes/
  | 		META-INF/
  | 			persistence.xml
  | 	login.jsp
  | 	register.jsp
  | 	...
  | 

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

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



More information about the jboss-user mailing list