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

2009-01-06 Thread Matt Raible
Like you did with the Atlassian archetype, I'd try starting the command with "mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create". Matt On Tue, Jan 6, 2009 at 9:54 PM, sundaravel wrote: > > Thanks Ice-Man, > > I got the information from QuickStart guide the web application pr

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

2009-01-06 Thread sundaravel
Thanks Ice-Man, I got the information from QuickStart guide the web application projects will be created in my local using Maven command. To create a JSF basic project, I have used the following code, mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-

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

2009-01-06 Thread Youssef Mohammed
you need to configure your java mail props to have mail.smtp.auth = true mail.smtp.starttls.enable = true as for the port you can use 587 instead. Regards, Youssef On Tue, Jan 6, 2009 at 11:03 PM, Ice-Man wrote: > Fabio, > > I think u've pointed me in the right way, bcoz there are a lot

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

2009-01-06 Thread watcher
One thing you can try is signing up a user with an email address within the domain of the company. ( maybe your own email address within your company ). I've found that external email address wont work. e.g. @gmail.com unless the exchange server is configured to forward mails from your server

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

2009-01-06 Thread Ice-Man
Fabio, I think u've pointed me in the right way, bcoz there are a lot of Secure Policies here!! :O I asked the people from infra-structure/network and I made the configuration accordingly, but, unfortunetally, get the same result. I guess the only solution is download SMTP Server and ins

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

2009-01-06 Thread Fabio Cepeda
It seems the mail server is blocking port 25, sometimes they do this so that the server is not used as a mail forwarder they only let you send emails if you are able to authenticate yourself. Have you tried the mail properties with username and password? Hope it helps, Fabio Ice-Man wrote: >

Re: [appfuse-user] How to remove app-1.0-SNAPSHOT from url

2009-01-06 Thread Matt Raible
The context path matches the name of your WAR. If you want it to be deployed at the root - rename your WAR to ROOT.war. I'm sure there's other ways, but that's the easiest one I know. Matt On Tue, Jan 6, 2009 at 7:36 AM, Developeryours wrote: > > http://localhost:8080/app-1.0-SNAPSHOT/login.jsp

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-01-06 Thread Matt Raible
I've entered an issue for this in JIRA: http://issues.appfuse.org/browse/APF-1125 Matt On Tue, Jan 6, 2009 at 8:14 AM, Matt Raible wrote: > Thanks Nils - this is great stuff! > > One question: with XFire, we didn't need a for each > bean we wanted to expose. Is that required with CXF? Also, di

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-01-06 Thread Matt Raible
Thanks Nils - this is great stuff! One question: with XFire, we didn't need a for each bean we wanted to expose. Is that required with CXF? Also, did you attempt to support REST in addition to SOAP? Thanks, Matt On Tue, Jan 6, 2009 at 7:32 AM, agathon wrote: > > i mad a litte guide for migrat

[appfuse-user] How to remove app-1.0-SNAPSHOT from url

2009-01-06 Thread Developeryours
http://localhost:8080/app-1.0-SNAPSHOT/login.jsp This is my url i have deployed in tomcat.everything working fine..but when i perform serch functionality in my module the url redirection to http://localhost:8080/search.html.so i am getting 404 error.so i need to remove the snapshot context path f

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-01-06 Thread agathon
i mad a litte guide for migrating appfuse from xfire to cxf : http://snackycracky.wordpress.com/2009/01/06/migrate-appfuse-from-xfire-to-cxf/ -- View this message in context: http://www.nabble.com/CXF-and-AppFuse-2.0.1-tp14282383s2369p21311470.html Sent from the AppFuse - User mailing list arch