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
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")},
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo