> symbol: method lookup(java.lang.String) > location: interface javax.ejb.SessionContext > > <dependency> > <groupId>org.apache.geronimo.specs</groupId> > <artifactId>geronimo-j2ee_1.4_spec</artifactId> > <version>1.1</version> > <scope>provided</scope> > </dependency>
Go into your Maven repo cache under ~/.m2/repository and find the jar file corresponding to this artifact. Open it with a zip file tool like WinZip etc. Dig around in the jar to confirm it has the class file corresponding to the interface mentioned in the error. I would be willing to bet it does not have the class. You probably need to use geronimo-spec-ejb or another similar artifact instead. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
