Re: [appfuse-user] exception on command: mvn appfuse:full-source (appfuse 2.0.1)

2007-12-28 Thread Matt Raible
Please post the error you're seeing. Matt On 12/28/07, Semen Levinson <[EMAIL PROTECTED]> wrote: > Hi, > > I have the same exception as Abe. Please see: > http://www.nabble.com/Not-able-to-run-appfuse:full-source-td1334s2369.html > > Unfortunately deleting ~/.m2/repository/org/codehaus/mojo/a

Re: [appfuse-user] Database connection failure

2007-12-28 Thread TWood
I have the same situation where our application must be able to handle a bad db connection on when the application starts. What is the best way to make appfuse wait for the database to start? Thanks for all your help. -- View this message in context: http://www.nabble.com/Database-connection

Re: [appfuse-user] error about ibatis test

2007-12-28 Thread Mark Rosenthal
Looks like your update is trying to stuff a string value into an integer column. The tutorial update statement is: update person set first_name = ?, last_name = ? where id = ? Which uses the parameterMap: Move the property="id" line down under the property="l

[appfuse-user] Re: Struts2 Tabbed Panel + DisplayTag table

2007-12-28 Thread Raghuveer Rawat
Looks like this is open issue.. i found something interesting in WebWork Forum... Just giving reference if someone is facing same issue... http://forums.opensymphony.com/thread.jspa?messageID=116863𜡿 On 12/28/07, Raghuveer Rawat <[EMAIL PROTECTED]> wrote: > Hi, > I am facing problem in using Dis

[appfuse-user] exception on command: mvn appfuse:full-source (appfuse 2.0.1)

2007-12-28 Thread Semen Levinson
Hi, I have the same exception as Abe. Please see: http://www.nabble.com/Not-able-to-run-appfuse:full-source-td1334s2369.html Unfortunately deleting ~/.m2/repository/org/codehaus/mojo/appfuse-maven-plugin didn't fix the problem. Could you help to solve it? Semen ---

[appfuse-user] Struts2 Tabbed Panel + DisplayTag table

2007-12-28 Thread Raghuveer Rawat
Hi, I am facing problem in using Display Tag with Struts2 Tabbed Panel and need some urgent help.. When page loads then I can see table correctly but when I sort or paginate then result is getting opened in new window. Here is sample code that I am written... MyMessages.jsp This page contain tabbed

Re: [appfuse-user] Generating DAO, Service test class in Struts2 modular

2007-12-28 Thread Matt Raible
What's the error you're seeing? Matt On Dec 28, 2007, at 1:54 AM, Allan Ang wrote: Is there any way I can generate test classes for a Struts2 modular project I have tried appfuse:gen to no avail or did I miss something? thanks and happy new year everyone! allan -- View this message in co

[appfuse-user] [solution] Inserting blobs using external files using DBUnit

2007-12-28 Thread Joachim Ansorg
Hi all, just for the archive. I found an old post in this list about this topic but no solution was found. Here it is now. Q: How do I insert binary data into the DB using dbunit? Without inserting the data in the xml itself, of course. A: It's simple. Although DBUnit claims to have support

Re: [appfuse-user] how to display menu

2007-12-28 Thread majaa majaa
yes, in Firefox and in IE but in Opera it is ok.. so perhaps something is wrong with html :( there are no interesting warnings for this page in Firefox's console . strange! but ok majaa 2007/12/28, Matt Raible <[EMAIL PROTECTED]>: > > What browser does this happen in? Does it happen in both Fire

Re: AW: AW: [appfuse-user] Help with Spring 2.5 annotation

2007-12-28 Thread Le Anh Tuan
Hi Rene It does not work because there is no bean name "personDao". I define bean using GenericDao, therefore not Dao is defined. René Günther wrote: Just thought about it: maybe @Resource(name = "personDao") instead of @Autowired   Von: René Günther [mailto:[EMAIL PRO

[appfuse-user] Generating DAO, Service test class in Struts2 modular

2007-12-28 Thread Allan Ang
Is there any way I can generate test classes for a Struts2 modular project I have tried appfuse:gen to no avail or did I miss something? thanks and happy new year everyone! allan -- View this message in context: http://www.nabble.com/Generating-DAO%2C-Service-test-class-in-Struts2-modular-tp1

AW: AW: [appfuse-user] Help with Spring 2.5 annotation

2007-12-28 Thread René Günther
Just thought about it: maybe @Resource(name = "personDao") instead of @Autowired Von: René Günther [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. Dezember 2007 06:59 An: users@appfuse.dev.java.net Betreff: AW: AW: [appfuse-user] Help with Spring 2.5 annotation You probably need another a