[appfuse-user] Re: Managers For Nested objects

2007-04-05 Thread Richard G. Reyes
Hi All, Any comments? Hope someone can point me to a direction where I can find some answers. Thanks Richard On 4/5/07, Richard G. Reyes <[EMAIL PROTECTED]> wrote: Hi All, Can I get your opinions on how to design or access my nested objects. To illustrate: I have objects A, B and C. public

Re: [appfuse-user] Many-to-Many Users/Roles

2007-04-05 Thread Struts2 Fan
Hi there, It is many-to-many relationship so the reverse version of the Person.getRoles annotation will help you I guess. private List users; @ManyToMany(fetch = FetchType.EAGER) @JoinTable( name = "user_role", joinColumns = [EMAIL PROTECTED](name = "role_id")},

Re: [appfuse-user] Chane default sql error messages

2007-04-05 Thread nutanc
Hi, Thanks for the response.The errors are not from ApplicationResources.properties .I am getting eception errors.Specifically I want to change the error/exception message for foreign key integrity constraint deletion exception. -Chaitanya melinate wrote: > > Most of the error messages are in th

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-05 Thread Rob van Oostrum
I worked around this by adding a profile to the pom and move the hibernate3 and dbunit plugins into it. The profile deactivates when I pass -Dnodb. So whenever I want to run the cobertura stuff I make it skip the hibernate stuff. R. On 4/5/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: I am fa

[appfuse-user] Retrieving authenticated user data

2007-04-05 Thread whyme
Extending the Spring-MVC tutorial using iBatis and not sure how to gain access to the authenticated user object. Need to get the users id. Do I use Appfuse or Acegi service? Link to example would be helpful. -- View this message in context: http://www.nabble.com/Retrieving-authenticated-user-da

[appfuse-user] Many-to-Many Users/Roles

2007-04-05 Thread Luke McLean
Easter Greetings, I am encountering a small problem that is driving me a little insane... I wish to be able to have a bidirectional Many-to-Many relationship between Users and Roles. At the moment it is only defined in one side of the relationship (User.class) but as an administrator I wish to

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-05 Thread sarat.pediredla
I am facing this same exact problem. Do I have to add a dependancy to my own war in the pom.xml? hibernate3 keeps copping out with the following error [INFO] Instrumentation was successful. [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] Preparin

Re: [appfuse-user] XFire: Wrapper vs. Non-wrapper Web Services

2007-04-05 Thread hiugong.gwok
Isn't there a SpringFactory that can expose Spring bean as RemoteObject? But that involved FDS, maybe that's why you didn't want it? Rob Dare wrote: > > Thanks Brett! > > Actually your reply had worked, I had done something else that > messed me up, and I didn't the change I made wasn't applie

Re: [appfuse-user] Cannot Recognize JSTL tags

2007-04-05 Thread Matt Raible
No, you need standard.jar as well. Matt On 4/4/07, VJ22 <[EMAIL PROTECTED]> wrote: I presume only the jstl.jar is required for running core tags right VJ22 wrote: > > I have included both of them in common/taglibs.jsp...compilation time it > shows an error ...which is fair enough as I have

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-04-05 Thread Matt Raible
You'll need to change the passwords to be stored in base64. If you look in the mailing list archives, I posted a howto for changing from form-based authentication to basic. At least I think I did - it was a year or so ago. Matt On 4/5/07, thinkboy <[EMAIL PROTECTED]> wrote: I expecting the p

Re: [appfuse-user] javadoc stylesheet

2007-04-05 Thread Matt Raible
That sounds great. I especially like the idea of my bus in the corner. ;-) In reality, that's not my bus ... at least not yet. Mine is all silver (at the shop) with all the paint stripped off. Matt On 4/5/07, tibi <[EMAIL PROTECTED]> wrote: matt if you are interested i could make a small css

[appfuse-user] OT : anyone use DBSight text search engine

2007-04-05 Thread Sanjiv Jivan
DBSight is built over Lucene and I was wondering if anyone has used it. If so, how much value does it add over using Lucene directly. http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes http://wiki.dbsight.com/index.php?title=Step_by_step Thanks, Sanjiv

[appfuse-user] Managers For Nested objects

2007-04-05 Thread Richard G. Reyes
Hi All, Can I get your opinions on how to design or access my nested objects. To illustrate: I have objects A, B and C. public class A { Set bs = new TreeSet(); } public class B { Set cs = new TreeSet(); } Please note that I'll be using hibernate. All 3 objects would be entities sin

[appfuse-user] database settings multi user

2007-04-05 Thread tibi
hi i have a project with two users, continuum and the life site. all four need different database settings. these settings are now in the pom file and i need to change them for each. is there a better way?? thanks tibi - To un

Re: [appfuse-user] Fwd: [appfuse-issues] test classes are not tested and test-service results in suc

2007-04-05 Thread Matt Raible
On 4/3/07, Abdul Qayyum <[EMAIL PROTECTED]> wrote: -- Forwarded message -- From: Abdul Qayyum <[EMAIL PROTECTED]> Date: Apr 4, 2007 10:47 AM Subject: RE:[appfuse-issues] test classes are not tested and test-service results in suc To: [EMAIL PROTECTED] >In the future, please ask

Re: [appfuse-user] Struts 2 Double Submit?

2007-04-05 Thread Sanjiv Jivan
I would suggest that you examine the call stack of both the threads when the breakpoint is hit in your debugger. This way you can work backwards to find whats causing two invocations when there should just be one. On 4/3/07, Stine, Matt <[EMAIL PROTECTED]> wrote: Yes -Matt -Original Messa

Re: [appfuse-user] javadoc stylesheet

2007-04-05 Thread tibi
hi matt et al. just for the fun of it i have added an example of adding your own site.css, adding the menu and add an apt page. i also noticed that the default apt image is still on the old site so i changed it to: http://www.appfuse.org/download/userResources/APF/logo (i also remvoed the h

Re: [appfuse-user] Cannot Recognize JSTL tags

2007-04-05 Thread VJ22
I presume only the jstl.jar is required for running core tags right VJ22 wrote: > > I have included both of them in common/taglibs.jsp...compilation time it > shows an error ...which is fair enough as I have not included in my > dependencies.At runtime in the generated war I can see that t

Re: [appfuse-user] javadoc stylesheet

2007-04-05 Thread tibi
matt if you are interested i could make a small css file with appfuse look and feel for the site. nice to look at and easy for others to use. maby i could put your bus in the lower left corner... let me know tibi tibi wrote: i just have some defferent colors... but its handy to put in there fo

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-04-05 Thread thinkboy
I expecting the problem is lying on the algorithm method too in acegi, the is no configuration for MD5 or SH1 , but when I looked at the source code in org/acegisecurity/ui/digestauth/DigestProcessingFilterEntryPoint.java. it seems like it is using MD5 however, in 401 response , acegi does not sp

[appfuse-user] dev.java.net down for 24-48 hours

2007-04-05 Thread Matt Raible
In case you didn't see this today: From https://www.dev.java.net: - DEV.JAVA.NET is currently being upgraded https://dev.java.net is currently down while it's being upgraded. The scheduled

Re: [appfuse-user] XFire: Wrapper vs. Non-wrapper Web Services

2007-04-05 Thread Luke McLean
Hi Rob, I am also using Flex2 as a client to consume web services (based on appfuse backend). What version of appfuse are you using? I am currently looking at using the Spring modular archetype and cutting off the web tier/security etc (and including xfire) while I wait for M5..6...7 ;) but am

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-04-05 Thread hiugong.gwok
I thought the algorithm is SHA1? thinkboy wrote: > > hi > > sorry that i aware this may be more a acegi question. but I really hope > someone here can help me too. > pls guide me on how to setup Digest correctly in appfuse! pls advise > > I tried to setup my digestAuthorization and chellenge

Re: [appfuse-user] Cannot Recognize JSTL tags

2007-04-05 Thread VJ22
Thanks for the replies Matt.I am using NetbeansThough the IDE does not compile it...I used to never face a problem during runtime as the jstl jar file would be embedded within the war file after a maven buildand I cud use it fine This seems to have taken a U-turn now as I am unable to

Re: [appfuse-user] Chane default sql error messages

2007-04-05 Thread Nathan Anderson
Most of the error messages are in the applicationResources*.properties files. But I'm not sure if you are getting one of these messages or something from an exception. Nathan nutanc wrote: Hi all, I am trying to achieve the following.Whenever a user tries to delete a record which is liked we