Hey Vince, I recreated my project and got everything up and running. I had to download both the BD GAE Bundle and the BD GAE src. The libs in the two download directories don't match so I wound up just copying everything from the src lib folder into my project lib folder and it worked.
On May 26, 10:58 am, [email protected] wrote: > When you create a "New Web Application Project" using the GAE plug-in > for Eclipse, it should automatically include all the necessary JARs > within the WEB-INF/lib of your project. Specifically, it should > contain the datanucleus-core-1.1.0.jar file, which contains the > QueryCompilerSyntaxException class. The error you're getting says that > the QueryCompilerSyntaxException class can't be found, which indicates > that the datanucleus-core-1.1.0.jar file is missing from your WEB-INF/ > lib directory. This is troubling, since it indicates that your project > has not been set up properly. > > I'd recommend starting from scratch and creating a new web application > project using the wizard provided by the GAE plug-in for Eclipse, then > confirm that the datanucleus-core-1.1.0.jar file is in your project's > WEB-INF/lib directory. Then add the OpenBD jars (and other files) to > your project. > > Vince > > On May 26, 12:49 pm, Brian Holmes <[email protected]> wrote: > > > I'm using the GAE plugin for eclipse. I downloaded the GoogleAppEngine > > Bundle. I just downloaded the src code for the GAE Bundle and it > > appears there are alot of .jars ( and other things ) in the WEB-INF/ > > lib that aren't in the bundle. Can I just copy the src web-inf over to > > my Eclipse GAE project? > > > On May 26, 10:15 am, [email protected] wrote: > > > > It looks like you don't have all of the GAE jars in your classpath. > > > What's your testing environment? Are you using the GAE plug-in for > > > Eclipse? You should have three "datanucleus-*" jars in your WEB-INF/ > > > lib directory. The only environment I've tested this in is using the > > > GAE plug-in for Eclipse; I have not tested using the GAE standalone > > > SDK (though it should work if configured properly). > > > > Vince > > > > On May 26, 12:04 pm, Brian Holmes <[email protected]> wrote: > > > > > yeah, i have a cfc at the root of the war directory. right next to the > > > > index.cfm file. I've tried using both CreateObject and CFCOMPONENT and > > > > both give me the same internal error, which was why I was wondering if > > > > I need cfc servlet and servlet mappings in the web.xml. Any specific > > > > information you'd like let me know? It's really vague Blue Dragon > > > > Internal Error but the stack trace is as follows: > > > > > java.lang.NoClassDefFoundError: org/datanucleus/store/query/ > > > > QueryCompilerSyntaxException > > > > at com.naryx.tagfusion.cfm.tag.cfOBJECT.render(Unknown Source)- > > > > Hide quoted text - > > > - Show quoted text - > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
