Re: [appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread thinkboy
hi, I recreate acrhetype from scratch. it is working fine now. i guess , previously, the error was about: Yeehaw - it worked! Unfortunately, this plugin doesn't rename packages yet, but it will in 2.0 Final !! ? sorry, I am a bit of confuse, do I need to set to true ? $mvn archetype:create -

Re: [appfuse-user] Handling Application Specific User Roles

2007-06-11 Thread Matt Raible
security.xml contains the security configuration used by Acegi Security. In this file, URLs and methods are configured to be protected by role names. Matt On 6/11/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: Thanks Matt I am using struts2 web framework. I didn't notice much about secu

Re: [appfuse-user] Handling Application Specific User Roles

2007-06-11 Thread Lasantha Ranaweera
Thanks Matt I am using struts2 web framework. I didn't notice much about security.xml. Thanks Again, Lasantha Matt Raible wrote: What web framework are you using? Have you tried modifying security.xml to allow additional roles? You may need to run "mvn package" and copy security.xml from

Re: [appfuse-user] Handling Application Specific User Roles

2007-06-11 Thread Matt Raible
What web framework are you using? Have you tried modifying security.xml to allow additional roles? You may need to run "mvn package" and copy security.xml from target/yourapp-version/WEB-INF into your src/main/webapp/WEB-INF directory in order to override the default settings. Matt On 6/11/07,

[appfuse-user] Handling Application Specific User Roles

2007-06-11 Thread Lasantha Ranaweera
Hi All, Couple of questions of handling business roles in AppFuse 2 application. I have created additional business user roles in roles table and assign them in to users other than their 'ROLE_USER'. Next we need to display some of the business functionality based on this additional role i

Re: [appfuse-user] Spring errors in 2.0-M5

2007-06-11 Thread donleyp
I was getting similar errors to these (specifically, the last one you listed) after adding a dependency in my 2.0-m4 appfuse based project to spring-ws 1.0-rc1. To diagnose the problem I told mvn to skip tests to see what it was producing in the WEB-INF/lib directory and it turns out that it was i

Re: [appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread cpnguyen
*doh* ObjectManagerImplTest was moved from src/main/java to src/test/java. I found two instances of jmock in the repository as well. After removing them and running mvn -U the tests passed. Thanks again Matt. Sorry for being such a newb. mraible wrote: > > Are you putting your test in src/

Re: [appfuse-user] Minor error in the USING IBATIS tutorial

2007-06-11 Thread Matt Raible
Thanks - this has been fixed. Matt On 6/11/07, gduq <[EMAIL PROTECTED]> wrote: The "UserSQL.xml" hyperlink actually goes to LookupSQL.xml -- View this message in context: http://www.nabble.com/Minor-error-in-the-USING-IBATIS-tutorial-tf3903753s2369.html#a11067820 Sent from the AppFuse - User

[appfuse-user] Minor error in the USING IBATIS tutorial

2007-06-11 Thread gduq
The "UserSQL.xml" hyperlink actually goes to LookupSQL.xml -- View this message in context: http://www.nabble.com/Minor-error-in-the-USING-IBATIS-tutorial-tf3903753s2369.html#a11067820 Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Converted Build to "inplace": jdbc config problem

2007-06-11 Thread Matt Raible
On 6/11/07, Adam Sherman <[EMAIL PROTECTED]> wrote: On Jun 11, 2007, at 10:15, Matt Raible wrote: > On 6/11/07, Adam Sherman <[EMAIL PROTECTED]> wrote: >> On Jun 8, 2007, at 14:50, Matt Raible wrote: >> > What do you mean when you say "converted" - war:inplace or >> > appfuse:full-source? >> >> w

Re: [appfuse-user] Converted Build to "inplace": jdbc config problem

2007-06-11 Thread Adam Sherman
On Jun 11, 2007, at 10:15, Matt Raible wrote: On 6/11/07, Adam Sherman <[EMAIL PROTECTED]> wrote: On Jun 8, 2007, at 14:50, Matt Raible wrote: > What do you mean when you say "converted" - war:inplace or > appfuse:full-source? war:inplace, was I suppose to use appfuse:full-source instead? (All

Re: [appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread Matt Raible
Are you putting your test in src/main/java instead of src/test/java? Matt On 6/11/07, cpnguyen <[EMAIL PROTECTED]> wrote: Thanks for the quick response Matt. Here are some snippets from the generated log file (from Maven 2.0.6 stand-alone) [DEBUG] jmock:jmock:jar:1.1.0:test (selected for t

Re: [appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread cpnguyen
Thanks for the quick response Matt. Here are some snippets from the generated log file (from Maven 2.0.6 stand-alone) [DEBUG] jmock:jmock:jar:1.1.0:test (selected for test) [DEBUG] jmock:jmock:jar:1.1.0:test (not setting scope to: compile; local scope test wins) [WARNING]

Re: [appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread Matt Raible
I would try running "mvn test -DtestObjectManagerImplTest -X | tee mvn.log" and then look in mvn.log for org.jmock. That may give you a clue to what's going on. Matt On 6/11/07, cpnguyen <[EMAIL PROTECTED]> wrote: Hello again all, This very strange problem has been plaguing me for days. I am

[appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread cpnguyen
Hello again all, This very strange problem has been plaguing me for days. I am following the tutorials for creating Managers. I am using Tapestry Basic archetype if it matters. After typing the code and attempting to run mvn test -DtestObjectManagerImplTest in Eclipse, I receive the following

Re: [appfuse-user] cruisecontrol build failed

2007-06-11 Thread ros
Well, I'll try 2.0.7 too. Matt, thanks for link! I was testing Hudson, Continuum and LintBuild before Cruisecontrol... :) I found than cruisecontrol is much simplier for me to learn. mraible wrote: > > That's good to know. You might want to verify everything works with > 2.0.7: > > http:/

Re: [appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread thinkboy
i used the following archetype : spring mvc basic $mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m5 -DgroupId=com.mydomain -DartifactId=healthcare i only added addit

[appfuse-user] Re: Problem with CRUD generation

2007-06-11 Thread Gabriel de Perthuis
* Matt Raible: > On 6/10/07, Gabriel de Perthuis > <[EMAIL PROTECTED]> wrote: >> * Gabriel de Perthuis: >> > I have the same problem: >> > my app was generated from the Struts 2 simple artifact and a new maven >> > repository, using http://appfuse.org/display/APF/AppFuse+QuickStart >> > I added the

RE: [appfuse-user] appfuse-JSF two questions

2007-06-11 Thread Ding, Qin
Thank you, Matt. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: Monday, June 11, 2007 10:35 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] appfuse-JSF two questions On 6/11/07, Ding, Qin <[EMAIL PROTECTED]> wrote: > > > >

Re: [appfuse-user] appfuse-JSF two questions

2007-06-11 Thread Matt Raible
On 6/11/07, Ding, Qin <[EMAIL PROTECTED]> wrote: May I repost this requestion again? I use Appfuse 1.9.4 and JSF. 1). In users.xhtml, I see ; In mainMenu.xhtml, I see Where is xxx.bundleName is defined? I created a mypage.xhtml and put . I got an error: Can't find bundle for bas

RE: [appfuse-user] Can't run maven goals from within eclipse

2007-06-11 Thread Travers Snyman
Thanks, I have actually tried the suggestions in the link, but am having the same problem. I am happily doing the maven stuff from command line. Unless all the maven goals are also accessible from within the IDE, I see no value in doing it from eclipse anyway. -Original Message- From: [EM

[appfuse-user] appfuse-JSF two questions

2007-06-11 Thread Ding, Qin
May I repost this requestion again? I use Appfuse 1.9.4 and JSF. 1). In users.xhtml, I see ; In mainMenu.xhtml, I see Where is xxx.bundleName is defined? I created a mypage.xhtml and put . I got an error: Can't find bundle for base name locale en. 2. In the tutorial, I read the f

Re: [appfuse-user] Re: Problem with CRUD generation

2007-06-11 Thread Matt Raible
On 6/10/07, Gabriel de Perthuis <[EMAIL PROTECTED]> wrote: * Gabriel de Perthuis: > I have the same problem: > my app was generated from the Struts 2 simple artifact and a new maven > repository, using http://appfuse.org/display/APF/AppFuse+QuickStart > I added the attached POJO, written by follo

Re: [appfuse-user] Converted Build to "inplace": jdbc config problem

2007-06-11 Thread Matt Raible
On 6/11/07, Adam Sherman <[EMAIL PROTECTED]> wrote: On Jun 8, 2007, at 14:50, Matt Raible wrote: > What do you mean when you say "converted" - war:inplace or > appfuse:full-source? war:inplace, was I suppose to use appfuse:full-source instead? (All I want is to be able to run Jetty on editable f

Re: [appfuse-user] cruisecontrol build failed

2007-06-11 Thread Matt Raible
That's good to know. You might want to verify everything works with 2.0.7: http://people.apache.org/~jvanzyl/ I'd also encourage you to try Hudson (hudson.dev.java.net). I've been using it for AppFuse's CI for the past few months and it's been working great (for both Ant and Maven projects). M

Re: [appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread Matt Raible
Can you provide the steps to reproduce this problem? What archetype did you use to create your project? Matt On 6/11/07, thinkboy <[EMAIL PROTECTED]> wrote: hi I encountered error when trying to do AppFuse's source into my project pls help $mvn appfuse:full-source [INFO] [appfuse:full-source

Re: [appfuse-user] Converted Build to "inplace": jdbc config problem

2007-06-11 Thread Adam Sherman
On Jun 8, 2007, at 14:50, Matt Raible wrote: What do you mean when you say "converted" - war:inplace or appfuse:full-source? war:inplace, was I suppose to use appfuse:full-source instead? (All I want is to be able to run Jetty on editable files.) I actually solved the problem by removing s

Re: [appfuse-user] cruisecontrol build failed

2007-06-11 Thread ros
http://jira.codehaus.org/browse/MNG-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel It's maven-2.0.6 issue. With 2.0.5 ok. -- View this message in context: http://www.nabble.com/cruisecontrol-build-failed-tf3900595s2369.html#a11058628 Sent from the AppFuse - Use

[appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread thinkboy
hi I encountered error when trying to do AppFuse's source into my project pls help $mvn appfuse:full-source [INFO] [appfuse:full-source] [INFO] [AppFuse] Installing source from data modules... [INFO] [AppFuse] Installing source from service module... [INFO] [AppFuse] Installing source from web-c

[appfuse-user] cruisecontrol build failed

2007-06-11 Thread ros
Hi! I can build appfuse based project on development box, but on cruicecontrol box it fails with: 2007-06-11 12:28:27,473 [Thread-7 ] INFO ScriptRunner - [INFO] 2007-06-11 12:28:27,475 [Thread-7 ] INFO ScriptRunner