Re: [appfuse-user] Good Java Web Hosts

2008-07-24 Thread Karl Laird
I have found eatJ to be pretty good - although I do hit issues with the user name needing to be the same as my database schema? On Fri, Jul 25, 2008 at 3:21 PM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Hello All, > I hope this question is not too far off topic. > > I am nearing completion

[appfuse-user] Good Java Web Hosts

2008-07-24 Thread Vincent Ramdhanie
Hello All, I hope this question is not too far off topic. I am nearing completion of an AppFuse based project and am (only) now looking for a good web host that will support the servlets technology that I need. The application has to be hosted externally. In searching there does not seem to be tha

Re: [appfuse-user] AppFuse 2 JSF how to setup https switch

2008-07-24 Thread pedro_burglin
Yep, using the right package definitely helps but I am still not able to make it work properly. I am not getting any exceptions when I start Jetty (I followed this helpful post to configure Jetty to use SSL too: http://markmail.org/message/nnzgq3yzbkxlvvx2#query:appfuse%20jetty%20ssl+page:1+mid:s

[appfuse-user] hbm2ddl exclude entity scheme generator

2008-07-24 Thread Miguel Romero
Hi, in appfuse 2.x How con i exlude the entity ddl generate ? i wouldn´t like that entity Role was generated, how ? in appfuse 1.x, with something similar to the next worked:

[appfuse-user] cookie related

2008-07-24 Thread nani2ratna
Hi, When i go through the code, i saw the cookie implementation in javascript global.js and RequestUtil.java class. My doubt is, do we need both of the implementations or ine is enough. If we are using both from where we are calling those. Can any body help in this. Thanks and Regards Ratna --

Re: [appfuse-user] Invoke WebServices

2008-07-24 Thread Michael Duergner
You could use Apache Axis for creating a client. If I understood right what you wanna do. Axis takes care of all the SOAP stuff and even creates proxies based upon the wsdl file. On Thu, Jul 24, 2008 at 2:38 PM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Yes, I made PersonManager WebService. But

Re: [appfuse-user] Invoke WebServices

2008-07-24 Thread pedro_burglin
Hi, You may be able to use NetBeans to help you test WSDLs and create web service clients. Take a look here for some examples in section Tutorials and Examples here: http://www.netbeans.org/kb/trails/java-ee.html Hope that helps, Pedro Burglin Mauriff wrote: > > Yes, I made PersonManager WebS

Re: [appfuse-user] Invoke WebServices

2008-07-24 Thread Mauri Ferreyra
Yes, I made PersonManager WebService. But I want create the client for Consuming Web Service. Regards. Mauri. On Thu, Jul 24, 2008 at 5:41 AM, Peter Schneider-Manzell < [EMAIL PROTECTED]> wrote: > Hi! > > See http://appfuse.org/display/APF/Web+Services for more Details. > > Bye, > > Peter > > 200

[appfuse-user] appfuse:gen weird behaviour

2008-07-24 Thread stelios
Hi, Is there any guide on the limitations of the appfuse:gen? I've search the forum and checked the plugin's site but trying to resolve an error I have but still I haven't found any concrete information about it. I mean does it support generation of pojos with many-to-many relationships? One-to-m

Re: [appfuse-user] Invoke WebServices

2008-07-24 Thread Peter Schneider-Manzell
Hi! See http://appfuse.org/display/APF/Web+Services for more Details. Bye, Peter 2008/7/23 Mauri Ferreyra <[EMAIL PROTECTED]>: > Hi, I want invoke a Webservices (eg: PersonManager) from other application. > How I do this? > > >

Re: [appfuse-user] appfuse-basic-struts and appfuse:full-source doesn't work

2008-07-24 Thread Laurent Trillaud
It's easy to repoduce Let's start with a fresh install of maven 2.0.9 with an empty repository and no setting.xml. Buildin repository will be used. the command : mvn archetype:generate -DgroupId=fr.jouve.dtsi -DartifactId=test -Dversion=0.0.1-SNAPSHOT output : [INFO] Scanning for projects... [I