Questions tagged [springsource]

SpringSource is an application framework for Java, orientated at Enterprise applications.

[SpringSource][1] contains a lot of features that help the development of applications that can scale up to the Enterprise level.

The APIs include:

  • , , , along with integration with popular social sites such as Twitter, Facebook.
  • Access to modern , and cloud data services, also includes features for accessing services.
  • Authentication and authorization within security level of different access levels associated with enterprise applications.

The benefits of SpringSource includes and strives on:

  • Modularity
  • Productivity
  • Portability
  • Testability

More information can be found at the linked site as shown here at http://www.springsource.org [1]: http://www.springsource.org/

106 questions
0
votes
1 answer

SpringSource integration with eclipse

I am attempting to integrate the sonarqube plug-in with eclipse. However, I want to do this on another machine that does not have network access. I have copied the .jar files into the Spring plugins folder. This does not properly install it. I was…
0
votes
2 answers

where I can download Websphere Application Server 7 (was 7) server adapter for springsource tools

like the title... I want to find was7 server adapter for springsource toos. any body know where I must download the software ??? thanks
Adi Sembiring
  • 5,798
  • 12
  • 58
  • 70
0
votes
1 answer

Apache tomcat catalina springsource bundle is not RESOLVED on equinox OSGi container

I have a java application in which I start Equinox OSGi container (version 3.10.1.v20140909-1633) and load apache catalina springsource bundle com.springsource.org.apache.catalina.springsource_6.0.20.S2-r5956 and other dependent bundles. Following…
0
votes
1 answer

Springsource EBR is down. What next?

We proxied Springsource EBR in our own Nexus put a p2 capability on it so that we could use it in our p2 target platforms. Now since Springsource EBR is down the proxy doesn't work anymore. Now I got some questions: Is there an alternative…
0
votes
0 answers

Launching DEBUG from F11 opens "/WEB-INF/....../././Someclass.Java"?

Everytime I try to debug an MVC project, and press F11 to do so, it launches the URL to /WEB-INF/.../../../SomeClass .jsp or .java. Why can't it just open the default http:// localhost :8080/myproject/ - URL ?
OddBeck
  • 835
  • 8
  • 19
0
votes
1 answer

Ivy configuration for springsource repo

I`m trying to set up ivy to get jars from the springsource repo. So far I have for my ivy.xml:-
Darran
  • 91
  • 2
  • 5
0
votes
1 answer

Springsource + hibernate (postgres)

I'm beginning to study java with springsource and hibernate to develop an API. So after hours configuring dependencies, I got these errors: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with…
sidneivl
  • 242
  • 3
  • 12
0
votes
2 answers

SpringRoo project cannot be deployed on tomcat

I started to work on a new project using the following environment: Ubuntu 12.04 java version "1.6.0_27" Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 1 SpringSource Tool Suite Version: 2.9.2.RELEASE tomcat 6 (which I…
0
votes
1 answer

How Can I create a Unit Test in Java that Can ensure that my JPA database entities are being loaded lazily?

I would like to create unit tests for the persistence tier of my project to ensure that entities are being loaded lazily. I am using hibernate with springsource. What is a basic unit test that can guarantee that I can create an Assertion to check…
aruuuuu
  • 1,605
  • 2
  • 22
  • 32
0
votes
1 answer

Spring-Data: What is the difference between Autowiring a @Service and Autowiring the Repository Directly

I am using Spring-Data-JPA and in my persistence tier use both Repositories to access the database and then sometimes use 1) the Service class with repositories within it, and then autowire the service 2) autowiring the repository directly Do both…
aruuuuu
  • 1,605
  • 2
  • 22
  • 32
0
votes
1 answer

Eclipse plugin project not consuming OSGI bundle dependencies

I am developing an Eclipse plugin and would like to leverage the Jersey OSGI bundle hosted on SpringSource but once the bundle is pulled down it is not consumed. My question is how do I declare, in my POM or MANIFEST, that I want the Jersey bundle…
0
votes
3 answers

how to Split the String values returned from the method

Below is the method that returns the Set of String as follows sang1,sang2,sang3,sang4, @SuppressWarnings("unchecked") public String getMissedAndDelayReasonList(String missedReasonValue) { if(missedReasonValue == null) return null; …
0
votes
2 answers

How to avoid getting the extra special character at the initial text box while using the jquery map function -join(/)

i have the below javascript function. function formsubmit() { var missedReasonCode =$('input[name*="MissedReasonCode"]').map(function() {return $(this.id).val();}).get().join("/") ; …
0
votes
1 answer

eclipse galileo is failling to publish to tomcat on mac!

i've posted a similar question here sometime ago and found the solution by downloading the new eclipse 3.5 (galileo).i believe this is a difference case since 1- i'm on a macbook pro now os x 10.5.0 2- using the springsource tool suite 2.2 (which…
black sensei
  • 6,528
  • 22
  • 109
  • 188
0
votes
1 answer

Error in EGIT in checkout from SpringSource repository

I am using Eclipse GIT (EGIT) to check out from https://github.com/SpringSource/spring-mvc-showcase After trying to clone the repository I am receiving the error: https://github.com/SpringSource/spring-mvc-showcase:…
Alex
  • 7,007
  • 18
  • 69
  • 114