[ 
https://issues.apache.org/activemq/browse/SMX4-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58365#action_58365
 ] 

Christian Mueller edited comment on SMX4-507 at 3/21/10 5:45 PM:
-----------------------------------------------------------------

Provide the patch.

Note: In the import section of the maven-bundle-plugin, I use the following 
declaration:

{code}
<Import-Package>
    !javax.validation*,
    *
</Import-Package>
{code}

instead of

{code}
<Import-Package>*</Import-Package>
{code}

like in the other spec bundles. My understanding is, that importing packages 
from the own bundle may be cause problems. I'm right?

Regards,
Christian

      was (Author: muellerc):
    Provide the patch.

Note: In the import section of the maven-bundle-plugin, I use the following 
declaration:

{code}
<Import-Package>
    !javax.validation*,
    *
</Import-Package>
{code}

instead of

{code}
<Import-Package>*</Import-Package>
{code}

like in the other packages. My understanding is, that importing packages from 
the own bundle may be cause problems. I'm right?

Regards,
Christian
  
> Create a specs bundle for JSR 303 (Java Validation API) 1.0.0
> -------------------------------------------------------------
>
>                 Key: SMX4-507
>                 URL: https://issues.apache.org/activemq/browse/SMX4-507
>             Project: ServiceMix 4
>          Issue Type: New Feature
>         Environment: All
>            Reporter: Christian Mueller
>            Assignee: Christian Mueller
>         Attachments: SMX4-507.patch
>
>
> It's a precondition for 
> [SMX4-506|https://issues.apache.org/activemq/browse/SMX4-506]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to