List Info

Thread: jboss-5 broken now?




jboss-5 broken now?
user name
2007-10-16 11:40:40
I can't compile jboss-trunk/testcases now:

I had to do an update -r66179

compile-classes-only:
     [javac] Compiling 2455 source files to 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/ou
tput/classes
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/bpel/ws/production/ProviderTestCase.ja
va:11: 
warning: unmappable character for encoding UTF8
     [javac]  * author Alejandro Gu�zar
     [javac]                        ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/common/ResolverTest.java:50: 
warning: unmappable character for encoding UTF8
     [javac]     * throws URISyntaxException - if the url
can�t be resolved
     [javac]                                                
 ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/jca/test/ManagedDeploymentUnitTestCase
.java:100: 
cannot find symbol
     [javac] symbol  : method isPrefill()
     [javac] location: class 
org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDepl
oymentMetaData
     [javac]       assertTrue(md.isPrefill());
     [javac]                    ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java
:207: 
warning: non-varargs call of varargs method with inexact
argument type 
for last parameter;
     [javac] cast to java.lang.Class for a varargs call
     [javac] cast to java.lang.Class[] for a non-varargs
call and to 
suppress this warning
     [javac]             Method method = 
PropertyTestAdminObject.class.getMethod(getter, null);
     [javac] 
                  ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java
:208: 
warning: non-varargs call of varargs method with inexact
argument type 
for last parameter;
     [javac] cast to java.lang.Object for a varargs call
     [javac] cast to java.lang.Object[] for a non-varargs
call and to 
suppress this warning
     [javac]             Object value = method.invoke(ao,
null);
     [javac]                                              ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase
.java:207: 
warning: non-varargs call of varargs method with inexact
argument type 
for last parameter;
     [javac] cast to java.lang.Class for a varargs call
     [javac] cast to java.lang.Class[] for a non-varargs
call and to 
suppress this warning
     [javac]             Method method = 
PropertyTestAdminObject.class.getMethod(getter, null);
     [javac] 
                  ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase
.java:208: 
warning: non-varargs call of varargs method with inexact
argument type 
for last parameter;
     [javac] cast to java.lang.Object for a varargs call
     [javac] cast to java.lang.Object[] for a non-varargs
call and to 
suppress this warning
     [javac]             Object value = method.invoke(ao,
null);
     [javac]                                              ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/xml/JBossXBTestDelegate.java:91: 
warning: non-varargs call of varargs method with inexact
argument type 
for last parameter;
     [javac] cast to java.lang.Class for a varargs call
     [javac] cast to java.lang.Class[] for a non-varargs
call and to 
suppress this warning
     [javac]          Method method =
clazz.getMethod("initResolver", null);
     [javac]                                                
         ^
     [javac] 
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/xml/JBossXBTestDelegate.java:92: 
warning: non-varargs call of varargs method with inexact
argument type 
for last parameter;
     [javac] cast to java.lang.Object for a varargs call
     [javac] cast to java.lang.Object[] for a non-varargs
call and to 
suppress this warning
     [javac]          defaultResolver =
(SchemaBindingResolver) 
method.invoke(null, null);
     [javac] 
             ^
     [javac] Note: Some input files use or override a
deprecated API.
     [javac] Note: Recompile with -Xlint:deprecation for
details.
     [javac] Note: Some input files use unchecked or unsafe
operations.
     [javac] Note: Recompile with -Xlint:unchecked for
details.
     [javac] 1 error
     [javac] 8 warnings
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

Re: jboss-5 broken now?
country flaguser name
Slovenia
2007-10-16 12:22:34
This one is my. :-(
Or actually it's Weston's, for not complying to javabeans
spec. 

It's now getPrefill - since getter for Boolean should start
with 'get' 
not 'is'. 

Clebert Suconic wrote:
> I can't compile jboss-trunk/testcases now:
> 
> I had to do an update -r66179
> 
>
/extra/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/sr
c/main/org/jboss/test/jca/test/ManagedDeploymentUnitTestCase
.java:100: 
> cannot find symbol
>     [javac] symbol  : method isPrefill()
>     [javac] location: class 
>
org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDepl
oymentMetaData
>     [javac]       assertTrue(md.isPrefill());
>     [javac]                    ^
>     [javac] 

_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )