Re: [appfuse-user] SQLServer setup?

2007-10-25 Thread Alex Coles
You only need to rebuild the WAR file if you want to make the IP/port default from now on. If you look in the classes directory of the WAR file after its been deployed and unzipped, you should find jdbc.properties. You should be able to modify jdbc.properties, and then restart the application wit

Re: [appfuse-user] [Appfuse2.0] Best Practise Design Pattern for Multiple Dao Access from managers

2007-12-16 Thread Alex Coles
ml > > > > Sent from the AppFuse - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alex Coles FR: +33 (0)

Re: [appfuse-user] DisplayTag external paging and sorting example

2008-05-23 Thread Alex Coles
On Fri, May 23, 2008 at 8:27 PM, Alexander Coles <[EMAIL PROTECTED]> wrote: > Chris, > > Your tutorial was really excellent. I have two issues, that I was wondering > if someone on the list would be able to help with: > > 1. I notice you're using DetachedCriteria in your Hibernate implementation. >

Re: [appfuse-user] Generating Spring MVC NetBeans project w/o success

2008-05-25 Thread Alex Coles
On Sun, May 25, 2008 at 1:50 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > I had the same problem, I did the following steps: > - mvn archetype:create ... > - run mvn in project directory > - mvn appfuse:full-source > > I didn't run mvn netbeans:netbeans . > The Maven plugin for netbeans detect

Re: [appfuse-user] Re: Re[appfuse-user] move Login Authorization Completely

2008-05-25 Thread Alex Coles
On Sun, May 25, 2008 at 12:52 AM, Gabriel Fairbanks <[EMAIL PROTECTED]> wrote: > > Sorry, I forgot to say that I already give a look at AppFuse Light, but I got > some nasty errors while running ant new. I would like to try more with main > AppFuse itself :) > > Thanks > > Gabriel If starting from

[appfuse-user] JNDI + using mvn jetty:run for development

2008-06-24 Thread Alex Coles
If I want to use a JNDI datasource, but want to use mvn jetty:run (I have run appfuse:full-source) in my development environment, what should I be doing to make this work? I presume I need to create a jetty.xml file? Has anyone accomplished this with the mvn jetty plugin? Thanks, Alex --

Re: [appfuse-user] JNDI + using mvn jetty:run for development

2008-06-25 Thread Alex Coles
On Wed, Jun 25, 2008 at 1:59 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > This should help: > > http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin > > Matt > Thanks Matt! Looks like jettyEnvXml is what I should be looking at. Will follow up once I have it working. Alex --

Re: [appfuse-user] porting to Struts 2.1.2 diff file ...

2008-06-30 Thread Alex Coles
On Mon, Jun 30, 2008 at 4:49 PM, Giovanni Azua <[EMAIL PROTECTED]> wrote: > Hi Alexander, > > The main reason for me to port it to 2.1.2 was creating a Struts blank-style > application for my company branch having AppFuse as startup example. Our > existing web applications were already developed on

[appfuse-user] Deploying on GlassFish + using JNDI / Maven Production profile

2008-10-02 Thread Alex Coles
n mail/Session Thanks for any advice you can give! Alex Coles

[appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-14 Thread Alex Coles
using the JNDI and mail. My QUESTION THEREFORE, is it possible to exclude certain Jars from the application classpath using the maven-jetty-plugin? Or, does anyone have a different explanation (or solution) for why I might be getting a cryptic error message along these lines? Many thanks Alex Coles

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Alex Coles
On Thu, Oct 16, 2008 at 4:46 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 15, 2008 at 8:44 PM, Alexander Coles <[EMAIL PROTECTED]> > wrote: > > >> You should be able to modify the dependencies in pom.xml (or exclude > them > >> if they're from another dependency) and set them to > >>

Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-15 Thread Alex Coles
Just a handful of related issues to my original issue here -- getting JNDI working well with AppFuse. Left on my list is creating the equivalent context.xml files to get things working with the cargo plugin. I noticed AppFuse by default includes a resin-web.xml file, but with the contents comment

Re: [appfuse-user] external paging and sorting in struts modular project

2008-10-20 Thread Alex Coles
2008/10/20 秦虎 <[EMAIL PROTECTED]>: > hi, > i am a newbie to learn appfuse. I want to get external paging and sorting > in appfuse. Following > http://code.google.com/p/pagingappfuse/wiki/PagingSorting. But my project is > struts modular project. > I don't know how to make changes to suit my proje

[appfuse-user] AppFuse 2.0.2 security.xml - is this a typo?

2008-10-24 Thread Alex Coles
Looking at the following lines of security.xml, I am thinking the comment should read "OK to remove line above"? I am using Struts 2. I do not use/need the Ajax4JSF (a4j) support. Removing the intercept /**/*.html breaks gives unauthenticated users access to non-admi

Re: [appfuse-user] Problem with Appfuse Project

2008-11-17 Thread Alex Coles
On Mon, Nov 17, 2008 at 7:44 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hai, > > yes I got your mail last week regarding Ant bug ..But I changed local > repository ..But Still I am getting same error..Thats my problem > If you did change your localRepository to something without spaces (

Re: [appfuse-user] How to Edit Appfuse

2008-11-17 Thread Alex Coles
On Mon, Nov 17, 2008 at 7:09 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hai Matt, > I am going to complete one project which was developed by using struts2 > in Appfuse(except mvn appfuse:full-source) > .But I want remove in Mainmenu,edit profile and admin tabs from appfuse home > page

Re: [appfuse-user] Appfuse project

2008-11-17 Thread Alex Coles
On Mon, Nov 17, 2008 at 2:58 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hai, > > I developed one project by using struts2 in appfuse.I want change template > mainMenu in appfuse after once i logged in ..How to change please anyone can > send me a mail.. > > But I already changed menu.jsp

Re: [appfuse-user] What is SNAPSHOT??

2008-11-18 Thread Alex Coles
On Wed, Nov 19, 2008 at 12:37 AM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: > What are SNAPSHOT versions?? > > > Ice-Man Snapshots are versions that haven't been officially released yet - also referred to as "bleeding edge" or "edge".

Re: [appfuse-user] Why Candy4AppFuse doesn't have Modular Arquetypes

2008-11-18 Thread Alex Coles
On Wed, Nov 19, 2008 at 12:30 AM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: >Hi, all!! ;-)) > > I'ld like to know Why Candy4AppFuse doesn't have Modular Arquetypes??! > And when is it get AppFuse v-2.0.2??! > > -- > Ice-Man Oi! I guess its because the developer hasn't had time to implem

Re: [appfuse-user] JSF+Struts2 Module of AppFuse

2008-11-19 Thread Alex Coles
On Wed, Nov 19, 2008 at 7:12 PM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: > (yeah, I know: this questio should go to Mat Raybow) I'd like to know if > isn't there any JSF+Struts2 module for AppFuse, even be basic??! (I'd > apreciate it mainly within Candy4AppFuse!) > see u, > > Ice-Man Why

Re: [appfuse-user] PROPFIND request failed

2008-11-20 Thread Alex Coles
On Thu, Nov 20, 2008 at 2:00 PM, grd prasad <[EMAIL PROTECTED]> wrote: > > hello, > > I got an build error when i give this command > > mvn appfuse:full-source > > > it showing an error like this: > > C:\source\coreproject>mvn appfuse:full-source > [INFO] Scanning for projects... > [INFO] Searching

Re: [appfuse-user] Struts2

2008-11-20 Thread Alex Coles
On Thu, Nov 20, 2008 at 11:57 AM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: > Hi Matt, > > I get 2 DownLoad sites in my Eclipse: > > m2eclipse.sonatype > m2eclipse.codehaus > > Witch would be the right one?? > > Ice-Man I think you should use sonatype. If you check the m2eclipse websites

[appfuse-user] Spring 3.0M4 + an AppFuse-based Application

2009-08-19 Thread Alex Coles
Apologies if this is a bit off-topic, but wanted to know if anyone else out there living on the "edge" and has attempted upgrading their app to the latest Spring Framework development release (3.0M4). Specifically, while upgrading from 2.5 to 3.0 was reasonably straight-forward, upgrading from M3-

Re: [appfuse-user] Annotations

2009-08-20 Thread Alex Coles
On Thu, Aug 6, 2009 at 9:56 PM, tibi wrote: > i'm autowiring too... i have spring injecting my managers without a problem > i still have them definied in xml files... but that will be the play > moment of next week ;) If you have an existing application based on AppFuse, and you don't want to wait

[appfuse-user] Re: Spring 3.0M4 + an AppFuse-based Application

2009-08-20 Thread Alex Coles
On Wed, Aug 19, 2009 at 6:57 PM, Alex Coles wrote: > > Apologies if this is a bit off-topic, but wanted to know if anyone > else out there living on the "edge" and has attempted upgrading their > app to the latest Spring Framework development release (3.0M4). > > S

Re: [appfuse-user] Hibernate to JPA conversion

2009-08-21 Thread Alex Coles
The biggest advantage has to be using a non-vendor specific API. In this should mean you can drop in EclipseLink or OpenJPA without too many issues. I guess for licensing, support reasons you might want to do this (Apache Roller is an example of an open-source project that moved from Hibernate to O

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-24 Thread Alex Coles
On Mon, Aug 24, 2009 at 10:16 AM, lounnaci wrote: > >  Hi > > The problem is always there. It is blocking :,( > Check you have the dependency correct in your XML. If the dependency is an open-source one, then you can use a site like http://mvnrepository.com/ to check that the dependency is availa

Re: [appfuse-user] Embed SVG in jsp

2009-08-25 Thread Alex Coles
On Tue, Aug 25, 2009 at 3:34 PM, lounnaci wrote: > > xmlns:svg="http://www.w3.org/2000/svg";> > > This is an HTML paragraph > > > > > > There is no error. the Diagram is not displayed on the page only. > Please, by the way from where can i get the .tld files of struts? Why would you need to get