But when i execute my program, i ve got NullPointerException My DatabaseAccessControl is never instanciate. The apt compiler never generate code to automaticly instanciate my DB control.
so ? 2006/3/22, [EMAIL PROTECTED] < [EMAIL PROTECTED]>: > > > I too get this warning, but it is harmless. > > > > > *"Sebastien Layer" <[EMAIL PROTECTED]>* > > 03/22/2006 08:23 AM Please respond to > "Beehive Users" <[email protected]> > > To > [email protected] cc > > Subject > [System Control]: Compilation problem > > > > > > > Hi all, > > I'm new with beehive and annotation. I've got a problem to compile a > simple example who want to connect to a database. > * > The apt compiler return me this message: * > [apt] warning: Annotation types without processors: [ > org.apache.beehive.controls.system.jdbc.JdbcControl.ConnectionDriver, > org.apache.beehive.controls.system.jdbc.JdbcControl.SQL] > [apt] 1 warning > > My project classpath contens this libraries > <path id="project.classpath"> > <pathelement location="bin"/> > <pathelement location="${basedir}/lib/jdbc/classes12.jar"/> > <pathelement location="${basedir}/lib/jdbc/nls_charset12.jar"/> > <pathelement location="${basedir}/lib/apache-beehive-1.0.1/beehive- > controls.jar"/> > <pathelement location="${basedir}/lib/apache- beehive-1.0.1 > /beehive-jdbc-control.jar"/> > <pathelement location="${basedir}/lib/apache-beehive-1.0.1/log4j- > 1.2.8.jar"/> > </path> > > > To compile,I use the ant task describe in the beehive-tools.xml > > I post with this mail my samples. > > Thanks for helping me. > > > >
