1
vote
1answer
9 views

jaxb.properties missing at runtime when built with Maven

I have a project where I want to work with a set of Classes generated by JAXB from an XSD. With these classes I would like to marshall/unmarshall from XML and JSON. I've figured out I would need ...
0
votes
0answers
150 views

Running Lucene 4.4 on Android

I want to use Lucene as a search engine in my app. However, I keep getting this exception: ERROR/AndroidRuntime(733): FATAL EXCEPTION: main java.lang.ExceptionInInitializerError at ...
0
votes
1answer
16 views

Could not autowire field: private org.springframework.core.task.support.ExecutorServiceAdapter

I am really stuck and i need your help. I am getting the following autowire error Could not autowire field: private org.springframework.core.task.support.ExecutorServiceAdapter could not ...
0
votes
2answers
32 views

Deploying Spring MVC project

I am newbie in web development using Java and I've developed a small MVC project using Spring MVC, Hibernate, MySQL, Maven and Tomcat. I can run and test the application (locally) smoothly. But Now ...
0
votes
1answer
16 views

Netbeans 7.x: Maven creates my project in the wrong directory

I cannot get Netbeans 7.3.1 to create a Maven Web Application in the directory I specify. OS: Windows 7 x64 NetBeans: 7.3.1 Maven: 3.0.4/3.0.5 I am using the NetBeans GUI and its internal Maven ...
0
votes
0answers
12 views

Difference between org.jboss.spec and org.jboss.as

I have been trying to run a standalone EJB client code against Jboss AS 7.1.1 Final using Maven. However, I have bumped into these two groupIds org.jboss.spec and org.jboss.as. How do I know which ...
0
votes
0answers
16 views

Adding Psychopath Xpath2 processor as a dependency in a maven project

I want to use Psychopath Xpath processor in a project(IDE :Intellij Idea) which uses Apache maven for building which is not available at maven central repo. Psychopath jar is available here . And also ...
0
votes
0answers
11 views

How to exclude a specific jrxml from maven jasperreports plugin

I compile my jrxml files using the Maven 2 JasperReports Plugin (http://mojo.codehaus.org/jasperreports-maven-plugin/index.html). But I've a specific report file (jrxml) that is unfinished and want to ...
0
votes
2answers
27 views

How to include my *.jasper files together with *.class files in maven build?

people! I have a web project that was compiled by ANT. The *.jasper were compiled with the *.class. Once migrated to MAVEN they ceased to be integrated with the build. I tried to include these file ...
0
votes
1answer
24 views

Run maven web project with JSP debugging on tomcat with IntelliJ Idea

I'm transitioning from Eclipse to IntelliJ Idea and having some trouble getting my Maven Web project running as I'd like. In Eclipse, I ran it using mvn tomcat:run, which worked fine with JSP ...
0
votes
2answers
16 views

Maven retains older version of asm in repository

Initially, I had the maven dependency for asm version 3.2 in pom.xml file of my project. I update the same to version 4.1 using the following dependency <dependency> ...
1
vote
0answers
16 views

GWT-Spring with Maven module error JUnit

I am setting up a project in which I use GWT (frontend)-Spring(backend) with Maven for dependencies using mojo.codehaus plugin. When I execute the gwt:test goal in eclipse y get the next error. ...
0
votes
1answer
28 views

How do I get Maven to create an appropriately named .war for use with Tomcat 7's parallel deployment feature?

How do I get Maven to create an appropriately named .war for use with Tomcat 7's parallel deployment feature? More generally, how do I manipulate the filename of the .war mvn produces? Tomcat 7 ...
-4
votes
0answers
34 views

Deploy spring maven application [on hold]

I have done spring-maven application in eclipse. Now I want to deploy the application like when ever the system starts up, the class of application should be call. How can I achieve this? Note: I ...
1
vote
0answers
11 views

rpm-maven-plugin and OS X

I'm trying to set up a maven project on OSX and use the rpm-maven-plugin to build it as an RPM package. However, even the simplest configuration of the plugin seems to fail. The error I get is Bad ...

15 30 50 per page