I have the following Spring XML configuration files:
beanRefFactory.xml
applicationContext.xml,
applicationContext-dataSource.xml
Which is configured in the web.xml as follows:
Type: Posts; User: Ali Abdel-Aziz; Keyword(s):
I have the following Spring XML configuration files:
beanRefFactory.xml
applicationContext.xml,
applicationContext-dataSource.xml
Which is configured in the web.xml as follows:
the solution is to customize the AuthenticationProcessingFilterEntryPoint class and do the following
add property called webApplicationUrl with its setter and getter methods as follows:
...
How to set a full URL in the loginFormURL property ?
I wanna be able to set the loginFormURL to a full URL instead of relative URL
doing the following
<property name="loginFormUrl"...
Hello Weggyboy,
No problem I guess that I miss understand the posts.
this issues was as I expected OC4J bad configuration and I have fixed this problem.
and currently I still facing...
Hello weggyboy,
it seems that you managed to deploy cas and your application to OC4J, so could you help me in this step.
I'm using oc4j10.1.2
below is what I did:
I have managed to deploy my...
CAS with Acegi
I have dependencies between entities that is StepField Entity depends on Field Entity, and this have the following spring XML snippet Code:
<!-- StepField Entity Proxy with inner StepField...
I have solved it.
It was really a strange problem, as I'm using andromda, andromda generates some classes and methods for me, one of those methods are
toLinkRoleVOArray(collection...
First of All I found this forum usage is too difficult as till now I don't know from where I can posted new topic and this is why I post my problem as a reply to this thread. if any one can give me...