[appfuse-user] Error running the "mvn integration-test"

2007-01-27 Thread Fan
What's the cause of the following error ?? Downloading: http://static.appfuse.org/repository/asm/asm-attrs/1.5.3/asm-attrs- 1.5.3.jar [INFO] [ERROR] BUILD ERROR [INFO] ---

Re: [appfuse-user] appfuse 2.0 only skeleton?

2007-01-27 Thread Michael Horwitz
Hi, On 1/26/07, Michael Mehrle <[EMAIL PROTECTED]> wrote: Mike - thanks for taking the time to explain this to me. I still have a few hangups and just posted a few follow up questions to Matt. But basically what still confuses me is the 'all or nothing' approach of mvn war:inplace - once I run

Re: [appfuse-user] Error running the "mvn integration-test"

2007-01-27 Thread Michael Horwitz
It looks like you have some sort of problem with your link to the internet. Do you connect to the internet with a reasonably fast link? At time Maven resource downloading can be a little flaky. It is worth trying to run the mvn command a few time until all the dependencies are safely downloaded t

Re: [appfuse-user] Error running the "mvn integration-test"

2007-01-27 Thread Fan
I am using broadband connection. I will try again... Michael Horwitz wrote: > > It looks like you have some sort of problem with your link to the > internet. > Do you connect to the internet with a reasonably fast link? > > At time Maven resource downloading can be a little flaky. It is worth

Re: [appfuse-user] Error running the "mvn integration-test"

2007-01-27 Thread Fan
I encountered another problem : Downloading: http://snapshots.repository.codehaus.org/org/codehaus/plexus/plexus -utils/1.0.5/plexus-utils-1.0.5.pom [WARNING] Unable to get resource from repository maven-snapshots (http://snapsho ts.repository.codehaus.org) Downloading: http://static.appfuse.org/

RE: [appfuse-user] Using Trinidad (ASF) instead MyFaces, how to replace

2007-01-27 Thread Mark Dopheide
Atilla, I would like to help, but essentially I just followed the instructions at the trinidad wiki and it worked for me. The learning curve with the Trinidad components is a little steep and rocky, but I'm also seeing productivity gains after spending the time to learn some of the basics. Mark

Re: [appfuse-user] Error running the "mvn integration-test"

2007-01-27 Thread Matt Raible
Sounds like there's a connection issue - either on your end or on Maven's end. You might try adding one of the central repos to your pom.xml. This one is currently recommended: http://mirrors.ibiblio.org/pub/mirrors/maven2/ You can also setup mirrors in your ~/.m2/settings.xml: http://maven.ap

Re: [appfuse-user] appfuse 2.0 only skeleton?

2007-01-27 Thread Michael Mehrle
Yes, I agree - it's probably easiest to simply copy. As long as an overridden file won't be replaced this should work just fine. Of course if there was a way to map the appfuse war in Eclipse as some type of 'pseudo source directory' that would be great. Appfuse core files could then show up in

Re: [appfuse-user] appfuse 2.0 only skeleton?

2007-01-27 Thread Michael Mehrle
Yes, Matt seems to second your practice of copying only the files he needs - sounds like the best approach to me. I realize that appfuse 2.0 is work in progress, but that makes it fun! :-) I think you guys are on to a good start though - the types of problems you set out to solve are pretty uni

[appfuse-user] ibatis inline parameter map.

2007-01-27 Thread andrea cossu
Hello, i'm developping a project using appfuse with ibatis. I have a class of procedure and want to load in it a list of policy connected to the procedure. In the procedure class i have: private List policyList = new ArrayList(); and in the ibatis sql xml i have: b

Re: [appfuse-user] AW: Change to localhost in POM ignored?

2007-01-27 Thread Isaac Sullivan
I had no joy with the solution provided, still seems to ignore any changes to the jdbc.url. Isaac Peter Schneider-Manzell wrote: > > My friend had the same problem, the bug fix mentioned in Jira (filter = > true) does not help... > > He renamed the jdbc.properties and used this file to open u

Re: [appfuse-user] AW: Change to localhost in POM ignored?

2007-01-27 Thread Matt Raible
Adding the jdbc dependencies to your root pom should help: ${jdbc.groupId} ${jdbc.artifactId} ${jdbc.version} http://issues.appfuse.org/browse/APF-580 Matt On 1/27/07, Isaac Sullivan <[EMAIL PROTECTED]> wrote: I had no joy with the solution provided, still seems to ignore any changes to

[appfuse-user] Sitemash, filtering table's links

2007-01-27 Thread Attila
Hello, I've have a table in a page, named abc.xhtml, in the table I have commandlinks with ation, and actionlistener, and I want to show the links page ( name: xyz.xhtml ) in a new window with parameter target="_blank", but I don't need menus, and other things, so a maked a new decorator page. Bu

Re: [appfuse-user] AW: Change to localhost in POM ignored?

2007-01-27 Thread Isaac Sullivan
Wouldn't this only apply if you are changing database engines rather than changing just the database server? I am using MySQL, but I have it on another machine. Changing the jdbc.url from localhost to the machine name or IP address has no effect. Any database operations alway look for the database