You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2011/03/01 04:52:36 UTC

[jira] Created: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Compilation error due to OpenWebbeans api changes.
--------------------------------------------------

                 Key: OPENEJB-1437
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
             Project: OpenEJB
          Issue Type: Bug
            Reporter: Shawn Jiang


recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Created: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by David Blevins <da...@gmail.com>.
Thanks, Shawn!

-David

On Feb 28, 2011, at 7:52 PM, Shawn Jiang (JIRA) wrote:

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
> 
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
> 
> 
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.
> 
> -- 
> This message is automatically generated by JIRA.
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
> 
> 


[jira] [Commented] (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Viggo Navarsete (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033025#comment-13033025 ] 

Viggo Navarsete commented on OPENEJB-1437:
------------------------------------------

Where can I find OpenEJB 4.0 in maven? Which maven repository?

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>            Assignee: Ivan
>             Fix For: 4.0
>
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch, 0001-changes-for-OWB-538-allow-lazy-initialisation-of-def.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved OPENEJB-1437.
---------------------------

       Resolution: Fixed
    Fix Version/s: 3.2
         Assignee: Ivan

Commit the patch to trunk at rev.1075668, thanks for the patch, Shawn.

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>            Assignee: Ivan
>             Fix For: 3.2
>
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang reopened OPENEJB-1437:
----------------------------------


keep this open to upload new patch for OWB api change issues.

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>            Assignee: Ivan
>             Fix For: 3.2
>
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000707#comment-13000707 ] 

Shawn Jiang commented on OPENEJB-1437:
--------------------------------------

The "classes" field might be a possible candidate to clear in release() method.    But the patch above just add a do noting release() method to CdiScanner to do a quick fix.      


[1]https://issues.apache.org/jira/browse/OWB-535  free ScannerService resources once we don't need it anymore

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated OPENEJB-1437:
---------------------------------

    Attachment: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang resolved OPENEJB-1437.
----------------------------------

    Resolution: Fixed

fixed.

> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>            Assignee: Ivan
>             Fix For: 4.0
>
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch, 0001-changes-for-OWB-538-allow-lazy-initialisation-of-def.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (OPENEJB-1437) Compilation error due to OpenWebbeans api changes.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated OPENEJB-1437:
---------------------------------

    Attachment: 0001-changes-for-OWB-538-allow-lazy-initialisation-of-def.patch

see OWB-538 changes below:

http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java?p2=/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java&p1=/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java&r1=1076897&r2=1076896&view=diff&pathrev=1076897




> Compilation error due to OpenWebbeans api changes.
> --------------------------------------------------
>
>                 Key: OPENEJB-1437
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1437
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Shawn Jiang
>            Assignee: Ivan
>             Fix For: 3.2
>
>         Attachments: 0001-adapt-to-ScannerService-interface-change.-Nothing-to.patch, 0001-changes-for-OWB-538-allow-lazy-initialisation-of-def.patch
>
>
> recently, we've been seeing many compilation error due to OpenWebbeans api changes.   Need to open a JIRA to track them and attach patches for them.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira