[appfuse-user] Struts menu 2.4.4

2008-01-21 Thread jithesh
Hi Matt, How can i download the struts menu 2.4.4. I have some problem with the current version with geronimo 2.x. Will please provide a solution on this issue .. Thanks Jithesh -- View this message in context: http://www.nabble.com/Struts-menu-2.4.4-tp15013203s2369p15013203.html Sent fr

Re: [appfuse-user] Generating Dao and Managers

2008-01-21 Thread Matt Raible
On Jan 21, 2008, at 2:08 PM, Fred Forester wrote: Hi All. can Appfuse2 generate Dao and Manager code like in 1.9? Yes. I was this option mentioned a few times but don't understand what it does. true When this is true, AMP generates bean definitions using the GenericManager and Gen

RE: [appfuse-user] Send Email from Service Layer

2008-01-21 Thread Ding, Qin
Mike: After getting ServletContextAware, as you said, I called URL url = servletContext.getResource("/index.html"). Also, I tried to get Host, Port ... from url object, I got Host null, and port 0. What did I do wrong? The applicationURL does not work without host, serverName, and port.

[appfuse-user] Generating Dao and Managers

2008-01-21 Thread Fred Forester
Hi All. can Appfuse2 generate Dao and Manager code like in 1.9? I was this option mentioned a few times but don't understand what it does. true Thanx Fred - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [appfuse-user] disable UserService web service?

2008-01-21 Thread Joachim Martin
Sorry, stupid multi-module build problem. Did not do a mvn install before running the webapp. Keep on forgetting to do that... Thanks --Joachim Matt Raible wrote: Did you run full-source? If so, you might want to make sure appfuse-service is not in your classpath (WEB-INF/lib). Matt On 1/

Re: [appfuse-user] disable UserService web service?

2008-01-21 Thread Matt Raible
Did you run full-source? If so, you might want to make sure appfuse-service is not in your classpath (WEB-INF/lib). Matt On 1/21/08, Joachim Martin <[EMAIL PROTECTED]> wrote: > Hi, > > I've removed the @WebService annotations from UserService and > UserManagerImpl but UserService is still being d

RE: [appfuse-user] Send Email from Service Layer

2008-01-21 Thread Ding, Qin
Mike: After my bean extends ServletContextAware and added the setter for the ServletContext, I got the nullpointer exception for the ServletContext. Do I still have to add to the applicationContext-service.xml file? If yes QD From: Ding, Qin [mailto:[

Re: [appfuse-user] Can Hibernate map this ?

2008-01-21 Thread Dale Newfield
emmettwalsh wrote: I have a relationship between two tables which Im not sure sure is actually possible to model with hibernate or not. Sounds to me like you have two classes that should extend User (using a single table for the entire class hierarchy). You can have a one-to-many relationshi

[appfuse-user] disable UserService web service?

2008-01-21 Thread Joachim Martin
Hi, I've removed the @WebService annotations from UserService and UserManagerImpl but UserService is still being deployed as a SOAP service. Is there something else I need to do to disable this? Using 2.0.1. Thanks --Joachim -

RE: [appfuse-user] Send Email from Service Layer

2008-01-21 Thread Ding, Qin
Thanks, Mike. From: Michael Horwitz [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 9:39 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Send Email from Service Layer Make your bean extend the interface ServletContextAware. When Spri

Re: [appfuse-user] AppFuse Application doesn't work in Geronimo

2008-01-21 Thread jithesh
Hi, I was Using appfuse 1.9.4 for building the web application on Geronimo 1.0. Recently i planned to upgrade to Geronimo 2.x. But i got the same error on Struts menu. As per the instruction i modified the to 1.1 and 1.2 in both files. But the error is still there. My struts menu version

Re: [appfuse-user] change theme without being admin

2008-01-21 Thread elaroche
Well it depends. I had these configurations : - no modifications possible (even admin) - per user setting - per origin (network information : intranet, extranet, internet) Matt Raible-3 wrote: > > What do other users think? Is it better to have it the current way > (changeable by admins

Re: [appfuse-user] Appfuse-app and Java 1.4 / Retrotranslator problems

2008-01-21 Thread Yopy
Could you give an example of how to do that? I've only managed to add an exclusion tag to the retrotranslator's plugin section through a dependency tag (as in: I can only seem to add an exclusion if I also add a dependency), but I wouldn't know which dependency to define - if that's even applicabl

[appfuse-user] Can Hibernate map this ?

2008-01-21 Thread emmettwalsh
Hi, I have a relationship between two tables which Im not sure sure is actually possible to model with hibernate or not. Here are my tables: The app_user table (same as the app_user table in Appfuse 2, but i will omit the irrelevant fields to the problem) -- id -1 (has a 'prod