[appengine-java] Maven example: Datanucleus 2.0.0-RC2 and JPA2 in SDK 1.6.1

2011-12-14 Thread Alexander Orlov
Today SDK 1.6.1 has been released. I'm looking for a nice Maven example where I can see how datanucleus 2.0.0-RC2 works. The *helloorm* example is still(?) using JPA1 and datanucleus 1.0.10 which doesn't support JPA2. -- You received this message because you are subscribed to the Google

[appengine-java] Maven 2 JPA Enhancer Problem

2011-01-04 Thread Bhanwar Gupta
Hello, Hello, I am very new to Data Nucleus, and whenever I am trying to modify and build by project using Maven with GAE, getting the following error. [INFO] [ERROR] Failed to execute goal

[appengine-java] maven-gae-plugin

2010-12-23 Thread Patrick Twohig
Hi, I was having difficulty debugging my application using Maven plugin for App Engine. As soon as I connect the debugger the process stops. Is anybody else experiencing this issue? Or, alternatively, is there any other means to get maven+gae+eclipse and the debugger working? Thanks, Patrick.

[appengine-java] maven-datanucleus-plugin using JDO when JPA specified?

2010-03-05 Thread tkinsella
Hello, I'm trying to enhance my JPA entities using the maven-datanucleus- plugin. I have the following plugin configuration: plugin groupIdorg.datanucleus/groupId artifactIdmaven-datanucleus-plugin/artifactId version2.0.0-release/version configuration

[appengine-java] maven + GAE + Spring

2010-02-05 Thread Omri Cohen
Hi, I am building a maven+GAE+Spring project, i have a problem: it seems that GAE plugin ignores eclipse multiple projects as defined in the .classpath and .project I have to run mvn install (create jars) and eclipse:eclipse (copy jars to project-web/WEB-INF/war/) after every change in any

Re: [appengine-java] maven + GAE + Spring

2010-02-05 Thread Hannu Leinonen
By GAE plugin are you referring to the Maven GAE plugin or the Google flugin for Eclipse? Anyhow, a while ago I blogged about Eclipse, GAE and Maven working nicely together at http://hamandeggs.wordpress.com/2010/01/26/how-to-gae-eclipse-maven/ But if your issue is more related to the

Re: [appengine-java] maven + GAE + Spring

2010-02-05 Thread Omri Cohen
thnaks for replying, i am using as a profile, including all needed GAE jars the problem is that i have to recreate internal project jars and copy them to you WEB-INF/war/lib folder. what is the standard way of integrating GAE to MVN? thanks, On Sat, Feb 6, 2010 at 2:13 AM, Hannu Leinonen

[appengine-java] Maven managed GAE project still functional in Eclipse

2010-01-31 Thread Hannu Leinonen
For all you App Engine, Maven and Eclipse lovers around, here are my instructions for a Maven managed GAE project still fully functional in Eclipse. http://hamandeggs.wordpress.com/2010/01/26/how-to-gae-eclipse-maven/ If you're not into reading the whole post, here's the most important part:

Re: [appengine-java] Maven

2010-01-07 Thread David Karlsen
They seem to ignore the maven question completely (there has been a request for this since end of dawn). One of the factors which limits GAE in widespreading... 2010/1/6 Marcel Overdijk marceloverd...@gmail.com Is GAE 1.3.0 available in central maven repo? Would be nice if Google GAE team

[appengine-java] Maven

2010-01-06 Thread Marcel Overdijk
Is GAE 1.3.0 available in central maven repo? Would be nice if Google GAE team could create a subpage on the GAE docs homepage with information for maven. Many users would appreciate this. Thanks, Marcel -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] maven-gae-plugin 0.4.2

2009-12-18 Thread drone
maven-gae-plugin 0.4.2 has just been released (http://code.google.com/ p/maven-gae-plugin) The main features are upgraded/cleaned dependencies, also there are couple of small bug fixes. You can check the GWT example project (uses GAE 1.3.0 and GWT 1.7.1). Running hosted mode from maven should be