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
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
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
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
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
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
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&
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/
>
> ;-)
>
> -
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
> 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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo