RE: [appfuse-user] Issue with UserService Webservice

2007-12-20 Thread GAFFAR Abdul Khaliq
Any Feedbacks for the below mentioned problem would be highly appreciated. Khaliq From: GAFFAR Abdul Khaliq [mailto:[EMAIL PROTECTED] Sent: Thu 12/20/2007 9:52 PM To: users@appfuse.dev.java.net; users@appfuse.dev.java.net Subject: [appfuse-user] Issue with UserS

[appfuse-user] re[appfuse-user] moving cascading menu

2007-12-20 Thread kagan
Hi: I'd like to know how can I remove cascading menu from login and mainMenu pages? Thanks in advance, Roman -- View this message in context: http://www.nabble.com/removing-cascading-menu-tp14450334s2369p14450334.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Error initializing MyFaces: java.net.ConnectException:

2007-12-20 Thread Matt Raible
Can you create a new basic JSF project and run "mvn" successfully? If you get the same error, it may be your machine. If you don't, it might be something in your project. Matt On Dec 20, 2007, at 4:31 PM, emmettwalsh wrote: yes, but maven seems to download stuff without problems mraibl

Re: [appfuse-user] Error initializing MyFaces: java.net.ConnectException:

2007-12-20 Thread emmettwalsh
yes, but maven seems to download stuff without problems mraible wrote: > > Are you behind a proxy server of any sort? > > Matt > > On Dec 20, 2007, at 1:21 PM, emmettwalsh wrote: > >> >> but I have an internet connection ... >> >> >> >> mraible wrote: >>> >>> There's a bug in MyFaces 1.2 t

Re: [appfuse-user] Acegi update 0.8.2 -> 1.0.5

2007-12-20 Thread Matt Raible
In the latest version of AppFuse, we use EhCache's GZipFilter. It has its own issues. You could try that or remove compression from web.xml and configure it as your server (in Tomcat or Apache). http://tomcat.apache.org/tomcat-6.0-doc/config/http.html (look for the "compression" keyword). Matt O

Re: [appfuse-user] Error initializing MyFaces: java.net.ConnectException:

2007-12-20 Thread Matt Raible
Are you behind a proxy server of any sort? Matt On Dec 20, 2007, at 1:21 PM, emmettwalsh wrote: but I have an internet connection ... mraible wrote: There's a bug in MyFaces 1.2 that causes it to require an internet connection. Please search the mailing list archives for a workaround.

Re: [appfuse-user] Error initializing MyFaces: java.net.ConnectException:

2007-12-20 Thread emmettwalsh
but I have an internet connection ... mraible wrote: > > There's a bug in MyFaces 1.2 that causes it to require an internet > connection. Please search the mailing list archives for a workaround. > > Matt > > On 12/20/07, emmettwalsh <[EMAIL PROTECTED]> wrote: >> >> can anyone help me here,

Re: [appfuse-user] user roles

2007-12-20 Thread Matt Raible
Have you tried changing the values in security.xml? Does it work? The "user" role was probably in the role table - as populated by sample- data.xml. Matt On Dec 20, 2007, at 10:13 AM, <[EMAIL PROTECTED]> wrote: Hi, I am using Appfuse 1.9.4, Struts framework I’ve modified the roles in my r

Re: [appfuse-user] Error initializing MyFaces: java.net.ConnectException:

2007-12-20 Thread Matt Raible
There's a bug in MyFaces 1.2 that causes it to require an internet connection. Please search the mailing list archives for a workaround. Matt On 12/20/07, emmettwalsh <[EMAIL PROTECTED]> wrote: > > can anyone help me here, i am using the basic jsf archetype, the following > command worked once an

Re: [appfuse-user] session timeout

2007-12-20 Thread Matt Raible
Which web framework and version of AppFuse gives you this horrible stack trace? Matt On 12/20/07, Enrico Goosen <[EMAIL PROTECTED]> wrote: > > I also experienced a problem with the session timeout, and if for example > the > user clicks on "Edit Profile" after the session times out, you get a > h

[appfuse-user] user roles

2007-12-20 Thread vpacheco
Hi, I am using Appfuse 1.9.4, Struts framework I've modified the roles in my role table. I now have 4 roles i.e. 'Bowman Admin', 'Bowman Support', 'SPIES Admin', 'SPIES User'. I no longer have 'admin', 'tomcat'. I want 'Bowman Admin' to have 'admin' privileges i.e. rights to everything.

[appfuse-user] Error initializing MyFaces: java.net.ConnectException:

2007-12-20 Thread emmettwalsh
can anyone help me here, i am using the basic jsf archetype, the following command worked once and i was able to see the app running but the second and subsequest times i get the following ... :-(( D:\Emmett\sandbox\gbe>mvn -P hsqldb jetty:run-war [INFO] Scanning for projects... [INFO] Searching

[appfuse-user] Issue with UserService Webservice

2007-12-20 Thread GAFFAR Abdul Khaliq
I was trying to get list of user's using web service .But I am getting error while accessing the web service Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: No write method for property {h

Re: [appfuse-user] Acegi update 0.8.2 -> 1.0.5

2007-12-20 Thread Rene Guenther
The filter doesnt work well with appfuses compression filter. Are there any changes to the GZIPFilter which I have to implement? Rene Guenther wrote: > > Everything seems to work so far. But I got the following problem with > httpSessionContextIntegrationFilter: > > -- View this message in

Re: [appfuse-user] Does anybody know how to protect my web pages for JSF?

2007-12-20 Thread Carlos Ortiz
*Does anybody know how to protect my web pages for JSF?* Which is the form in JSF to prevent source code thief *I am interested in knowing how do I protect my JSF pages from being stolen by thiefs.* Resorts to previous question, sorry I am also interested in not putting suffix to the URL or make

Re: [appfuse-user] session timeout

2007-12-20 Thread Enrico Goosen
I also experienced a problem with the session timeout, and if for example the user clicks on "Edit Profile" after the session times out, you get a horrible stack trace, instead of a graceful redirect to the login page. To overcome this, I put the following code in MessageFilter.java: //redirect

[appfuse-user] Acegi update 0.8.2 -> 1.0.5

2007-12-20 Thread Rene Guenther
I also posted this in the acegi forum, but maybe it is appfuse related. I updated a lot of libraries of an appfuse 1.8 application so the problem might be caused indirectly by another library. Everything seems to work so far. But I got the following problem with httpSessionContextIntegrationFilte

Re: [appfuse-user] Using hsqldb with Appfuse 2

2007-12-20 Thread Rob Hills
Hi Emmet, emmettwalsh wrote: What are the basic steps to getting appfuse 2 to work with hsqldb ? 1. I ran the maven command to create the archetype 2. I made hsqldb the default profile by adding a activation tag: hsqldb true

[appfuse-user] Using hsqldb with Appfuse 2

2007-12-20 Thread emmettwalsh
What are the basic steps to getting appfuse 2 to work with hsqldb ? 1. I ran the maven command to create the archetype 2. I made hsqldb the default profile by adding a activation tag: hsqldb true

RE: [appfuse-user] Cannt using gen command in AppFuse

2007-12-20 Thread GAFFAR Abdul Khaliq
Wang , You need to checkout the appfuse source from repository .You will find the ftl file in this location /work/projects/appfuse/plugins/appfuse-maven-plugin/src/main/resources/appfuse/web/jsf/form-view.ftl . You need to make necessary changes and rebuild amp again. Good Luck !!! Thank