sts

best way to configure Springsource Tool Suit (STS, eclipse) to work with grails

I am looking to the best way to configure eclipse or STS to work right with Grails. I am working with the 2.3.2 version. I have tried to set classpath the right way installing this plugin: http://grails.org/plugin/eclipse-scripts Also this awnser. But I am having several issues: Autocomplete doesn't work, it shows this message when ...

Problems using net.tcp for STS

I keep on getting the following error when I try to access a WCF endpoint with an STS reference... Incoming policy failed validation. No valid claim elements were found in the policy XML. Below are the web configs for the STS and WCF web service.... STS Web Config... <?xml version="1.0" encoding="UTF-8"?> <configuration> <appSe...

STS Grails Command Popup to launch commands using grails-debug instead of grails?

Howdy, I'm using STS 2.3.3.CI-R5473-B24 with Grails 1.1. When launching the Type Grails command... yellow popup, is there a way to use grails-debug, rather than grails to run the commands? ...

Resolving a Grails project's plugins' paths/dependencies

I haven't really done much on this side of project development so please forgive the ignorance. We use SpringSource Tool Suite (STS) and commit ("promote") our codes to a version controller (Accurev). Thing is, we didn't promote our .classpath and .project after the first time to the repository (due to hardcoded paths inserted by the ID...

jquery and jquery-ui not working in Springsource Tool Suite 2.3.3.M1

Hi, I installed the jquery and jquery-ui plugins for grails into SpringSource Tool Suite (STS-Eclipse) following the documentation located at http://www.grails.org/plugin/jquery and using the grails command-line tool included with STS-Eclipse as follows: grails> install-plugin jquery grails> install-plugin jquery-ui According to the d...

EclipseRT/Virgo not appearing in Eclipse Server Adapter list

I'm trying to get up and running with Virgo, and I'm following along with what appears to be an excellent tutorial, but I'm at section 7.2 and I just can't figure out why EclipseRT / Virgo doesn't appear in my list of options. So far I've been using SpringSource Tool Suite (STS) as the guide recommended and have installed all the Spring...

How do I request additional claims from Passive STS with WIF?

Hi, I have the following: A website ASP.Net application acting as an Identity Provider (IDP STS) Federation Provider (FP STS) A Resource ASP.NET MVC WebSite acting as (RP) when trying to access a Resource in RP, it goes thru the FP STS and gets redirected to IDP STS. User puts their credentials and upon validity of that, IDP provide...

How to Validate a SAML Token

The scenario I'm trying to support is this: A client website is redirecting to my website using a single sign on from their site. The client side has a STS that generates a SAML token for the authenticated user that gets passed to my website. My question is what is simplest and best way to validate this SAML token passed to my website?...

osCommerce template system (sts)

hi I found that i can a sysm template STS to design the loock of osCommerce so far I got used to how to use the pre-defined tags. however I am trying to creat the following in the main index page <div class="category"> <ul><li><a href="$gategorylink$"> <img scr="categoryImage" /> </a><li></ul> <!-- all the ...