You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (Created) (JIRA)" <ji...@apache.org> on 2012/01/30 15:04:10 UTC

[jira] [Created] (TOMEE-126) More configurable scanning via a scanning.xml file in jars of webapps

More configurable scanning via a scanning.xml file in jars of webapps
---------------------------------------------------------------------

                 Key: TOMEE-126
                 URL: https://issues.apache.org/jira/browse/TOMEE-126
             Project: TomEE
          Issue Type: New Feature
            Reporter: David Blevins




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TOMEE-126) More configurable scanning via a scanning.xml file in jars of webapps

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

Romain Manni-Bucau closed TOMEE-126.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0
    
> More configurable scanning via a scanning.xml file in jars of webapps
> ---------------------------------------------------------------------
>
>                 Key: TOMEE-126
>                 URL: https://issues.apache.org/jira/browse/TOMEE-126
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: David Blevins
>             Fix For: 1.0.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TOMEE-126) More configurable scanning via a scanning.xml file in jars of webapps

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274342#comment-13274342 ] 

Romain Manni-Bucau commented on TOMEE-126:
------------------------------------------

scan.xml defines inclusions (classes or packages)

here is the format:

<scan>
  <packages>
    <package>p1.p11</package>
    <package>p2.p22</package>
  </package>
  <classes>
    <class>p.a.MyClass</class>
    <class>p.b.MyClass2</class>
  </classes>
</scan>

for exclusions it can be done at container level on jars through the file conf/exclusions.list (1 line = 1 prefix of excluded jar). openejb.additional.exclude and openejb.additional.include works too for jars.
                
> More configurable scanning via a scanning.xml file in jars of webapps
> ---------------------------------------------------------------------
>
>                 Key: TOMEE-126
>                 URL: https://issues.apache.org/jira/browse/TOMEE-126
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: David Blevins
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira