Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread jason.jiang
Hi, I edit web-tests.xml (in src/test/resources), but still Error similarly! I use JSF Framework (JSF Basic and JSF Modular version is M3). thank you very much! jason.jiang Matt Raible-3 wrote: > > If you change web-tests.xml (in src/test/resources) from: > > > > > to: > >

Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2007-02-06 Thread Matt Raible
I'll try to look at this tomorrow. In the meantime, can you please enter a (detailed) issue in JIRA? http://issues.appfuse.org/browse/APF Thanks! Matt On 2/7/07, yan <[EMAIL PROTECTED]> wrote: AppGen is not provided now, so I comment JSF/Spring/Tapestry in web/pom.xml. I think this locale

Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2007-02-06 Thread yan
AppGen is not provided now, so I comment JSF/Spring/Tapestry in web/pom.xml. I think this locale problem is caused by Canoo because the following steps work OK: 1, mvn package 2, cd web/struts 3, mvn jetty:run-war 4, http://localhost:8080/ can be a normal visit with locale 'zh' . Figo. 2007/2/7

Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2007-02-06 Thread Matt Raible
It's strange that this happens in the "struts" module because that implies the JSF module worked OK. Can you confirm that? Matt On 2/6/07, yan <[EMAIL PROTECTED]> wrote: [INFO] [CopyingLocalDeployer] Deploying [D:\appfuse2.trunk\web\struts\target\app fuse-struts-2.0-m3.war] to [D:\appfuse2.tr

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread jason.jiang
my OS is WinXP_cn local is "zh" this my all log : E:\dev\appfuse2.0\M3\kooyueproject>mvn integration-test [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse JSF Application [INFO]task-segment: [integrati

[appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2007-02-06 Thread yan
[INFO] [CopyingLocalDeployer] Deploying [D:\appfuse2.trunk\web\struts\target\app fuse-struts-2.0-m3.war] to [D:\appfuse2.trunk\web\struts\target\tomcat5x\contain er\webapps]... [INFO] [talledLocalContainer] Tomcat 5.5.17 started on port [9876] [INFO] [antrun:run {execution: default}] [INFO] Execut

Re: [appfuse-user] HTML export option : Displaytag

2007-02-06 Thread Matt Raible
There is not "export to HTML" option with the display tag. You should be able to create a pretty HTML version with CSS. Matt On 2/6/07, Alvin Capil <[EMAIL PROTECTED]> wrote: Hi all, can i export my data to HTML using the display tag, becasuse in appfuse the export options are CVS, PDF, XML

Re: [appfuse-user] Tentative date for final release of AppFuse 2.0

2007-02-06 Thread Matt Raible
Yes. On 2/6/07, vpps <[EMAIL PROTECTED]> wrote: Hi, Good to note that M3 is now available. Now that M3 is out, I'm wondering if we can expect the final release of AppFuse 2.0 sometime soon, such as this month or so? I'm specifically interested in the startup code that gets generated (simila

Re: [appfuse-user] M3 appfuse:dbtoxml?

2007-02-06 Thread Matt Raible
No, this plugin is not expected to work with M3, as I haven't tried it yet. ;-) If you change the groupId to org.appfuse instead of org.codehaus.mojo, it may work. Matt On 2/6/07, jarmstrong <[EMAIL PROTECTED]> wrote: Is the appfuse:dbtoxml supposed to be working for the M3 release? I though

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread Matt Raible
Do you have more information from your logs - like what locale your OS is using? I need to reproduce the problem locally in order to fix. Matt On 2/6/07, jason.jiang <[EMAIL PROTECTED]> wrote: now i use M3(JSF Basic) run integration-test, but still ERROR! this my pom.xml: ..

[appfuse-user] HTML export option : Displaytag

2007-02-06 Thread Alvin Capil
Hi all, can i export my data to HTML using the display tag, becasuse in appfuse the export options are CVS, PDF, XML and EXCEL... but there is no HTML export option .. how can i have the HTML export option ??? do i have to create the code ??? thanks ! Good day !

[appfuse-user] M3 appfuse:dbtoxml?

2007-02-06 Thread jarmstrong
Is the appfuse:dbtoxml supposed to be working for the M3 release? I thought this was in the M3 tickets as completed. Just prior to this i setup a brand new appfuse struts-modular project for M3. Below is the error i receive when trying to run the command: -

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread jason.jiang
now i use M3(JSF Basic) run integration-test, but still ERROR! this my pom.xml: . org.codehaus.mojo native2ascii-maven-plugin 1.0-beta-1-SNAPSHOT target/classes

[appfuse-user] Tentative date for final release of AppFuse 2.0

2007-02-06 Thread vpps
Hi, Good to note that M3 is now available. Now that M3 is out, I'm wondering if we can expect the final release of AppFuse 2.0 sometime soon, such as this month or so? I'm specifically interested in the startup code that gets generated (similar to what 1.9.4 currently has for the 'dao', 'servic

Re: [appfuse-user] Display Set information in the Form page

2007-02-06 Thread Matt Raible
If you're using Struts 1.x, you can't use Sets AFAIK - only Lists. I asked this on the Struts mailing list a year or two ago and it was confirmed. Unfortunately, I can't find the e-mail in the archives. Matt On 1/16/07, Simon Wu <[EMAIL PROTECTED]> wrote: Hi All, How can I display a Set's i

Re: [appfuse-user] JavaScript for adding a new entry

2007-02-06 Thread Matt Raible
Do you get any sort of JavaScript error? Can you try installing Firebug? http://www.getfirebug.com/ Matt On 1/15/07, wnqq <[EMAIL PROTECTED]> wrote: Dear Matt, The code is from the tutorial. Matt Raible-3 wrote: > > That's a lot of JavaScript. Did you get it from the tutorial or write >

Re: [appfuse-user] convertLists(user) or convertLists(userForm) ?

2007-02-06 Thread Matt Raible
I would believe the code before I'd believe the text. ;-) You can download the completed code at: http://static.appfuse.org/downloads/appfuse-hr.zip Matt On 1/15/07, wnqq <[EMAIL PROTECTED]> wrote: While I practicing http://raibledesigns.com/wiki/Wiki.jsp?page=HibernateRelationshipsUI#ref-

[appfuse-user] Thread-Safety

2007-02-06 Thread maskkkk
Where can I learn about the rules for Thread-Safety in Spring? In SpringMVC and in the IoC Thank you, Andrew J. Leer -- View this message in context: http://www.nabble.com/Thread-Safety-tf3183208s2369.html#a8834519 Sent from the AppFuse - User mailing list archive at Nabble.com. --

[appfuse-user] [ANN] AppFuse 2.0 M3 Released!

2007-02-06 Thread Matt Raible
This release marks a milestone in our documentation efforts. We've completed all of the web framework tutorials and ensured that all the archetypes work properly. Turkish language support was added and native2ascii was integrated so all i18n bundles should work properly. The major things missing

Re: [appfuse-user] Problem with action forwarding - Using tabbed panels

2007-02-06 Thread Matt Raible
Did you figure out a solution for this? You might try asking this question on the Struts User mailing list or WebWork forums. Matt On 1/15/07, Jasper Huzen <[EMAIL PROTECTED]> wrote: I've a problem with my action forwarding. I have a page and on that page I've a dojo tabbed panel with remot

Re: [appfuse-user] struts menu, prototype.js cross problems

2007-02-06 Thread Matt Raible
On 2/6/07, Dale Newfield <[EMAIL PROTECTED]> wrote: Matt Raible wrote: > If you look at the JavaScript for the menu - are there calls to > $('id') in there? If so, you might need to re-write those as > document.getElementById('id'). That might be the prototype call. That function appears to d

Re: [appfuse-user] [s2] struts2/dojo tree broken after upgrade struts 2.0.1 to 2.0.4

2007-02-06 Thread Tim Azzopardi
I'll give the dev list a try. Yes after my own tree stopped working after the upgrade, I put in their showcase example - no more no less which of course includes the (I also disabled sitemesh decoration for the page) Matt Raible-3 wrote: > > Do you have in the of your page? You might look t

Re: [appfuse-user] appfuse2-m3 - new basic struts project - mvn package problem

2007-02-06 Thread Matt Raible
I've enter a bug for this and fixed it: http://issues.appfuse.org/browse/APF-625 Can you delete org/appfuse and org/apache/struts* from your local repo and try again? Thanks! Matt On 2/6/07, ros <[EMAIL PROTECTED]> wrote: Error: Downloading: http://repo1.maven.org/maven2/org/apache/strut

Re: [appfuse-user] Problems with Maven

2007-02-06 Thread Matt Raible
On 2/6/07, André Faria <[EMAIL PROTECTED]> wrote: I just added: apache.snapshots ASF Maven 2 Snapshot http://people.apache.org/repo/m2-snapshot-repository org.apache.struts struts2-core 2.0.5-SNAPSHOT I got this error: 06/02/07 10h21min4

Re: [appfuse-user] [s2] struts2/dojo tree broken after upgrade struts 2.0.1 to 2.0.4

2007-02-06 Thread Matt Raible
Do you have in the of your page? You might look through Struts issues, or post on their dev list. If upgrading was the only thing you did - it's likely a Struts issue. Matt On 2/6/07, Tim Azzopardi <[EMAIL PROTECTED]> wrote: (The struts 2.0.4 showcase tree is fine of course!) i'm using a

Re: [appfuse-user] Spring-MVC Session Forms?

2007-02-06 Thread maskkkk
To be more specific Using the method you sent me, How do I do the following when using "just-in-time" injection in the IoC? > userPreferences.setCurrentEntity(entityManager.getEntiry(Constants.DEFAULT_ENTITY)); > Thank you, Andrew J. Leer mas wrote: > > That's neat! > > Bu

Re: [appfuse-user] Spring-MVC Session Forms?

2007-02-06 Thread maskkkk
That's neat! But what if my UserPrefernces object contains references to Model objects obtained from my service layer? Is there anyway to scope the UserPreferences to the session, so that when it is injected just-in-time into the Controller, its model properties are prepopulated by the service

Re: [appfuse-user] struts menu, prototype.js cross problems

2007-02-06 Thread Dale Newfield
Matt Raible wrote: If you look at the JavaScript for the menu - are there calls to $('id') in there? If so, you might need to re-write those as document.getElementById('id'). That might be the prototype call. That function appears to do more than that (even in the case that there is only one

Re: [appfuse-user] Spring-MVC Session Forms?

2007-02-06 Thread Sanjiv Jivan
What you are looking for is the notion of "conversation" scopes as Seam calls it. This was a pretty big limitation with Spring until recently where they added support for custom bean scopes in Spring 2.0. Google for Spring custom bean scope. Here are some links http://www.infoq.com/articles/spri

[appfuse-user] launching a batch using telnet command into a java code

2007-02-06 Thread kidjeri
Hi everyone, I posted my message in AppFuse forum because I did not find the right one... I would like to execute a batch (.sh) on a remote server using "telnet" command into a java code. this batch returns a result ("status" value between 0 and 7). This value determines wich batch to be executed

[appfuse-user] appfuse2-m3 - new basic struts project - mvn package problem

2007-02-06 Thread ros
Error: Downloading: http://repo1.maven.org/maven2/org/apache/struts/struts2-spring-plugin/2.0.5/struts2-spring-plugin-2.0.5.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Downloading: http://static.appfuse.org/repository/org/apache/struts/struts2-spri

Re: [appfuse-user] Problems with Maven

2007-02-06 Thread maskkkk
You want to use the http://maven.apache.org/plugins/maven-compiler-plugin/howto.html Maven2 Compiler Plugin . André Faria-3 wrote: > > > > > > > > Java 1.6 > > mas escreveu: > > Are you trying to build with Java 1.5? > > > André Faria-3 wrote: > > > I just a

Re: [appfuse-user] Problems with Maven

2007-02-06 Thread André Faria
Java 1.6 mas escreveu: Are you trying to build with Java 1.5? André Faria-3 wrote: I just added: apache.snapshots ASF Maven 2 Snapshot http://people.apache.org/repo/m2-snapshot-repository org.apache.struts struts2-core

Re: [appfuse-user] Problems with Maven

2007-02-06 Thread maskkkk
Are you trying to build with Java 1.5? André Faria-3 wrote: > > I just added: > > > apache.snapshots > ASF Maven 2 Snapshot > http://people.apache.org/repo/m2-snapshot-repository > > > > org.apache.struts > struts2-core > 2.0.5-SNAPSHOT >

[appfuse-user] Spring-MVC Session Forms?

2007-02-06 Thread maskkkk
Good Morning, I have a question concerning session forms, I wish to use a POJO that is stored in my session across multiple forms in my application (one form backing object, multiple forms). I can't seem to control what the name of session attribute used to store the form backing object in

[appfuse-user] Problems with Maven

2007-02-06 Thread André Faria
I just added: apache.snapshots ASF Maven 2 Snapshot http://people.apache.org/repo/m2-snapshot-repository org.apache.struts struts2-core 2.0.5-SNAPSHOT I got this error: 06/02/07 10h21min4s GMT-03:00: Missing: 1) com.sun:tools:jar:1.5.0 Try down

[appfuse-user] [s2] struts2/dojo tree broken after upgrade struts 2.0.1 to 2.0.4

2007-02-06 Thread Tim Azzopardi
(The struts 2.0.4 showcase tree is fine of course!) i'm using a modified apppfuse 1.9.4 stack using struts 2.0.1 which I've just upgraded to 2.0.4 it looks like everything is working ok except my use of the s:tree tag I've replace my tree code with the static example from the struts 2.0.4 showca

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread Matt Raible
The following diff should show you how to add it: http://tinyurl.com/2hqlnf Note that you'll also need to exclude these resources from getting processed in your pom.xml: 280221 281222 282223 src/main/resources [image: <]

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread jason.jiang
i create my project today and i not search "native2ascii" my OS default local is "", how i add native2ascii plugin in my pom.xml? --- [INFO] [antrun:run {execution: default}] [IN

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread Matt Raible
When did you create your project? Is there a native2ascii plugin in your pom.xml? Just search for "native2ascii" to see. What is the default locale on your OS? It's possible there's some encoding issues with bundles other than English (but hopefully not!). Matt On 2/6/07, Michael Horwitz <[EM

[appfuse-user] ajaxyanywhere with sitemesh

2007-02-06 Thread j2ee dodo
Hi guys, Did anyone get code like below to work? I can't and I wud be very surprised if anybody can and wud like to know how you did it <%@ include file="/common/messages.jsp" %> BTW, I am using Spring MVC T

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread Michael Horwitz
It looks like you are checking a title in a test step, and that the regular expression you entered as the title is incorrect or that it is having problems with the character set you are using. I'm not sure of any tips/tricks for getting the canoo tests to work with UTF-16 character sets. Perhaps s

[appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-02-06 Thread jason.jiang
Hi, I run mvn integration-test with appfuse2.0 M2 (modular-jsf), but throw Exception... Login: log4j:WARN No appenders could be found for logger (com.canoo.webtest.ant.TestSte pSequence). log4j:WARN Please initialize the log4j system properly. [INFO] ---

Re: [appfuse-user] AppFuse Book!

2007-02-06 Thread j2ee dodo
I think such a book shud focus on advanced use and best practice, time saving tricks and tips plus a demo web app which demonstrates the ADVANCED technique used in each chapter. I think most user of appfuse can get over the primer stage by wiki and forum here, so what we really need is a boo

Re: [appfuse-user] confusion of Calendar.js

2007-02-06 Thread Matt Raible
You might try posting your message to WebWork's forums - or possibly searching them. http://forums.opensymphony.com/forum.jspa?forumID=1 Matt On 2/6/07, Simon Wu <[EMAIL PROTECTED]> wrote: It seems that the issues in apache's issues page was not same I encountered. Just now I used firebug to