[hibernate-dev] Fwd: Re: [jboss-as7-dev] Modules and hidden packages

Hardy Ferentschik hardy at hibernate.org
Wed Apr 3 12:12:16 EDT 2013


Something like this should work:

  <exports>
      <exclude name="**/internal/**"/>
  </exports>

On 3 Jan 2013, at 6:03 PM, Gunnar Morling <gunnar at hibernate.org> wrote:

> Do you have some details or an example how this is done?
> 
> For HV, we consider everything under org.hibernate.validator.internal as
> private (and e.g. handle it like this in the OSGi manifest), so it would
> make sense to do the same for the AS module.
> 
> --Gunnar



More information about the hibernate-dev mailing list