5 Replies Latest reply on May 15, 2014 9:58 AM by cbevin

    WebLogic managed container not released?

    atijms

      On GitHub I noticed there's an embedded and managed variant of the WebLogic container, see https://github.com/arquillian/arquillian-container-wls

       

      The only container that appears in Maven central and is described on the wiki is the remote one. Why are the other ones not released and described?

        • 1. Re: WebLogic managed container not released?
          aslak

          You are correct. It's been a while since we've done a release there. Definitely something we should do

           

          @Vineet, nothing holding it back is there?

          • 2. Re: WebLogic managed container not released?
            atijms

            Would be cool if the other ones could be released

             

            Btw, there's also a pull request for the weblogic container for a JSR 88 version that's supposedly better (weird perhaps that it's better, since JSR 88 has just been removed in Java EE 7 since it was supposedly so bad). Anyway, any progress there?

            • 3. Re: WebLogic managed container not released?
              vineet.reynolds

              My apologies for the rather late reply; I haven't been monitoring this forum of late.

               

              I wrote and tested those containers sometime late last year and I think there is atleast one newer release of WLS since then. So far I haven't had the time to test it against the more recent one; this goes beyond running the test suite - the suite is limited to running Arquillian tests and not for configuring WLS in a myriad ways. I'll try and make some time for this.

              • 4. Re: WebLogic managed container not released?
                atijms

                Vineet Reynolds wrote:

                 

                My apologies for the rather late reply; I haven't been monitoring this forum of late.

                 

                I wrote and tested those containers sometime late last year and I think there is atleast one newer release of WLS since then. So far I haven't had the time to test it against the more recent one; this goes beyond running the test suite - the suite is limited to running Arquillian tests and not for configuring WLS in a myriad ways. I'll try and make some time for this.

                 

                Apologies too for my even later reply. I plan to look at this again soon, but did you got anywhere in the mean time? The WLS I used was the simplest version I could find. It's the unzip developer version with the absolute bare minimum of configuration to get it going (see https://blogs.oracle.com/arungupta/entry/get_started_with_oracle_weblogic).

                • 5. Re: WebLogic managed container not released?
                  cbevin

                  @Vineet, when do you think we can see a release for a Weblogic managed container?