compile error in server-jar (on HEAD of master branch)

John Mazzitelli jmazzite at redhat.com
Fri Jan 20 14:54:44 UTC 2012


container-lib is an RHQ jar that is built and  placed in JBoss's /lib
directory. its outside of the ear and is used to patch or otherwise
enhance JBossAS internal functionality. It originally was created
because we needed to introduce some code to fix something in the
transaction manager. Lukas added something to this jar for his JNDI
lookup stuff.

On Fri, 2012-01-20 at 09:42 -0500, Ian Springer wrote:
> Building from the root w/ -Penterprise solved it, because the enterprise 
> profile pulls in container-lib. I'm just curious, what's the purpose of 
> container-lib? Is it classes that server-jar, as well as other things 
> outside of rhq.ear, depend on? In any case, if server-jar depends on it, 
> we should probably build it by default, rather than only when the 
> enterprise profile is enabled.
> 
> On 01/20/2012 06:49 AM, Lukas Krejci wrote:
> > Did you by any chance built just the server jar module or did this happen
> > during a full rebuild?
> >
> > I tried full build unteen times even with the local repo cleared and didn't
> > see this. But I know Heiko saw this, too, so there has to be a path I didn't
> > go down when testing this. Anyway, rebuilding
> > modules/enterprise/server/container-lib prior to building server jar should
> > resolve this.
> >
> > Lukas
> >
> > ----- Original Message -----
> >> From: "John Mazzitelli"<jmazzite at redhat.com>
> >> To: rhq-devel at lists.fedorahosted.org
> >> Sent: Thursday, January 19, 2012 9:30:18 PM
> >> Subject: Re: compile error in server-jar (on HEAD of master branch)
> >>
> >> sounds like something lukas is working on.
> >>
> >> On Thu, 2012-01-19 at 14:59 -0500, Ian Springer wrote:
> >>> Anyone know what this is? I've been getting it for at least a few
> >>> days now.
> >>>
> >>> [ERROR] COMPILATION ERROR :
> >>> [INFO]
> >>> -------------------------------------------------------------
> >>> [ERROR]
> >>> /home/ips/Projects/rhq/modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SessionManager.java:[29,19]
> >>> package org.rhq.jndi does not exist
> >>> [ERROR]
> >>> /home/ips/Projects/rhq/modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SessionManager.java:[48,25]
> >>> cannot find symbol
> >>> symbol  : class AllowRhqServerInternalsAccessPermission
> >>> location: class org.rhq.enterprise.server.auth.SessionManager
> >>> [ERROR]
> >>> /home/ips/Projects/rhq/modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SessionManager.java:[48,89]
> >>> cannot find symbol
> >>> symbol  : class AllowRhqServerInternalsAccessPermission
> >>> location: class org.rhq.enterprise.server.auth.SessionManager
> >>> [INFO] 3 errors
> >>> [INFO]
> >>> -------------------------------------------------------------
> >>> [INFO]
> >>> ------------------------------------------------------------------------
> >>> [ERROR] BUILD FAILURE
> >>> [INFO]
> >>> ------------------------------------------------------------------------
> >>> [INFO] Compilation failure
> >>>
> >>> /home/ips/Projects/rhq/modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SessionManager.java:[29,19]
> >>> package org.rhq.jndi does not exist
> >>> /home/ips/Projects/rhq/modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SessionManager.java:[48,25]
> >>> cannot find symbol
> >>> symbol  : class AllowRhqServerInternalsAccessPermission
> >>> location: class org.rhq.enterprise.server.auth.SessionManager
> >>> /home/ips/Projects/rhq/modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SessionManager.java:[48,89]
> >>> cannot find symbol
> >>> symbol  : class AllowRhqServerInternalsAccessPermission
> >>> location: class org.rhq.enterprise.server.auth.SessionManager
> >>>
> >>> [INFO]
> >>> ------------------------------------------------------------------------
> >>> [INFO] For more information, run Maven with the -e switch
> >>> [INFO]
> >>> ------------------------------------------------------------------------
> >>>
> >>>
> >>> Thanks,
> >>> Ian
> >>>
> >>> _______________________________________________
> >>> rhq-devel mailing list
> >>> rhq-devel at lists.fedorahosted.org
> >>> https://fedorahosted.org/mailman/listinfo/rhq-devel
> >>
> >> _______________________________________________
> >> rhq-devel mailing list
> >> rhq-devel at lists.fedorahosted.org
> >> https://fedorahosted.org/mailman/listinfo/rhq-devel
> >>
> > _______________________________________________
> > rhq-devel mailing list
> > rhq-devel at lists.fedorahosted.org
> > https://fedorahosted.org/mailman/listinfo/rhq-devel
> 
> 




More information about the rhq-devel mailing list