[appfuse-user] JRuby Spring Dynamic Language Support

2009-01-05 Thread Luke Galea
Hi all, I'm trying to put together a demo app using Appfuse and Spring's dynamic language support for JRuby to present to a Ruby group next week. I've run into a ton of problems: first when using Hibernate I was unable to get past the conflict with the ASM versions when running jetty:run-

Re: [appfuse-user] Appfuse2 struts type One-to-One Mapping Problem

2009-01-05 Thread DUSTIN PEARCE
I think you are trying to enter the ID of an Employee record and have that id become the Employee object when the User is processed by Struts. What you have now is Struts will create a blank Employee object and call user.setEmployee() and then will set the id property of that Employee, emp

Re: [appfuse-user] how to config SMTP | AppFuse to use Exchange/OutLook

2009-01-05 Thread Ice-Man
Matt, thnk u so much! ]o['s, Ice-Man 2009/1/5 Matt Raible > If you'd like to change this behavior, you'll need to modify the > SignupAction class. Full-source should allow you to do this. > > Matt > > On Mon, Jan 5, 2009 at 4:41 AM, Ice-Man > wrote: > > And also confirming: when a new

Re: [appfuse-user] how to config SMTP | AppFuse to use Exchange/OutLook

2009-01-05 Thread Matt Raible
If you'd like to change this behavior, you'll need to modify the SignupAction class. Full-source should allow you to do this. Matt On Mon, Jan 5, 2009 at 4:41 AM, Ice-Man wrote: > And also confirming: when a new member signsUp an account a e-mail is sent > to his (new member) own e-mail box (f

Re: [appfuse-user] how to config GMail's SMTP server to be used by AppFuse

2009-01-05 Thread Matt Raible
If you haven't received an answer, it's likely that no one knows the answer. Matt On Mon, Jan 5, 2009 at 9:22 AM, Ice-Man wrote: > Hi all, > > Everytime I try to configure (in mail.properties) mail.host= as myCompany > OutLook SMTP Server or either a WebMailler SMTP Server, I always

Re: [appfuse-user] BaseControllerTestCase not found

2009-01-05 Thread Fridj
Resolved this by full-source(ing). However a couple of additional issues appeared and have subsequently been resolved. 1. hibernate license had double nested tags. Resolution, removed one set of tags 2. m2 path had spaces. Resolution, moved repo to a path with no spaces. full-source refresh

[appfuse-user] how to config GMail's SMTP server to be used by AppFuse

2009-01-05 Thread Ice-Man
Hi all, Everytime I try to configure (in mail.properties) mail.host= as myCompany OutLook SMTP Server or either a WebMailler SMTP Server, I always get an error (for instance): '...[btpool0-3] MailEngine.send(76) | Mail server connection failed; nested exception is javax.mail.Massageing

Re: [appfuse-user] Appfuse2 struts type One-to-One Mapping Problem

2009-01-05 Thread Ice-Man
We didn't understand what u want. What do u mean 'im trying to map this employee to User.'? Ice-Man 2008/12/20 Rajesh.SriRamoju > > Hi > > Please Help me out here > > What Iam trying to do is one-to-one Mapping in Appfuse2 Struts type > Steps that I did > I have an Employee model > and im

Re: [appfuse-user] Validation problems with Eclipse Ganymede and modular projects

2009-01-05 Thread Ice-Man
Hi Morris, U have also to run '*mvn install eclipse:eclipse*' (not only 'mvn eclipse:eclipse'), since you're using a modular archetype. And other procedure u have to follow (the only way I know), so that get able to compile and deploy/run your AppFuse app in Eclipse's TomCat, is described in

[appfuse-user] BaseControllerTestCase not found

2009-01-05 Thread Fridj
jdk6 mvn 2.0.9 appfuse 2.0.2 eclipse 3.4.1 archtype appfuse-basic-spring Eclipse reports BaseControllerTestCase cannot be resolved to a type command-line reports cannot find symbol symbol: class BaseControlerTestCase Any ideas? TiA. -- View this message in context: http://www.nabbl

Re: [appfuse-user] Problem with float validation

2009-01-05 Thread Irshad Buchh
Hi, I have the similar problem. I deployed the applight application to Weblogic 10.3, on one of the jsp pages I have a required field. When this required filed is not filled in and the form submitted there are no validation errors displayed using client javascript. The same application runs great

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-05 Thread Ice-Man
About AppFuse Directory: it depends on the level of Organization u sease!! I would suggest something like (I enjoy group all about Java in a Java dir on root) this: 'C:\Java\AppFuse\Source' So, from Source dir whenever u generate a new AppFuse archetype, it will be generated in a subDir nam

[appfuse-user] Problem in Windows and tomcat5

2009-01-05 Thread Developeryours
Hi, Now its working.But now i am working fedora 9 linux.But when i am deployed in windows vista 404 error coming..can u any one suggest how to deploy in Windows vista tomcat5.5 Thanks Developer -- View this message in context: http://www.nabble.com/Problem-in-Windows-and-tomcat5-tp21290446s236

[appfuse-user] Problem in tomcat deploy appfuse spring ==Fixed in Linux

2009-01-05 Thread Developeryours
Hi , I have fixed my issue .There is problem regarding velocity.property file generating.I have created velocity.properties file in WEB-INF/Classes and add this line in that file. runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogSystem Now its working.But now i am working fedo

Re: [appfuse-user] how to config SMTP | AppFuse to use Exchange/OutLook

2009-01-05 Thread Ice-Man
And also confirming: when a new member signsUp an account a e-mail is sent to his (new member) own e-mail box (from "myCompany"'s mail box), is this way??! And what about if I try to change AppFuse mailing behavior?!! Like this: whenever a new member SignUp an account, a e-mail is sent to my (A

[appfuse-user] Problem in tomcat deploy appfuse spring

2009-01-05 Thread Developeryours
Yikes! javax.servlet.jsp.JspException: Error initializing Velocity: java.lang.NullPointerException at net.sf.navigator.taglib.DisplayMenuTag.doStartTag(DisplayMenuTag.java:105) at net.sf.navigator.taglib.el.DisplayMenuTag.doStartTag(DisplayMenuTag.java:45) at org.apache.j