Re: [appfuse-user] errors with appfuse:gen

2008-06-12 Thread Vincent Ramdhanie
Hi JC, Thanks for the info. I tried JDK 1.5 and its working fine. I don't see any problems with using 1.5 for now so I'll probably do that. Since I'm always connected I'll try the suggestion of modifying AppFuseGeneratorMojo later on. Thanks Vincent On Thu, Jun 12, 2008 at 11:56 AM, JC Oosthuize

Re: [appfuse-user] errors with appfuse:gen

2008-06-12 Thread JC Oosthuizen
Hi, The current solution works fine on JDK 1.5 and I haven't tested it on JDK 1.6. I will look into fixing it on JDK 1.6 and send a patch. If you replace the "http://apache.org/xml/features/nonvalidating/load-external-dtd"; with "http://xml.org/sax/features/external-parameter-entities"; in AppFu

Re: [appfuse-user] errors with appfuse:gen

2008-06-12 Thread Vincent Ramdhanie
Hi, I am using JDK 1.6. Thanks Vincent On Thu, Jun 12, 2008 at 3:10 AM, JC Oosthuizen <[EMAIL PROTECTED]> wrote: > > Hi Vincent, > > The option that is unrecognized is used to prevent the XML parser from > retreiving the dtd from the internet, but it is clearly not supported by > the > parser on

Re: [appfuse-user] errors with appfuse:gen

2008-06-12 Thread JC Oosthuizen
Hi Vincent, The option that is unrecognized is used to prevent the XML parser from retreiving the dtd from the internet, but it is clearly not supported by the parser on your system. What version of the JDK are you using? Regards, JC Oosthuizen Vincent Ramdhanie wrote: > > Hi Matt, > I rever

Re: [appfuse-user] errors with appfuse:gen

2008-06-11 Thread Flavio Froes
I did do I this revert? On Fri, May 23, 2008 at 1:43 PM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Hi Matt, > I reverted and it seemed to get pass the problem. > Thanks. > Vincent > > > On Fri, May 23, 2008 at 11:51 AM, Matt Raible <[EMAIL PROTECTED]> > wrote: > >> The only step I can think

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Vincent Ramdhanie
Hi Matt, I reverted and it seemed to get pass the problem. Thanks. Vincent On Fri, May 23, 2008 at 11:51 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > The only step I can think of is to revert the version of AMP to 2.0.1. > > Matt > > On Fri, May 23, 2008 at 8:17 AM, Vincent Ramdhanie <[EMAIL PROT

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Matt Raible
The only step I can think of is to revert the version of AMP to 2.0.1. Matt On Fri, May 23, 2008 at 8:17 AM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Thanks Matt, > Yes I am connected to the Internet and no I am not behind a firewall. After > reading the issue APF-1045 that you pointed out

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Vincent Ramdhanie
Thanks Matt, Yes I am connected to the Internet and no I am not behind a firewall. After reading the issue APF-1045 that you pointed out though I tried removing the class mapping entry from hibernate.cfg.xml then running appfuse:gen again. Originally I had made the entry manually. But still the sam

Re: [appfuse-user] errors with appfuse:gen

2008-05-23 Thread Matt Raible
Are you connected to the internet when you run this? Are you behind a firewall? This seems to be caused by the following enhancement: http://issues.appfuse.org/browse/APF-1045 Matt On Fri, May 23, 2008 at 5:52 AM, Vincent Ramdhanie <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to use appfus

[appfuse-user] errors with appfuse:gen

2008-05-23 Thread Vincent Ramdhanie
Hello, I am trying to use appfuse:gen on a struts modular project. I am using appfuse 2.0.2. I start in the core module with the command: mvn appfuse:gen -Dentity=Article The following error shows up: Property 'http://apache.org/xml/features/nonvalidating/load-external-dtd' is not recognized. o