Hi Chris,
Apologies for the late reply.
This worked for me but I had to put the com.springsource.org.apache.xalan-2.7.0.jar into the lib and the repository/usr folders.
Im using...
Type: Posts; User: jeremy; Keyword(s):
Hi Chris,
Apologies for the late reply.
This worked for me but I had to put the com.springsource.org.apache.xalan-2.7.0.jar into the lib and the repository/usr folders.
Im using...
Hi,
I upgraded my project to use spring 3.0.0, but I still have issues here.
1) Adding dependency:
<dependency>
<groupId>org.jasig.cas</groupId>
...
Hi,
For some time I've been evaluatiing the STS tools for dm-server development. I recently upgraded to STS 2.3.1 and now my maven dependency management is broken.
It can no longer resolve...
Hi,
I noticed in the issue tracker that:
DMS-2245 was marked Complete but with no comments.
EBR-605 was marked Complete but with a comment to say this was moved to the EBR Jira.
It would...
Ah! Thanks!
Alternately, you can add the following to the JAVA_OPTS environment variable:
-Djavax.net.ssl.trustStore="%CATALINA_HOME%\conf\server.jks"...
Hi,
cas-sample (client) deployed to Tomcat.
This is the configuration for my Tomcat SSL:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https"...
Hi Christian,
Thanks, just wanted to be sure it was OK.
Im running:
Windows XP, professional 2002 service pack 2
Dual core CPU, with 3.72GB RAM
Hi Andy,
That still doesn't seem to resolve the problem.
Please don't take this the wrong way, but could I ask a huge favour:
Is it possible someone could point me at instructions to port...
Hi there,
I have been using the sts 2.2.1 for some time, when suddenly and for no apparent reason I got a jvm terminated Exit code=-1.
Looking around google this seemed to be an issue with...
Hi Andy,
With the com.springsource.org.apache.xalan-2.7.0.jar in my %JAVA_HOME%/lib I now get the following:
Resolver report:
An Import-Package could not be resolved. Caused by missing...
Hi Luke,
openSSL s_client returns the same information for localhost 9443 and 8443. So I guess this shows the CAS server and Tomcat instance are using the same certificates.
If I run the sample...
Hi There,
I tried deploying the CAS sample war to Tomcat, and followed the instructions in the reference guide to add the SSL connector using the server.jks supplied with the sample. However i get...
Hi Andy,
I thought the prefix of com.springsource in the jar name meant that it had been osgified for the dm-server: com.springsource.org.apache.xalan-2.7.0.jar
Just so I'm clear, are you...
Hi Andy,
I placed it in the repository usr.
I'm doing this always for dependencies collected by maven. Except I always try to check that I do not install jars that are already in ext or...
Hi Guys,
I'm using dm-server-2.0.0.CI-493.
I have ported the spring security example to a spring web bundle, and set all project dependencies scope to provided.
However, when I install the...
Hi,
Im getting a runtime UnableToSatisfyBundleDependenciesException, with the dm-server 2.0.0.M4 release, which I'm using to evaluate CAS with spring security 3.0.0.M1
I guess this is just...