Re: [appfuse-user] [ANN] AppFuse 2.1.0 Milestone 1 Released

2009-11-20 Thread harps
Hi, I Just noticed a couple of issues with adding an entity and generating the code with the latest version of Appfuse for JSF. I am not sure if this thread is the best place to post them or if I should create their own one. Sorry if this is the wrong place. 1. The sample data in sample-data.xm

Re: [appfuse-user] [ANN] AppFuse 2.1.0 Milestone 1 Released

2009-11-20 Thread Rahul Somasunderam
That's the only message I'm getting before a build failure. Rahul Somasunderam Mobile: +1 510 449 3467 GC: +1 510 270 2883 Fremont, CA. On Thu, Nov 19, 2009 at 9:24 PM, mraible [via AppFuse] < ml-node+624413-299649...@n4.nabble.com > wrote: > This is an INFO message, so I don't believe there'

Re: [appfuse-user] [ANN] AppFuse 2.1.0 Milestone 1 Released

2009-11-20 Thread Matt Raible
Can you please enter an issue in JIRA for this? Thanks, Matt On Fri, Nov 20, 2009 at 5:32 PM, harps wrote: > > > This seems to be the problem > > http://jira.codehaus.org/browse/MECLIPSE-551 > > The workaround is to use > > mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5.1:eclipse >

Re: [appfuse-user] [ANN] AppFuse 2.1.0 Milestone 1 Released

2009-11-20 Thread harps
This seems to be the problem http://jira.codehaus.org/browse/MECLIPSE-551 The workaround is to use mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5.1:eclipse or better still update the maven eclipse plugin version in the pom.xml maven-eclipse-plugin

Re: [appfuse-user] Deploying to Google app engine

2009-11-20 Thread Sudhir N
Sure, I would be looking into this.. I had a look at Maven gae plugin.. Thanks SN Sudhir NimavatSenior software engineer. Quick start global PVT LTD. Baroda - 390007 Gujarat, India Personally I'm always ready to learn, although I do not always like being taught

Re: [appfuse-user] Security AppFuse (Acegi)

2009-11-20 Thread ramzi khlil
Matt, I just askbed to have more informations ;) Thanks fro the links. Ramzi On Fri, Nov 20, 2009 at 10:48 AM, Matt Raible wrote: > No, there's many other advantages. Spring Security also allows you to get a > user's information anywhere in your application, which can be quite handy. > This is

Re: [appfuse-user] Deploying to Google app engine

2009-11-20 Thread Matt Raible
That'd be awesome if you got AppFuse running on GAE. Googling around, it seems that folks have been using Maven with it. http://www.google.com/search?q=maven+google+app+engine The maven-gae-plugin looks like it might be useful: http://code.google.com/p/maven-gae-plugin/ Matt On Fri, Nov 20, 20

Re: [appfuse-user] Security AppFuse (Acegi)

2009-11-20 Thread Matt Raible
No, there's many other advantages. Spring Security also allows you to get a user's information anywhere in your application, which can be quite handy. This is provided by using the SecurityContextHolder. As far as the default Remember Me implementation, that's changeable. http://static.springsour

Re: [appfuse-user] Security AppFuse (Acegi)

2009-11-20 Thread ramzi khlil
Hi Matt, "Remember me" feature through cookies is not recommanded (not sox-compliant). Should I understand that's the only difference between these security schema ? Ramzi On Wed, Nov 18, 2009 at 4:29 PM, Matt Raible wrote: > Spring Security 2.x is pretty simple if you use the basic > configur

[appfuse-user] Deploying to Google app engine

2009-11-20 Thread Sudhir N
Did any one ever tried to deploy an appfuse app to google app engine !! I am just going to try .. I think there's no reason that appfuse app can't run on app engine.. However there are few stuff that would have to be changed - Change JPA provider (This can be done by copying the persistence.xm