The Spring Framework is an open source application framework for the Java platform, designed to make Java SE/Java EE technologies easier to use.

learn more… | top users | synonyms (1) | spring jobs

0
votes
0answers
4 views

mybatis 3.1.1+ dont show sql while running JUnit test

I got problem with mybatis to log sql queries. logback configuration set to DEBUG. <logger name="java.sql" level="DEBUG" additivity="false" /> <logger name="org.springframework" ...
0
votes
0answers
8 views

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mongo:db-factory'

I am getting error like cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mongo:db-factory'. Please can any one help me.
0
votes
0answers
7 views

How to populate Form from Spring dropdown when form is submitted

My code lists the data that I would like to see, but when I hit submit it fails to populate the backing form with exception below. How can I make the bindings work? The exception I get is of Mismatch ...
0
votes
0answers
15 views

@Autowired is not working with jersey and spring

When I am running test at that time @Autowired is working but when I run the web app and try to fetch data at that time its throwing null pointer exception. this is my controller In this BuyerRepo ...
0
votes
1answer
26 views

What this running error means?

Hello, I`m trying to run a job in spring batch but its giving me this error which i dont know how to solve: `$` C:\Program Files\Microsoft Visual Studio 8\VC>java -jar C:\Workspacetest\testpro ...
0
votes
1answer
28 views

Error when I start my application - Hibernate+spring mvc

I have application with spring mvc + hibernate. All tests It's working but when I try to start my application with tomcat I get an error: HTTP Status 500 - type Exception report message ...
0
votes
1answer
40 views

C3P0 and Java Swing application

I have an Java Swing application which include a c3p0 library for manage connection pools. In its configuration I setted property c3p0.maxPoolSize=10 but it still creates more connections once a user ...
0
votes
1answer
19 views

Spring Security Rest DigestEntryPoint's key and realm

I'm following baeldung's Spring Security for REST guide, and he has you create a DigestAuthenticationEntryPoint. When you do that, he says you should set the RealmName and Key in that, and he gives ...
0
votes
0answers
5 views

LinkedIn JS API token exchange to REST token using Spring Social for Linkedin

I'm trying to do the following: Let the user authenticate and authorize through Linkedin using Linkedin JSAPI, then take the authentication details and send them to my server to get the user profile ...
1
vote
0answers
23 views

Ignoring root element using JAXB

I am using Spring and it's REST template to bind XML from a webservice to a domain object using JAXB. The XML returned from the web service is as follows: <response> <user> ...
0
votes
1answer
28 views

Display JSR-303 errors before form submission with Spring MVC

Is there an easy way in Spring MVC 3.x to display form error messages (obtained by JSR303 validation), before submiting the form ? Consider the example code at the end of this post. The end-user is ...
0
votes
0answers
31 views

How do I resolve this probem using Calendar and ComboBox with PrimeFace?

I use a PrimeFaces form with InputTexts, ComboBoxes and Calendars, but I have a problem when I select a date in Calender or a value from the ComboBox. Screen Capture. Form code: <h:form ...
0
votes
0answers
25 views

How to retrieve non key columns on inserting the record into the table?

I know I can use the following query to get the primary key of the record inserted into the table. namedParameterJdbcTemplate.update("INSERT INTO TABLE(ID, col1, col2)" + ...
0
votes
1answer
33 views

How can I Display a substring of the data

I am a new at using Spring and I've spent hours searching over the net but I can't find a solid answer. Using spring 2.0, I have a bean whose value is defined by a column from my database table. But ...
0
votes
1answer
23 views

How do I pass arguments to Spring AOP advice with annotated parameters?

I am using Spring 3.1.2.RELEASE with cglib load-time weaving and I am trying to get advice to work with a method that has custom annotations and annotated parameters. Advice: @Advice public class ...
0
votes
0answers
13 views

Spring Security, REST basic authentication issue

I got an issue related to the HTTP response header "Access-Control-Allow-Origin" when using basic authetication with Spring. When I authenticate manually, like the code bellow (I'm using REST): ...
0
votes
0answers
15 views

Removing namespace prefix in the output of Spring WS web service

I have created web service using Spring-WS. When I send a request to the web service, this is the response I get in soap-ui: enter code here <SOAP-ENV:Envelope ...
0
votes
1answer
17 views

command line interface for struts2 spring framework (compiled by maven)

I currently have a project that is a web application (struts2 + spring) that is compiled with maven, running on a tomcat7 server on CentOS6.3. I am wondering if there is any way to provide also a ...
1
vote
0answers
22 views

DefaultMessageListenerContainer consuming messages intermittently

I have the following configuration for consuming messages from a queue. I need to make sure that the task executor should perform only one task at a time and hence I have configured the task executor ...
0
votes
0answers
20 views

Display content of a java.util.Map in JSP form, while using spring MVC

I have a object-String pair in the Map collection. I need to display object values as well as String on the table in the JSP along with radio button selection. How do I do this, as per my knowledge ...
-1
votes
0answers
19 views

ignorecase in criteria builder in JPA

Friends How can we do a ignorecase in the criteria builder if I have private final criteriaBuilder cb then i can only use cb.asc or cb.desc but not the ignorecase Please suggest
0
votes
0answers
24 views

How to integrate Atmosphere with Spring and Jersey?

Currently I have a Jersey-Spring application with the following configuration. <servlet> <description>JAX-RS Tools Generated - Do not modify</description> ...
0
votes
0answers
31 views

Send picture from android phone to a local web server

I've been searching all over and found a bunch of examples of ways to send a picture to a web server. So far none have quite worked for me. Maybe I started in the wrong end but I've already written ...
0
votes
1answer
34 views

configuring log4j to display errors

I've configured my log4j.properties so that it puts all the info and debug messages in a separate log file in tomcat. However, when the application fails, say bad sql command then the errors don't ...
1
vote
1answer
43 views

Spring + Hibernate + Sql Server connection failing

I am getting the following error when I am using a combination of Spring, Hibernate and SQL Server. 19:17:09,137 ERROR [org.hibernate.tool.hbm2ddl.SchemaValidator] (MSC service thread 1-8) HHH000319: ...
0
votes
0answers
11 views

How to use JTA transaction in tomcat 5.5

My application is running in wepsphere 6.1.Need to migrate to Tomcat server. Application uses: Spring 2.5 Hibernate 3.0 JSF 1.1 JDK1.5 I have googled and found that Tomcat 5.5 is suitable version. ...
-1
votes
0answers
19 views

Hibernate Entities dosen't work after database modification

i have an application works good ! and i have to change my database structure ! and when i changed it ! and i generate my model classes with hibernate i got this exception ! HCANN000001: Hibernate ...
1
vote
3answers
44 views

How to use Mockito for testing sendEmail() method without sending email?

I need your help with using Mockito for unit tests. My project have only DAOs and Services, so it's web project. I have interface EmailDao and it's implementation EmailDaoImpl class. Now I have ...
0
votes
1answer
13 views

Spring JPA 2.0 Repository / Factory not working

I'm trying to implement a custom java Spring JPA repository, as described in the Spring documentation. It seems that my spring config insists on creating the repositories in the standard way, instead ...
0
votes
1answer
17 views

Cannot inject EJB specified in applicationcontext.xml in jboss 7

I'm trying to migrate my Java EE application from jboss 5.1 to jboss 7.1 and getting a deployment error. My EAR has 2 EJB modules and 1 WAR module. both EJB modules gets deployed without any issue. ...
1
vote
2answers
47 views

Dynamically load a spring xml file based on database values

We currently have a Spring web application and are doing our configuration using XML files. We are starting Spring the DispatcherServlet which creates an XmlWebApplicationContext and loads it from the ...
0
votes
1answer
21 views

@scope(“prototype”) not working properly

Consider the following configuration public class MainApp { public static void main(String args[]){ ApplicationContext ac=new ClassPathXmlApplicationContext("src/Beans.xml"); ...
2
votes
0answers
25 views

Spring MVC Hibernate Validator TypeMismatch Exception

I'm using Spring MVC with Hibernate validator 4.2.0. have a ValidationMessages.properties on my class path in /WEB-INF/classes/ValidationMessages.properties: typeMismatch.java.lang.Integer=Must ...
0
votes
0answers
15 views

onkeyup not working with spring dojo

i hav this code <form:input path="emailId" id="email" placeholder="Email ID(Username)" onkeyup="return checkusername();" autocomplete="off"/> before appying dojo to this above code ...
1
vote
1answer
26 views

Entities are not mapped

i have an application works good and i have to change my database structure and when i changed it and i generate my model classes with hibernate i got this exception: SEVERE: Servlet.service() for ...
0
votes
1answer
27 views

Spring expression Language - Call getter

Suppose I have a class MyClass as follows. package com.classes.blabla; public class MyClass { String myVar; public setMyVar(String myVar) { this.myVar = myVar; } public String getMyVar() { ...
3
votes
1answer
42 views

Can I control how spring controller method arguments are instantiated?

Consider the following interface/object hierarchy in a spring project: public interface MyInterface { //method defenitions } @Component @Scope(SCOPE_PROTOTYPE) public class MyClass implements ...
0
votes
0answers
12 views

Joining two transactions spring bitronix

We use this bitronix.tm.resource.jdbc.PoolingDataSource with OracleXADataSouce, with our typical spring application context looking like this <bean id="bitronixTransaction" ...
0
votes
0answers
15 views

Spring data mongoRepository Query sort

I was looking to see how I could introduce a sort into a Query annotation in a repository method that I have. I already saw this code in Google and here, but I could not make it works ...
0
votes
1answer
11 views

Spring Roo @RooJpaActiveRecord parameterized the JPA table catalog

I need a why to change the JPA catalog element in my java class? We have many database environments which we need to be able to deploy our application too. Example: In your dev environment we have a ...
1
vote
0answers
11 views

OracleTypes Compilation is forcing the application server restart

Using the Struct object to send the data from java to Data base Stored Procedure. For this Need StructDescriptor class, Creating using below code. StructDescriptor.createDescriptor(sqlTypeName, ...
1
vote
1answer
28 views

MockMVC how to test exception and response code in the same test case

I want to assert that an exception is raised and that the server returns an 500 internal server error. To highlight the intent a code snippet is provided: ...
1
vote
0answers
15 views

Using liquibase file paths via both maven and spring

I update scheme and initial data in spring context using the following beean: <bean id="liquibase" class="liquibase.integration.spring.SpringLiquibase"> <property name="dataSource" ...
0
votes
0answers
23 views

Limit Jackson Serialization/Deserialization Depth for all the class

I have tried CustomJSONSerializer from Suppress wrapper object when serializing Java object into JSON using Jackson. But getting following exception: ...
0
votes
2answers
14 views

Spring Beans Scope - taking into account Controllers \ Services \ Repositories

I'm having 1 @Controller bean in my project and 2 @Service beans that this controller calls. the services using 2 different @Repository beans for persisting. My question is : my server is about to ...
0
votes
0answers
10 views

Connect to EMS JMS queue using Spring + SSL

I'm having some issues to create a connection to (and reading from) a Tibco EMS JMS queue, using SSL and mutual authentication with certicates. Here is my Spring config: <!-- TIBCO Connection ...
-8
votes
0answers
40 views

Problème with parsers [closed]

I have a project that parses an Excel file into my application in J2EE (Spring), I use it for the POI API to return of the proofing data from Excel file. The problem that my project is to redesign ...
0
votes
0answers
6 views

Instantiate Spring MongoRepository manually

I'm trying to test my spring data mongodb repositories, which are interfaces extending from MongoRepository, with embeddedMongoDb. Like this tutorial, I would like to create tests that don't use ...
0
votes
0answers
16 views

external links with parameters shouldn't reach pages

My website has prices which you can reach in a page. Has some parameters ex: date, people number etc. When you select/assign this parameters. javascript loads a page into div. It works great. But a ...
1
vote
2answers
38 views

Maven: Parent Spring Webapp

I would like to have a framework base code for all my webapps using Maven and Spring. Tomcat7 is starting correctly on my child project, but I get a 404 when trying to open index.html. Parent POM: ...

1 2 3 4 5 564