1 2 Previous Next 17 Replies Latest reply on Jun 24, 2010 8:59 AM by isonisak Go to original post
      • 15. Re: Seam 3 booking example matrix dependency ?
        nickarls

        Well I have #1750 and checked out the examples trunk and build/deployed but I get some


        java.lang.IllegalArgumentException: No interceptor found for class org.jboss.weld.integration.ejb.SessionBeanInterceptor in org.jboss.ejb3.singleton.aop.impl.context.LegacySingletonBeanContext@5b206174
        



        didn't try the really-really-freshest snapshot.


        your case sounds like something cached from a previous deploy. Did you drop it into a running server?

        • 16. Re: Seam 3 booking example matrix dependency ?
          asookazian

          I have a JBoss-6.0.0-SNAPSHOT from 061810.  After svn update, I am able to build everything ok using mvn clean install via apache-maven-3.0-beta-1.  Deploy is clean with booking.war but not with the latest seam-booking.war.

          • 17. Re: Seam 3 booking example matrix dependency ?
            isonisak

            Hai

            I managed to build and deploy booking-simplified after

                - Refreshed whole examples structure from repo
                     ( http://anonsvn.jboss.org/repos/seam/examples )
                - Refreshed whole Maven 3 local repository

            And WELL page opened in http://localhost:8080/seam-booking     !!!!

            "
            This sample application demonstrates how EASY IT IS TO DEVELOP stateful web applications using Java EE 6 augmented with portable Seam modules. Just ..
            "

            => It has been this far hell difficult !
            Development may be easy but deployment seems to be painfull with this "jar hell"
            and imbalance in diffrent parts of the stack.

            Let's hope that community get the parts in balance and all other examples
            ready.

            Pete Muir said "We aim to release Seam 3 in mid July".
            It would be good to know what is the current timetable, because we
            have to decide, if we can trust Seam 3 + JBoss 6.x to be stable around first quarter of 2011 ?
            Development ready version should be available around 09/2010.   In this
            version can be bugs that don't prevent basic development.




            1 2 Previous Next