Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-26 Thread Chris Kimpton
Hi,

Yep - tried with and without... but you'd think it would be
consistent if that was the problem - ant would either have enough
memory or not...

Thanks,
Chris

--- Stephen Coy [EMAIL PROTECTED] wrote:
 Have you tried the equivalent of this sort of thing in your script?
 
 [EMAIL PROTECTED] jboss-3.2]$ ANT_OPTS=-Xmx256M build/build.sh
 
 Steve Coy
 
 On Wednesday, March 26, 2003, at 01:11  AM, Chris Kimpton wrote:
 
 
  --- Chris Kimpton [EMAIL PROTECTED] wrote:
  Hi,
 
  Does anyone get problems compiling HEAD on Linux -
 
  Caused by: java.lang.OutOfMemoryError
 
  Within the doclet stuff...
 
 
  This seems to be my problem - since I can compile it manually
 outside
  of my scripts... but all they do is one shell script calls
 another
  script which calls build.sh...  Is there some default sh memory
  limits that are limiting things?
 
  I will look at getting a windows version running and probably
  re-writing my scripts since they are getting out of hand...
 
  But basically - the regular compiles are currently stopped!
 
  Chris
 
 
 
 ---
 This SF.net email is sponsored by:
 The Definitive IT and Networking Event. Be There!
 NetWorld+Interop Las Vegas 2003 -- Register today!
 http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


=


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-25 Thread Chris Kimpton

--- Chris Kimpton [EMAIL PROTECTED] wrote:
 Hi,
 
 Does anyone get problems compiling HEAD on Linux - 
 
  Caused by: java.lang.OutOfMemoryError
 
 Within the doclet stuff...
 

This seems to be my problem - since I can compile it manually outside
of my scripts... but all they do is one shell script calls another
script which calls build.sh...  Is there some default sh memory
limits that are limiting things?

I will look at getting a windows version running and probably
re-writing my scripts since they are getting out of hand...

But basically - the regular compiles are currently stopped!

Chris

=


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-25 Thread Stephen Coy
Have you tried the equivalent of this sort of thing in your script?

[EMAIL PROTECTED] jboss-3.2]$ ANT_OPTS=-Xmx256M build/build.sh

Steve Coy

On Wednesday, March 26, 2003, at 01:11  AM, Chris Kimpton wrote:

--- Chris Kimpton [EMAIL PROTECTED] wrote:
Hi,

Does anyone get problems compiling HEAD on Linux -

Caused by: java.lang.OutOfMemoryError
Within the doclet stuff...

This seems to be my problem - since I can compile it manually outside
of my scripts... but all they do is one shell script calls another
script which calls build.sh...  Is there some default sh memory
limits that are limiting things?
I will look at getting a windows version running and probably
re-writing my scripts since they are getting out of hand...
But basically - the regular compiles are currently stopped!

Chris


---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-24 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-24 Thread Chris Kimpton
Hi,

Does anyone get problems compiling HEAD on Linux - 

 Caused by: java.lang.OutOfMemoryError

Within the doclet stuff...

Regards,
Chris

--- [EMAIL PROTECTED] wrote:
 

=
 ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR
 DETAILS=

=
 


=


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-24 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/cluster/output/lib/jbossha-client.jar
[touch] Creating /home/jboss/jbossci/jboss-head/cluster/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'cluster'.
 ==
 ==


_module-cluster-most:
 [copy] Copying 3 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 2 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to /home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 3 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jetty'...
 ==
 ==

compile-bean-sources:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/jetty/output/src
(XDocletMain.start   45  ) Running mbeaninterface/
null
ParameterImpl instances:   20
MethodImpl instances:  10372
ConstructorImpl instances: 1271
SimpleNode instances:  0
SourceClass instances: 1203
XDoc instances:3235
DefaultXTag instances: 4457
BinaryClass instances: 1162
UnknownClass instances:1204
Total memory:63
Free memory:0
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: null

Total time: 6 minutes 8 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 6 minutes 32 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 4 minutes 50 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 4 minutes 50 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectDefinition.java
 -- ManagedAspectDefinitionMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectDefinitionMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/aspect/jmx/ManagedAspectFactory.java
 -- ManagedAspectFactoryMBean qualified to 
org.jboss.aspect.jmx.ManagedAspectFactoryMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/copy/ObjectCopier.java -- 
ObjectCopierMBean qualified to org.jboss.copy.ObjectCopierMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- EARDeployerMBean qualified to org.jboss.deployment.EARDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/deployment/EARDeployer.java 
-- SubDeployerSupport qualified to org.jboss.deployment.SubDeployerSupport
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EJBDeployer.java -- 
EJBDeployerMBean qualified to org.jboss.ejb.EJBDeployerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EntityEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
 -- EJBContextImpl qualified to org.jboss.ejb.EJBContextImpl
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/StatefulSessionContainer.java
 -- AbstractContainerInterceptor qualified to 
org.jboss.ejb.AbstractContainerInterceptor
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EjbModule.java -- 
EjbModuleMBean qualified to org.jboss.ejb.EjbModuleMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java
 -- StatefulSessionFilePersistenceManagerMBean qualified to 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/AbstractTimerSource.java
 -- AbstractTimerSourceMBean qualified to org.jboss.ejb.timer.AbstractTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/FilePersistenceManager.java
 -- FilePersistenceManagerMBean qualified to 
org.jboss.ejb.timer.FilePersistenceManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/timer/SchedulerTimerSource.java
 -- SchedulerTimerSourceMBean qualified to 
org.jboss.ejb.timer.SchedulerTimerSourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/InvokerXAResource.java
 -- InvokerXAResourceMBean qualified to org.jboss.invocation.InvokerXAResourceMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/XATerminatorContainer.java
 -- XATerminatorContainerMBean qualified to 
org.jboss.invocation.XATerminatorContainerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/local/LocalInvoker.java
 -- LocalInvokerMBean qualified to org.jboss.invocation.local.LocalInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java
 -- JRMPInvokerMBean qualified to org.jboss.invocation.jrmp.server.JRMPInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java
 -- PooledInvokerMBean qualified to 
org.jboss.invocation.pooled.server.PooledInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/ConnectionManager.java
 -- ConnectionManagerMBean qualified to 
org.jboss.invocation.trunk.client.ConnectionManagerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/client/TrunkInvokerProxy.java
 -- TrunkInvokerProxyMBean qualified to 
org.jboss.invocation.trunk.client.TrunkInvokerProxyMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/trunk/server/TrunkInvoker.java
 -- TrunkInvokerMBean qualified to org.jboss.invocation.trunk.server.TrunkInvokerMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/asf/ServerSessionPoolLoader.java
 -- ServerSessionPoolLoaderMBean qualified to 
org.jboss.jms.asf.ServerSessionPoolLoaderMBean
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jms/jndi/JMSProviderLoader.java
 -- JMSProviderLoaderMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-21 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/cluster/output/lib/jbossha-client.jar
[touch] Creating /home/jboss/jbossci/jboss-head/cluster/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'cluster'.
 ==
 ==


_module-cluster-most:
 [copy] Copying 3 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 2 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to /home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 3 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jetty'...
 ==
 ==

compile-bean-sources:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/jetty/output/src
(XDocletMain.start   45  ) Running mbeaninterface/
null
ParameterImpl instances:   20
MethodImpl instances:  10369
ConstructorImpl instances: 1271
SimpleNode instances:  0
SourceClass instances: 1203
XDoc instances:3233
DefaultXTag instances: 4453
BinaryClass instances: 1162
UnknownClass instances:1204
Total memory:63
Free memory:0
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: null

Total time: 6 minutes 24 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-21 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/cluster/output/lib/jbossha-client.jar
[touch] Creating /home/jboss/jbossci/jboss-head/cluster/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'cluster'.
 ==
 ==


_module-cluster-most:
 [copy] Copying 3 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 2 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to /home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 3 files to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jetty'...
 ==
 ==

compile-bean-sources:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/jetty/output/src
(XDocletMain.start   45  ) Running mbeaninterface/
null
ParameterImpl instances:   20
MethodImpl instances:  10371
ConstructorImpl instances: 1271
SimpleNode instances:  0
SourceClass instances: 1203
XDoc instances:3235
DefaultXTag instances: 4457
BinaryClass instances: 1162
UnknownClass instances:1204
Total memory:63
Free memory:0
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: null

Total time: 6 minutes 15 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-21 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 6 minutes 14 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-20 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 4 minutes 47 seconds


---
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-20 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 4 minutes 51 seconds


---
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-20 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 4 minutes 50 seconds


---
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-20 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_02
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Caused by: xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
... 23 more
--- Nested Exception ---
xdoclet.XDocletException: Running XDoclet failed.
at xdoclet.TemplateSubTask.generateForClass(TemplateSubTask.java:773)
at xdoclet.TemplateSubTask.startProcessPerClass(TemplateSubTask.java:665)
at xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:592)
at xdoclet.TemplateSubTask.execute(TemplateSubTask.java:484)
at xdoclet.XDocletMain.start(XDocletMain.java:46)
at xdoclet.DocletTask.start(DocletTask.java:457)
at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:92)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:329)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:342)
at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:217)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
at org.apache.tools.ant.Task.perform(Task.java:319)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at org.apache.tools.ant.Main.runBuild(Main.java:610)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
/home/jboss/jbossci/jboss-head/jetty/src/main/org/jboss/jetty/JettyService.java -- 
JettyServiceMBean qualified to org.jboss.jetty.JettyServiceMBean

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jetty/build.xml:178: Unexpected error

Total time: 5 minutes 46 seconds


---
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-15 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226:
 cannot resolve symbol
symbol  : variable container 
location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 58 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-15 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226:
 cannot resolve symbol
symbol  : variable container 
location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 54 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-15 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226:
 cannot resolve symbol
symbol  : variable container 
location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 55 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-15 Thread Dain Sundstrom
What is the deal with this?  It builds perfectly for me.

-dain

On Saturday, March 15, 2003, at 10:38 AM, [EMAIL PROTECTED] wrote:

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR  
DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/ 
cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226: cannot resolve symbol
symbol  : variable container
location: class  
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/ 
http/interfaces/Util.java:63: warning:  
com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been  
deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/ 
http/interfaces/Util.java:68: warning:  
com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been  
deprecated
com.sun.net.ssl.HttpsURLConnection sconn =  
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/ 
http/interfaces/Util.java:68: warning:  
com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been  
deprecated
com.sun.net.ssl.HttpsURLConnection sconn =  
(com.sun.net.ssl.HttpsURLConnection) conn;

^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/rmi/RMIConnectorImpl.java:592: warning:  
deserialize(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName  
loaderName, byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/rmi/RMIConnectorImpl.java:581: warning:  
deserialize(java.lang.String,byte[]) in javax.management.MBeanServer  
has been deprecated
   public ObjectInputStream deserialize(String className, byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/rmi/RMIConnectorImpl.java:570: warning:  
deserialize(javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,byte[]) in javax.management.MBeanServer  
has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,byte[]) in javax.management.MBeanServer  
has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile  
failed; see the compiler error output for details.

Total time: 1 minute 55 seconds

---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-15 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226:
 cannot resolve symbol
symbol  : variable container 
location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 54 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-15 Thread Dain Sundstrom
I'm dumb, dumb, dumb.  I checked this in in one sandbox and tested it  
in another.

-dain

On Saturday, March 15, 2003, at 11:04 AM, Dain Sundstrom wrote:

What is the deal with this?  It builds perfectly for me.

-dain

On Saturday, March 15, 2003, at 10:38 AM, [EMAIL PROTECTED] wrote:

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR  
DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/ 
cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226: cannot resolve symbol
symbol  : variable container
location: class  
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/ 
http/interfaces/Util.java:63: warning:  
com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been  
deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/ 
http/interfaces/Util.java:68: warning:  
com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been  
deprecated
com.sun.net.ssl.HttpsURLConnection sconn =  
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/ 
http/interfaces/Util.java:68: warning:  
com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been  
deprecated
com.sun.net.ssl.HttpsURLConnection sconn =  
(com.sun.net.ssl.HttpsURLConnection) conn;
   
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/rmi/RMIConnectorImpl.java:592: warning:  
deserialize(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName  
loaderName, byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/rmi/RMIConnectorImpl.java:581: warning:  
deserialize(java.lang.String,byte[]) in javax.management.MBeanServer  
has been deprecated
   public ObjectInputStream deserialize(String className, byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/rmi/RMIConnectorImpl.java:570: warning:  
deserialize(javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,byte[]) in javax.management.MBeanServer  
has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(java.lang.String,byte[]) in javax.management.MBeanServer  
has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/ 
connector/ejb/EJBConnector.java:56: warning:  
deserialize(javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile  
failed; see the compiler error output for details.

Total time: 1 minute 55 seconds

---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-14 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226:
 cannot resolve symbol
symbol  : variable container 
location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 18 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-14 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

getTransaction(), relatedId, myCtx.getId());
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMRFieldBridge.java:1226:
 cannot resolve symbol
symbol  : variable container 
location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge
 TransactionManager tm = container.getTransactionManager();
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
6 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:291: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 0 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-13 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE


_default:compile-etc:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/jetty/output/etc
 [copy] Copying 3 files to /home/jboss/jbossci/jboss-head/jetty/output/etc

compile:
 [copy] Copying 22 files to /home/jboss/jbossci/jboss-head/jetty/output/classes
 [copy] Copying 5 files to /home/jboss/jbossci/jboss-head/jetty/output/classes
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/jetty/output/lib
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/javax.servlet.jar
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.jetty.jar
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.jmx.jar
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.j2ee.jar
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.jboss.jetty.jar
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.j2ee.session.ejb.jar
  [jar] Building jar: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/jetty-plugin.sar

_default:compile-checksums:
 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.jmx.jar
 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.jboss.jetty.jar
 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/jetty/output/lib/javax.servlet.jar
 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.jetty.jar
 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.j2ee.jar
 [checksum] Calculating MD5 checksum for 
/home/jboss/jbossci/jboss-head/jetty/output/lib/org.mortbay.j2ee.session.ejb.jar
[touch] Creating /home/jboss/jbossci/jboss-head/jetty/output/build-marker

 ==
 ==
 ==  Finished 'most' in module 'jetty'.
 ==
 ==


_module-jetty-most:
 [copy] Copying 1 file to /home/jboss/jbossci/jboss-head/build/output/testbuild/lib
 [copy] Copying 1 file to /home/jboss/jbossci/jboss-head/build/output/testbuild/lib
[mkdir] Created dir: 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy/jbossweb.sar
[unjar] Expanding: 
/home/jboss/jbossci/jboss-head/jetty/output/lib/jetty-plugin.sar into 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy/jbossweb.sar
 [copy] Copying 1 file to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jboss.net'...
 ==
 ==

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jboss.net/../tools/etc/buildfragments/buildmagic.ent:95:
 Reference juddi.juddi.classpath not found.

Total time: 3 minutes 16 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-13 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:95:
 cannot resolve symbol
symbol  : variable DataStoreFactory 
location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
 ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:96:
 cannot resolve symbol
symbol  : class DataStore 
location: class org.jboss.net.uddi.server.UddiService
  DataStore store = factory.aquireDataStore();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:98:
 cannot resolve symbol
symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
 if (store instanceof JDBCDataStore) {
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:99:
 cannot resolve symbol
symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
Connection connection = ((JDBCDataStore) store).getConnection();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:194:
 cannot resolve symbol
symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:195:
 cannot resolve symbol
symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:221:
 cannot resolve symbol
symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.shutdown();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:222:
 cannot resolve symbol
symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.shutdown();
  ^
47 errors
14 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jboss.net/build.xml:165: Compile failed; see the 
compiler error output for details.

Total time: 3 minutes 17 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


AW: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-13 Thread Jung , Dr. Christoph

Chris,

The original build problem was indeed caused by my submission in two stages
(the libraries.ent was in the latter stage).

Could you please check that you have the thirdparty/juddi-juddi module on
the build machine?

Thx,
CGJ


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 13. März 2003 18:03
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed



=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java
HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:95: cannot resolve symbol symbol  : variable
DataStoreFactory 
location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
 ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:96: cannot resolve symbol symbol  : class DataStore 
location: class org.jboss.net.uddi.server.UddiService
  DataStore store = factory.aquireDataStore();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:98: cannot resolve symbol symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
 if (store instanceof JDBCDataStore) {
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:99: cannot resolve symbol symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
Connection connection = ((JDBCDataStore) store).getConnection();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:194: cannot resolve symbol symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:195: cannot resolve symbol symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:221: cannot resolve symbol symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.shutdown();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:222: cannot resolve symbol symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.shutdown();
  ^
47 errors
14 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jboss.net/build.xml:165: Compile failed;
see the compiler error output for details.

Total time: 3 minutes 17 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-13 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:95:
 cannot resolve symbol
symbol  : variable DataStoreFactory 
location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
 ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:96:
 cannot resolve symbol
symbol  : class DataStore 
location: class org.jboss.net.uddi.server.UddiService
  DataStore store = factory.aquireDataStore();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:98:
 cannot resolve symbol
symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
 if (store instanceof JDBCDataStore) {
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:99:
 cannot resolve symbol
symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
Connection connection = ((JDBCDataStore) store).getConnection();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:194:
 cannot resolve symbol
symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:195:
 cannot resolve symbol
symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:221:
 cannot resolve symbol
symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.shutdown();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/UddiService.java:222:
 cannot resolve symbol
symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.shutdown();
  ^
47 errors
14 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jboss.net/build.xml:165: Compile failed; see the 
compiler error output for details.

Total time: 3 minutes 23 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-09 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:78: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:160: 
cannot resolve symbol
[execmodules] symbol  : class NodeList  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   NodeList children = element.getChildNodes();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:164: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  if (children.item(i).getNodeType() == Node.TEXT_NODE || 
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:165: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  children.item(i).getNodeType() == Node.CDATA_SECTION_NODE)
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:169: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  else if( children.item(i).getNodeType() == Node.COMMENT_NODE )
[execmodules] ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:207: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   Element child = getOptionalChild(element, name);
[execmodules]   ^
[execmodules] 58 errors
[execmodules] 1 warning

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/common/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 19 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-09 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:78: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:160: 
cannot resolve symbol
[execmodules] symbol  : class NodeList  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   NodeList children = element.getChildNodes();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:164: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  if (children.item(i).getNodeType() == Node.TEXT_NODE || 
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:165: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  children.item(i).getNodeType() == Node.CDATA_SECTION_NODE)
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:169: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  else if( children.item(i).getNodeType() == Node.COMMENT_NODE )
[execmodules] ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:207: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   Element child = getOptionalChild(element, name);
[execmodules]   ^
[execmodules] 58 errors
[execmodules] 1 warning

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/common/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 20 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-09 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:78: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:160: 
cannot resolve symbol
[execmodules] symbol  : class NodeList  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   NodeList children = element.getChildNodes();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:164: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  if (children.item(i).getNodeType() == Node.TEXT_NODE || 
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:165: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  children.item(i).getNodeType() == Node.CDATA_SECTION_NODE)
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:169: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  else if( children.item(i).getNodeType() == Node.COMMENT_NODE )
[execmodules] ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:207: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   Element child = getOptionalChild(element, name);
[execmodules]   ^
[execmodules] 58 errors
[execmodules] 1 warning

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/common/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 17 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-09 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:78: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:160: 
cannot resolve symbol
[execmodules] symbol  : class NodeList  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   NodeList children = element.getChildNodes();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:164: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  if (children.item(i).getNodeType() == Node.TEXT_NODE || 
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:165: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  children.item(i).getNodeType() == Node.CDATA_SECTION_NODE)
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:169: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  else if( children.item(i).getNodeType() == Node.COMMENT_NODE )
[execmodules] ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:207: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   Element child = getOptionalChild(element, name);
[execmodules]   ^
[execmodules] 58 errors
[execmodules] 1 warning

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/common/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 19 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-08 Thread David Jencks
Does this change prevent us from writing a remote jndi implementation that
runs over the remoting framework?  If so, is this the direction we want to
go in?

david jencks

On 2003.03.07 03:10 Tom Elrod wrote:
 Build fixed now.  Please note that naming is now part of core modules. 
 This
 is due to remoting now requiring naming, since the addition of a JNDI
 detector.
 
 -Tom
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Tom
  Elrod
  Sent: Friday, March 07, 2003 2:55 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
 
 
  I did this while in process of doing checkin.  Should be
  fixed in a minute.
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of
   [EMAIL PROTECTED]
   Sent: Friday, March 07, 2003 2:34 AM
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
  
  
  
  
  =
   ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net
   FOR DETAILS=
  
  =
  
   JAVA VERSION DETAILS
   java version 1.3.1_06
   Java(TM) 2 Runtime Environment, Standard Edition (build
  1.3.1_06-b01)
   Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)
  
  
  =
  
   HERE ARE THE LAST 50 LINES OF THE LOG FILE
  
   [mkdir] Created dir:
   /home/jboss/jbossci/jboss-head/remoting/output/classes
   [mkdir] Created dir:
   /home/jboss/jbossci/jboss-head/remoting/output/gen/classes
  [depend] Deleted 0 out of date files in 0 seconds
   [javac] Compiling 62 source files to
   /home/jboss/jbossci/jboss-head/remoting/output/classes
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:19: cannot resolve symbol
   symbol  : class NamingContextFactory
   location: package interfaces
   import org.jnp.interfaces.NamingContextFactory;
 ^
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:20: cannot resolve symbol
   symbol  : class Main
   location: package server
   import org.jnp.server.Main;
 ^
   /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
  n/jndi/JNDIDetectorTest.java:15: cannot resolve symbol
   symbol  : class Main
   location: package server
   import org.jnp.server.Main;
 ^
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
   symbol  : class Main
   location: class org.jboss.remoting.detection.jndi.JNDIDetector
   Main server = new Main();
   ^
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
   symbol  : class Main
   location: class org.jboss.remoting.detection.jndi.JNDIDetector
   Main server = new Main();
 ^
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:370: cannot resolve symbol
   symbol  : class NamingContextFactory
   location: class org.jboss.remoting.detection.jndi.JNDIDetector
   contextFactory =
  NamingContextFactory.class.getName();
^
   /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
  n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
   symbol  : class Main
   location: class test.detection.jndi.JNDIDetectorTest
   Main JNDIServer = new Main();
   ^
   /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
  n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
   symbol  : class Main
   location: class test.detection.jndi.JNDIDetectorTest
   Main JNDIServer = new Main();
 ^
   8 errors
  
   BUILD FAILED
   file:/home/jboss/jbossci/jboss-head/remoting/../tools/etc/buil
  dfragments/targets.ent:45: Compile failed; see the compiler
  error output for
  details.
 
  Total time: 23 seconds
 
 
  ---
  This SF.net email is sponsored by: Etnus, makers of
  TotalView, The debugger
  for complex code. Debugging C/C++ programs can leave you
  feeling lost and
  disoriented. TotalView can help you find your way. Available
  on major UNIX
  and Linux platforms. Try it free. www.etnus.com
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 
 
  ---
  This SF.net email is sponsored by: Etnus, makers

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-08 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-08 Thread Jeff Haynie
No, this just allows remote jboss servers to be discovered by browsing
the JNDI tree instead of multicast.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
David Jencks
Sent: Saturday, March 08, 2003 7:59 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed


Does this change prevent us from writing a remote jndi implementation
that runs over the remoting framework?  If so, is this the direction we
want to go in?

david jencks

On 2003.03.07 03:10 Tom Elrod wrote:
 Build fixed now.  Please note that naming is now part of core modules.
 This
 is due to remoting now requiring naming, since the addition of a JNDI
 detector.
 
 -Tom
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of 
  Tom Elrod
  Sent: Friday, March 07, 2003 2:55 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
 
 
  I did this while in process of doing checkin.  Should be fixed in a 
  minute.
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of

   [EMAIL PROTECTED]
   Sent: Friday, March 07, 2003 2:34 AM
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
  
  
  
  
  
  =
   ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR 
   DETAILS=
  
  
  =
  
   JAVA VERSION DETAILS
   java version 1.3.1_06
   Java(TM) 2 Runtime Environment, Standard Edition (build
  1.3.1_06-b01)
   Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)
  
  
  
  =
  
   HERE ARE THE LAST 50 LINES OF THE LOG FILE
  
   [mkdir] Created dir: 
   /home/jboss/jbossci/jboss-head/remoting/output/classes
   [mkdir] Created dir: 
   /home/jboss/jbossci/jboss-head/remoting/output/gen/classes
  [depend] Deleted 0 out of date files in 0 seconds
   [javac] Compiling 62 source files to 
   /home/jboss/jbossci/jboss-head/remoting/output/classes
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:19: cannot resolve symbol
   symbol  : class NamingContextFactory
   location: package interfaces
   import org.jnp.interfaces.NamingContextFactory;
 ^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:20: cannot resolve symbol
   symbol  : class Main
   location: package server
   import org.jnp.server.Main;
 ^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
  n/jndi/JNDIDetectorTest.java:15: cannot resolve symbol
   symbol  : class Main
   location: package server
   import org.jnp.server.Main;
 ^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
   symbol  : class Main
   location: class org.jboss.remoting.detection.jndi.JNDIDetector
   Main server = new Main();
   ^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
   symbol  : class Main
   location: class org.jboss.remoting.detection.jndi.JNDIDetector
   Main server = new Main();
 ^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
  oting/detection/jndi/JNDIDetector.java:370: cannot resolve symbol
   symbol  : class NamingContextFactory
   location: class org.jboss.remoting.detection.jndi.JNDIDetector
   contextFactory =
  NamingContextFactory.class.getName();
^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
  n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
   symbol  : class Main
   location: class test.detection.jndi.JNDIDetectorTest
   Main JNDIServer = new Main();
   ^ 
   /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
  n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
   symbol  : class Main
   location: class test.detection.jndi.JNDIDetectorTest
   Main JNDIServer = new Main();
 ^
   8 errors
  
   BUILD FAILED 
   file:/home/jboss/jbossci/jboss-head/remoting/../tools/etc/buil
  dfragments/targets.ent:45: Compile failed; see the compiler error 
  output for details.
 
  Total time: 23 seconds
 
 
  ---
  This SF.net email is sponsored by: Etnus, makers of TotalView, The 
  debugger for complex code. Debugging C/C++ programs can leave you
  feeling lost and
  disoriented. TotalView can help you find your way

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-08 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-08 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:78: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]  ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:124: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  Element child = (Element)goodChildren.next();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:160: 
cannot resolve symbol
[execmodules] symbol  : class NodeList  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   NodeList children = element.getChildNodes();
[execmodules]   ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:164: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  if (children.item(i).getNodeType() == Node.TEXT_NODE || 
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:165: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  children.item(i).getNodeType() == Node.CDATA_SECTION_NODE)
[execmodules]^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:169: 
cannot resolve symbol
[execmodules] symbol  : variable Node  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]  else if( children.item(i).getNodeType() == Node.COMMENT_NODE )
[execmodules] ^
[execmodules] 
/home/jboss/jbossci/jboss-head/common/src/main/org/jboss/util/xml/XmlHelper.java:207: 
cannot resolve symbol
[execmodules] symbol  : class Element  
[execmodules] location: class org.jboss.util.xml.XmlHelper
[execmodules]   Element child = getOptionalChild(element, name);
[execmodules]   ^
[execmodules] 58 errors
[execmodules] 1 warning

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/common/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 16 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-07 Thread Tom Elrod
Build fixed now.  Please note that naming is now part of core modules.  This
is due to remoting now requiring naming, since the addition of a JNDI
detector.

-Tom

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Tom
 Elrod
 Sent: Friday, March 07, 2003 2:55 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed


 I did this while in process of doing checkin.  Should be
 fixed in a minute.

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of
  [EMAIL PROTECTED]
  Sent: Friday, March 07, 2003 2:34 AM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
 
 
 
 
 =
  ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net
  FOR DETAILS=
 
 =
 
  JAVA VERSION DETAILS
  java version 1.3.1_06
  Java(TM) 2 Runtime Environment, Standard Edition (build
 1.3.1_06-b01)
  Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)
 
 
 =
 
  HERE ARE THE LAST 50 LINES OF THE LOG FILE
 
  [mkdir] Created dir:
  /home/jboss/jbossci/jboss-head/remoting/output/classes
  [mkdir] Created dir:
  /home/jboss/jbossci/jboss-head/remoting/output/gen/classes
 [depend] Deleted 0 out of date files in 0 seconds
  [javac] Compiling 62 source files to
  /home/jboss/jbossci/jboss-head/remoting/output/classes
  /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
 oting/detection/jndi/JNDIDetector.java:19: cannot resolve symbol
  symbol  : class NamingContextFactory
  location: package interfaces
  import org.jnp.interfaces.NamingContextFactory;
^
  /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
 oting/detection/jndi/JNDIDetector.java:20: cannot resolve symbol
  symbol  : class Main
  location: package server
  import org.jnp.server.Main;
^
  /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
 n/jndi/JNDIDetectorTest.java:15: cannot resolve symbol
  symbol  : class Main
  location: package server
  import org.jnp.server.Main;
^
  /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
 oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
  symbol  : class Main
  location: class org.jboss.remoting.detection.jndi.JNDIDetector
  Main server = new Main();
  ^
  /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
 oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
  symbol  : class Main
  location: class org.jboss.remoting.detection.jndi.JNDIDetector
  Main server = new Main();
^
  /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
 oting/detection/jndi/JNDIDetector.java:370: cannot resolve symbol
  symbol  : class NamingContextFactory
  location: class org.jboss.remoting.detection.jndi.JNDIDetector
  contextFactory =
 NamingContextFactory.class.getName();
   ^
  /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
 n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
  symbol  : class Main
  location: class test.detection.jndi.JNDIDetectorTest
  Main JNDIServer = new Main();
  ^
  /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
 n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
  symbol  : class Main
  location: class test.detection.jndi.JNDIDetectorTest
  Main JNDIServer = new Main();
^
  8 errors
 
  BUILD FAILED
  file:/home/jboss/jbossci/jboss-head/remoting/../tools/etc/buil
 dfragments/targets.ent:45: Compile failed; see the compiler
 error output for
 details.

 Total time: 23 seconds


 ---
 This SF.net email is sponsored by: Etnus, makers of
 TotalView, The debugger
 for complex code. Debugging C/C++ programs can leave you
 feeling lost and
 disoriented. TotalView can help you find your way. Available
 on major UNIX
 and Linux platforms. Try it free. www.etnus.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development




 ---
 This SF.net email is sponsored by: Etnus, makers of
 TotalView, The debugger
 for complex code. Debugging C/C++ programs can leave you
 feeling lost and
 disoriented. TotalView can help you find your way. Available
 on major UNIX
 and Linux platforms. Try it free. www.etnus.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-07 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-07 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-07 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-07 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-06 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[mkdir] Created dir: /home/jboss/jbossci/jboss-head/remoting/output/classes
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/remoting/output/gen/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 62 source files to 
/home/jboss/jbossci/jboss-head/remoting/output/classes
/home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:19:
 cannot resolve symbol
symbol  : class NamingContextFactory  
location: package interfaces
import org.jnp.interfaces.NamingContextFactory;
  ^
/home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:20:
 cannot resolve symbol
symbol  : class Main  
location: package server
import org.jnp.server.Main;
  ^
/home/jboss/jbossci/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest.java:15:
 cannot resolve symbol
symbol  : class Main  
location: package server
import org.jnp.server.Main;
  ^
/home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:365:
 cannot resolve symbol
symbol  : class Main  
location: class org.jboss.remoting.detection.jndi.JNDIDetector
Main server = new Main();
^
/home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:365:
 cannot resolve symbol
symbol  : class Main  
location: class org.jboss.remoting.detection.jndi.JNDIDetector
Main server = new Main();
  ^
/home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java:370:
 cannot resolve symbol
symbol  : class NamingContextFactory  
location: class org.jboss.remoting.detection.jndi.JNDIDetector
contextFactory = NamingContextFactory.class.getName();
 ^
/home/jboss/jbossci/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest.java:57:
 cannot resolve symbol
symbol  : class Main  
location: class test.detection.jndi.JNDIDetectorTest
Main JNDIServer = new Main();
^
/home/jboss/jbossci/jboss-head/remoting/src/main/test/detection/jndi/JNDIDetectorTest.java:57:
 cannot resolve symbol
symbol  : class Main  
location: class test.detection.jndi.JNDIDetectorTest
Main JNDIServer = new Main();
  ^
8 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/remoting/../tools/etc/buildfragments/targets.ent:45:
 Compile failed; see the compiler error output for details.

Total time: 23 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-06 Thread Tom Elrod
I did this while in process of doing checkin.  Should be fixed in a minute.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Friday, March 07, 2003 2:34 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed



 =
 ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net
 FOR DETAILS=
 =

 JAVA VERSION DETAILS
 java version 1.3.1_06
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
 Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

 =

 HERE ARE THE LAST 50 LINES OF THE LOG FILE

 [mkdir] Created dir:
 /home/jboss/jbossci/jboss-head/remoting/output/classes
 [mkdir] Created dir:
 /home/jboss/jbossci/jboss-head/remoting/output/gen/classes
[depend] Deleted 0 out of date files in 0 seconds
 [javac] Compiling 62 source files to
 /home/jboss/jbossci/jboss-head/remoting/output/classes
 /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
oting/detection/jndi/JNDIDetector.java:19: cannot resolve symbol
 symbol  : class NamingContextFactory
 location: package interfaces
 import org.jnp.interfaces.NamingContextFactory;
   ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
oting/detection/jndi/JNDIDetector.java:20: cannot resolve symbol
 symbol  : class Main
 location: package server
 import org.jnp.server.Main;
   ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
n/jndi/JNDIDetectorTest.java:15: cannot resolve symbol
 symbol  : class Main
 location: package server
 import org.jnp.server.Main;
   ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
 symbol  : class Main
 location: class org.jboss.remoting.detection.jndi.JNDIDetector
 Main server = new Main();
 ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
oting/detection/jndi/JNDIDetector.java:365: cannot resolve symbol
 symbol  : class Main
 location: class org.jboss.remoting.detection.jndi.JNDIDetector
 Main server = new Main();
   ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/org/jboss/rem
oting/detection/jndi/JNDIDetector.java:370: cannot resolve symbol
 symbol  : class NamingContextFactory
 location: class org.jboss.remoting.detection.jndi.JNDIDetector
 contextFactory = NamingContextFactory.class.getName();
  ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
 symbol  : class Main
 location: class test.detection.jndi.JNDIDetectorTest
 Main JNDIServer = new Main();
 ^
 /home/jboss/jbossci/jboss-head/remoting/src/main/test/detectio
n/jndi/JNDIDetectorTest.java:57: cannot resolve symbol
 symbol  : class Main
 location: class test.detection.jndi.JNDIDetectorTest
 Main JNDIServer = new Main();
   ^
 8 errors

 BUILD FAILED
 file:/home/jboss/jbossci/jboss-head/remoting/../tools/etc/buil
dfragments/targets.ent:45: Compile failed; see the compiler error output for
details.

Total time: 23 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: Re[2]: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-05 Thread Chris Kimpton
Hi,

It seems to be a jdk13 issue - it fails with an out of memory error -
but jdk14 fails with real code errors.

But the default config seems to be 640m - is this much really needed?

I have changed my next run to be verbose to check the 640m is being
picked up - hopefully it gets displayed ;-)

Regards,
Chris


--- Alex Loubyansky [EMAIL PROTECTED] wrote:
 I tried to play with -Xmx argument. I can't say this solves the
 problem completely.
 Specifying -Xmx640m, clean build still fails but I don't see the
 error
 that originated this thread. And subsequent build completes
 successfully.
 While w/o -Xmx subsequent builds might still fail generating
 incomplete MBean interfaces, thus, requiring clean build again.
 
 alex
 
 Tuesday, March 04, 2003, 9:56:33 AM, Chris Kimpton wrote:
 
 CK Hi,
 
 CK --- David Jencks [EMAIL PROTECTED] wrote:
  I don't think so, the error is not shown.
  
  I built fresh from a clean checkout last night with no problems.
 
  The
  problem may be that Chris is not doing a clean checkout every
 day.
  
 
 CK There is a link on the page to request a full checkout - which
 I have
 CK done - so we can see if that resolves it.
 
 CK The compile runs on linux - although I do some stuff to ensure
 a
 CK specific jdk is used and maybe bypassing any jvm memory changes
 that
 CK have been made - when was this done?
 
 CK Regards,
 CK Chris
 
 CK =
 
 
 
 
 ---
 This SF.net email is sponsored by: Etnus, makers of TotalView, The
 debugger 
 for complex code. Debugging C/C++ programs can leave you feeling
 lost and 
 disoriented. TotalView can help you find your way. Available on
 major UNIX 
 and Linux platforms. Try it free. www.etnus.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


=


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-05 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 131 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/AuthenticationInterceptorFactory.java:40:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:64:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:65:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, realm-mapping, 
domain, SimpleMetaData.TRANSIENT);
   
 ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:75:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:82:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:87:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
   methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
   ^
6 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 46 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: Re[2]: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-05 Thread Bill Burke
The solution would probably be to cut the XDoclet building into 2 separate
bundles.  I get this same error every time I build head from scratch and
always with XDoclet.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Chris
 Kimpton
 Sent: Wednesday, March 05, 2003 3:03 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Re[2]: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation
 failed


 Hi,

 It seems to be a jdk13 issue - it fails with an out of memory error -
 but jdk14 fails with real code errors.

 But the default config seems to be 640m - is this much really needed?

 I have changed my next run to be verbose to check the 640m is being
 picked up - hopefully it gets displayed ;-)

 Regards,
 Chris


 --- Alex Loubyansky [EMAIL PROTECTED] wrote:
  I tried to play with -Xmx argument. I can't say this solves the
  problem completely.
  Specifying -Xmx640m, clean build still fails but I don't see the
  error
  that originated this thread. And subsequent build completes
  successfully.
  While w/o -Xmx subsequent builds might still fail generating
  incomplete MBean interfaces, thus, requiring clean build again.
 
  alex
 
  Tuesday, March 04, 2003, 9:56:33 AM, Chris Kimpton wrote:
 
  CK Hi,
 
  CK --- David Jencks [EMAIL PROTECTED] wrote:
   I don't think so, the error is not shown.
  
   I built fresh from a clean checkout last night with no problems.
 
   The
   problem may be that Chris is not doing a clean checkout every
  day.
  
 
  CK There is a link on the page to request a full checkout - which
  I have
  CK done - so we can see if that resolves it.
 
  CK The compile runs on linux - although I do some stuff to ensure
  a
  CK specific jdk is used and maybe bypassing any jvm memory changes
  that
  CK have been made - when was this done?
 
  CK Regards,
  CK Chris
 
  CK =
 
 
 
 
  ---
  This SF.net email is sponsored by: Etnus, makers of TotalView, The
  debugger
  for complex code. Debugging C/C++ programs can leave you feeling
  lost and
  disoriented. TotalView can help you find your way. Available on
  major UNIX
  and Linux platforms. Try it free. www.etnus.com
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development


 =


 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/


 ---
 This SF.net email is sponsored by: Etnus, makers of TotalView,
 The debugger
 for complex code. Debugging C/C++ programs can leave you feeling lost and
 disoriented. TotalView can help you find your way. Available on
 major UNIX
 and Linux platforms. Try it free. www.etnus.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-05 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-05 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 132 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/AuthenticationInterceptorFactory.java:40:
 cannot resolve symbol
symbol  : variable TRANSIENT  
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:64:
 cannot resolve symbol
symbol  : variable TRANSIENT  
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:65:
 cannot resolve symbol
symbol  : variable TRANSIENT  
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, realm-mapping, 
domain, SimpleMetaData.TRANSIENT);
   
 ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:75:
 cannot resolve symbol
symbol  : variable TRANSIENT  
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:82:
 cannot resolve symbol
symbol  : variable TRANSIENT  
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:87:
 cannot resolve symbol
symbol  : variable TRANSIENT  
location: class org.jboss.aop.SimpleMetaData
   methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
   ^
6 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 54 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-05 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

   ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/AuthenticationInterceptorFactory.java:40:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:64:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:65:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, realm-mapping, 
domain, SimpleMetaData.TRANSIENT);
   
 ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:75:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:82:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:87:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
   methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
   ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/net/SSLServerSocketFactory.java:86:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
 SSLContext context = SSLContext.getInstance(TLS);
 ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/net/SSLServerSocketFactory.java:86:
 warning: com.sun.net.ssl.SSLContext in com.sun.net.ssl has been deprecated
 SSLContext context = SSLContext.getInstance(TLS);
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/net/SSLServerSocketFactory.java:88:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
 KeyManagerFactory keyManagerFactory =
 ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/net/SSLServerSocketFactory.java:89:
 warning: com.sun.net.ssl.KeyManagerFactory in com.sun.net.ssl has been deprecated
KeyManagerFactory.getInstance(SunX509);
^
6 errors
7 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 40 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread Jason Dillon
Why not do a full checkout each day always?

--jason

On Tuesday, March 4, 2003, at 02:56  PM, Chris Kimpton wrote:

Hi,

--- David Jencks [EMAIL PROTECTED] wrote:
I don't think so, the error is not shown.

I built fresh from a clean checkout last night with no problems.
The
problem may be that Chris is not doing a clean checkout every day.
There is a link on the page to request a full checkout - which I have
done - so we can see if that resolves it.
The compile runs on linux - although I do some stuff to ensure a
specific jdk is used and maybe bypassing any jvm memory changes that
have been made - when was this done?
Regards,
Chris
=

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
---
This SF.net email is sponsored by: Etnus, makers of TotalView, The 
debugger
for complex code. Debugging C/C++ programs can leave you feeling lost 
and
disoriented. TotalView can help you find your way. Available on major 
UNIX
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 131 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/AuthenticationInterceptorFactory.java:40:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:64:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, 
authentication-manager, domain, SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:65:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
advisor.getDefaultMetaData().addMetaData(security, realm-mapping, 
domain, SimpleMetaData.TRANSIENT);
   
 ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:75:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:82:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
  methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/aop/plugins/RoleBasedAuthorizationInterceptorFactory.java:87:
 cannot resolve symbol
symbol  : variable TRANSIENT 
location: class org.jboss.aop.SimpleMetaData
   methodData.addMethodMetaData(method, security, roles, roles, 
SimpleMetaData.TRANSIENT);
   
   ^
6 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 3 minutes 6 seconds


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread Chris Kimpton
bandwidth - the more I use, the more it costs me...  ;-)

Also, I'd like to think that most developers do an update rather than
a full checkout and so it helps highlight any issues from that too.

...but I guess the full checkout did not help as it is still
failing...

Chris

--- Jason Dillon [EMAIL PROTECTED] wrote:
 Why not do a full checkout each day always?
 
 --jason
 
 
 On Tuesday, March 4, 2003, at 02:56  PM, Chris Kimpton wrote:
 
  Hi,
 
  --- David Jencks [EMAIL PROTECTED] wrote:
  I don't think so, the error is not shown.
 
  I built fresh from a clean checkout last night with no problems.
  The
  problem may be that Chris is not doing a clean checkout every
 day.
 
 
  There is a link on the page to request a full checkout - which I
 have
  done - so we can see if that resolves it.
 
  The compile runs on linux - although I do some stuff to ensure a
  specific jdk is used and maybe bypassing any jvm memory changes
 that
  have been made - when was this done?
 
  Regards,
  Chris
 
  =
 
 
  __
  Do you Yahoo!?
  Yahoo! Tax Center - forms, calculators, tips, more
  http://taxes.yahoo.com/
 
 
  ---
  This SF.net email is sponsored by: Etnus, makers of TotalView,
 The 
  debugger
  for complex code. Debugging C/C++ programs can leave you feeling
 lost 
  and
  disoriented. TotalView can help you find your way. Available on
 major 
  UNIX
  and Linux platforms. Try it free. www.etnus.com
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 
 
 ---
 This SF.net email is sponsored by: Etnus, makers of TotalView, The
 debugger 
 for complex code. Debugging C/C++ programs can leave you feeling
 lost and 
 disoriented. TotalView can help you find your way. Available on
 major UNIX 
 and Linux platforms. Try it free. www.etnus.com
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


=


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread Bill Burke
Is this an XDoclet thing again?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Sunday, March 02, 2003 8:41 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed



 =
 ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
 =

 JAVA VERSION DETAILS
 java version 1.3.1_06
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
 Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

 =

 HERE ARE THE LAST 50 LINES OF THE LOG FILE

 org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to
 EJBDeployerMBean
 org.jboss.ejb.ContainerPlugin -- Service qualified to Service
 org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to
 StatisticsProvider
 org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl
 qualified to EJBContextImpl
 org.jboss.invocation.Invoker -- Remote qualified to Remote
 org.jboss.ejb.StatefulSessionContainer --
 AbstractContainerInterceptor qualified to AbstractContainerInterceptor
 org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
 org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager --
 StatefulSessionFilePersistenceManagerMBean qualified to
 StatefulSessionFilePersistenceManagerMBean
 org.jboss.ejb.timer.AbstractTimerSource --
 AbstractTimerSourceMBean qualified to AbstractTimerSourceMBean
 org.jboss.ejb.timer.FilePersistenceManager --
 FilePersistenceManagerMBean qualified to FilePersistenceManagerMBean
 org.jboss.ejb.timer.SchedulerTimerSource --
 SchedulerTimerSourceMBean qualified to SchedulerTimerSourceMBean
 org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean
 qualified to InvokerXAResourceMBean
 org.jboss.invocation.XATerminatorContainer --
 XATerminatorContainerMBean qualified to XATerminatorContainerMBean
 org.jboss.invocation.http.server.HttpInvokerMBean --
 ServiceMBean qualified to ServiceMBean
 org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean
 qualified to LocalInvokerMBean
 org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean
 qualified to JRMPInvokerMBean
 org.jboss.invocation.pooled.server.PooledInvoker --
 PooledInvokerMBean qualified to PooledInvokerMBean
 org.jboss.invocation.trunk.client.ConnectionManager --
 ConnectionManagerMBean qualified to ConnectionManagerMBean
 org.jboss.invocation.trunk.client.TrunkInvokerProxy --
 TrunkInvokerProxyMBean qualified to TrunkInvokerProxyMBean
 org.jboss.invocation.trunk.server.TrunkInvoker --
 TrunkInvokerMBean qualified to TrunkInvokerMBean
 org.jboss.jms.asf.ServerSessionPoolLoader --
 ServerSessionPoolLoaderMBean qualified to ServerSessionPoolLoaderMBean
 org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean
 qualified to JMSProviderLoaderMBean
 org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer
 qualified to MBeanServer
 org.jboss.jmx.connector.notification.JMSNotificationListener --
 JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
 org.jboss.jmx.connector.notification.RMINotificationListener --
 RMINotificationListenerMBean qualified to RMINotificationListenerMBean
 org.jboss.jmx.adaptor.rmi.RMIAdaptorService --
 RMIAdaptorServiceMBean qualified to RMIAdaptorServiceMBean
 org.jboss.jmx.adaptor.xml.XMLAdaptorService --
 XMLAdaptorServiceMBean qualified to XMLAdaptorServiceMBean
 org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean
 qualified to XMLTestServiceMBean
 org.jboss.jmx.connector.rmi.RMIConnectorImpl --
 RMIConnectorImplMBean qualified to RMIConnectorImplMBean
 org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean
 qualified to EJBConnectorMBean
 org.jboss.jmx.connector.ConnectorFactoryService --
 ConnectorFactoryServiceMBean qualified to ConnectorFactoryServiceMBean
 org.jboss.jmx.connector.notification.PollingNotificationListener
 -- PollingNotificationListenerMBean qualified to
 PollingNotificationListenerMBean
 org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to
 Log4jServiceMBean
 org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean
 qualified to Log4jSocketServerMBean
 org.jboss.naming.ExternalContext -- ExternalContextMBean
 qualified to ExternalContextMBean
 org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
 org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to
 NamingAliasMBean
 org.jboss.naming.NamingService -- NamingServiceMBean qualified
 to NamingServiceMBean
 org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean
 qualified to AbstractWebContainerMBean
 WARNING: Some classes refer to other classes that were not found
 among the sources or on the classpath.
  (Perhaps the referred class doesn't exist? Hasn't been
 generated yet

RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread David Jencks
I don't think so, the error is not shown.

I built fresh from a clean checkout last night with no problems.  The
problem may be that Chris is not doing a clean checkout every day.

david jencks

On 2003.03.03 09:41 Bill Burke wrote:
 Is this an XDoclet thing again?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of
  [EMAIL PROTECTED]
  Sent: Sunday, March 02, 2003 8:41 AM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
 
 
 
  =
  ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR
 DETAILS=
  =
 
  JAVA VERSION DETAILS
  java version 1.3.1_06
  Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
  Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)
 
  =
 
  HERE ARE THE LAST 50 LINES OF THE LOG FILE
 
  org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to
  EJBDeployerMBean
  org.jboss.ejb.ContainerPlugin -- Service qualified to Service
  org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to
  StatisticsProvider
  org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl
  qualified to EJBContextImpl
  org.jboss.invocation.Invoker -- Remote qualified to Remote
  org.jboss.ejb.StatefulSessionContainer --
  AbstractContainerInterceptor qualified to AbstractContainerInterceptor
  org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
  org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager --
  StatefulSessionFilePersistenceManagerMBean qualified to
  StatefulSessionFilePersistenceManagerMBean
  org.jboss.ejb.timer.AbstractTimerSource --
  AbstractTimerSourceMBean qualified to AbstractTimerSourceMBean
  org.jboss.ejb.timer.FilePersistenceManager --
  FilePersistenceManagerMBean qualified to FilePersistenceManagerMBean
  org.jboss.ejb.timer.SchedulerTimerSource --
  SchedulerTimerSourceMBean qualified to SchedulerTimerSourceMBean
  org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean
  qualified to InvokerXAResourceMBean
  org.jboss.invocation.XATerminatorContainer --
  XATerminatorContainerMBean qualified to XATerminatorContainerMBean
  org.jboss.invocation.http.server.HttpInvokerMBean --
  ServiceMBean qualified to ServiceMBean
  org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean
  qualified to LocalInvokerMBean
  org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean
  qualified to JRMPInvokerMBean
  org.jboss.invocation.pooled.server.PooledInvoker --
  PooledInvokerMBean qualified to PooledInvokerMBean
  org.jboss.invocation.trunk.client.ConnectionManager --
  ConnectionManagerMBean qualified to ConnectionManagerMBean
  org.jboss.invocation.trunk.client.TrunkInvokerProxy --
  TrunkInvokerProxyMBean qualified to TrunkInvokerProxyMBean
  org.jboss.invocation.trunk.server.TrunkInvoker --
  TrunkInvokerMBean qualified to TrunkInvokerMBean
  org.jboss.jms.asf.ServerSessionPoolLoader --
  ServerSessionPoolLoaderMBean qualified to ServerSessionPoolLoaderMBean
  org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean
  qualified to JMSProviderLoaderMBean
  org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer
  qualified to MBeanServer
  org.jboss.jmx.connector.notification.JMSNotificationListener --
  JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
  org.jboss.jmx.connector.notification.RMINotificationListener --
  RMINotificationListenerMBean qualified to RMINotificationListenerMBean
  org.jboss.jmx.adaptor.rmi.RMIAdaptorService --
  RMIAdaptorServiceMBean qualified to RMIAdaptorServiceMBean
  org.jboss.jmx.adaptor.xml.XMLAdaptorService --
  XMLAdaptorServiceMBean qualified to XMLAdaptorServiceMBean
  org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean
  qualified to XMLTestServiceMBean
  org.jboss.jmx.connector.rmi.RMIConnectorImpl --
  RMIConnectorImplMBean qualified to RMIConnectorImplMBean
  org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean
  qualified to EJBConnectorMBean
  org.jboss.jmx.connector.ConnectorFactoryService --
  ConnectorFactoryServiceMBean qualified to ConnectorFactoryServiceMBean
  org.jboss.jmx.connector.notification.PollingNotificationListener
  -- PollingNotificationListenerMBean qualified to
  PollingNotificationListenerMBean
  org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to
  Log4jServiceMBean
  org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean
  qualified to Log4jSocketServerMBean
  org.jboss.naming.ExternalContext -- ExternalContextMBean
  qualified to ExternalContextMBean
  org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
  org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to
  NamingAliasMBean
  org.jboss.naming.NamingService -- NamingServiceMBean

Re[2]: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread Alex Loubyansky
This morning I had problems with this error and clean build.
The error was out of memory.

JDK 1.3.1_05
Windows2000

alex

Monday, March 03, 2003, 5:06:03 PM, David Jencks wrote:

DJ I don't think so, the error is not shown.

DJ I built fresh from a clean checkout last night with no problems.  The
DJ problem may be that Chris is not doing a clean checkout every day.

DJ david jencks

DJ On 2003.03.03 09:41 Bill Burke wrote:
 Is this an XDoclet thing again?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of
  [EMAIL PROTECTED]
  Sent: Sunday, March 02, 2003 8:41 AM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
 
 
 
  =
  ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR
 DETAILS=
  =
 
  JAVA VERSION DETAILS
  java version 1.3.1_06
  Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
  Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)
 
  =
 
  HERE ARE THE LAST 50 LINES OF THE LOG FILE
 
  org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to
  EJBDeployerMBean
  org.jboss.ejb.ContainerPlugin -- Service qualified to Service
  org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to
  StatisticsProvider
  org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl
  qualified to EJBContextImpl
  org.jboss.invocation.Invoker -- Remote qualified to Remote
  org.jboss.ejb.StatefulSessionContainer --
  AbstractContainerInterceptor qualified to AbstractContainerInterceptor
  org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
  org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager --
  StatefulSessionFilePersistenceManagerMBean qualified to
  StatefulSessionFilePersistenceManagerMBean
  org.jboss.ejb.timer.AbstractTimerSource --
  AbstractTimerSourceMBean qualified to AbstractTimerSourceMBean
  org.jboss.ejb.timer.FilePersistenceManager --
  FilePersistenceManagerMBean qualified to FilePersistenceManagerMBean
  org.jboss.ejb.timer.SchedulerTimerSource --
  SchedulerTimerSourceMBean qualified to SchedulerTimerSourceMBean
  org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean
  qualified to InvokerXAResourceMBean
  org.jboss.invocation.XATerminatorContainer --
  XATerminatorContainerMBean qualified to XATerminatorContainerMBean
  org.jboss.invocation.http.server.HttpInvokerMBean --
  ServiceMBean qualified to ServiceMBean
  org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean
  qualified to LocalInvokerMBean
  org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean
  qualified to JRMPInvokerMBean
  org.jboss.invocation.pooled.server.PooledInvoker --
  PooledInvokerMBean qualified to PooledInvokerMBean
  org.jboss.invocation.trunk.client.ConnectionManager --
  ConnectionManagerMBean qualified to ConnectionManagerMBean
  org.jboss.invocation.trunk.client.TrunkInvokerProxy --
  TrunkInvokerProxyMBean qualified to TrunkInvokerProxyMBean
  org.jboss.invocation.trunk.server.TrunkInvoker --
  TrunkInvokerMBean qualified to TrunkInvokerMBean
  org.jboss.jms.asf.ServerSessionPoolLoader --
  ServerSessionPoolLoaderMBean qualified to ServerSessionPoolLoaderMBean
  org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean
  qualified to JMSProviderLoaderMBean
  org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer
  qualified to MBeanServer
  org.jboss.jmx.connector.notification.JMSNotificationListener --
  JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
  org.jboss.jmx.connector.notification.RMINotificationListener --
  RMINotificationListenerMBean qualified to RMINotificationListenerMBean
  org.jboss.jmx.adaptor.rmi.RMIAdaptorService --
  RMIAdaptorServiceMBean qualified to RMIAdaptorServiceMBean
  org.jboss.jmx.adaptor.xml.XMLAdaptorService --
  XMLAdaptorServiceMBean qualified to XMLAdaptorServiceMBean
  org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean
  qualified to XMLTestServiceMBean
  org.jboss.jmx.connector.rmi.RMIConnectorImpl --
  RMIConnectorImplMBean qualified to RMIConnectorImplMBean
  org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean
  qualified to EJBConnectorMBean
  org.jboss.jmx.connector.ConnectorFactoryService --
  ConnectorFactoryServiceMBean qualified to ConnectorFactoryServiceMBean
  org.jboss.jmx.connector.notification.PollingNotificationListener
  -- PollingNotificationListenerMBean qualified to
  PollingNotificationListenerMBean
  org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to
  Log4jServiceMBean
  org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean
  qualified to Log4jSocketServerMBean
  org.jboss.naming.ExternalContext -- ExternalContextMBean
  qualified to ExternalContextMBean

Re: Re[2]: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread David Jencks
Would it be possible for someone who knows/has both windows and linux
scripting to investigate this?  I recall that I had to increase the memory
for the build in the build.sh files and I don't know if this was ever done
in the build.bat files.

thanks
david jencks


On 2003.03.03 10:34 Alex Loubyansky wrote:
 This morning I had problems with this error and clean build.
 The error was out of memory.
 
 JDK 1.3.1_05
 Windows2000
 
 alex
 
 Monday, March 03, 2003, 5:06:03 PM, David Jencks wrote:
 
 DJ I don't think so, the error is not shown.
 
 DJ I built fresh from a clean checkout last night with no problems.  The
 DJ problem may be that Chris is not doing a clean checkout every day.
 
 DJ david jencks
 
 DJ On 2003.03.03 09:41 Bill Burke wrote:
  Is this an XDoclet thing again?
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of
   [EMAIL PROTECTED]
   Sent: Sunday, March 02, 2003 8:41 AM
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Subject: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed
  
  
  
   =
   ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR
  DETAILS=
   =
  
   JAVA VERSION DETAILS
   java version 1.3.1_06
   Java(TM) 2 Runtime Environment, Standard Edition (build
 1.3.1_06-b01)
   Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)
  
   =
  
   HERE ARE THE LAST 50 LINES OF THE LOG FILE
  
   org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to
   EJBDeployerMBean
   org.jboss.ejb.ContainerPlugin -- Service qualified to Service
   org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to
   StatisticsProvider
   org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl
   qualified to EJBContextImpl
   org.jboss.invocation.Invoker -- Remote qualified to Remote
   org.jboss.ejb.StatefulSessionContainer --
   AbstractContainerInterceptor qualified to
 AbstractContainerInterceptor
   org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to
 EjbModuleMBean
   org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager --
   StatefulSessionFilePersistenceManagerMBean qualified to
   StatefulSessionFilePersistenceManagerMBean
   org.jboss.ejb.timer.AbstractTimerSource --
   AbstractTimerSourceMBean qualified to AbstractTimerSourceMBean
   org.jboss.ejb.timer.FilePersistenceManager --
   FilePersistenceManagerMBean qualified to FilePersistenceManagerMBean
   org.jboss.ejb.timer.SchedulerTimerSource --
   SchedulerTimerSourceMBean qualified to SchedulerTimerSourceMBean
   org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean
   qualified to InvokerXAResourceMBean
   org.jboss.invocation.XATerminatorContainer --
   XATerminatorContainerMBean qualified to XATerminatorContainerMBean
   org.jboss.invocation.http.server.HttpInvokerMBean --
   ServiceMBean qualified to ServiceMBean
   org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean
   qualified to LocalInvokerMBean
   org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean
   qualified to JRMPInvokerMBean
   org.jboss.invocation.pooled.server.PooledInvoker --
   PooledInvokerMBean qualified to PooledInvokerMBean
   org.jboss.invocation.trunk.client.ConnectionManager --
   ConnectionManagerMBean qualified to ConnectionManagerMBean
   org.jboss.invocation.trunk.client.TrunkInvokerProxy --
   TrunkInvokerProxyMBean qualified to TrunkInvokerProxyMBean
   org.jboss.invocation.trunk.server.TrunkInvoker --
   TrunkInvokerMBean qualified to TrunkInvokerMBean
   org.jboss.jms.asf.ServerSessionPoolLoader --
   ServerSessionPoolLoaderMBean qualified to
 ServerSessionPoolLoaderMBean
   org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean
   qualified to JMSProviderLoaderMBean
   org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer
   qualified to MBeanServer
   org.jboss.jmx.connector.notification.JMSNotificationListener --
   JMSNotificationListenerMBean qualified to
 JMSNotificationListenerMBean
   org.jboss.jmx.connector.notification.RMINotificationListener --
   RMINotificationListenerMBean qualified to
 RMINotificationListenerMBean
   org.jboss.jmx.adaptor.rmi.RMIAdaptorService --
   RMIAdaptorServiceMBean qualified to RMIAdaptorServiceMBean
   org.jboss.jmx.adaptor.xml.XMLAdaptorService --
   XMLAdaptorServiceMBean qualified to XMLAdaptorServiceMBean
   org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean
   qualified to XMLTestServiceMBean
   org.jboss.jmx.connector.rmi.RMIConnectorImpl --
   RMIConnectorImplMBean qualified to RMIConnectorImplMBean
   org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean
   qualified to EJBConnectorMBean
   org.jboss.jmx.connector.ConnectorFactoryService --
   ConnectorFactoryServiceMBean qualified to
 ConnectorFactoryServiceMBean

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.verifier.strategy.VerificationContext -- VerificationEventGenerator 
qualified to VerificationEventGenerator
org.jboss.verifier.event.VerificationEventGenerator -- EventGenerator qualified to 
EventGenerator
org.jboss.verifier.factory.VerificationEventFactory -- AbstractFactory qualified to 
AbstractFactory
org.jboss.verifier.strategy.VerificationStrategy -- Strategy qualified to Strategy
org.jboss.verifier.event.VerificationListener -- EventListener qualified to 
EventListener
org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
org.jboss.web.WebService -- WebServiceMBean qualified to 

RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-03 Thread Chris Kimpton
Hi,

--- David Jencks [EMAIL PROTECTED] wrote:
 I don't think so, the error is not shown.
 
 I built fresh from a clean checkout last night with no problems. 
 The
 problem may be that Chris is not doing a clean checkout every day.
 

There is a link on the page to request a full checkout - which I have
done - so we can see if that resolves it.

The compile runs on linux - although I do some stuff to ensure a
specific jdk is used and maybe bypassing any jvm memory changes that
have been made - when was this done?

Regards,
Chris

=


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-02 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

  IfxStatement ifxStmt = (IfxStatement) ws.getUnderlyingStatement();
  ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/informix/JDBCInformixCreateCommand.java:37:
 cannot resolve symbol
symbol  : class IfxStatement 
location: class org.jboss.ejb.plugins.cmp.jdbc.informix.JDBCInformixCreateCommand
  IfxStatement ifxStmt = (IfxStatement) ws.getUnderlyingStatement();
  ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
3 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:290: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 46 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-02 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

location: package jdbc
import com.informix.jdbc.IfxStatement;
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/EnterpriseContext.java:360:
 warning: java.security.Identity in java.security has been deprecated
  public boolean isCallerInRole(Identity id)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/informix/JDBCInformixCreateCommand.java:37:
 cannot resolve symbol
symbol  : class IfxStatement  
location: class org.jboss.ejb.plugins.cmp.jdbc.informix.JDBCInformixCreateCommand
  IfxStatement ifxStmt = (IfxStatement) ws.getUnderlyingStatement();
  ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/informix/JDBCInformixCreateCommand.java:37:
 cannot resolve symbol
symbol  : class IfxStatement  
location: class org.jboss.ejb.plugins.cmp.jdbc.informix.JDBCInformixCreateCommand
  IfxStatement ifxStmt = (IfxStatement) ws.getUnderlyingStatement();
  ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:92:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class RMIConnectorImpl
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:92:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class RMIConnectorImpl
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:92:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class RMIConnectorImpl
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
3 errors
13 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:290: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 55 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-02 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

  IfxStatement ifxStmt = (IfxStatement) ws.getUnderlyingStatement();
  ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/informix/JDBCInformixCreateCommand.java:37:
 cannot resolve symbol
symbol  : class IfxStatement 
location: class org.jboss.ejb.plugins.cmp.jdbc.informix.JDBCInformixCreateCommand
  IfxStatement ifxStmt = (IfxStatement) ws.getUnderlyingStatement();
  ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:63:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
  if( conn instanceof com.sun.net.ssl.HttpsURLConnection )
 ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/invocation/http/interfaces/Util.java:68:
 warning: com.sun.net.ssl.HttpsURLConnection in com.sun.net.ssl has been deprecated
com.sun.net.ssl.HttpsURLConnection sconn = 
(com.sun.net.ssl.HttpsURLConnection) conn;
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:592:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(String className, ObjectName loaderName, 
byte[] data)
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:581:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
   public ObjectInputStream deserialize(String className, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/rmi/RMIConnectorImpl.java:570:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
   public ObjectInputStream deserialize(ObjectName name, byte[] data) 
^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(java.lang.String,byte[]) in javax.management.MBeanServer has 
been deprecated
public class EJBConnector
   ^
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/jmx/connector/ejb/EJBConnector.java:56:
 warning: deserialize(javax.management.ObjectName,byte[]) in 
javax.management.MBeanServer has been deprecated
public class EJBConnector
   ^
3 errors
22 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/server/build.xml:290: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 48 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-01 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-01 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-28 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/test/TestSecurityPolicyParser.java:15:
 cannot resolve symbol
symbol  : class LoginContext  
location: package login
import javax.security.auth.login.LoginContext;
 ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/auth/SystemAuthenticator.java:77:
 cannot resolve symbol
symbol  : class LoginContext  
location: class org.jboss.security.auth.SystemAuthenticator
 LoginContext lc = new LoginContext(securityDomain, callbackHandler);
 ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/auth/SystemAuthenticator.java:77:
 cannot resolve symbol
symbol  : class LoginContext  
location: class org.jboss.security.auth.SystemAuthenticator
 LoginContext lc = new LoginContext(securityDomain, callbackHandler);
   ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/auth/SystemAuthenticator.java:100:
 cannot resolve symbol
symbol  : class LoginContext  
location: class org.jboss.security.auth.SystemAuthenticator
 LoginContext lc = new LoginContext(securityDomain, systemSubject, 
callbackHandler);
 ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/auth/SystemAuthenticator.java:100:
 cannot resolve symbol
symbol  : class LoginContext  
location: class org.jboss.security.auth.SystemAuthenticator
 LoginContext lc = new LoginContext(securityDomain, systemSubject, 
callbackHandler);
   ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/jndi/LoginInitialContextFactory.java:63:
 cannot resolve symbol
symbol  : class LoginContext  
location: class org.jboss.security.jndi.LoginInitialContextFactory
 LoginContext lc = new LoginContext(protocol, handler);
 ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/jndi/LoginInitialContextFactory.java:63:
 cannot resolve symbol
symbol  : class LoginContext  
location: class org.jboss.security.jndi.LoginInitialContextFactory
 LoginContext lc = new LoginContext(protocol, handler);
   ^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/AuthorizationInfo.java:155:
 operator != cannot be applied to javax.security.auth.Subject,null
if( subject != null )
^
/home/jboss/jbossci/jboss-head/security/src/main/org/jboss/security/AuthorizationInfo.java:156:
 cannot resolve symbol
symbol  : method getPrincipals  ()
location: class javax.security.auth.Subject
subjectPrincipals = subject.getPrincipals();
   ^
100 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/security/build.xml:162: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 16 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-24 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-24 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-23 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.ejb.EJBDeployer -- EJBDeployerMBean qualified to EJBDeployerMBean
org.jboss.ejb.ContainerPlugin -- Service qualified to Service
org.jboss.ejb.InstanceCache -- StatisticsProvider qualified to StatisticsProvider
org.jboss.ejb.EntityEnterpriseContext -- EJBContextImpl qualified to EJBContextImpl
org.jboss.invocation.Invoker -- Remote qualified to Remote
org.jboss.ejb.StatefulSessionContainer -- AbstractContainerInterceptor qualified to 
AbstractContainerInterceptor
org.jboss.ejb.EjbModule -- EjbModuleMBean qualified to EjbModuleMBean
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager -- 
StatefulSessionFilePersistenceManagerMBean qualified to 
StatefulSessionFilePersistenceManagerMBean
org.jboss.ejb.timer.AbstractTimerSource -- AbstractTimerSourceMBean qualified to 
AbstractTimerSourceMBean
org.jboss.ejb.timer.FilePersistenceManager -- FilePersistenceManagerMBean qualified 
to FilePersistenceManagerMBean
org.jboss.ejb.timer.SchedulerTimerSource -- SchedulerTimerSourceMBean qualified to 
SchedulerTimerSourceMBean
org.jboss.invocation.InvokerXAResource -- InvokerXAResourceMBean qualified to 
InvokerXAResourceMBean
org.jboss.invocation.XATerminatorContainer -- XATerminatorContainerMBean qualified to 
XATerminatorContainerMBean
org.jboss.invocation.http.server.HttpInvokerMBean -- ServiceMBean qualified to 
ServiceMBean
org.jboss.invocation.local.LocalInvoker -- LocalInvokerMBean qualified to 
LocalInvokerMBean
org.jboss.invocation.jrmp.server.JRMPInvoker -- JRMPInvokerMBean qualified to 
JRMPInvokerMBean
org.jboss.invocation.pooled.server.PooledInvoker -- PooledInvokerMBean qualified to 
PooledInvokerMBean
org.jboss.invocation.trunk.client.ConnectionManager -- ConnectionManagerMBean 
qualified to ConnectionManagerMBean
org.jboss.invocation.trunk.client.TrunkInvokerProxy -- TrunkInvokerProxyMBean 
qualified to TrunkInvokerProxyMBean
org.jboss.invocation.trunk.server.TrunkInvoker -- TrunkInvokerMBean qualified to 
TrunkInvokerMBean
org.jboss.jms.asf.ServerSessionPoolLoader -- ServerSessionPoolLoaderMBean qualified 
to ServerSessionPoolLoaderMBean
org.jboss.jms.jndi.JMSProviderLoader -- JMSProviderLoaderMBean qualified to 
JMSProviderLoaderMBean
org.jboss.jmx.connector.RemoteMBeanServer -- MBeanServer qualified to MBeanServer
org.jboss.jmx.connector.notification.JMSNotificationListener -- 
JMSNotificationListenerMBean qualified to JMSNotificationListenerMBean
org.jboss.jmx.connector.notification.RMINotificationListener -- 
RMINotificationListenerMBean qualified to RMINotificationListenerMBean
org.jboss.jmx.adaptor.rmi.RMIAdaptorService -- RMIAdaptorServiceMBean qualified to 
RMIAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLAdaptorService -- XMLAdaptorServiceMBean qualified to 
XMLAdaptorServiceMBean
org.jboss.jmx.adaptor.xml.XMLTestService -- XMLTestServiceMBean qualified to 
XMLTestServiceMBean
org.jboss.jmx.connector.rmi.RMIConnectorImpl -- RMIConnectorImplMBean qualified to 
RMIConnectorImplMBean
org.jboss.jmx.connector.ejb.EJBConnector -- EJBConnectorMBean qualified to 
EJBConnectorMBean
org.jboss.jmx.connector.ConnectorFactoryService -- ConnectorFactoryServiceMBean 
qualified to ConnectorFactoryServiceMBean
org.jboss.jmx.connector.notification.PollingNotificationListener -- 
PollingNotificationListenerMBean qualified to PollingNotificationListenerMBean
org.jboss.logging.Log4jService -- Log4jServiceMBean qualified to Log4jServiceMBean
org.jboss.logging.Log4jSocketServer -- Log4jSocketServerMBean qualified to 
Log4jSocketServerMBean
org.jboss.naming.ExternalContext -- ExternalContextMBean qualified to 
ExternalContextMBean
org.jboss.naming.JNDIView -- JNDIViewMBean qualified to JNDIViewMBean
org.jboss.naming.NamingAlias -- NamingAliasMBean qualified to NamingAliasMBean
org.jboss.naming.NamingService -- NamingServiceMBean qualified to NamingServiceMBean
org.jboss.web.AbstractWebContainer -- AbstractWebContainerMBean qualified to 
AbstractWebContainerMBean
WARNING: Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 Since at least one package is imported, it is impossible for xjavadoc to 
figure out
 what package the referred classes belong to. The classes are:
org.jboss.web.WebService -- WebServiceMBean qualified to WebServiceMBean

BUILD FAILED

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-21 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

[mkdir] Created dir: 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy
 [copy] Copying 1 file to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy
 [copy] Copying 1 file to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/client

 == 
 ==
 ==  Executing 'most' in module 'transaction'...
 ==
 ==

compile-mbean-sources:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/transaction/output/gen/classes
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/transaction/output/etc
Running jbossxmbean/
Generating output for 'org.jboss.tm.JBossXidFactory' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Generating output for 'org.jboss.tm.NoLogTxLogger' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Generating output for 'org.jboss.tm.UserTransactionImpl' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Generating output for 'org.jboss.tm.SerializingTxLogger' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Generating output for 'org.jboss.tm.TransactionManagerService' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running jbossxmlservicetemplate/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.system.client.Client -- ClientMBean qualified to ClientMBean
org.jboss.tm.UserTransactionStartedListener -- EventListener qualified to 
EventListener
Running null/

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/transaction/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 23 source files to 
/home/jboss/jbossci/jboss-head/transaction/output/classes
/home/jboss/jbossci/jboss-head/transaction/src/main/org/jboss/tm/JBossXidFactory.java:20:
 cannot resolve symbol
symbol  : class InstanceID  
location: package remote
import org.jboss.mx.remote.InstanceID;
   ^
/home/jboss/jbossci/jboss-head/transaction/src/main/org/jboss/tm/JBossXidFactory.java:102:
 cannot resolve symbol
symbol  : variable InstanceID  
location: class org.jboss.tm.JBossXidFactory
baseGlobalId = 
InstanceID.getID(getServer());//InetAddress.getLocalHost().getHostName() + /;
   ^
2 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/transaction/../tools/etc/buildfragments/targets.ent:45:
 Compile failed; see the compiler error output for details.

Total time: 1 minute 18 seconds


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-19 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

symbol  : class NetworkRegistryMBean 
location: class org.jboss.mx.remoting.tracker.MBeanTracker

server.getMBeanServer().isInstanceOf(mbean,NetworkRegistryMBean.class.getName())==false)
   ^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:449:
 cannot resolve symbol
symbol  : class NetworkNotification 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
else if (notification instanceof NetworkNotification)
 ^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:451:
 cannot resolve symbol
symbol  : class NetworkNotification 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
NetworkNotification nn=(NetworkNotification)notification;
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:451:
 cannot resolve symbol
symbol  : class NetworkNotification 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
NetworkNotification nn=(NetworkNotification)notification;
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:453:
 cannot resolve symbol
symbol  : variable NetworkNotification 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
if (type.equals(NetworkNotification.SERVER_ADDED))
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:456:
 cannot resolve symbol
symbol  : class Identity 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
Identity ident = nn.getIdentity();
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:460:
 cannot resolve symbol
symbol  : variable NetworkNotification 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
else if (type.equals(NetworkNotification.SERVER_REMOVED))
 ^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:463:
 cannot resolve symbol
symbol  : class Identity 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
Identity ident = nn.getIdentity();
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:675:
 cannot resolve symbol
symbol  : class ConnectionFailedException 
location: class org.jboss.mx.remoting.tracker.MBeanTracker
catch (ConnectionFailedException ce)
   ^
82 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jmx/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 32 seconds


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-18 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

symbol  : class Xid  
location: package xa
public void forget(javax.transaction.xa.Xid xid)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:524: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:527: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
public javax.transaction.xa.Xid[] recover(int flag)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:528: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:532: 
cannot resolve symbol
symbol  : class XAResource  
location: package xa
public boolean isSameRM(javax.transaction.xa.XAResource xaRes)
^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:533: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:537: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
public int getTransactionTimeout() throws javax.transaction.xa.XAException {
  ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:542: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:529: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
return new javax.transaction.xa.Xid[0];
   ^
21 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/cache/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 53 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-18 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

symbol  : class Xid  
location: package xa
public void forget(javax.transaction.xa.Xid xid)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:524: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:527: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
public javax.transaction.xa.Xid[] recover(int flag)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:528: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:532: 
cannot resolve symbol
symbol  : class XAResource  
location: package xa
public boolean isSameRM(javax.transaction.xa.XAResource xaRes)
^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:533: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:537: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
public int getTransactionTimeout() throws javax.transaction.xa.XAException {
  ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:542: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:529: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
return new javax.transaction.xa.Xid[0];
   ^
21 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/cache/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 54 seconds


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-18 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

symbol  : class NetworkRegistryMBean  
location: class org.jboss.mx.remoting.tracker.MBeanTracker

server.getMBeanServer().isInstanceOf(mbean,NetworkRegistryMBean.class.getName())==false)
   ^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:449:
 cannot resolve symbol
symbol  : class NetworkNotification  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
else if (notification instanceof NetworkNotification)
 ^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:451:
 cannot resolve symbol
symbol  : class NetworkNotification  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
NetworkNotification nn=(NetworkNotification)notification;
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:451:
 cannot resolve symbol
symbol  : class NetworkNotification  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
NetworkNotification nn=(NetworkNotification)notification;
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:453:
 cannot resolve symbol
symbol  : variable NetworkNotification  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
if (type.equals(NetworkNotification.SERVER_ADDED))
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:456:
 cannot resolve symbol
symbol  : class Identity  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
Identity ident = nn.getIdentity();
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:460:
 cannot resolve symbol
symbol  : variable NetworkNotification  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
else if (type.equals(NetworkNotification.SERVER_REMOVED))
 ^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:463:
 cannot resolve symbol
symbol  : class Identity  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
Identity ident = nn.getIdentity();
^
/home/jboss/jbossci/jboss-head/jmx/src/main/org/jboss/mx/remoting/tracker/MBeanTracker.java:675:
 cannot resolve symbol
symbol  : class ConnectionFailedException  
location: class org.jboss.mx.remoting.tracker.MBeanTracker
catch (ConnectionFailedException ce)
   ^
82 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jmx/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 33 seconds


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-17 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

symbol  : class Xid  
location: package xa
public void forget(javax.transaction.xa.Xid xid)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:524: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:527: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
public javax.transaction.xa.Xid[] recover(int flag)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:528: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:532: 
cannot resolve symbol
symbol  : class XAResource  
location: package xa
public boolean isSameRM(javax.transaction.xa.XAResource xaRes)
^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:533: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:537: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
public int getTransactionTimeout() throws javax.transaction.xa.XAException {
  ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:542: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:529: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
return new javax.transaction.xa.Xid[0];
   ^
21 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/cache/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 53 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-17 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

symbol  : class Xid  
location: package xa
public void forget(javax.transaction.xa.Xid xid)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:524: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:527: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
public javax.transaction.xa.Xid[] recover(int flag)
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:528: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:532: 
cannot resolve symbol
symbol  : class XAResource  
location: package xa
public boolean isSameRM(javax.transaction.xa.XAResource xaRes)
^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:533: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:537: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
public int getTransactionTimeout() throws javax.transaction.xa.XAException {
  ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:542: 
cannot resolve symbol
symbol  : class XAException  
location: package xa
throws javax.transaction.xa.XAException {
   ^
/home/jboss/jbossci/jboss-head/cache/src/main/org/jboss/cache/CacheImpl.java:529: 
cannot resolve symbol
symbol  : class Xid  
location: package xa
return new javax.transaction.xa.Xid[0];
   ^
21 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/cache/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 54 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-05 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.resource.RARDeployer -- RARDeployerMBean qualified to RARDeployerMBean
org.jboss.resource.adapter.jms.JmsConnectionFactory -- TopicConnectionFactory 
qualified to TopicConnectionFactory
org.jboss.resource.adapter.jms.JmsConnectionFactory -- QueueConnectionFactory 
qualified to QueueConnectionFactory
org.jboss.resource.adapter.jms.JmsSessionFactory -- Connection qualified to Connection
org.jboss.resource.adapter.jms.JmsSessionFactory -- TopicConnection qualified to 
TopicConnection
org.jboss.resource.adapter.jms.JmsSessionFactory -- QueueConnection qualified to 
QueueConnection
org.jboss.resource.connectionmanager.BaseConnectionManager2 -- 
BaseConnectionManager2MBean qualified to BaseConnectionManager2MBean
org.jboss.resource.connectionmanager.CachedConnectionManager -- 
CachedConnectionManagerMBean qualified to CachedConnectionManagerMBean
org.jboss.resource.connectionmanager.JBossManagedConnectionPool -- 
JBossManagedConnectionPoolMBean qualified to JBossManagedConnectionPoolMBean
org.jboss.resource.connectionmanager.LocalTxConnectionManager -- 
LocalTxConnectionManagerMBean qualified to LocalTxConnectionManagerMBean
org.jboss.resource.connectionmanager.TxConnectionManager -- TxConnectionManagerMBean 
qualified to TxConnectionManagerMBean
org.jboss.resource.connectionmanager.NoTxConnectionManager -- 
BaseConnectionEventListener qualified to BaseConnectionEventListener
org.jboss.resource.connectionmanager.XATxConnectionManager -- 
XATxConnectionManagerMBean qualified to XATxConnectionManagerMBean
org.jboss.resource.endpoint.JBossMessageEndpointFactory -- 
JBossMessageEndpointFactoryMBean qualified to JBossMessageEndpointFactoryMBean
org.jboss.resource.work.BaseWorkManager -- BaseWorkManagerMBean qualified to 
BaseWorkManagerMBean

compile-source-jdbc3:
 [echo] jdbc3
 [copy] Copying 5 files to 
/home/jboss/jbossci/jboss-head/connector/output/gen/classes

compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/connector/output/classes
[javac] Compiling 65 source files to 
/home/jboss/jbossci/jboss-head/connector/output/classes
/home/jboss/jbossci/jboss-head/connector/src/main/org/jboss/resource/endpoint/JBossMessageEndpointFactory.java:132:
 cannot resolve symbol
symbol  : variable TX_REQUIRED 
location: class org.jboss.metadata.MetaData
if (bmd.getMethodTransactionType(onMessage, new Class[] {Message.class}, 
InvocationType.LOCAL) == MetaData.TX_REQUIRED);
   
 ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedPreparedStatement.java:524:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
   public void setUnicodeStream(int parameterIndex, InputStream stream, int length) 
throws SQLException
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedPreparedStatement.java:529:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
 ps.setUnicodeStream(parameterIndex, stream, length); 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:976:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
   public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
 ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedCallableStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:980:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
 return cs.getBigDecimal(parameterIndex, scale); 
  ^
1 error
5 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/connector/build.xml:196: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 17 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-02-04 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 belong to the same package as the referring class. The classes are:
org.jboss.resource.BaseBootstrapContext -- BaseBootstrapContextMBean qualified to 
BaseBootstrapContextMBean
org.jboss.resource.RARDeployer -- RARDeployerMBean qualified to RARDeployerMBean
org.jboss.resource.adapter.jms.JmsConnectionFactory -- TopicConnectionFactory 
qualified to TopicConnectionFactory
org.jboss.resource.adapter.jms.JmsConnectionFactory -- QueueConnectionFactory 
qualified to QueueConnectionFactory
org.jboss.resource.adapter.jms.JmsSessionFactory -- Connection qualified to Connection
org.jboss.resource.adapter.jms.JmsSessionFactory -- TopicConnection qualified to 
TopicConnection
org.jboss.resource.adapter.jms.JmsSessionFactory -- QueueConnection qualified to 
QueueConnection
org.jboss.resource.connectionmanager.BaseConnectionManager2 -- 
BaseConnectionManager2MBean qualified to BaseConnectionManager2MBean
org.jboss.resource.connectionmanager.CachedConnectionManager -- 
CachedConnectionManagerMBean qualified to CachedConnectionManagerMBean
org.jboss.resource.connectionmanager.JBossManagedConnectionPool -- 
JBossManagedConnectionPoolMBean qualified to JBossManagedConnectionPoolMBean
org.jboss.resource.connectionmanager.LocalTxConnectionManager -- 
LocalTxConnectionManagerMBean qualified to LocalTxConnectionManagerMBean
org.jboss.resource.connectionmanager.TxConnectionManager -- TxConnectionManagerMBean 
qualified to TxConnectionManagerMBean
org.jboss.resource.connectionmanager.NoTxConnectionManager -- 
BaseConnectionEventListener qualified to BaseConnectionEventListener
org.jboss.resource.connectionmanager.XATxConnectionManager -- 
XATxConnectionManagerMBean qualified to XATxConnectionManagerMBean
org.jboss.resource.endpoint.JBossMessageEndpointFactory -- 
JBossMessageEndpointFactoryMBean qualified to JBossMessageEndpointFactoryMBean
org.jboss.resource.work.BaseWorkManager -- BaseWorkManagerMBean qualified to 
BaseWorkManagerMBean

compile-source-jdbc2:
 [echo] jdbc2
 [copy] Copying 2 files to 
/home/jboss/jbossci/jboss-head/connector/output/gen/classes
 [copy] Copying 5 files to 
/home/jboss/jbossci/jboss-head/connector/output/gen/classes

compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/connector/output/classes
[javac] Compiling 65 source files to 
/home/jboss/jbossci/jboss-head/connector/output/classes
/home/jboss/jbossci/jboss-head/connector/src/main/org/jboss/resource/endpoint/JBossMessageEndpointFactory.java:132:
 cannot resolve symbol
symbol  : variable TX_REQUIRED  
location: class org.jboss.metadata.MetaData
if (bmd.getMethodTransactionType(onMessage, new Class[] {Message.class}, 
InvocationType.LOCAL) == MetaData.TX_REQUIRED);
   
 ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedPreparedStatement.java:42:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedPreparedStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
public class WrappedCallableStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedCallableStatement 
   ^
/home/jboss/jbossci/jboss-head/connector/output/gen/classes/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:980:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
 return cs.getBigDecimal(parameterIndex, scale); 
  ^
1 error
4 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/connector/build.xml:196: Compile failed; see the 
compiler error output for details.

Total time: 2 minutes 29 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-29 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.tm.plugins.tyrex.TransactionManagerService -- 
TransactionManagerServiceMBean qualified to TransactionManagerServiceMBean
org.jboss.varia.autonumber.AutoNumber -- EJBObject qualified to EJBObject
org.jboss.varia.autonumber.AutoNumberHome -- EJBHome qualified to EJBHome
org.jboss.varia.counter.CounterService -- CounterServiceMBean qualified to 
CounterServiceMBean
org.jboss.varia.deployment.BeanShellSubDeployer -- BeanShellSubDeployerMBean 
qualified to BeanShellSubDeployerMBean
org.jboss.varia.deployment.FoeDeployer -- FoeDeployerMBean qualified to 
FoeDeployerMBean
org.jboss.varia.deployment.convertor.WebLogicConvertor -- WebLogicConvertorMBean 
qualified to WebLogicConvertorMBean
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean
org.jboss.varia.process.ChildProcessService -- ChildProcessServiceMBean qualified to 
ChildProcessServiceMBean
org.jboss.varia.property.PropertyEditorManagerService -- 
PropertyEditorManagerServiceMBean qualified to PropertyEditorManagerServiceMBean
org.jboss.varia.property.SystemPropertiesService -- SystemPropertiesServiceMBean 
qualified to SystemPropertiesServiceMBean
org.jboss.varia.scheduler.AbstractScheduleProvider -- AbstractScheduleProviderMBean 
qualified to AbstractScheduleProviderMBean
org.jboss.varia.scheduler.DBScheduleProvider -- DBScheduleProviderMBean qualified to 
DBScheduleProviderMBean
org.jboss.varia.scheduler.ScheduleManager -- ScheduleManagerMBean qualified to 
ScheduleManagerMBean
org.jboss.varia.scheduler.Scheduler -- SchedulerMBean qualified to SchedulerMBean
org.jboss.varia.scheduler.SingleScheduleProvider -- SingleScheduleProviderMBean 
qualified to SingleScheduleProviderMBean
org.jboss.varia.scheduler.XMLScheduleProvider -- XMLScheduleProviderMBean qualified 
to XMLScheduleProviderMBean
org.jboss.varia.scheduler.example.SchedulableMBeanExample -- 
SchedulableMBeanExampleMBean qualified to SchedulableMBeanExampleMBean
org.jboss.web.loadbalancer.LoadBalancerService -- LoadBalancerServiceMBean qualified 
to LoadBalancerServiceMBean
Running null/
Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 118 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:31:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.String,java.lang.Throwable)
location: class java.lang.Exception
  super(message, cause);
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:36:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.Throwable)
location: class java.lang.Exception
  super(cause);
  ^
2 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 29 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-29 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.tm.plugins.tyrex.TransactionManagerService -- 
TransactionManagerServiceMBean qualified to TransactionManagerServiceMBean
org.jboss.varia.autonumber.AutoNumber -- EJBObject qualified to EJBObject
org.jboss.varia.autonumber.AutoNumberHome -- EJBHome qualified to EJBHome
org.jboss.varia.counter.CounterService -- CounterServiceMBean qualified to 
CounterServiceMBean
org.jboss.varia.deployment.BeanShellSubDeployer -- BeanShellSubDeployerMBean 
qualified to BeanShellSubDeployerMBean
org.jboss.varia.deployment.FoeDeployer -- FoeDeployerMBean qualified to 
FoeDeployerMBean
org.jboss.varia.deployment.convertor.WebLogicConvertor -- WebLogicConvertorMBean 
qualified to WebLogicConvertorMBean
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean
org.jboss.varia.process.ChildProcessService -- ChildProcessServiceMBean qualified to 
ChildProcessServiceMBean
org.jboss.varia.property.PropertyEditorManagerService -- 
PropertyEditorManagerServiceMBean qualified to PropertyEditorManagerServiceMBean
org.jboss.varia.property.SystemPropertiesService -- SystemPropertiesServiceMBean 
qualified to SystemPropertiesServiceMBean
org.jboss.varia.scheduler.AbstractScheduleProvider -- AbstractScheduleProviderMBean 
qualified to AbstractScheduleProviderMBean
org.jboss.varia.scheduler.DBScheduleProvider -- DBScheduleProviderMBean qualified to 
DBScheduleProviderMBean
org.jboss.varia.scheduler.ScheduleManager -- ScheduleManagerMBean qualified to 
ScheduleManagerMBean
org.jboss.varia.scheduler.Scheduler -- SchedulerMBean qualified to SchedulerMBean
org.jboss.varia.scheduler.SingleScheduleProvider -- SingleScheduleProviderMBean 
qualified to SingleScheduleProviderMBean
org.jboss.varia.scheduler.XMLScheduleProvider -- XMLScheduleProviderMBean qualified 
to XMLScheduleProviderMBean
org.jboss.varia.scheduler.example.SchedulableMBeanExample -- 
SchedulableMBeanExampleMBean qualified to SchedulableMBeanExampleMBean
org.jboss.web.loadbalancer.LoadBalancerService -- LoadBalancerServiceMBean qualified 
to LoadBalancerServiceMBean
Running null/
Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 118 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:31:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.String,java.lang.Throwable)
location: class java.lang.Exception
  super(message, cause);
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:36:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.Throwable)
location: class java.lang.Exception
  super(cause);
  ^
2 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 26 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-28 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 ==
 ==


_module-transaction-most:
[mkdir] Created dir: 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/lib
 [copy] Copying 1 file to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/lib
 [copy] Copying 1 file to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/client
 [copy] Copying 1 file to 
/home/jboss/jbossci/jboss-head/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'server'...
 ==
 ==

configure-modules:
Overriding previous definition of reference to jboss.naming.classpath

generate-parsers:
[mkdir] Created dir: 
/home/jboss/jbossci/jboss-head/server/output/gen/classes/org/jboss/ejb/plugins/cmp/ejbql
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjt
 . . .
   [jjtree] File 
/home/jboss/jbossci/jboss-head/server/output/gen/classes/org/jboss/ejb/plugins/cmp/ejbql/Node.java
 does not exist.  Will create one.
   [jjtree] Annotated grammar generated successfully in 
/home/jboss/jbossci/jboss-head/server/output/gen/classes/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
   [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
   [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [javacc] Copyright (c) 1997-2000 Metamata, Inc.
   [javacc] (type javacc with no arguments for help)
   [javacc] Reading from file 
/home/jboss/jbossci/jboss-head/server/output/gen/classes/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
 . . .
   [javacc] File TokenMgrError.java does not exist.  Will create one.
   [javacc] File ParseException.java does not exist.  Will create one.
   [javacc] File Token.java does not exist.  Will create one.
   [javacc] File ASCII_UCodeESC_CharStream.java does not exist.  Will create one.
   [javacc] Parser generated successfully.
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 
/home/jboss/jbossci/jboss-head/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjt
 . . .
   [jjtree] Annotated grammar generated successfully in 
/home/jboss/jbossci/jboss-head/server/output/gen/classes/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
   [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
   [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [javacc] Copyright (c) 1997-2000 Metamata, Inc.
   [javacc] (type javacc with no arguments for help)
   [javacc] Reading from file 
/home/jboss/jbossci/jboss-head/server/output/gen/classes/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
 . . .
   [javacc] Parser generated successfully.


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-28 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.tm.plugins.tyrex.TransactionManagerService -- 
TransactionManagerServiceMBean qualified to TransactionManagerServiceMBean
org.jboss.varia.autonumber.AutoNumber -- EJBObject qualified to EJBObject
org.jboss.varia.autonumber.AutoNumberHome -- EJBHome qualified to EJBHome
org.jboss.varia.counter.CounterService -- CounterServiceMBean qualified to 
CounterServiceMBean
org.jboss.varia.deployment.BeanShellSubDeployer -- BeanShellSubDeployerMBean 
qualified to BeanShellSubDeployerMBean
org.jboss.varia.deployment.FoeDeployer -- FoeDeployerMBean qualified to 
FoeDeployerMBean
org.jboss.varia.deployment.convertor.WebLogicConvertor -- WebLogicConvertorMBean 
qualified to WebLogicConvertorMBean
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean
org.jboss.varia.process.ChildProcessService -- ChildProcessServiceMBean qualified to 
ChildProcessServiceMBean
org.jboss.varia.property.PropertyEditorManagerService -- 
PropertyEditorManagerServiceMBean qualified to PropertyEditorManagerServiceMBean
org.jboss.varia.property.SystemPropertiesService -- SystemPropertiesServiceMBean 
qualified to SystemPropertiesServiceMBean
org.jboss.varia.scheduler.AbstractScheduleProvider -- AbstractScheduleProviderMBean 
qualified to AbstractScheduleProviderMBean
org.jboss.varia.scheduler.DBScheduleProvider -- DBScheduleProviderMBean qualified to 
DBScheduleProviderMBean
org.jboss.varia.scheduler.ScheduleManager -- ScheduleManagerMBean qualified to 
ScheduleManagerMBean
org.jboss.varia.scheduler.Scheduler -- SchedulerMBean qualified to SchedulerMBean
org.jboss.varia.scheduler.SingleScheduleProvider -- SingleScheduleProviderMBean 
qualified to SingleScheduleProviderMBean
org.jboss.varia.scheduler.XMLScheduleProvider -- XMLScheduleProviderMBean qualified 
to XMLScheduleProviderMBean
org.jboss.varia.scheduler.example.SchedulableMBeanExample -- 
SchedulableMBeanExampleMBean qualified to SchedulableMBeanExampleMBean
org.jboss.web.loadbalancer.LoadBalancerService -- LoadBalancerServiceMBean qualified 
to LoadBalancerServiceMBean
Running null/
Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 118 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:31:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.String,java.lang.Throwable)
location: class java.lang.Exception
  super(message, cause);
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:36:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.Throwable)
location: class java.lang.Exception
  super(cause);
  ^
2 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 20 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-28 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

org.jboss.tm.plugins.tyrex.TransactionManagerService -- 
TransactionManagerServiceMBean qualified to TransactionManagerServiceMBean
org.jboss.varia.autonumber.AutoNumber -- EJBObject qualified to EJBObject
org.jboss.varia.autonumber.AutoNumberHome -- EJBHome qualified to EJBHome
org.jboss.varia.counter.CounterService -- CounterServiceMBean qualified to 
CounterServiceMBean
org.jboss.varia.deployment.BeanShellSubDeployer -- BeanShellSubDeployerMBean 
qualified to BeanShellSubDeployerMBean
org.jboss.varia.deployment.FoeDeployer -- FoeDeployerMBean qualified to 
FoeDeployerMBean
org.jboss.varia.deployment.convertor.WebLogicConvertor -- WebLogicConvertorMBean 
qualified to WebLogicConvertorMBean
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean
org.jboss.varia.process.ChildProcessService -- ChildProcessServiceMBean qualified to 
ChildProcessServiceMBean
org.jboss.varia.property.PropertyEditorManagerService -- 
PropertyEditorManagerServiceMBean qualified to PropertyEditorManagerServiceMBean
org.jboss.varia.property.SystemPropertiesService -- SystemPropertiesServiceMBean 
qualified to SystemPropertiesServiceMBean
org.jboss.varia.scheduler.AbstractScheduleProvider -- AbstractScheduleProviderMBean 
qualified to AbstractScheduleProviderMBean
org.jboss.varia.scheduler.DBScheduleProvider -- DBScheduleProviderMBean qualified to 
DBScheduleProviderMBean
org.jboss.varia.scheduler.ScheduleManager -- ScheduleManagerMBean qualified to 
ScheduleManagerMBean
org.jboss.varia.scheduler.Scheduler -- SchedulerMBean qualified to SchedulerMBean
org.jboss.varia.scheduler.SingleScheduleProvider -- SingleScheduleProviderMBean 
qualified to SingleScheduleProviderMBean
org.jboss.varia.scheduler.XMLScheduleProvider -- XMLScheduleProviderMBean qualified 
to XMLScheduleProviderMBean
org.jboss.varia.scheduler.example.SchedulableMBeanExample -- 
SchedulableMBeanExampleMBean qualified to SchedulableMBeanExampleMBean
org.jboss.web.loadbalancer.LoadBalancerService -- LoadBalancerServiceMBean qualified 
to LoadBalancerServiceMBean
Running null/
Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 118 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:31:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.String,java.lang.Throwable)
location: class java.lang.Exception
  super(message, cause);
  ^
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/web/loadbalancer/scheduler/NoSchedulableNodeAvailableException.java:36:
 cannot resolve symbol
symbol  : constructor Exception  (java.lang.Throwable)
location: class java.lang.Exception
  super(cause);
  ^
2 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for details.

Total time: 2 minutes 48 seconds


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.3.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01)
Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/messaging/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 189 source files to 
/home/jboss/jbossci/jboss-head/messaging/output/classes
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerIL.java:24:
 cannot resolve symbol
symbol  : class SocketFactory  
location: package net
import javax.net.SocketFactory;
 ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerILService.java:30:
 cannot resolve symbol
symbol  : class ServerSocketFactory  
location: package net
import javax.net.ServerSocketFactory;
 ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerILService.java:102:
 cannot resolve symbol
symbol  : class ServerSocketFactory  
location: class org.jboss.mq.il.uil.UILServerILService
   private ServerSocketFactory serverSocketFactory;
   ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerIL.java:548:
 cannot resolve symbol
symbol  : class SocketFactory  
location: class org.jboss.mq.il.uil.UILServerIL
  SocketFactory socketFactory = null;
  ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerIL.java:555:
 cannot resolve symbol
symbol  : class SocketFactory  
location: class org.jboss.mq.il.uil.UILServerIL
socketFactory = (SocketFactory) factoryClass.newInstance();
 ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerIL.java:565:
 cannot resolve symbol
symbol  : variable SocketFactory  
location: class org.jboss.mq.il.uil.UILServerIL
 socketFactory = SocketFactory.getDefault();
 ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerILService.java:423:
 cannot resolve symbol
symbol  : variable ServerSocketFactory  
location: class org.jboss.mq.il.uil.UILServerILService
 serverSocketFactory = ServerSocketFactory.getDefault();
   ^
/home/jboss/jbossci/jboss-head/messaging/src/main/org/jboss/mq/il/uil/UILServerILService.java:598:
 cannot resolve symbol
symbol  : class ServerSocketFactory  
location: class org.jboss.mq.il.uil.UILServerILService
   serverSocketFactory = (ServerSocketFactory) ssfClass.newInstance();
  ^
8 errors

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/messaging/../tools/etc/buildfragments/targets.ent:45:
 Compile failed; see the compiler error output for details.

Total time: 2 minutes 12 seconds


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-22 Thread chris

=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.jdbc.HypersonicDatabase -- HypersonicDatabaseMBean qualified to 
HypersonicDatabaseMBean
org.jboss.jdo.castor.CastorJDOImpl -- CastorJDOImplMBean qualified to 
CastorJDOImplMBean
org.jboss.mail.Email2JMSConverter -- Email2JMSConverterMBean qualified to 
Email2JMSConverterMBean
org.jboss.mail.MailService -- MailServiceMBean qualified to MailServiceMBean
org.jboss.services.binding.ServiceBindingManager -- ServiceBindingManagerMBean 
qualified to ServiceBindingManagerMBean
org.jboss.tm.plugins.tyrex.CoordinatorRemoteInterface -- Remote qualified to Remote
org.jboss.tm.plugins.tyrex.TransactionManagerService -- 
TransactionManagerServiceMBean qualified to TransactionManagerServiceMBean
org.jboss.varia.autonumber.AutoNumber -- EJBObject qualified to EJBObject
org.jboss.varia.autonumber.AutoNumberHome -- EJBHome qualified to EJBHome
org.jboss.varia.counter.CounterService -- CounterServiceMBean qualified to 
CounterServiceMBean
org.jboss.varia.deployment.BeanShellSubDeployer -- BeanShellSubDeployerMBean 
qualified to BeanShellSubDeployerMBean
org.jboss.varia.deployment.FoeDeployer -- FoeDeployerMBean qualified to 
FoeDeployerMBean
org.jboss.varia.deployment.convertor.WebLogicConvertor -- WebLogicConvertorMBean 
qualified to WebLogicConvertorMBean
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean
org.jboss.varia.process.ChildProcessService -- ChildProcessServiceMBean qualified to 
ChildProcessServiceMBean
org.jboss.varia.property.PropertyEditorManagerService -- 
PropertyEditorManagerServiceMBean qualified to PropertyEditorManagerServiceMBean
org.jboss.varia.property.SystemPropertiesService -- SystemPropertiesServiceMBean 
qualified to SystemPropertiesServiceMBean
org.jboss.varia.scheduler.AbstractScheduleProvider -- AbstractScheduleProviderMBean 
qualified to AbstractScheduleProviderMBean
org.jboss.varia.scheduler.DBScheduleProvider -- DBScheduleProviderMBean qualified to 
DBScheduleProviderMBean
org.jboss.varia.scheduler.ScheduleManager -- ScheduleManagerMBean qualified to 
ScheduleManagerMBean
org.jboss.varia.scheduler.Scheduler -- SchedulerMBean qualified to SchedulerMBean
org.jboss.varia.scheduler.SingleScheduleProvider -- SingleScheduleProviderMBean 
qualified to SingleScheduleProviderMBean
org.jboss.varia.scheduler.XMLScheduleProvider -- XMLScheduleProviderMBean qualified 
to XMLScheduleProviderMBean
org.jboss.varia.scheduler.example.SchedulableMBeanExample -- 
SchedulableMBeanExampleMBean qualified to SchedulableMBeanExampleMBean
Running null/
Generating output for 'org.jboss.varia.masterconfig.Configurator' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jbossmx-xml-descriptor.xdt'.
Running null/
Generating output 'transaction-service.xml' using template file 
'jar:file:/home/jboss/jbossci/jboss-head/thirdparty/xdoclet-xdoclet/lib/xdoclet-jboss-module-jb4.jar!/xdoclet/modules/jboss/jmx/resources/jboss-service-template.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.varia.masterconfig.TestService -- TestServiceMBean qualified to 
TestServiceMBean

_default:compile-classes:
[mkdir] Created dir: /home/jboss/jbossci/jboss-head/varia/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 96 source files to 
/home/jboss/jbossci/jboss-head/varia/output/classes
/home/jboss/jbossci/jboss-head/varia/src/main/org/jboss/varia/masterconfig/Configurator.java:391:
 getPrimativeClass(java.lang.String) is not public in 
org.jboss.jmx.adaptor.control.Server; cannot be accessed from outside package
Class typeClass = Server.getPrimativeClass(typeString);
^
1 error

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/varia/../tools/etc/buildfragments/targets.ent:45: 
Compile failed; see the compiler error output for 

  1   2   3   4   >