1 2 3 4 5 6 Previous Next 89 Replies Latest reply on Dec 16, 2007 10:54 AM by nugyentv Go to original post
      • 75. Re: Seam & Maven2
        pmuir

        I haven't built that tag, but I have from Branch_4_2. I just co'd all the projects, went into build and typed ./build.sh and it Just Worked (well actually there was a broken dependency but someone fixed that ;)

        • 76. Re: Seam & Maven2
          javasmith

          Any progress on the embedded-ejb3 problem ? It would be cool to be able to use embedded-ejb3, and deploy with mvn jetty:run.

          • 77. Re: Seam & Maven2

            Hello javasmith,

            not too much, but I think you can use microcontainer instead. It supports most of the features (JNDI, JTA, JCA, Timer)

            Petr

            • 78. Re: Seam & Maven2

              Hi guys... I've updated a bit of the SeamDependencies page. I have a bit more to go but I'll get it... If anyone could take a look I'd appreciate it.

              I'm usually on IRC, seme@irc.freenode.net:jboss :)

              Thanks for the hard work. I have to live in a mixed maven/ant world and if we were able to have a maven repo with all the seam dependencies properly maintained that would be a great thing.



              I have a bit more to write but I'm at work now so I'll have to post later.

              • 79. Re: Seam & Maven2
                pmuir

                We are going to look at this post releasing Seam 2.0

                • 80. Re: Seam & Maven2
                  javasmith

                  Do you mean "post" as in "after", or are you looking at this "forum post" for inclusion in Seam 2.0 ?

                  Currently the only thing holding my company back from using Seam in a big way is the lack of official Maven 2 support, and the ability to use the current builds with MyFaces instead of the reference implementation.

                  • 81. Re: Seam & Maven2
                    pmuir

                    After :)

                    • 82. Re: Seam & Maven2
                      magnusheino

                      Great! The sooner the better :)

                      What JIRA issue should I watch? There's a bunch of them talking about seam and maven.

                      /Magnus

                      • 83. Re: Seam & Maven2
                        pmuir

                        http://jira.jboss.com/jira/browse/JBSEAM-983 - will be resolved once it is done.

                        • 84. Re: Seam & Maven2
                          lightguard

                          This is great news! Thanks Pete!

                          • 85. Re: Seam & Maven2

                            first of all, thanks guys - especially fers! great work! I really like being able to work with maven (and just with maven;)

                            Two questions:
                            1)
                            I tried the seam archetype from http://software.softeu.cz/seam/ . Seems that this configuration does not work with the current jboss 4.2.0.ga stable release because of the dependency to MyFaces. Are there any plans/ways to switch to JSF RI 1.2?

                            I already tried the work around as described in http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5AndMyFaces which did not work. There appear more errors concerning listeners afterwards:(

                            2)
                            something general about using mavenized seam: I want to head start a new seam/ejb/facelets/jsf1.2 enabled webapp. is it possible to create a "normal" webapp with the maven webapp archetype and than just "bundle" ONLY ONE dependency for the whole seam thing? lateron I would just switch to another version of i.e. seam-ejb and would get newest seam version?
                            and related to the first question: howto exclude a dependency of i.e. seam-ejb if the container already ships with those jars (i.e. JSF RI)?

                            Thanks for any answers.
                            Best regards and keep on the great work!

                            vivian

                            • 86. Re: Seam & Maven2

                              I can't tell you how happy this makes me as it will certainly make my life easier.

                              • 87. Re: Seam & Maven2
                                erik.d.hellman

                                 

                                "pete.muir@jboss.org" wrote:
                                http://jira.jboss.com/jira/browse/JBSEAM-983 - will be resolved once it is done.


                                Any update on this yet? It would solve LOTS of problems for us.

                                Thanks!

                                • 88. Re: Seam & Maven2
                                  pmuir

                                  We are still deciding how to best approach this. We'll have something for 2.0.0.GA I hope!

                                  • 89. Re: Seam & Maven2
                                    nugyentv

                                    This is awsome seam maven2 plugin . Thank you so much for setting this up.

                                    1 2 3 4 5 6 Previous Next