Discussion:
[seam-dev] Crowd-sourcing for a forum answer
Jason Porter
2012-01-25 19:40:54 UTC
Permalink
http://seamframework.org/Community/SeamFacesCausesExceptionInJBossAS7EarDeployment#comment177815

Anyone have a working EAR that's updated to 3.1.0.Final with Faces? Really
seems like we need an example, if someone has one ready :)
--
Jason Porter
http://lightguard-jp.blogspot.com
http://twitter.com/lightguardjp

Software Engineer
Open Source Advocate
Author of Seam Catch - Next Generation Java Exception Handling

PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu
Dan Allen
2012-01-26 05:46:35 UTC
Permalink
I don't have one that's working, but you can start with the ear version of
the kitchensink app that has the proper structure on which to build (and is
known to work with AS 7).

https://github.com/jbossas/quickstart/tree/master/kitchensink-ear

-Dan
Post by Jason Porter
http://seamframework.org/Community/SeamFacesCausesExceptionInJBossAS7EarDeployment#comment177815
Anyone have a working EAR that's updated to 3.1.0.Final with Faces? Really
seems like we need an example, if someone has one ready :)
--
Jason Porter
http://lightguard-jp.blogspot.com
http://twitter.com/lightguardjp
Software Engineer
Open Source Advocate
Author of Seam Catch - Next Generation Java Exception Handling
PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597

http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
Jason Porter
2012-01-26 06:02:58 UTC
Permalink
Ah, good point Dan.

Is there anyone who's dying to figure this out? It shouldn't be that hard
to start adding Seam deps and see what happens.
Post by Dan Allen
I don't have one that's working, but you can start with the ear version of
the kitchensink app that has the proper structure on which to build (and is
known to work with AS 7).
https://github.com/jbossas/quickstart/tree/master/kitchensink-ear
-Dan
Post by Jason Porter
http://seamframework.org/Community/SeamFacesCausesExceptionInJBossAS7EarDeployment#comment177815
Anyone have a working EAR that's updated to 3.1.0.Final with Faces?
Really seems like we need an example, if someone has one ready :)
--
Jason Porter
http://lightguard-jp.blogspot.com
http://twitter.com/lightguardjp
Software Engineer
Open Source Advocate
Author of Seam Catch - Next Generation Java Exception Handling
PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
--
Jason Porter
http://lightguard-jp.blogspot.com
http://twitter.com/lightguardjp

Software Engineer
Open Source Advocate
Author of Seam Catch - Next Generation Java Exception Handling

PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu
Dan Allen
2012-01-26 06:19:38 UTC
Permalink
Post by Jason Porter
Ah, good point Dan.
Is there anyone who's dying to figure this out? It shouldn't be that hard
to start adding Seam deps and see what happens.
I tried to add Seam faces to the web archive quickly and that totally
failed. (The combination of ears and Maven just make me lost).
Jason Porter
2012-01-26 06:26:37 UTC
Permalink
Yep, +1.

We haven't done that, quickly likely because we've been pushing the WAR
model. The usage for EARs is very small now.
Post by Dan Allen
Post by Jason Porter
Ah, good point Dan.
Is there anyone who's dying to figure this out? It shouldn't be that hard
to start adding Seam deps and see what happens.
I tried to add Seam faces to the web archive quickly and that totally
failed. (The combination of ears and Maven just make me lost).
Antoine Sabot-Durand
2012-01-27 05:01:07 UTC
Permalink
Hi guys,

Sorry I missed this one.

I have an EAR example with Seam Faces. You can check it here : https://github.com/antoinesd/contentieux

It was rather tricky to set because of Solder is needed in ear/lib and also coming in Seam dependencies in war module. I added seam faces to have injection in converters and it works.

regards,

Antoine SABOT-DURAND
Post by Jason Porter
Yep, +1.
We haven't done that, quickly likely because we've been pushing the WAR model. The usage for EARs is very small now.
Ah, good point Dan.
Is there anyone who's dying to figure this out? It shouldn't be that hard to start adding Seam deps and see what happens.
I tried to add Seam faces to the web archive quickly and that totally failed. (The combination of ears and Maven just make me lost).
From the forums, it seems that you have to put the Seam jars in the ear/lib, but I haven't gone down that road yet.
Ironically, this comes down to needing the absolute most basic instructions for how to actually use any CDI extensions that integrate with Servlet or JSF in an ear project. If we had that, I think it would solve a lot of confusion, both for users and developers of extensions.
-Dan
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
--
Jason Porter
http://lightguard-jp.blogspot.com
http://twitter.com/lightguardjp
Software Engineer
Open Source Advocate
Author of Seam Catch - Next Generation Java Exception Handling
PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
Jason Porter
2012-01-27 05:09:18 UTC
Permalink
Hero!!

Thanks Antoine. Would you mind pointing people to your example (maybe we
could also include it as an example for seam) in the
http://seamframework.org/Community/Seam3InEAR thread?

On Thu, Jan 26, 2012 at 22:01, Antoine Sabot-Durand <
Post by Antoine Sabot-Durand
Hi guys,
Sorry I missed this one.
https://github.com/antoinesd/contentieux
It was rather tricky to set because of Solder is needed in ear/lib and
also coming in Seam dependencies in war module. I added seam faces to have
injection in converters and it works.
regards,
Antoine SABOT-DURAND
Yep, +1.
We haven't done that, quickly likely because we've been pushing the WAR
model. The usage for EARs is very small now.
Post by Dan Allen
Post by Jason Porter
Ah, good point Dan.
Is there anyone who's dying to figure this out? It shouldn't be that
hard to start adding Seam deps and see what happens.
I tried to add Seam faces to the web archive quickly and that totally
failed. (The combination of ears and Maven just make me lost).
Dan Allen
2012-01-27 05:20:37 UTC
Permalink
Post by Jason Porter
Hero!!
+1

Wow, thanks Antoine! That's a great resource.

-Dan
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597

http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
Antoine Sabot-Durand
2012-01-27 05:32:37 UTC
Permalink
yes I had a good training in EAR : trying to make a Seam 2 EAR application working with multiple war module ;-). It's natural I give you back my knowledge :-D.

Before pointing it as an official example, I need to clean it (it contains pages from one of my customers) and translate it in english :-). The App deploys on AS 7.0.2 and Websphere 8 *sigh*

I'll do it this WE but in the meantime I can give the pom to answer the forum thread.

Have a nice day,


Antoine
Post by Jason Porter
Hero!!
+1
Wow, thanks Antoine! That's a great resource.
-Dan
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
Jason Porter
2012-01-27 05:40:49 UTC
Permalink
I'm not sure which would be easier, translating in English, or adding another feature and use the i18n stuff and support both :)

I'm sure the translation would be easier, but the extra credit i18n stuff would be killer.

Sent from my iPhone
Post by Antoine Sabot-Durand
yes I had a good training in EAR : trying to make a Seam 2 EAR application working with multiple war module ;-). It's natural I give you back my knowledge :-D.
Before pointing it as an official example, I need to clean it (it contains pages from one of my customers) and translate it in english :-). The App deploys on AS 7.0.2 and Websphere 8 *sigh*
I'll do it this WE but in the meantime I can give the pom to answer the forum thread.
Have a nice day,
Antoine
Post by Jason Porter
Hero!!
+1
Wow, thanks Antoine! That's a great resource.
-Dan
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
Antoine Sabot-Durand
2012-01-27 08:57:55 UTC
Permalink
I posted an answer in the forum (no very convenient to do it in the train).

Perhaps we should put all this in Dan kitchensink ?

Antoine SABOT-DURAND
Post by Jason Porter
I'm not sure which would be easier, translating in English, or adding another feature and use the i18n stuff and support both :)
I'm sure the translation would be easier, but the extra credit i18n stuff would be killer.
Sent from my iPhone
Post by Antoine Sabot-Durand
yes I had a good training in EAR : trying to make a Seam 2 EAR application working with multiple war module ;-). It's natural I give you back my knowledge :-D.
Before pointing it as an official example, I need to clean it (it contains pages from one of my customers) and translate it in english :-). The App deploys on AS 7.0.2 and Websphere 8 *sigh*
I'll do it this WE but in the meantime I can give the pom to answer the forum thread.
Have a nice day,
Antoine
Post by Jason Porter
Hero!!
+1
Wow, thanks Antoine! That's a great resource.
-Dan
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://google.com/profiles/dan.j.allen
http://mojavelinux.com
http://mojavelinux.com/seaminaction
_______________________________________________
seam-dev mailing list
https://lists.jboss.org/mailman/listinfo/seam-dev
Loading...