i tried to remark the plugin in pom.xml
nothing happens
what's exactly the reason to include the plugin ?
Thanks !!!
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
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
the error message :
Wrong document title found!. Expected value ".*Person List.*" but got "Person
Detail | AppFuse"
the test case is auto generated:
&config;
&login;
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
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?
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: [
---
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
= = = = = = = = = = = = = = = = = = = =
chinofish
[EMAIL PROTECTED]
2008-02-03
.
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
>
=== 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
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
great appreciated !!!
chinofish
[EMAIL PROTECTED]
2008-01-24
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
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 ;-)
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-
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 ;-)
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
@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
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
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
eatly appreciated !!!
chinofish
2007-07-20
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
-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 ?
>
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)
; 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
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
-mail: [EMAIL PROTECTED]
= = = = = = = = = = = = = = = = = = = =
chinofish
[EMAIL PROTECTED]
2007-07-09
ED]
>For additional commands, e-mail: [EMAIL PROTECTED]
= = = = = = = = = = = = = = = = = = = =
chinofish
[EMAIL PROTECTED]
2007-07-09
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 ;-)
-
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 !!!
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:
[
of ridiculous..
any suggestion will be great appreciated !!
chinofish
2007-05-23
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
> src/main/java/
>>
>> and do the compile by myself ,so
>>
>>
>>
>> how to remove the dependency just through modification of pom.xml ?
>>
>>
>>
>> chinofish
>>
>
> --
34 matches
Mail list logo