Re: [appfuse-user] Matt Raible – Need your help

2007-01-10 Thread Jaymin Shah
I would be downloading it from one of the internet café in town having high connectivity to USB Pen drive - so downloading would not be a problem. I would need zip of project folder after executing build and test at your end. So I will be getting required source, lib/api, WAR etc. Regards, Jaymi

Re: [appfuse-user] Matt Raible – Need your help

2007-01-10 Thread Wayland Chan
I gave it a try on a whim and got the following error. [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] Velocimacro : error using VM library template VM_global_library.vm : org .apache.velocity.exception.ResourceNotFoundException: Unable to

Re: [appfuse-user] Matt Raible – Need your help

2007-01-10 Thread Matt Raible
I can send you the projects, but if you have a poor internet connections, that won't help. We download the dependencies on-the-fly in 2.0. This means that projects are very small, but all the artifacts are downloaded when you build and test. Matt On 1/11/07, Jaymin Shah <[EMAIL PROTECTED]> wro

RE: [appfuse-user] Matt Raible - Need your help

2007-01-10 Thread Richard G. Reyes
Hi Jaymin, Can't you try and download the src here.. https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=6196&expa ndFolder=6196&folderID=0 using a download accelerator or wget perhaps? Richard > -Original Message- > From: Jaymin Shah [mailto:[EMAIL PROTECTED] > Sent: Th

Re: [appfuse-user] Matt Raible – Need your help

2007-01-10 Thread Jaymin Shah
Hi, Thanks for your prompt response. There is no problem as such with Appfuse. It just that my internet connection drops in between and causes builds failures. I have an urgent requirement for an project that needs to start design/development ASAP and for that reason I need a project created fo

Re: [appfuse-user] Matt Raible – Need your help

2007-01-10 Thread Wayland Chan
Jaymin, What problem are you having? Many people before you have used AppFuse and don't have any problems getting started. If you don't show Matt the problem, it's hard to fix for others. On 1/11/07, Jaymin Shah <[EMAIL PROTECTED]> wrote: Hi Matt, For some reason, I am not able to create p

[appfuse-user] Matt Raible – Need your help

2007-01-10 Thread Jaymin Shah
Hi Matt, For some reason, I am not able to create project using instruction provided on http://dev.appfuse.org/display/APF/AppFuse+QuickStart - may be too slow net connection. Would it be possible for you to send me the working war and zip file created for project Archetype "Struts 2 Basic" and

Re: [appfuse-user] Why does logout.jsp redirect to mainmenu.jsp rather than login.jsp?

2007-01-10 Thread Ron Anderson
Strange how it only happens on Linux and not when running Tomcat on Windows. My fix didn't work as it just redirected you to login.jsp but you're still logged in. Obviously Mike was right that redirecting to mainmenu.jsp should send you to login.jsp but doesn't since you're not logged out. I'

Re: [appfuse-user] AppFuse on ORACLE and OC4J (Standalone)

2007-01-10 Thread Matt Raible
Unfortunately, these instructions are very old. They were written in February 2004. At that time, those instructions were for AppFuse 1.2 (pre-Spring). http://raibledesigns.com/wiki/Wiki.jsp?page=News Matt On 1/10/07, Hariprasad Davanagere <[EMAIL PROTECTED]> wrote: :-) I am running JDK 5.

Re: [appfuse-user] AppFuse on ORACLE and OC4J (Standalone)

2007-01-10 Thread Hariprasad Davanagere
:-) I am running JDK 5.I did check immediately after the error. I am stiill not sure where to find LoginServlet to make the code changes as stated in http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnOrionThanksHari ~Contribution is not by invitation but by i

[appfuse-user] Menu conflicts...

2007-01-10 Thread Jesfre
I have 3 roles, admin, adminOrg, user... When my application is startup, I'm navigating in "adminOrg" role ... the Logout appears under "TransactionsOrgMenu"... Can somebody give me a hand with my problem? These are my menu-config.xml and menu.jsp files... menu-config.xml

Re: [appfuse-user] AppFuse on ORACLE and OC4J (Standalone)

2007-01-10 Thread Matt Raible
Are you running on Java 1.4? There error seems pretty self-explanatory to me. ;-) "Unable to validate using XSD: Your JAXP provider [EMAIL PROTECTED] does not support XML Schema. Are you running on Java 1.4 or below with Apache Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support

[appfuse-user] AppFuse on ORACLE and OC4J (Standalone)

2007-01-10 Thread Hariprasad Davanagere
Hi,I am trying to configure appfuse to run on standalone OC4J.I have followed the guidelines listed out in http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnOrion. Except for the code changes in LoginServlet.init() which i cannot trace in the project files. I went ahead and deployed Appfuse on O

[appfuse-user] Design Questions about integrating DWR with Appfuse/SpringMVC

2007-01-10 Thread Nathaniel Rahav
Hi All, Is anybody using DWR for displaying/submitting forms in Appfuse ? Since the examples for DWR integration in appfuse show a dedicated manager bean invoking methods on the service layer, I am wondering what people are doing about data binding and validation on the forms? It seems to me that

[appfuse-user] Interceptor doesn't log anything

2007-01-10 Thread maskkkk
I'm trying to test out a simple Interceptor: org.springframework.aop.interceptor.PerformanceMonitorInterceptor I've ruled out that it has to do with my log4j.xml since I have another class that was logging under the same logger and I recieved output. What else do I need to do to get this Interce

Re: [appfuse-user] Why does logout.jsp redirect to mainmenu.jsp rather than login.jsp?

2007-01-10 Thread Matt Raible
The only reason I can think of is the logoutFilter isn't invaliding the session, or its simply not working as expected. You should be able to delete it from security.xml and replace it with logout.jsp from a previous release. If a lot of folks are having issues - maybe we should just revert to l

Re: [appfuse-user] Why does logout.jsp redirect to mainmenu.jsp rather than login.jsp?

2007-01-10 Thread Michael Horwitz
It should be the same, surely? After a logout, any attempt to go to the mainmenu should result in the login page being shown? Mike. On 1/10/07, Ron Anderson <[EMAIL PROTECTED]> wrote: I've noticed that after upgrading our 1.9.2 appfuse based app with Acegi's 1.0.3 release jar that it fixes a

[appfuse-user] Why does logout.jsp redirect to mainmenu.jsp rather than login.jsp?

2007-01-10 Thread Ron Anderson
I've noticed that after upgrading our 1.9.2 appfuse based app with Acegi's 1.0.3 release jar that it fixes a logout error (only shows up on Linux) after session times out but now redirects to mainmenu and doesn't log user out. I've changed this to login.jsp and it seems to work. Using JSF. Ju

Re: [appfuse-user] Validation of nested objects

2007-01-10 Thread Matt Raible
Commons Validator is not capable of making a whole object required, only properties. So when you add @spring.validator, it brings in the properties from that object, not the object itself. Hope this helps, Matt On 1/10/07, pat79 <[EMAIL PROTECTED]> wrote: Hi Matt, thanks for the hints. it wo

Re: [appfuse-user] Validation of nested objects

2007-01-10 Thread pat79
Hi Matt, thanks for the hints. it works, but i don't understand why the generated code for validation.xml looks like this: In the Person-Pojo i annotated this: /** * @spring.validator */ public void setPersonType() { ... } So, why validation.xml contains the "n

Re: [appfuse-user] User roles disappeared

2007-01-10 Thread RvD
Thanx it's working now Matt Raible-3 wrote: > > Here's how to fix it: http://tinyurl.com/yjka3v > > Matt > > On 1/8/07, RvD <[EMAIL PROTECTED]> wrote: >> >> I am using webwork 2.2.4 >> >> RvD >> >> >> Matt Raible-3 wrote: >> > >> > Which web framework are you using? This has been fixed in t