[appfuse-user] Re: Avoid appfuse Jar's [C1]

2010-06-24 Thread Bron S.
ll-source on a fresh snapshot build (non-modular, Struts, iBatis, H2) - and it worked just fine. I don't know if you had to change anything or not, but thanks regardless. -Bron -- View this message in context: http://appfuse.547863.n4.nabble.com/Avoid-appfuse-Jar-s-C1-tp2254393p2267293.html S

[appfuse-user] Re: Avoid appfuse Jar's [C1]

2010-06-18 Thread Bron S.
e 2.0.2 and that is 2 years old. Thanks, Bron -- View this message in context: http://appfuse.547863.n4.nabble.com/Avoid-appfuse-Jar-s-C1-tp2254393p2260666.html Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] BeanDefinitionStoreException: Unexpected exception parsing XML ... applicationContext-service.xml

2008-04-16 Thread Bron
they had I got to the right mirror list: http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.0.8-bin.zip With 2.0.8 in place it started working again. Try it if you have 2.0.9 -Bron jackalista wrote: > > Hi, > > I am getting a strange error creating a new project th

[appfuse-user] GWT integration

2007-11-13 Thread Bron
I am among those who are interested in adding GWT functionality to an Appfuse app and wanted to start a thread to discuss the various approaches. I'm currently thinking the ideal would be be to use REST/JSON messages from Appfuse core or modular archetype. This would be along the lines of curre

Re: [appfuse-user] Embedded Jetty under Java Web Start

2007-08-27 Thread Bron
Turned out to be a Web Start permissions issue. The tag in the JNLP did not cover code contained within the .war file. Adding the following to my jetty startup class made it work. Policy.setPolicy( new Policy() { public PermissionCollection getPermissions(CodeSource code

[appfuse-user] Embedded Jetty under Java Web Start

2007-08-23 Thread Bron
to use the same absolute paths it would work. Anyway, if I get it working I will write up the details of how to do this self contained, Web Start delivered AppFuse. It could be a good model for anyone needing to deliver a local web app to branch offices or customer locations. -Bron -- View this mes

[appfuse-user] How to get an iText PDF result

2007-08-16 Thread Bron Selle
n't even render. My real question is this: How would I accomplish this if I actually knew what I was doing? -Bron

Re: [appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Bron
Ha, I can't catch a break. Apparently since I am in Servlet 2.3 and have to use the tag around an EL expression, I am again in the same boat with nested custom tags. I will switch to 2.4 and try again without the mraible wrote: > > ${pageContext.request.remoteUser} should give you the

Re: [appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Bron
uld try using and then grabbing the > value > from the set variable. > Matt > > On 7/11/07, Bron <[EMAIL PROTECTED]> wrote: >> >> >> I'm using Appfuse 1.9.3 and can't figure out how to escape a taglib >> within >> the value property of

[appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Bron
I'm using Appfuse 1.9.3 and can't figure out how to escape a taglib within the value property of a Web Work tag. Every combination of quotes and double quotes or %{} syntax I try results in Javax.servlet.ServletException: Could not execute action. I am trying to get the logged in username from t

[appfuse-user] Apache Stack Unsprung

2007-04-03 Thread Bron
There was a thread a while back about making an all Apache stack and Matt mentioned maybe Spring could be slipped in becuase of its compatible license. I was just wondering what it would be like to go Spring-less and use Struts 2 for both MVC and IOC, on top of IBatis for SQL maps and DAO. I c