1 2 Previous Next 18 Replies Latest reply on Jul 10, 2011 2:47 PM by tandraschko Go to original post
      • 15. Re: Seam with OWB
        lightguard

        File a JIRA, and please attach an Arquillian Test to demonstrate the bug.

        • 16. Re: Seam with OWB
          tandraschko

          Is there an tutorial available how to write an arquillian test?
          I could also upload my test project which also has some bugfixes for seam in it.
          There is only a mvn package and tomcat required then.

          • 17. Re: Seam with OWB
            lightguard

            http://docs.jboss.org/arquillian/reference/latest/en-US/html_single/


            We would prefer arquillian tests for sure, but if you're not able to get running quickly with it, we can work with the test project.

            • 18. Re: Seam with OWB
              tandraschko

              ok guys, i give up!
              There are several problems:


              1) Weld's ManagedBean is not serializable - ViewScoped cannot be used (mabye only with MyFaces, don't know)
              2) Persistence fails on OWB - AFAICS there are basic stuff which does not work


              I have no more time to get this running - i must use spring or OWB with CODI for this project.


              I will create a an issue with a little description and my test project.


              One last question:
              How does persistence module work in a clustered environment with the extended persistence context? Isn't EntityManager serializable?

              1 2 Previous Next