[appfuse-user] Fwd: [ANN] Maven 2.1.0-M1 Released

2008-09-18 Thread Matt Raible
FYI... I haven't tried it myself. If you get a chance, please let me know if there are any issues with AppFuse. Thanks, Matt -- Forwarded message -- From: John Casey <[EMAIL PROTECTED]> Date: Thu, Sep 18, 2008 at 9:33 PM Subject: [ANN] Maven 2.1.0-M1 Released To: Maven Users Lis

[appfuse-user] Quickstart instructions

2008-09-18 Thread Ben Gill
Hi, Are the quickstart instructions out of date? I tried to run: *Struts 2 Basic* mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories= http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.

Re: [appfuse-user] Using annotations for web security

2008-09-18 Thread Matt Raible
I believe it is possible, but I've never done it myself. If it's not available out-of-the-box, I'm sure you could add it. Matt On Thu, Sep 18, 2008 at 6:07 PM, Michael Duergner <[EMAIL PROTECTED]> wrote: > Hi all, > I was wondering if there is already a way to define web level security by > using

Re: [appfuse-user] mvn archetype:create -o fails even with dependencies in ~/.m2/repository

2008-09-18 Thread mugsy
I downloaded the package and unzipped to ~/.m2/repository yet I still encountered the errors. mraible wrote: > > You have to be connected to the internet to create and begin your > project. Either that or download the 86MB Dependencies file from the > following URL: > > https://appfuse.dev.ja

[appfuse-user] Using annotations for web security

2008-09-18 Thread Michael Duergner
Hi all, I was wondering if there is already a way to define web level security by using annotations when using Spring Security. What I'd like to do is to move the rule inside the Container in security.xml into the Controller Classes by using annotations. As it's possible for method level security

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi Matt Sorry. I just remembered. My own test actually builds successfully. But it also gives the same nullpointerexception. And that page which I mimic the tutorial to make cant be shown. When I checked that jetty log, it said that Action Mapping blahblah...I do follow tutorial to put the a

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread Matt Raible
Does the test still succeed? I don't see an error in the output below. There is the following open issue: http://issues.appfuse.org/browse/APF-804 Matt On Thu, Sep 18, 2008 at 9:54 AM, overseastars <[EMAIL PROTECTED]> wrote: > > Hi Matt > > I finished that QuickStart. And I just follow that page

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi Matt I finished that QuickStart. And I just follow that page to go to that official tutorial like the following. At least I succeeded in the step 1 and 2. 1. Create a Person Entity. 2. Create a PersonDao in Hibernate, iBATIS or JPA. 3. Create a PersonManager to act as a service faca

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread Matt Raible
Which tutorial are you doing? At the top, they have a link to download the source code. Matt On Thu, Sep 18, 2008 at 9:42 AM, overseastars <[EMAIL PROTECTED]> wrote: > > Hi Matt > > I'm using that 2.0.2 version according to this tutorial > http://appfuse.org/display/APF/AppFuse+QuickStart. > > I

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi Matt I'm using that 2.0.2 version according to this tutorial http://appfuse.org/display/APF/AppFuse+QuickStart. I dont know where the complete code is.I'm using that struts2 basic and already changed it to full-source. -- View this message in context: http://www.nabble.com/problem%3A

Re: [appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread Matt Raible
I would suggest downloading the completed tutorial (for your version) and comparing your source to the same one in the completed project. Matt On Thu, Sep 18, 2008 at 9:26 AM, overseastars <[EMAIL PROTECTED]> wrote: > > Hi > > I'm doing the appfuse tutorial. I got a problem with that PersonAction

[appfuse-user] problem: both personactiontest and my own test failed

2008-09-18 Thread overseastars
Hi I'm doing the appfuse tutorial. I got a problem with that PersonActionTest. it always throws a nullPointerException and never passed. And also I wrote my own actiontest which mimics the tutorial. it failed too. Can someone help me out? This is seriously bad to me because my project is delayed

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-18 Thread Matt Raible
On Thu, Sep 18, 2008 at 7:27 AM, agathon <[EMAIL PROTECTED]> wrote: > > hello matt, > > i want to understand your current versions of the generators thereby I have > some questions: > > when i do mvn appfuse:gen -Dentity=someNewEntity i get > The path 'src/main/java/org/mydomain/app/model' does not

Re: [appfuse-user] mvn archetype:create -o fails even with dependencies in ~/.m2/repository

2008-09-18 Thread Matt Raible
You have to be connected to the internet to create and begin your project. Either that or download the 86MB Dependencies file from the following URL: https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=9173 Matt On Thu, Sep 18, 2008 at 6:20 AM, mugsy <[EMAIL PROTECTED]> wrote: > >

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-18 Thread agathon
hello matt, i want to understand your current versions of the generators thereby I have some questions: when i do mvn appfuse:gen -Dentity=someNewEntity i get The path 'src/main/java/org/mydomain/app/model' does not exist! where can i change the path in some xml file so it looks under 'src/mai

Re: [appfuse-user] mvn archetype:create -o fails even with dependencies in ~/.m2/repository

2008-09-18 Thread mugsy
I have reformatted the message as it appears on the list. I wish to use the command offline because my internet connection is slow. Youssef Mohammed wrote: > > why are you running in offline mode "-o" ? > try -U instead. > > On Thu, Sep 18, 2008 at 11:46 AM, mugsy <[EMAIL PROTECTED]> wrote:

[appfuse-user] Select Record functionality

2008-09-18 Thread JG Flowers
I'm wondering if anyone has automated a template to allow the selection of a foreign key reference, via a pop up, with filtering etc, in order to facilitate the association between classes across relationships. eg Edit Order, then select Customer. Or Edit Order Line and then Select Product. The s

Re: [appfuse-user] mvn archetype:create -o fails even with dependencies in ~/.m2/repository

2008-09-18 Thread Youssef Mohammed
why are you running in offline mode "-o" ? try -U instead. On Thu, Sep 18, 2008 at 11:46 AM, mugsy <[EMAIL PROTECTED]> wrote: > Running mvn -o archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories= > http://static.appfuse.org/

[appfuse-user] mvn archetype:create -o fails even with dependencies in ~/.m2/repository

2008-09-18 Thread mugsy
Running mvn -o archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=enjogu.struts2.basic -DartifactId=basicstruts fails with this message The plugin 'org.a

[appfuse-user] Connection pool fails

2008-09-18 Thread Juan Heyns
Hello Guys I have an Appfuse Struts modular project. I am trying to insert 80,000 objects while importing a file. At the moment I have a test in the web project, to try and guage the speed at which records are inserted with the connection pool. Unfortunately something goes wrong when inserting t