Re: [appfuse-user] Missing JPA Type Conversion

2008-12-22 Thread Jason Thrasher
Hi Matthias, I was seeing this: my booleans were "bit(1)" values and impossible to understand using either command-line mysql, or the gui query browser. My platform is OSX, MySQL 5.0.56-std, using hibernate. The application worked fine, but it was difficult to see what was going on at a low-leve

Re: [appfuse-user] Zero size response when using LDAP based authentication

2008-12-22 Thread Jason Thrasher
Hi Florian, This is an old thread, but I had a similar bug that is related. The problem isn't that LDAP is, or is not, used. I was having the same issue (blank page whenever was present). I was going mad trying to find a problem in my Struts2 action classes using a debugger, but the problem wa

Re: [appfuse-user] Captcha & Spring Security 2.0

2008-06-13 Thread Jason Thrasher
I was just porting the JCAPTCHA code to Spring Security 2 tonight, but haven't finished. Essentially the steps to use the existing AppFuse/JCaptcha integration are: 1) checkout Spring Security 2.0.2 tag from their SVN 2) in the spring security 2.0.2 checkout dir, try: "mvn install" wait for

Re: [appfuse-user] Captcha in Struts2, and AppFuse

2008-03-18 Thread Jason Thrasher
I recieved a question about CAPTCHA integration in Struts2 based on AppFuse integration at my personal email and thought I should post the response here, since this is where all the appfuzers hang out and the answers may help others. --Jason == Hi Daniel, I'm glad to have

Re: [appfuse-user] How to insert a large character object into Oracle database from Appfuse.

2007-11-19 Thread Jason Thrasher
Allan is correct, you need a CLOB, or a LOB. If you are using Hibernate you won't need to worry about which of the Clob data structures you'll use, as hibernate will choose it for you based on your database's dialect. The annotations for a String object like this might look like: @Lob

[appfuse-user] domain object security using ACLs

2007-06-13 Thread Jason Thrasher
I'd like to use ACLs to manage access to domain objects. It seems that Acegi has refactored it's ACL security using the new org.acegisecurity.acls package for ACL management. Unfortunately there's little documentation for it at this time. It also appears that there are issues when using Hiberna

Re: [appfuse-user] Spring errors in 2.0-M5

2007-06-13 Thread Jason Thrasher
in the > WEB-INF/lib directory. I think fooling with the exclusions in the > spring-ws dependencies might solve that problem, but I haven't had time to > work through that yet. > > I hope this helps! > > Donley > > > Jason Thrasher wrote: >> >> I&

Re: [appfuse-user] Good Humor

2007-06-07 Thread Jason Thrasher
That was great! It just shows that the community does give some love. Not that mine's any better, but here: http://www.glamourshots.com/ mraible wrote: > > http://www.kimchy.org/javaland-needs-some-fakesteves/ > > ;-) > > -

Re: [appfuse-user] forms validating before submit

2007-06-07 Thread Jason Thrasher
rom appfuse? Here's my normal appfuse-2.0-M5 struts.xml entry for validation in my web module: input,cancel,execute,delete,edit,list,start When I comment that out, my other forms don't get validated, but the signup.jsp and SignupAction DO

Re: [appfuse-user] forms validating before submit

2007-06-06 Thread Jason Thrasher
> http://issues.appfuse.org/browse/APF >> >> I suspect it's something to do with the interceptor names and >> "excludeMethods" - maybe the interceptor names got changed in >> struts-default. >> >> Thanks, >> >> Matt >> >> On 6/6/0

[appfuse-user] forms validating before submit

2007-06-06 Thread Jason Thrasher
Some of my web-view forms seem to be validating themselves before they are ever submitted. This is happening for a Struts2-modular AppFuse. Valiation rules defined in XXXAction-validation.xml xwork-validator files seem to be getting run too soon. Does anyone know what might cause this? This al

Re: [appfuse-user] What would you want in a 10-15 page chapter on AppFuse?

2007-06-01 Thread Jason Thrasher
Hi Matt, The more people that learn about AppFuse, the more that will likely contribute to it, and I'm sure some formal published content like this will go a long way to that goal. What a great opportunity to expand the community! I definitely think that some content about "best practices" in co

Re: [appfuse-user] ajax and datepicker on 2m4

2007-05-30 Thread Jason Thrasher
Glad it worked! and +1 for adding to RC1. I forgot to mention that you can see dojo's debug output by adding this to the bottom of default.jsp: -Jason mraible wrote: > > Thanks Jason - these instructions worked! > > I'm going to make the following changes for RC1: > > 1. Add Dojo 0.4

Re: [appfuse-user] Spring errors in 2.0-M5

2007-05-29 Thread Jason Thrasher
Wow, that produced a huge file. With some grepping, it looked like Spring 1.2.6 and 2.0.5 were being used, but Maven was choosing to use 2.0.5 over 1.x, so it looked OK. It was easier to tell in the WAR, where I only found the spring-2.0.5.jar... so I guess I only have one configured. thanks Mat

Re: [appfuse-user] Table Record Security in S2

2007-05-29 Thread Jason Thrasher
Setting up security biz rules in the managers makes a lot of sense. Thanks for the perspective. This would be a great sample for the 2.0 wiki. regards, Jason melinate wrote: > > Hello All, > > I have a slightly different take on this topic... > > I like the URL based security as much as

Re: [appfuse-user] [ANN] AppFuse 2.0 M5 Released!

2007-05-29 Thread Jason Thrasher
It seems to be working for org.appfuse files, but when I create com.mycompany.* files, it chokes on the hibernate3 plugin. See this thread for sample code: http://www.nabble.com/cobertura-conflicts-with-hibernate3-tf3837112s2369.html It can be commented out of the pom.xml or am I doing someth

Re: [appfuse-user] login debug messages

2007-05-29 Thread Jason Thrasher
st import appfuse, use M5. nmall wrote: > > I using appfuse 2.0-M4 - yes , i have a full source version. I imported > all the sources into my build to do this. > > Thanks! > > Jason Thrasher wrote: >> >> What versions are you using? It sounds like a confi

Re: [appfuse-user] Deleting tables

2007-05-29 Thread Jason Thrasher
You need to disable the ant task that flushes the tables. "db-drop" deletes the database data, and "db-prepare" creates the data. You'll need to make sure that these don't get called. Try to just comment out the contents of those ant targets. -Jason jithesh wrote: > > Hai,. > > >T

Re: [appfuse-user] login debug messages

2007-05-29 Thread Jason Thrasher
What versions are you using? It sounds like a configuration issue of some kind. Have you changed anything? nmall wrote: > > It seems to do this for every page for me - it is taking about 3 minutes > to load every page by trying to go thru' one js at a time -> > prototype.js, scriptaculous.j