[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread svadu
Thanks. The reason I am writing this is that I am trying to make the demo to run on SAP Netweaver JEE5 edition and it complains that the deployment unit does not correspond to the spec... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031282#4031282 Reply to

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread [EMAIL PROTECTED]
Note that in a real Java EE 5 environment there is an elegant way to do this. But JBoss 4.0.x is not a real Java EE 5 environment. I *think* that JBoss 4.2 supports the Java EE 5 way of doing this, I need to remember to try it out when we migrate to JBoss 4.2 in Seam 1.3. View the original

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread [EMAIL PROTECTED]
anonymous wrote : The reason I am writing this is that I am trying to make the demo to run on SAP Netweaver JEE5 edition and it complains that the deployment unit does not correspond to the spec... The other way to do it is to declare the jars in META-INF/manifest.mf. This is the Java EE 1.4

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread svadu
Can we create a JIRA issue for traceability? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031317#4031317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031317 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread [EMAIL PROTECTED]
If you insist :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031319#4031319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031319 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread [EMAIL PROTECTED]
Do not forget that this is completely broken too: - you need a space separated list of values on an entry named Class-Path: in your WAR and EJB-JAR META-INF/MANIFEST.MF, with all the JARs these need - you need to have a newline character after that line - you need to have _some_ content in the

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread [EMAIL PROTECTED]
Yes, the longterm solution to this (read Java EE 6) is that EJB components will be deployable in WEB-INF/lib or WEB-INF/classes. It seems we've managed to convince Sun on this one, but it will take time to get it in the specs. View the original post :

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-23 Thread [EMAIL PROTECTED]
It's an ugly, ugly hack to get JARs on the classpath of an EAR. The only reason to tolerate it is that doing it in the correct way is even uglier. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031254#4031254 Reply to the post :