Hiram had this problem a couple of days ago, I I did not hear back from him. I didn't get this error, using jdk1.3.1 from sun. What compiler are you using? The method fireConnectionEvent is used within an anonymous inner class and is defined (protected) in a superclass of XAManagedConnection that is in a different package. Previous to my changes it was in the same package. Since I don't get this error I may have trouble fixing it. What happens if you use XAManagedConnection.super.fireConnectionEvent(ce)? Thanks david jencks On 2001.09.11 00:00:34 -0400 Jason Dillon wrote: > I am in the process of updating some build files, please do not change > anything at the moment. > > I will get the conenctor to build shortly, though I was not aware that it > stopped. > > --jason > > > > On Mon, 10 Sep 2001, Bill Burke wrote: > > > Connector module is broken! > > > > > > most-pool: > > [execmodules] > > ====================================================================== > > == Executing 'most' in module 'connector'... > > == > > > > init-buildlog: > > > > init: > > [moduleinfo] Project root: D:\main\jboss-most > > [moduleinfo] Module root: D:\main\jboss-most\connector > > > > compile-classes: > > [javac] Modern compiler is not available - using classic compiler > > [javac] Compiling 1 source file to > > D:\main\jboss-most\connector\output\class > > es > > [javac] > > D:\main\jboss-most\connector\src\main\org\jboss\resource\adapter\jdb > > c\xa\XAManagedConnection.java:115: No method matching > > fireConnectionEvent(javax. > > resource.spi.ConnectionEvent) found in class > > org.jboss.resource.adapter.jdbc.xa. > > XAManagedConnection. > > [javac] fireConnectionEvent(ce); > > [javac] ^ > > [javac] > > D:\main\jboss-most\connector\src\main\org\jboss\resource\adapter\jdb > > c\xa\XAManagedConnection.java:128: No method matching > > fireConnectionEvent(javax. > > resource.spi.ConnectionEvent) found in class > > org.jboss.resource.adapter.jdbc.xa. > > XAManagedConnection. > > [javac] fireConnectionEvent(ce); > > [javac] ^ > > [javac] 2 errors > > > > BUILD FAILED > > > > D:\main\jboss-most\connector\build.xml:277: Compile failed, messages > should > > have > > been provided. > > > > Total time: 20 seconds > > > > D:\main\jboss-most\build> > > > > > > > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
