[jboss-as7-dev] module usability issue? or intended?

Brian Stansberry brian.stansberry at redhat.com
Wed Jul 6 10:17:10 EDT 2011


Just a guess, but a module does not export its dependencies by default. 
You have to add attribute export="true" to export the entire dependent 
module, or use child "exports" elements to export particular classes.

On 7/6/11 8:53 AM, Bill Burke wrote:
> I wanted to add a custom LoginModule.  To have the class visible, I had
> to add my jars to the picketbox module.
>
> Originally, I tried the intuitive approach (well, intuitive to me), of
> creating a new module for my custom jars, and adding a dependency to
> these jars within the picketbox module.  This did not work.  Is it
> supposed to?  If not, why?
>
> I'm just trying to understand the logic here.
>
>


-- 
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat


More information about the jboss-as7-dev mailing list