[appfuse-user] How do I add another web project using modular Spring MVC?

2007-06-17 Thread fadhli
Hi there, I am using Spring MVC modular archetype. I want to ask how do I add another web project but using the same core module? -- /fadhli

[appfuse-user] AppFuse 1.9.4 problem with spring 2.0

2007-06-17 Thread lim xu
Hey all, At work, our production server use jdk 1.4/Websphere 5.1, to make our life easier, on local machine, we are developing appfuse 1.9.4 with Tomcat 4.1 on windows XP sp2. Everything is fine, ant test all, package web, deploy war, but when I started tomcat, I got this error. org.sprin

Re: [appfuse-user] ClassCast Exeption

2007-06-17 Thread fadhli
Matt, I reproduced the steps again and I noticed that this warning message only comes out when I don't start my mail server. Do you still think that it is a valid bug? On 6/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: Sounds like a bug to me, can you please enter an issue in JIRA with steps t

Re: [appfuse-user] [newbie] How to map a ManyToOne relationship in jsp

2007-06-17 Thread tobutaz at gmail
Michael Horwitz wrote: > > I'm afraid Struts 2 is not my strength, but it should be pretty > straightfoward (I know it is easy in Spring MVC). You will find a useful > tag reference here for Struts 2: > http://struts.apache.org/2.0.8/docs/tag-reference.html > > The exact tag you choose will la

Re: [appfuse-user] 2.0 M5: many exception after new installation > $mvn jetty:run-war

2007-06-17 Thread Michael Horwitz
If you want to see where it is coming from, run mvn with the -X switch and pipe the output to a log file. On the other hand it may simply be easier to add a dependency in the pom on the correct version of ehcache - this will automatically override any dependency pulled in transitively. Mike. On

Re: [appfuse-user] 2.0 M5: many exception after new installation > $mvn jetty:run-war

2007-06-17 Thread BERNATOWICZ
Matt, My apologies in advance for newbie questions... I am experiencing the same exception, however my skeleton app runs fine in Jetty. I try to run it in Netbeans with the embedded Tomcat and the exception described here occurs. I successfully ran the skeleton in a standalone Tomcat 5.5.23 by

Re: [appfuse-user] status of 2.0 RC1

2007-06-17 Thread tibi
i agree with franco... happy fathers day ;) just keep us informed thats all ;) tibi Franco wrote: Matt, We all understand. Just take time off today and enjoy the barbecue :*) and playtime ^L^with your kids . Happy Father's Day from all Appfuse users. I'm gonna do the same :) Best regards

Re: [appfuse-user] status of 2.0 RC1

2007-06-17 Thread Franco
Matt, We all understand. Just take time off today and enjoy the barbecue :*) and playtime ^L^with your kids . Happy Father's Day from all Appfuse users. I'm gonna do the same :) Best regards Franco mraible wrote: > > I want to finish 2.0 as bad as you'd like to see it finished. However, >

Re: [appfuse-user] status of 2.0 RC1

2007-06-17 Thread Matt Raible
I want to finish 2.0 as bad as you'd like to see it finished. However, I'm having a hard time balancing paid-for-work, family life and open source development. When things get tight, open source development is the thing that usually drops off for me. I'd *love* to release RC1 at the end of the mon

Re: [appfuse-user] Question/Problem with Loading Context and Importing Libraries into Appfuse 2.0

2007-06-17 Thread Eric Fitzsimmons
Thanks for clarifying Matt. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Appfuse 2.0-m5 does not support UTF8 ?

2007-06-17 Thread Matt Raible
The reason they're likely not coming through properly is because you have to list ApplicationResources.properties as one of the files to process in the native2ascii-mave-plugin in your pom.xml. The i18n file name in web.xml is for JSTL, when its defined in struts.xml (or other files), it's for th

Re: [appfuse-user] Appfuse 2.0-m5 does not support UTF8 ?

2007-06-17 Thread Fan
Because I wanted to show both "english"/"chinese" label at the same time. My initial idea was to append the chinese translations to the english values in ApplicationResources.properties. Was not is possible ? I am confused in the following ways: 1) what's the encoding between ApplicationResource

Re: [appfuse-user] Question/Problem with Loading Context and Importing Libraries into Appfuse 2.0

2007-06-17 Thread Matt Raible
On 6/16/07, MDA Team <[EMAIL PROTECTED]> wrote: Hi all, I'd have couple of starter questions regarding appfuse 2.0: - Where can be found log files containing errors with bean loading? It seems that adding a controller and a related jsp page causes the tests to return errors. So far, I have noti

Re: [appfuse-user] Tomcat Deployment

2007-06-17 Thread Matt Raible
You get this when deploying or when trying to reload your context? If you add a context.xml file to src/main/webapp/META-INF, you may be able to solve this. In that file, you can put something like: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Matt On 6/17/07, Martin Ravell <[

Re: [appfuse-user] Appfuse 2.0-m5 does not support UTF8 ?

2007-06-17 Thread Matt Raible
On 6/17/07, Fan <[EMAIL PROTECTED]> wrote: After commenting out the gzipFilter in web.xml, the data value in the form can show chinese or japanese. But I realised another problem with the lable or , I have keyed in the chinese characters in ApplicationResources.properties, but the chinese chara

Re: [appfuse-user] ClassCast Exeption

2007-06-17 Thread Matt Raible
Sounds like a bug to me, can you please enter an issue in JIRA with steps to reproduce? http://issues.appfuse.org/browse/APF Thanks, Matt On 6/17/07, fadhli <[EMAIL PROTECTED]> wrote: Hi there, I am using appfuse 2.0m5 basic spring mvc. After a user sign up - jetty console will come out a war

[appfuse-user] Tomcat Deployment

2007-06-17 Thread Martin Ravell
I'm trying to deploy my 2m5 app to a Tomcat5 server on my Linux box but am getting the following error: "The server encountered an internal error (Error retrieving attribute reloadable) that prevented it from fulfilling this request." I'm thinking that I should try getting 'reloadable' into the

Re: [appfuse-user] [newbie] How to map a ManyToOne relationship in jsp

2007-06-17 Thread Michael Horwitz
I'm afraid Struts 2 is not my strength, but it should be pretty straightfoward (I know it is easy in Spring MVC). You will find a useful tag reference here for Struts 2: http://struts.apache.org/2.0.8/docs/tag-reference.html The exact tag you choose will largely depend on what kind of html tags y

[appfuse-user] hibernate pagination question

2007-06-17 Thread j2ee dodo
Hi gang, According to wiki on http://raibledesigns.com/wiki/Wiki.jsp?page=DisplayTagAndHibernatePagination public List getTestData(int page, int pageSize){ Query query = getSession().createQuery("from Test"); return query.setFirstResult(page * pageSize).setMaxResults(pageSiz

Re: [appfuse-user] status of 2.0 RC1

2007-06-17 Thread tibi
no features or bugs but there are two things: 1) i want to upgrade my m3 and m4 projects. it would be a bit frustrating to upgrade to m5 when one day later rc1 or one week later final will be there. I rather would upgrade all in one. or at least all on the same day. 2) a new project will star

Re: [appfuse-user] Appfuse 2.0-m5 does not support UTF8 ?

2007-06-17 Thread Fan
After commenting out the gzipFilter in web.xml, the data value in the form can show chinese or japanese. But I realised another problem with the lable or , I have keyed in the chinese characters in ApplicationResources.properties, but the chinese characters does not show properly on the screen.

[appfuse-user] ClassCast Exeption

2007-06-17 Thread fadhli
Hi there, I am using appfuse 2.0m5 basic spring mvc. After a user sign up - jetty console will come out a warning like this... The user registration is successful though. 2007-06-17 15:34:12.125::WARN: /signup.html: java.lang.ClassCastException: java.lang.String at org.appfuse.webapp.liste

Re: [appfuse-user] If user.email is transient then got unnown column exception

2007-06-17 Thread ros
After database drop have to call mvn compile hibernate3:hbm2ddl dbunit:operation -e twice to create database and load data. On first call database created but got exception: [ERROR] SchemaExport - schema export unsuccessful On second call everything is done ok. Did you make e-mail transient?