Re: [appfuse-user] svn check out error

2009-11-22 Thread Hantsy Bai
Ok, Thanks. On 11/23/2009 02:27 PM, mraible [via AppFuse] wrote: > I would try again. I suspect a network hiccup happened or an issue on > java.net 's side of things. > > On Sun, Nov 22, 2009 at 11:20 PM, Hantsy Bai <[hidden email] >

Re: [appfuse-user] svn check out error

2009-11-22 Thread Matt Raible
I would try again. I suspect a network hiccup happened or an issue on java.net's side of things. On Sun, Nov 22, 2009 at 11:20 PM, Hantsy Bai wrote: > > I checked out the newest code from http://appfuse.dev.java.net and > encountered the following errors. > > svn: REPORT of '/svn/appfuse/!svn/vc

[appfuse-user] svn check out error

2009-11-22 Thread Hantsy Bai
I checked out the newest code from http://appfuse.dev.java.net and encountered the following errors. svn: REPORT of '/svn/appfuse/!svn/vcc/default': Could not read response body: Secure connection truncated (https://appfuse.dev.java.net) -- View this message in context: http://n4.nabble.com/sv

Re: [appfuse-user] Interview with Mr Matt Raible

2009-11-22 Thread Matt Raible
I would suggest sending your questions to this list and I'll do my best to answer them here. Just so you know, I am traveling for the next couple of weeks, so my time is limited. Matt On Sun, Nov 22, 2009 at 4:44 PM, Aymen Farrah wrote: > Dear Mr Matt Raible, > > > I'm very thankful for your an

[appfuse-user] Interview with Mr Matt Raible

2009-11-22 Thread Aymen Farrah
Dear Mr Matt Raible, I'm very thankful for your answer, now i'm registred in the AppFuse community and i'm reading the documentation about it :) I have the 7th december 2009 a Show, to talk about APPFUSE and to explain this framework to all my colleagues (Engineers IT) and my professor at Univ

Re: [appfuse-user] Construction struts2.0 error message in appfuse2.2

2009-11-22 Thread Matt Raible
I'm sorry, but I don't know what's specifically causing your problem. The solution I provided has solved this problem for everyone before. The reason I suggested 2.1.0-M1 is because I know this issue doesn't exist there. The problem happens because you have two versions of Spring in your classpath

Re: [appfuse-user] Construction struts2.0 error message in appfuse2.2

2009-11-22 Thread lqhart
Hi, Received with thanks,Could you tell me what is embedded error? what and where could I locate in the pom.xml or other file? I want to using 2.1.0 instead o 2.0.2?but it is really big work for me? Thanks, Art mraible wrote: > > Can you try using 2.1.0-M1 instead of 2.0.2? > > On Sun, No

Re: [appfuse-user] Performance problems!!!

2009-11-22 Thread Arthur Erdös
hi! 700 records is not really a lot for a RDBMS like MySql... Do you have proper DB indexes set? Did you map your relations correctly? Check your database first. I don't think you have an appfuse related problem in this case. best regards, Arthur On Sun, 2009-11-22 at 09:57 -0800, taltu wrote

[appfuse-user] Performance problems!!!

2009-11-22 Thread taltu
Hi, I make use of Appfuse 2.02 Struts 2 modular + jpa. I have big big problems with performance. I hope some of you can HELP me... My datamodel make use of the User domain object with 13 references. I have enabled org.hibernate.SQL log and it seems like there are lot selects with those referenc

Re: [appfuse-user] Re: Generated Web tests won't work when entities have members with prefix _ (underscore)

2009-11-22 Thread Matt Raible
Thanks for the patch! I'll have this fixed as part of the 2.1.0-M2 release. On Sun, Nov 22, 2009 at 8:34 AM, Sudhir N wrote: > I just created a JIRA and attached patch... > > Have a look at http://issues.appfuse.org/browse/APF-1172 > > Thanks > SN > > > > > *Sudhir Nimavat* > *Senior software en

Re: [appfuse-user] Construction struts2.0 error message in appfuse2.2

2009-11-22 Thread Matt Raible
Can you try using 2.1.0-M1 instead of 2.0.2? On Sun, Nov 22, 2009 at 8:22 AM, lqhart wrote: > > Hi, > > I added them in pom.xml,It display same message in the command line, > I am comfusing that what is the problem?why did it disply build Error > message? > > Thanks, > > Art. > > > > -- > View t

[appfuse-user] Re: Generated Web tests won't work when entities have members with prefix _ (underscore)

2009-11-22 Thread Sudhir N
I just created a JIRA and attached patch... Have a look at http://issues.appfuse.org/browse/APF-1172 Thanks SN Sudhir NimavatSenior software engineer. Quick start global PVT LTD. Baroda - 390007 Gujarat, India Personally I'm always ready to learn, although I do not always like bein

Re: [appfuse-user] Construction struts2.0 error message in appfuse2.2

2009-11-22 Thread lqhart
Hi, I added them in pom.xml,It display same message in the command line, I am comfusing that what is the problem?why did it disply build Error message? Thanks, Art. -- View this message in context: http://n4.nabble.com/Construction-struts2-0-error-message-in-appfuse2-2-tp758687p758704.html

Re: [appfuse-user] Construction struts2.0 error message in appfuse2.2

2009-11-22 Thread Matt Raible
Adding the following to your pom.xml should fix this. org.springframework spring-web ${spring.version} For more information, see http://issues.appfuse.org/browse/APF-977. On Sun, Nov 22, 2009 at 7:45 AM, lqhart wrote: > > Hi all, > > Could you give s

[appfuse-user] Construction struts2.0 error message in appfuse2.2

2009-11-22 Thread lqhart
Hi all, Could you give some idea for soloving this belowing Error? Thanks, Art Lingbo Liu --- Environment jdk1.5 maven 2.2 tomcat 6.14 initionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1104) [INFO] [talledLocalContainer] at org.springframework.b

Re: [appfuse-user] error: NullPointerException when using hibernate

2009-11-22 Thread QuanNH
ok, test passed :) thanks -Quan On Sun, Nov 22, 2009 at 2:39 AM, mraible [via AppFuse] wrote: > Adding @Autowired to your personDao should solve this problem. You'll also > need a @Test annotation on your test method. I've updated the tutorial to > reflect this. > > Matt > > On Sat, Nov 21, 2