Tagged Questions
0
votes
0answers
14 views
TeamCity build triggered by Spring config changes?
Our process currently detects any commit to the repo and triggers a TC build using Maven, and that includes Spring configuration files. To me it sounds silly to have to recompile all the Java source ...
0
votes
1answer
14 views
Unable to set correct maven dependency for spring-jms
I have a project involving spring-mvc/jms/active-mq. Getting the following exception when trying to deploy to Tomcat 7.26 within Eclipse Juno:
Caused by: ...
2
votes
0answers
25 views
How to configure relative datasource file for SQLite?
I'm trying to configure a SQLite database for an Spring Web App. The thing is that I'm not able to reach the database file that I've created in src/main/resources using a relative path.
I've tried ...
1
vote
1answer
39 views
Link CSS and Images to Spring MVC maven Projcet
I have a Spring project created using maven. The following is my directory structure.
I want to add css images to this project. For this, i created a resources folder inside the web-inf directory ...
0
votes
1answer
26 views
property 'configurationClass' is not writable or has an invalid setter method. Does the parameter type of the setter
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
-1
votes
1answer
22 views
Shared classes for Android and Spring MVC projects
I've a client-side Android project and a server side Spring MVC project. Some classes defining rest messages exchanged between client and server are common, and could be useful to define a common ...
0
votes
2answers
25 views
Build Maven project without include Spring bean profile
I use Spring bean profile to separate each datasource environments:
<bean id="fooJDBCTemplate" class="com.rakuya.r_erp.task.dao.FooJDBCTemplate">
<property name="dataSource" ...
1
vote
1answer
42 views
java virtual machine Crashing
I have written a Java Spring-WS-Application server and am trying to deploy it from the command line using maven. However, when attempting to execute a "mvn clean package" it tells me that it couldn't ...
0
votes
2answers
24 views
How to download sources and javadoc artifacts with Maven Eclipse plugin from other repository?
I have spring framework dependencies in my Maven project. I want to attach the Javadoc for spring framework dependencies.
I added to pom.xml following lines
<repositories>
...
1
vote
1answer
39 views
Cannot bind GraphRepository Neo4j to Controller in Spring
I am using Spring with Neo4j lib to make REST Web application which will manipulate data on Neo4j database. I am struggling with configuration of my project I cannot manage to start it in Tomcat.
My ...
0
votes
1answer
25 views
How to use JDepend to identify the libraries used in java spring maven application
I want to use JDepend and see how we can identify the libraries directly used in an application
And want to Write a sample application to identify the libraries used in my application. How it can be ...
0
votes
1answer
36 views
Java maven Junit read systemproperties variable to load property file
Java Maven Spring Junit with webapplication
I am using following code to load property file into spring context placer holder.
<context:property-placeholder ...
0
votes
0answers
40 views
Web Services with Hibernate and Spring MVC
I;m new at Java world and I'm trying to create my first web service with Maven, Hibernate and Spring.
I could create a console application with Hibernate, a simple web service with maven and spring, ...
0
votes
1answer
47 views
How to get this maven multi-project setup right (war + jars + static files)?
We have a (until now) small project, which consists of 4 eclipse projects. The main project consists of all the needed libs and an Ant script.
Now we want to convert this project(s) to Maven, while ...
0
votes
1answer
29 views
Eclipse not loading dependent module in a multi module maven project
Environment{git, maven, spring3, tomcat7, STS3.2/Eclipse4.2}
The maven project has the below structure
Base
--CoreApi
--CoreImpl
--ModuleBase
----ModuleApi
----ModuleImpl
----ModuleWeb
ModuleWeb ...
0
votes
2answers
25 views
AspectJ advice not being executed through unit test
I'm stumped. I'm trying to test an AspectJ class. My Aspect class gets picked up perfectly when I'm running my application. However, I seem to be unable to get any Aspect class to intercept any ...
0
votes
2answers
51 views
@Value annotation not resolved
I'm creating a sample project as mentioned in MKyong's tutorial. I am using eclipse. When I created the project, I could not find any way to write a @Value annotation.
I know it seems stupid, but I ...
1
vote
0answers
32 views
Spring (3.x) property injection in multi-module (Maven multi-module) mode
How to inject properties inside individual Maven module using spring property injection and Spring's component scan?
2
votes
1answer
59 views
Weblogic deploy failing after adding spring ws security
When I add this maven dependency to my project:
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-security</artifactId>
...
1
vote
4answers
59 views
maven spring test application contexts
I want to use the applicationContext.xml in my src/main/resources directory from within my test harness in src/test/java. How do I load it? I have tried:
@RunWith(SpringJUnit4ClassRunner.class)
...
0
votes
1answer
30 views
Accessing properties file from another module context
I use maven. My web application contains two modules and each has it's own spring context. First is packed to jar, the second one to war. The second one uses first module's jar and calls it's methods. ...
0
votes
3answers
152 views
Spring annotation configuration java.lang.NoClassDefFoundError: org/objectweb/asm/util/TraceClassVisitor
i am trying to run a very simple Spring application with java configuration. i am getting the following exception and i dont understand why. as far as i can tell i have all the required dependencies
...
0
votes
1answer
51 views
Spring AutoWire gives Null Pointer exception
I have a maven mutli module project :
Project
-ProjectDAO
-Projectx
ProjectDAO uses spring + hibernate
From Projectx I am trying to use something like below:
public class TesMessage ...
0
votes
0answers
22 views
Play framework core classes externalized in maven module
I'm starting a new project development and for now I'm quite pleased and interested by what Play! 2.1 offers. So I'd like to use it for the main website and end-user experience. However I wouldn't ...
0
votes
2answers
38 views
An annotation processor exeption
When i build project using maven and netbeans i got this exception : "java.lang.RuntimeException: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.jaxen.FunctionContext not ...
0
votes
1answer
48 views
Spring, Jetty Maven Plugin: No qualifying bean error only after jetty reload
I have set up a simple web application using Eclipse, Maven, embeded H2 DB and Jetty maven plugin.
Everything works nicely when I
mvn jetty:run
all the dependencies are resolved and the webapp ...
0
votes
0answers
51 views
Bad injection of maven properties in spring application context
I am trying to set up an activeMQ broker and apply it the following policyEntry:
<policyEntry
queue="${broker.destination.queue.prefix}>"
...
-2
votes
1answer
61 views
Spring mvc + hibernate + maven
I am new to spring mvc and hibernate. To help me understand I followed this tutorial http://viralpatel.net/blogs/spring3-mvc-hibernate-maven-tutorial-eclipse-example/
I am getting this error ...
0
votes
1answer
54 views
Error while deployment java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence
I am Hibernate 4 Final and Spring 3.
When I am deploying an application to Weblogic 10.3.6 using Maven 3 I am getting the following excpetions although I have included hibernate-entitymanager in pom
...
0
votes
1answer
76 views
Spring core 3.2.2 + Spring security 3.1.4: java.lang.IncompatibleClassChangeError: org.springframework.asm.ClassVisitor
When I added Spring-security 3.1.4 next to Spring 3.2.2, I've got this ugly exception below. I googled it up and got only this link about the same error:
...
0
votes
1answer
64 views
Maven, Spring Data, MongoDB and Apache Solr integration
I want to build an application using Maven, Spring Data, MongoDB and apache solr. I don't know from where to start. I am having knowledge of Maven, Spring-Data, MongoDB and a bit of solr. Later on ...
0
votes
1answer
105 views
getting error: Could not load JDBC driver class [org.postgresql.Driver]
I'm trying run a Junit test,have configured before only projects without maven, now i am trying to make this integration, but i stop in this following error:
java.lang.IllegalStateException: ...
0
votes
1answer
85 views
Spring not using log4j2.xml configuration over slf4j
I'm updating one of my applications to Log4J2 over SLF4J and I'm running into troubles with Spring.
Additionally to the "normal" (correct) logging output
2013-05-24 20:02:00,490 INFO [main] ...
1
vote
1answer
38 views
Maven profile parameters aren't loaded in Spring JUnit context
I'm running JUnit tests with Maven profile.
Maven profile looks so:
<profile>
<id>someProfile</id>
<properties>
...
...
1
vote
1answer
273 views
JSON Mapping in my Spring MVC 3.2 Application Works for Only One of My Methods
I am working on a Spring 3.2 MVC application. It's setup fairly typically, but my problem is that I am getting a 406 status error when I attempt to return a JSON object from my controller methods.
...
-1
votes
0answers
44 views
How to use hibernate criteria sorting with where clause with multiple AND or OR
Please provide me with any example of hibernate criteria
I want a criteria that sort a list criteria containing a where clause,multiple AND or OR, . I dont have any reference for this so please ...
0
votes
2answers
58 views
Spring application with external context and resources via maven
Is it possible to build a spring application jar file /w all jar dependencies packaged inside the jar as usual, but resources folder + spring app-context.xml defined outside the jar? If so can anyone ...
0
votes
0answers
52 views
Use ehcache with Spring and Hibernate
I am creating a Java web application using Spring and Hibernate(created using Maven). I want to introduce Eh-cache. But I am new to this and need to know from the scratch.
I have a Entity class(A ...
0
votes
1answer
44 views
spring src-resolve issue "Cannot resolve the name …''
I'm stuck with a standalone java application I'm maintaining, I'm really new with Maven. I use the copy dependencies, package plugins in command line and everything it's ok, but then when I see the ...
4
votes
3answers
170 views
Standalone Spring app ( jar) conflicting with other web apps on weblogic 10
I have a standalone spring app that contains mainly aspecj aspects and few other spring managed beans and bundled in a jar with maven-assembly plugin with all the spring dependencies bundled inside ...
0
votes
2answers
33 views
Load different spring configuration when running integrations tests
I have the following setup: normally my webapp will be deployed on stand-alone server and connect to MySQL database. However I want ability to "self-test" the application with Selenium. So during mvn ...
-1
votes
0answers
31 views
ldap authentication failed not returnin success message
package com.ecom.data.access.controller;
import java.util.Hashtable;
import javax.naming.AuthenticationException;
import javax.naming.Context;
import javax.naming.NamingEnumeration;
import ...
0
votes
2answers
38 views
Necessary to use spring-core and spring-context dependencies together in a Spring project?
I am a beginner in Spring and I am trying to learn it by reading some codes scattered around on the internet. When I look at the pom.xml of these codes, I almost always see that people use ...
0
votes
2answers
37 views
Maven Spring dependency repository
I am developing a Spring application using Maven and I would like to find the most comprehensive and up-to-date repository with the most dependencies. So far I have found three repos, but I am unsure ...
0
votes
1answer
27 views
ReflectionToStringBuilder errors in Maven Project
Some of my Roo generated .aj files seem to be generating errors as below. I can see commons-lang3-3.1.jar in my Maven Dependencies. I have added this to my pom.xml
<dependency>
...
0
votes
0answers
45 views
Compilation failure Failure executing javac, but could not parse the error: The system cannot find the path specified
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 ...
1
vote
0answers
62 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" ...
1
vote
2answers
61 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:
...
0
votes
1answer
98 views
Invocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to locate current JTA transaction
When I run this code it gives the error:
forInvocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to locate current JTA transaction
I have jta properties ...
0
votes
0answers
38 views
Running Spring WS Samples on github results in maven errors
I'm trying to run the mtom example on spring-ws: https://github.com/poutsma/spring-ws/tree/master/samples/mtom
under the server directory when I run mvm:jetty run I get the following error:
[ERROR] ...


