Re: [appfuse-user] Mysql 4.1

2007-04-03 Thread appfused
Mike. > > On 4/2/07, appfused <[EMAIL PROTECTED]> wrote: >> >> >> Thanks. I'm definitely on 5.0.5. I'll try a lower driver version and see >> if >> that fixes the problem. Any other thoghts? >> >> >> mraible wrote: >> >

Re: [appfuse-user] Mysql 4.1

2007-04-02 Thread appfused
l - look > for for your version #. > > Matt > > On 4/2/07, appfused <[EMAIL PROTECTED]> wrote: >> >> I thought appfuse comes with the 5.0.5 driver? >> I'm relying on everything maven pulls down when i build the application >> >> Let me kno

Re: [appfuse-user] Mysql 4.1

2007-04-02 Thread appfused
ady using it). > > Matt > > On 4/2/07, appfused <[EMAIL PROTECTED]> wrote: >> >> I just tried to install appfuse on a linux box that has tomcat 5,mysql4.1 >> however when it comes to do the dbunit task, it can't connect to the >> database alth

[appfuse-user] Mysql 4.1

2007-04-02 Thread appfused
I just tried to install appfuse on a linux box that has tomcat 5,mysql4.1 however when it comes to do the dbunit task, it can't connect to the database although the user name and password work from the command line. I use mysql -uusername -ppassword Any thoughts? should i be using a driver diff

Re: [appfuse-user] Finding Mapped Actions

2007-03-31 Thread appfused
wrote: > > If you remove the "actionPackages" parameter from web.xml (on the > struts filter), does the problem still happen? > > Matt > > On 3/30/07, appfused <[EMAIL PROTECTED]> wrote: >> >> I keep getting the following message when i try to

Re: [appfuse-user] Finding Mapped Actions

2007-03-31 Thread appfused
? appfused wrote: > > I don't have actionPackages in my web.xml. See attahced. > > > > mraible wrote: >> >> If you remove the "actionPackages" parameter from web.xml (on the >> struts filter), does the problem still happen? >> >> Matt &

Re: [appfuse-user] Finding Mapped Actions

2007-03-31 Thread appfused
The issue was that doing mvn package was not copying my struts.xml file into the app war in the target directory hence all the action i added were not available in the app. basically a misunderstanding between maven and I. Do i have to do mvn integration:test to get a full rebuild? appfused

Re: [appfuse-user] Finding Mapped Actions

2007-03-31 Thread appfused
I don't have actionPackages in my web.xml. See attahced. mraible wrote: > > If you remove the "actionPackages" parameter from web.xml (on the > struts filter), does the problem still happen? > > Matt > > On 3/30/07, appfused <[EMAIL PROTECTED]>

[appfuse-user] Finding Mapped Actions

2007-03-30 Thread appfused
I keep getting the following message when i try to access various links on the page i created after deploying the struts2 basic achetype. Any ideas what i might be doing wrong? Any help appreciated even a hint would be great. My assumptions are that appfuse all my presentation layer can be configu

[appfuse-user] error finding actions

2007-03-28 Thread appfused
I keep getting the following message when i try to access various links on the page i created after deploying the struts2 basic achetype. Any ideas what i might be doing wrong? There is no Action mapped for namespace / and action name summary. - [unknow n location] in the struts.xml, i have

[appfuse-user] Admin Interceptor

2007-03-25 Thread appfused
How is the following interceptor class wired up to org.appfuse.webapp.interceptor.UserRoleAuthorizationInterceptor in struts.xml in the basic struts 2 archetype? -- View this message in context: http://www.nabble.com/Admin-Interceptor-tf3464406s2369.html#a9665833 Sent from the AppFuse - User

[appfuse-user] Adding new roles

2007-03-20 Thread appfused
I added a new role to the role table and referenced it like the other roles in the menu-config.xml and then rebuilt the bundle however the menu does not show the new menu item even though i specify that both admin and new role should be able to see the new menu item. My menu-config entry is as fol

Re: [appfuse-user] strutss basic archetype security

2007-03-20 Thread appfused
Thanks a lot. appfused wrote: > > Hi, > I'm new to appfuse and it looks like a really cool tool. I've been looking > through the appfuse generated code for the struts2 basic archetype and i > can't see how the userDao bean is defined. It's refer

Re: [appfuse-user] strutss basic archetype security

2007-03-17 Thread appfused
: > > You are correct that sample-data.xml contains the default data. The > passwords are SHA-encrypted. Decrypted they are "tomcat". > > Matt > > On 3/17/07, appfused <[EMAIL PROTECTED]> wrote: >> >> Thanks a lot. I guess this is one of the issues

Re: [appfuse-user] strutss basic archetype security

2007-03-17 Thread appfused
missing something? mraible wrote: > > The userDao bean definition is stored in the appfuse-hibernate JAR - > at the root level. It's loaded from the web.xml using > classpath*:/applicationContext-dao.xml. > > Matt > > On 3/17/07, appfused <[EMAIL PROTECTED]

[appfuse-user] strutss basic archetype security

2007-03-17 Thread appfused
Hi, I'm new to appfuse and it looks like a really cool tool. I've been looking through the appfuse generated code for the struts2 basic archetype and i can't see how the userDao bean is defined. It's referenced in the security.xml file as The app compiles and deploy