Re: [appfuse-user] how to hide menu items only for ROLE_ADMIN users

2008-07-11 Thread oscar perez
How about doing it programmatically in menu.jsp in the same fashion the logout link is done? > > Which makes this menu item to appear to all roles, even anonymous users. I > need to hide it only from users with role ROLE_ADMIN. I then modified this > line so it looks like this: > > roles="anony

Re: [appfuse-user] Appfuse integration with ActiveMQ

2008-07-11 Thread Aakhunaten
Hi, I have pretty much the same requirement. To begin with, I am just confused with all the different options available. Finally, I think I will go with ActiveMQ. Will the instructions available for integration with Spring at the ActiveMQ website work for AppFuse? (I know I should just try it).

Re: [appfuse-user] Error while deploying an AppFuse Struts 2 application on Resin 3.1

2008-07-11 Thread Matt Raible
Deleting src/main/resources/META-INF should solve your issue. Matt On Thu, Jul 10, 2008 at 6:28 PM, George Wei <[EMAIL PROTECTED]> wrote: > > I'm using Hibernate. > > > mraible wrote: >> >> Are you using Hibernate or JPA? >> >> On Wed, Jul 9, 2008 at 9:24 PM, George Wei <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] Error while deploying an AppFuse Struts 2 application on Resin 3.1

2008-07-11 Thread George Wei
Yes, this is the real solution for my problem. Thanks a lot. George mraible wrote: > > Deleting src/main/resources/META-INF should solve your issue. > > Matt > > On Thu, Jul 10, 2008 at 6:28 PM, George Wei <[EMAIL PROTECTED]> wrote: >> >> I'm using Hibernate. > -- View this message in con