dev@glassfish.java.net

Re: Package regression with ProxyHandler interface

From: Sahoo <Sahoo_at_Sun.COM>
Date: Thu, 02 Jul 2009 10:37:53 +0530

Jan,

I don't understand why you have to move javax.servlet from web to
javaee-api dir. Maven should auyomatically take care of build order. Are
you noticing any circular dependency problem? If so, can you please send
the build output?

Thanks,
Sahoo

Jan Luehe wrote:
>
> ProxyHandler.java imports javax.servlet.http.HttpServletRequest, so if we
> moved it to "common/common-util", then we would also have to move
> "web/javax.servlet" to "javaee-api/javax.servlet", since "common"
> builds after
> "javaee-api", and to avoid any circular dependencies between "common"
> and "web".
>
> Does anybody see any issues with moving "web/javax.servlet" to
> "javaee-api/javax.servlet"?
>
> Thanks,
>
> Jan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>