Re: [appfuse-user] query about url encryption

2007-04-29 Thread Nathan Anderson
There is no single answer to your question. Any configuration should be done in security.xml, but there will probably have to be additional classes created. My best suggestion would be to take a look at how AppFuse secures the UserManager with UserSecurityAdvice: http://fisheye4.cenqua.com

Re: [appfuse-user] query about url encryption

2007-04-29 Thread ajay pokale
Thanks,At last some one understood my proble.But in which files i have to make changes to implement Acegi security. regards, ajay Nathan Anderson <[EMAIL PROTECTED]> wrote: I agree, encryption does not really solve the problem if the users are determined to get to the data. The better way

[appfuse-user] Xdoclet

2007-04-29 Thread jithesh
Hai, I am having a problem with x doclet. I used to generate form bean useing x doclets. i declared the variables as ineger[] , but while generating the form bean it was of type string. How would i get return type as of integer[] . form bean is generating at run time so i cant modify the form

[appfuse-user] Newbie questions -- no file extension and Jetty config

2007-04-29 Thread sujal
Hi folks, I'm new to the AppFuse and Struts 2 and Jetty (yes, I'm biting off a lot :). I'm familiar with other servlet containers but not Jetty and I was wondering if someone could point me in the right direction. What I'd like to do is run my app so that all actions do not need a file ext

Re: [appfuse-user] classes directories

2007-04-29 Thread Nathan Anderson
I would guess it does, but I'm not sure. Guess we'll have to wait until someone else weighs in on this one.. :/ Nathan - Original Message - From: "nmall" <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Sunday, April 29, 2007 2:05:18 PM (GMT-0800) America/Los_Angeles Subject: Re

[appfuse-user] strange classloading problem

2007-04-29 Thread nmall
Hi Matt et al, I have a strange class loading problem when running with mvn jetty. The webapplication framework is based on appfuse and I am trying to get another standalone application running in it. Please ignore for now that application. The strange problem is that jetty webappclassloader is

Re: [appfuse-user] a problem when i want to --- Exclude the AppFuse Data Common Package

2007-04-29 Thread hiugong.gwok
The exclusion part should be in the appfuse-${dao.framework} dependency for both basic and mudular archetypes, the document needs some update : org.appfuse appfuse-${dao.framework} ${appfuse.version} org.

Re: [appfuse-user] classes directories

2007-04-29 Thread nmall
Nathan, Thanks for clarifying. Does Jetty WebClassLoader look in these directories for a certain class at runtime. I am getting the following error stack when I am running my webapp and I have already put my application specific classes manually under each of these directoires ( just to try it

Re: [appfuse-user] classes directories

2007-04-29 Thread Nathan Anderson
Hi nmall, For the most part you can ignore everything in the "./target" folder. But to answer your question, the "./target" folder is used by maven to build, test, extract .war files, create .war files, etc. That is why you are finding many of the same classes in each of the folders you foun

[appfuse-user] classes directories

2007-04-29 Thread nmall
Hi, When I create a basic struts archetype, I have all of the following classes directories. Pardon my ignorance, but what is the purpose of these directories since they seem to have the same content. Thanks for your clairification ! ./target/aclproject-1.0-SNAPSHOT/WEB-INF/classes ./target/cla

Re: [appfuse-user] Problem in joining to appfuse IRC channel :(

2007-04-29 Thread Nathan Anderson
Hi tibi, IRC is a bit different type of interaction than a mail list--with pluses and minuses. You are right that there is currently no logging of the channel [something else I am working on ;)]. But on the plus side, it is often the back and forth spontaneity that is available on an IRC chan

Re: [appfuse-user] Problem in joining to appfuse IRC channel :(

2007-04-29 Thread tibi
why use the irc channel?? questions and answers don't get stored?? tibi Nathan Anderson wrote: It looks like you have an extra colon in that address, it should be: irc.freenode.net:6667 Trillian should be able to connect, but basically every IM client I have used for IRC hasn't worked quit

Re: [appfuse-user] Problem in joining to appfuse IRC channel :(

2007-04-29 Thread Nathan Anderson
It looks like you have an extra colon in that address, it should be: irc.freenode.net:6667 Trillian should be able to connect, but basically every IM client I have used for IRC hasn't worked quite right. A dedicated IRC client like XChat might be easier to use. Currently there isn't a lot o

[appfuse-user] a problem when i want to --- Exclude the AppFuse Data Common Package

2007-04-29 Thread hanqiao
When I want to "Exclude the AppFuse Data Common Package" According to the instruction from --- http://www.appfuse.org/display/APF/AppFuse+Core+Classes I modified my pom.xml into the content follows: org.appfuse appfuse-${web.framework} ${appfuse.versi

Re: [appfuse-user] Ldap error, exception: Bad credentials

2007-04-29 Thread Irshad Buchh
Hi, This is what we are looking for one of our application, LDAP integration. Can someone tell us what the .ldif file is going to look like. Also will there be any change in the original database schema app_user, role, user_role tables. Thanks. --Irshad. melinate wrote: > > This looks like anot

[appfuse-user] Problem in joining to appfuse IRC channel :(

2007-04-29 Thread Ashkan Roshanayi
Hi, I am trying to join appfuse IRC channel using Trillian but no chance: Is this any problem on servers? I use irc.freenode.net::6667 thanks.