RE: [JBoss-dev] jboss-4.0 testsuite build fails

2006-04-24 Thread Scott M Stark
Its fixed by falling back to the Log4jLogger.class class loader in case
the TCL does not have visibility to the commons-logging classes.
Ant/xdoclet or running with a TCL that does not even have visibility to
the commons-logging classes.

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Scott M Stark
> Sent: Monday, April 24, 2006 9:00 AM
> To: jboss-development@lists.sourceforge.net
> Subject: RE: [JBoss-dev] jboss-4.0 testsuite build fails
> 
> I'll look into it. 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Ryan Campbell
> > Sent: Sunday, April 23, 2006 1:50 PM
> > To: jboss-development@lists.sourceforge.net
> > Subject: RE: [JBoss-dev] jboss-4.0 testsuite build fails
> > 
> > I think this error has something to do with the update of 
> > commons-logging yesterday?
> > 
> > http://fisheye.jboss.com/changelog/JBoss/build/jboss?cs=Branch
> > _4_0:stark
> > sm:20060422185517
> > 
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Kabir Khan
> > Sent: Sunday, April 23, 2006 4:27 PM
> > To: jboss-development@lists.sourceforge.net
> > Subject: [JBoss-dev] jboss-4.0 testsuite build fails
> > 
> > Any idea what this exception means?
> > 
> > $ build.sh
> > Searching for build.xml ...
> > Buildfile: C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\build.xml
> > Overriding previous definition of reference to 
> xdoclet.task.classpath
> > 
> > check.inhibit.downloads:
> > 
> > check.proxy:
> > 
> > set.proxy:
> > 
> > createthirdparty:
> > 
> > init:
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> > g\jboss\te
> > st\c
> > ts\interfaces
> >  [copy] Copying 1 file to
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> > g\jboss\te
> > st\c
> > ts\interfaces
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> > g\jboss\te
> > st\c
> > lassloader\scoping\singleton
> >  [copy] Copying 1 file to
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> > g\jboss\te
> > st\c
> > lassloader\scoping\singleton
> > 
> > compile-resources:
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
> >  [copy] Copying 869 files to
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
> > 
> > init-code-generation:
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\reports
> > 
> > compile-bean-sources:
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources\
> > ejb-conf\r
> > eado
> > nly\META-INF
> > 
> > BUILD FAILED
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\imports\code-gene
> > ration.xml
> > :26:
> > org.apache.commons.logging.LogConfigurationException:
> > java.lang.reflect.UndeclaredThrowableException (Caused by
> > java.lang.reflect.UndeclaredThrowableException)
> > 
> > 
> > 
> > ---
> > Using Tomcat but need to do more? Need to support web services, 
> > security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job 
> > easier Download IBM WebSphere Application Server
> > v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> > dat=121642
> > ___
> > JBoss-Development mailing list
> > JBoss-Development@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > 
> > 
> > ---
> > Using Tomcat but need to do more? Need to support web services, 
> > security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job 
> > easier Download IBM WebSphere Application Server
> > v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> > ___
> > JBoss-Development mailing list
> > JBoss-Development@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > 
>

RE: [JBoss-dev] jboss-4.0 testsuite build fails

2006-04-24 Thread Scott M Stark
Any commons-logging issues need to be fixed, and I'm looking at it. 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Anil Saldhana
> Sent: Monday, April 24, 2006 8:59 AM
> To: jboss-development@lists.sourceforge.net
> Subject: Re: [JBoss-dev] jboss-4.0 testsuite build fails
> 
> In my local workspace, I have commented out the 
> code-generation stuff (using xdoclet) and brought over the 
> generated ejb interfaces and DD etc to appropriate 
> directories in my local workspace. So it builds in my workspace.
> 
> I am reluctant to putback the files because I do not know how 
> many tests in the 4.0 testsuite will fail, due to the 
> proximity of the 4.0.4.GA release.
> 
> Either, we can wait for the commons-logging fix (while 
> retaining the xdoclet generated stuff) or we can take a 
> chance with my stuff.
> 
> Thoughts?
> 
> Ryan Campbell wrote:
> > I think this error has something to do with the update of 
> > commons-logging yesterday?
> >
> > 
> http://fisheye.jboss.com/changelog/JBoss/build/jboss?cs=Branch_4_0:sta
> > rk
> > sm:20060422185517
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Kabir Khan
> > Sent: Sunday, April 23, 2006 4:27 PM
> > To: jboss-development@lists.sourceforge.net
> > Subject: [JBoss-dev] jboss-4.0 testsuite build fails
> >
> > Any idea what this exception means?
> >
> > $ build.sh
> > Searching for build.xml ...
> > Buildfile: C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\build.xml
> > Overriding previous definition of reference to 
> xdoclet.task.classpath
> >
> > check.inhibit.downloads:
> >
> > check.proxy:
> >
> > set.proxy:
> >
> > createthirdparty:
> >
> > init:
> > [mkdir] Created dir:
> > 
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\
> > te
> > st\c
> > ts\interfaces
> >  [copy] Copying 1 file to
> > 
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\
> > te
> > st\c
> > ts\interfaces
> > [mkdir] Created dir:
> > 
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\
> > te
> > st\c
> > lassloader\scoping\singleton
> >  [copy] Copying 1 file to
> > 
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\
> > te
> > st\c
> > lassloader\scoping\singleton
> >
> > compile-resources:
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
> >  [copy] Copying 869 files to
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
> >
> > init-code-generation:
> > [mkdir] Created dir:
> > C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\reports
> >
> > compile-bean-sources:
> > [mkdir] Created dir:
> > 
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources\ejb-conf
> > \r
> > eado
> > nly\META-INF
> >
> > BUILD FAILED
> > 
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\imports\code-generation.x
> > ml
> > :26:
> > org.apache.commons.logging.LogConfigurationException:
> > java.lang.reflect.UndeclaredThrowableException (Caused by
> > java.lang.reflect.UndeclaredThrowableException)
>  
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] jboss-4.0 testsuite build fails

2006-04-24 Thread Anil Saldhana
In my local workspace, I have commented out the code-generation stuff 
(using xdoclet) and brought over the generated ejb interfaces and DD etc 
to appropriate directories in my local workspace. So it builds in my 
workspace.


I am reluctant to putback the files because I do not know how many tests 
in the 4.0 testsuite will fail, due to the proximity of the 4.0.4.GA 
release.


Either, we can wait for the commons-logging fix (while retaining the 
xdoclet generated stuff) or we can take a chance with my stuff.


Thoughts?

Ryan Campbell wrote:

I think this error has something to do with the update of
commons-logging yesterday?

http://fisheye.jboss.com/changelog/JBoss/build/jboss?cs=Branch_4_0:stark
sm:20060422185517


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Kabir Khan
Sent: Sunday, April 23, 2006 4:27 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] jboss-4.0 testsuite build fails

Any idea what this exception means?

$ build.sh 
Searching for build.xml ...

Buildfile: C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\build.xml
Overriding previous definition of reference to xdoclet.task.classpath

check.inhibit.downloads:

check.proxy:

set.proxy:

createthirdparty:

init:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
ts\interfaces
 [copy] Copying 1 file to
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
ts\interfaces
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
lassloader\scoping\singleton
 [copy] Copying 1 file to
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
lassloader\scoping\singleton

compile-resources:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
 [copy] Copying 869 files to
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources

init-code-generation:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\reports

compile-bean-sources:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources\ejb-conf\r
eado
nly\META-INF

BUILD FAILED
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\imports\code-generation.xml
:26:
org.apache.commons.logging.LogConfigurationException:
java.lang.reflect.UndeclaredThrowableException (Caused by
java.lang.reflect.UndeclaredThrowableException)




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] jboss-4.0 testsuite build fails

2006-04-24 Thread Scott M Stark
I'll look into it. 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Ryan Campbell
> Sent: Sunday, April 23, 2006 1:50 PM
> To: jboss-development@lists.sourceforge.net
> Subject: RE: [JBoss-dev] jboss-4.0 testsuite build fails
> 
> I think this error has something to do with the update of 
> commons-logging yesterday?
> 
> http://fisheye.jboss.com/changelog/JBoss/build/jboss?cs=Branch
> _4_0:stark
> sm:20060422185517
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Kabir Khan
> Sent: Sunday, April 23, 2006 4:27 PM
> To: jboss-development@lists.sourceforge.net
> Subject: [JBoss-dev] jboss-4.0 testsuite build fails
> 
> Any idea what this exception means?
> 
> $ build.sh
> Searching for build.xml ...
> Buildfile: C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\build.xml
> Overriding previous definition of reference to xdoclet.task.classpath
> 
> check.inhibit.downloads:
> 
> check.proxy:
> 
> set.proxy:
> 
> createthirdparty:
> 
> init:
> [mkdir] Created dir:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> g\jboss\te
> st\c
> ts\interfaces
>  [copy] Copying 1 file to
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> g\jboss\te
> st\c
> ts\interfaces
> [mkdir] Created dir:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> g\jboss\te
> st\c
> lassloader\scoping\singleton
>  [copy] Copying 1 file to
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\or
> g\jboss\te
> st\c
> lassloader\scoping\singleton
> 
> compile-resources:
> [mkdir] Created dir:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
>  [copy] Copying 869 files to
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
> 
> init-code-generation:
> [mkdir] Created dir:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\reports
> 
> compile-bean-sources:
> [mkdir] Created dir:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources\
> ejb-conf\r
> eado
> nly\META-INF
> 
> BUILD FAILED
> C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\imports\code-gene
> ration.xml
> :26:
> org.apache.commons.logging.LogConfigurationException:
> java.lang.reflect.UndeclaredThrowableException (Caused by
> java.lang.reflect.UndeclaredThrowableException)
> 
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> ___
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] jboss-4.0 testsuite build fails

2006-04-23 Thread Ryan Campbell
I think this error has something to do with the update of
commons-logging yesterday?

http://fisheye.jboss.com/changelog/JBoss/build/jboss?cs=Branch_4_0:stark
sm:20060422185517


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Kabir Khan
Sent: Sunday, April 23, 2006 4:27 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] jboss-4.0 testsuite build fails

Any idea what this exception means?

$ build.sh 
Searching for build.xml ...
Buildfile: C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\build.xml
Overriding previous definition of reference to xdoclet.task.classpath

check.inhibit.downloads:

check.proxy:

set.proxy:

createthirdparty:

init:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
ts\interfaces
 [copy] Copying 1 file to
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
ts\interfaces
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
lassloader\scoping\singleton
 [copy] Copying 1 file to
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\gen-src\org\jboss\te
st\c
lassloader\scoping\singleton

compile-resources:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources
 [copy] Copying 869 files to
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources

init-code-generation:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\reports

compile-bean-sources:
[mkdir] Created dir:
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\output\resources\ejb-conf\r
eado
nly\META-INF

BUILD FAILED
C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\imports\code-generation.xml
:26:
org.apache.commons.logging.LogConfigurationException:
java.lang.reflect.UndeclaredThrowableException (Caused by
java.lang.reflect.UndeclaredThrowableException)



---
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development