[appfuse-user] why we use "aspectj-maven-plugin"

2008-09-07 Thread chinofish
i tried to remark the plugin in pom.xml nothing happens what's exactly the reason to include the plugin ? Thanks !!!

[appfuse-user] a compile problem with java6 and chinese character

2008-09-04 Thread chinofish
Our environment is : java6 appfuse2.0.2 utf-8 aspectj1.6.0 there are some chinese remarks. Compile may fail when some special chinese characters are used in remark. if I delete the remarks, compile will succeed. and if I changed jdk version from java6 to java5, compile succeeds too. and i

[appfuse-user] In appfuse2, how to use multiple dataset file with dbunit and maven ?

2008-08-31 Thread chinofish
In appfuse2, we use dbunit and sample-data.xml to prepare data for testcase. but, in some cases , we need multiple dataset files such as sample-data2.xml,sample-data3.xml. in pom.xml I changed src/test/resources/sample-data.xml into src/test/resources/sa

[appfuse-user] an weird integration error

2008-03-13 Thread chinofish
the error message : Wrong document title found!. Expected value ".*Person List.*" but got "Person Detail | AppFuse" the test case is auto generated: &config; &login;

[appfuse-user] about change extension

2008-03-12 Thread chinofish
we all know that .html is the choice of appfuse2, and in order to avoid side effect of that, we add a static filter. but why not just use .do like struts 1.x did ? if we want to hide the technique, we can use url-rewrite. in fact, in most situations, people do not care others know the technique

Re: [appfuse-user] Is Multiple Forms(s:form) in one Jsp possible?

2008-02-07 Thread chinofish
certainly we can have multiple forms within one jsp. - Original Message - From: "Thomas Ramapuram" <[EMAIL PROTECTED]> To: ; "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2008 8:45 PM Subject: [appfuse-user] Is Multiple Forms(s:form) in one Jsp possible?

[appfuse-user] why this happened ?

2008-02-03 Thread chinofish
i used reply function of my mail client to reply for some questions , but it seemed that my reply became another main topic. what's wrong ? chinofish - To unsubscribe, e-mail: [

Re: [appfuse-user] viewing some web pages in a specific path without gothrough login

2008-02-03 Thread chinofish
--- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > = = = = = = = = = = = = = = = = = = = =   chinofish [EMAIL PROTECTED]   2008-02-03

Re: Re: [appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-02-01 Thread chinofish
. but i think it's not an elegant solution :) === 2008-01-24 23:22:52 Matt Raible wrote:=== >Which version of AppFuse did you use to create your project? I can try >to reproduce the problem, but only if I know which version you used to >create your project. > >Matt >

Re: Re: [appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-01-24 Thread chinofish
=== 2008-01-24 23:22:52 Matt Raible wrote:=== >Which version of AppFuse did you use to create your project? I can try >to reproduce the problem, but only if I know which version you used to >create your project. > >Matt > >On 1/24/08, chinofish <[EMAIL PROTECT

Re: [appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-01-23 Thread chinofish
some more information: after i execute mvn appfuse:full-source i can execute mvn package but when i want to execute mvn package -Dmaven.test.skip=true the same error will appear ! === 2008-01-24 15:13:17 chinofish wrote:=== >I faced a weired problem. > >I create a ne

[appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-01-23 Thread chinofish
great appreciated !!!     chinofish [EMAIL PROTECTED]   2008-01-24

Re: Re: [appfuse-user] sort of list

2007-07-26 Thread chinofish
Thanks for your reply ! but when i execute a query, such as roleManager.getAll(); return a list of Role. the list is not the property of some other entity how to sort this kind of list by configuration ? chinofish 2007-07-27 发件人: Trent 发送时间: 2007-07-27 11:19:42 收件人: users

[appfuse-user] sort of list

2007-07-26 Thread chinofish
when execute dao.getAll(); system will return a list. how to sort the list just by configuration (without writing a line ?) just like @Orderby("id") for Set... Thanks ;-)

Re: Re: [appfuse-user] pager solution ?

2007-07-25 Thread chinofish
I use struts2 basic. when execute a query, such as query all user. it's impossible to fetch all users once coz maybe there are millions of users in the system. so I must only fetch just 10-100 user records once according to pagesize. chinofish 2007-07-26 发件人: Matt Raible 发送时间: 2007-

[appfuse-user] pager solution ?

2007-07-25 Thread chinofish
hi, Is there any pager solution in appfuse 2.x platform ? or some suggestion ? displaytag do some pager staff, but get all data in dao, and do pagination just in ui. thanks for the suggestion ;-)

Re: Re: Re: Re: [appfuse-user] appfuse:install error

2007-07-21 Thread chinofish
The only thing I can think of is to check your >project into source control, check it out on another machine and try >it there. > >Matt > >On 7/20/07, chinofish <[EMAIL PROTECTED]> wrote: >> >> >> i tried it again, the situation is the same. >> >> when

Re: Re: Re: [appfuse-user] appfuse:install error

2007-07-20 Thread chinofish
@appfuse.dev.java.net 抄送: 主题: Re: Re: [appfuse-user] appfuse:install error Is there an error if you run "appfuse:gen"? If not, do you get the same error if you run "appfuse:install" after it? Thanks, Matt On 7/20/07, chinofish <[EMAIL PROTECTED] > wrote: > > > my

Re: Re: [appfuse-user] appfuse:install error

2007-07-20 Thread chinofish
se:gen and install worked for you a couple of days ago - I'd make sure your source is checked into source control and then try running it on the classes that it worked for last time. That will tell you if AMP is messed up or if it's unable to handle your POJO. I suspect the later. Matt O

Re: [appfuse-user] appfuse:install error

2007-07-19 Thread chinofish
several days ago, appfuse:gen & appfuse:install works fine for me ;-) Thanks for help !! chinofish 2007-07-20 发件人: chinofish 发送时间: 2007-07-20 12:29:27 收件人: appfuse-user 抄送: 主题: [appfuse-user] appfuse:install error hi, when i execute : mvn appfuse:install -Dentity=entityName there i

[appfuse-user] appfuse:install error

2007-07-19 Thread chinofish
eatly appreciated !!! chinofish 2007-07-20

[appfuse-user] where to find needed class when executing test ?

2007-07-15 Thread chinofish
hi, I user 2.0m4, and I changed GenericDao & GenericDaoHibernate. Actually, I added some methods . but when i write and execute the test for the new methods, maven told me that it can not find the methods, i guess that's because maven find classes according to dependencies in pom.xml. I find

Re: Re: [appfuse-user] about appfuse:gen

2007-07-10 Thread chinofish
-11 00:40:13 Matt Raible wrote:=== >What's the error your're seeing? > > >On 7/10/07, chinofish <[EMAIL PROTECTED]> wrote: >> In my entity. >> id is 32bit uuid. >> >> and appfuse:gen seems can not deal with the situation now ? >

Re: [appfuse-user] about appfuse:gen

2007-07-10 Thread chinofish
In my entity. id is 32bit uuid. and appfuse:gen seems can not deal with the situation now ? === 2007-07-09 23:02:50 chinofish wrote:=== >hi, > >With appfuse:gen , i can gen code for the single entity. > >but if i have 2 entity as follows: > >Product (many2one)

Re: Re: [appfuse-user] Appfuse with Sysdeo

2007-07-10 Thread chinofish
; have successfully started Tomcat but it's not the Tomcat that comes as a >>>> part of Appfuse but rather another instance of Tomcat I have installed >>>> elsewhere. >>>> >>>> My question is how to use Maven to JUST deploy my project (meaning I &g

[appfuse-user] why there are 2 hibernate.cfg.xml ?

2007-07-09 Thread chinofish
In appfuse 2.0m5 (full source version), i found 2 hibernate.cfg.xml. one is in src/main/resources the other is in src/test/resources actually, the 2 file is the same. when i add a entity, i have to add a line refering the entity twice. so, what's the reason ? in 2.0m4 , there is just one "hib

Re: [appfuse-user] Question JSTL Version

2007-07-09 Thread chinofish
-mail: [EMAIL PROTECTED] = = = = = = = = = = = = = = = = = = = =   chinofish [EMAIL PROTECTED]   2007-07-09

Re: [appfuse-user] Appfuse with Sysdeo

2007-07-09 Thread chinofish
ED] >For additional commands, e-mail: [EMAIL PROTECTED] = = = = = = = = = = = = = = = = = = = =       chinofish [EMAIL PROTECTED]   2007-07-09

[appfuse-user] about appfuse:gen

2007-07-09 Thread chinofish
hi, With appfuse:gen , i can gen code for the single entity. but if i have 2 entity as follows: Product (many2one) ProductType may i gen correct code for them seperately ? (i know that AMP can gen code for just one entity every time) thanks ;-) -

[appfuse-user] Is there method debugging appfuse2 without execute "mvn package" ?

2007-07-03 Thread chinofish
In my appfuse project , every tiny modification will result in the execution of "mvn package", else you will not get what you want. but mvn package is time-consuming... how to avoid this ? any suggestion will be great appreciated !!!

[appfuse-user] Warning when running appfuse m5

2007-07-03 Thread chinofish
i choose to run : mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m5 -DgroupId=ha.af2m5.test.app -DartifactId=af2m5test there are many warning messages such as: [

[appfuse-user] an test error when execute "mvn package -Poracle"

2007-05-22 Thread chinofish
of ridiculous.. any suggestion will be great appreciated !! chinofish 2007-05-23

[appfuse-user] Re: (瑞星提示-此邮件可能是垃圾邮件)Re: [appfuse-user] How to remove the dependency ofappfuse-hibernate-2.0-m4.jar & appfuse-service-2.0-m4.jar

2007-05-12 Thread chinofish
In other words, i want to do something like http://www.nabble.com/Re%3A-Problems-with-package-structure-p10400407s2369.html === 2007-05-13 00:23:35 chinofish wrote:=== >Thanks. >but i just want to do the things like : > >http://appfuse.org/display/APF/AppFuse+Core+C

Re: [appfuse-user] How to remove the dependency of appfuse-hibernate-2.0-m4.jar & appfuse-service-2.0-m4.jar

2007-05-12 Thread chinofish
> src/main/java/ >> >> and do the compile by myself ,so >> >> >> >> how to remove the dependency just through modification of pom.xml ? >> >> >> >> chinofish >> > > --