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/src/main/org/jboss/test/jca/test/ManagedDeploymentUnitTestCase.java:100:
cannot find symbol
[javac] symbol : method isPrefill()
[javac] location: class
org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
[javac] assertTrue(md.isPrefill());
[javac] ^
[javac]