I signed the agreement.
Slightly OT, but I will clone the repo and issue a pull request for the inclusion of Jackson2 message converter related to jira ANDROID-99
Type: Posts; User: dmfrey; Keyword(s):
I signed the agreement.
Slightly OT, but I will clone the repo and issue a pull request for the inclusion of Jackson2 message converter related to jira ANDROID-99
Thanks Roy.
Let me know if there is anything I can help out with.
Dan
We are using Spring Android in the Mythtv Services API for the MythTV Client we are building for Android:
https://github.com/MythTV-Clients/MythTV-Service-API
Here is a link to the app in the...
I am finally able to reproduce this message myself.
Here is the stack trace that gets produced.
10-22 13:26:09.124: E/AndroidRuntime(9346): FATAL EXCEPTION:...
The reason for this is I need to provide A&A to another war in the same container that is a plain old JEE web application.
Can spring security form login be used to populate the contain security principal so that it can be used with the Tomcat SingleSignOn and Security Realm to allow for A&A across webapps in the...
Created JIRA ANDROID-100 for the issue.
Roy,
That is great to hear.
Spring Android is driving all the interactions between the client and the Myth Services API layer. It has been abstracted out to a separate project since we are...
Thanks Roy,
I will gather some info from the users reporting the issue and post it to jira.
The app is MythTV for Android and the code is hosted at...
I am writing an app that should be able to take advantage of a GZIPed response, however, when a GZIP response is detected, the following is thrown:
08-01 11:32:58.620: E/AndroidRuntime(24027):...
I am writing an app that should be able to take advantage of a GZIPed response, however, when a GZIP response is detected, the following is thrown:
08-01 11:32:58.620: E/AndroidRuntime(24027):...
thanks. I will take a look them. are any of them somewhat similar to what I described that I should look into first? I will pull them down and start reading through them.
I am currently attempting a PoC with Spring Integration and having some trouble getting starting.
This PoC will consist of the following steps
1. receive a Cart object via HTTP
2. Call web...
I am writing an android application. I have come to realize there is an opportunity to produce a jar file that could be distributed (maven, etc.) for others to use. I am using Spring Android for...
I was attempting to setup Spring Security to use CAS for single signon. The instructions require a certificate to be installed in the local keystore. After building a tcServer profile based on the...
Martin,
Thank you for your help.
I am running on 64-bit Ubuntu 11.10.
I downloaded and setup the developer version of tcServer into...
Apr 3, 2012 8:48:07 AM org.apache.catalina.core.ContainerBase addChildInternal
SEVERE: ContainerBase.addChild: start:
LifecycleException: start: : java.lang.NullPointerException
at...
Apr 3, 2012 8:48:07 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Apr 3, 2012 8:48:07 AM org.apache.catalina.loader.WebappLoader start...
I have setup some development instances of tcServer developer edition in my local system. It is based on tcServer 2.6.4 Developer Edition.
I am also running STS 2.9.
The internal tcServer runs...
I am looking for ways to allow Spring Security in one war to act, in a sense, as a gateway for a number of wars all deployed to the same tcServer container.
Basically, we are developing a series...
I have written a number of REST web services using Spring 3.1 and the REST support introduced int 3.x. I have no issue accessing these services with something like JQuery when originating from the...
Here is what I would like to do and am wondering if where Spring Security fits into the mix.
We have two managed environments: Lotus Domino(ldap) and Active Directory. Ultimately, one of these...
Keith,
Nevermind, I figured it out with some testing.
Keith,
Thank you.
One more question. I assume setting the profile as a JVM argument supersedes this setting in web.xml, correct?
<!-- Specifies the default mode of this application,...
Keith,
Can you post .settings configuration as well as the maven properties plugin?
Thanks,
Dan