Tagged Questions
1
vote
1answer
51 views
Packaging war file with maven
I thought that, if my project is named my-web-application, than when I call mvn clean install maven first compiles to target\my-web-application-1.0 folder and than "zips" that folder to ...
0
votes
0answers
22 views
Error:Library jacob-1.14.3-x64.dll already loaded in another classloader in Java EE application
I'm using the Jacob API in my Java EE application, which is composed of 3 modules (ejb, web, ear) and uses Maven.
I've put a dependency to jacob-1.14.3-x6.jar in the pom since I'm using functionality ...
1
vote
1answer
49 views
NoClassDefFoundError on a dependency class in a web application
I have a web application A, which depends on library B, which, in turn, uses library C. A, B and C are all Maven projects (A is a war, B and C are jars).
When I deploy A to the application container, ...
0
votes
2answers
107 views
Not able to detect Persistence.xml
i have 3 days searching for a solution ,but nothing helpful,
i want to deploy an MAVEN Web project ,this Web project contains a dependency of an EJB maven project(i use the MAVEN POM EDITOR to add ...
0
votes
2answers
40 views
Can i deploy a war that contains a JAR dependence?
Can I deploy my web maven project knowing that it has a dependency to an EJB maven project? Or do I have to create a EAR where I will package both of them and then I will be able to deploy them?
...
0
votes
1answer
141 views
Deploying multiple wars for different modules but same portal
I have a legacy project which is struts based (1.2) and deployed on JBOSS AS 7.
The project started off small several years ago catering to one single product but now has several sections in it. We ...
0
votes
0answers
94 views
Maven Cargo Tomcat7 the server.xml is being over written
I'm trying to get our integration testing running with maven. It's deploying the catalina-base to the correct directory and running with catelina-home set as the local install of Tomcat7.
However the ...
0
votes
0answers
298 views
java.lang.IllegalStateException: No LoginService for org.eclipse.jetty.security. authentication.FormAuthenticator
The following error pops up, while doing mvn jetty:run.
2012-11-23 11:34:07.462:WARN:oejw.WebAppContext:Failed startup of context o.m.j.
...
0
votes
1answer
353 views
Dynamic web application in eclipse using MAVEN 3.04
From past 90 hours I am trying to know how to use Maven in my web project, generate a war file and deploy it into my JBoss 4.2 Server.
I am not getting.
I am reading all kinds of blogs, googling ...
0
votes
1answer
48 views
Load dependencies by method call
Is it possible to load some dependencies by method call? I'd like maven to call for example Depencencies.get(), which would return a collection of other dependencies.
I'm new to maven, excuse me if ...
0
votes
3answers
174 views
JRebel with CTRL + F9
I am using maven project with struts2, Tiles, XML Validation, Properties and Tomcat 7 maven plugin.
Using Maven Tomcat 7 plugin and run with JRebel to test my work and changes. Changes to ...
0
votes
2answers
74 views
Webapp shows 404 page after project renaming
I have been working on this web application using Eclipse and m2e (maven plugin for Eclipse).
After a while I decide to change the project name in eclipse doing: Right click on project >> refactor >> ...
1
vote
2answers
4k views
Error creating bean with name 'dataSource' defined in ServletContext resource
I am working on struts2 demo project and spring to manage hibernate sessions. I have tried my level best spent many hrs. Read almost all posts to solve different issues to make it work and still ...
0
votes
2answers
55 views
why log4j.zip is not in the build path after i use mvn eclipse:eclipse?
i have the following lines in pom.xml
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
...
1
vote
1answer
209 views
JRebel updating changes not tomcat maven plugin
I have Maven module with JRebel and Tomcat-maven-plugin. I run the tomcat:run with JRebel as shown in the screenshot. Whenever I change are reflected in the browser.
Question 1: How do I make sure ...
1
vote
1answer
632 views
Maven tomcat7-maven-plugin not found error
I am new to working with Maven. Searched alot but no success. Tried my best. Someone explain to me what to do to fix this issue. Any of your current pom with struts2 and tomcat 7 will be very helpful.
...
0
votes
2answers
80 views
Referencing an interface's implementation from another maven module
I have a maven module "dd.core" containing an interface say CoreService, which is implemented in another maven module "dd.another" as CoreServiceImpl.
Now when I am trying to refer the CoreService ...
0
votes
0answers
752 views
Maven 3 cobertura 2.5.1 configuration
I have configured cobertura in a maven 3 project. My requirement is to configure cobertura in parent pom and configure the ignore, exclude values in child poms in multiple projects. The basic ...
0
votes
3answers
1k views
Java compiler level does not match
i am using jsf2 hibernate 4.1.4, spring 3.1 and maven 3 in eclipse helios. but i have this error when i try to add dependecy in to POM.
Java compiler level does not match the version of the installed ...
2
votes
1answer
170 views
generating import using Jcodemodel
I am trying to generate java code using Jcodemodel.
How to generate required import statements using Jcodemodel?
How to automatically generate the implementation of interface methods when a class ...
0
votes
0answers
172 views
Jcodemodel to generate class
I have a generated Interface classes in my maven project. I am trying to generate a java code for implementation class using jcodemodel. Kindly help me to write jcode class to generate the following ...
1
vote
1answer
305 views
Code generation using Jcodemodel
I am trying to generate java code using jcodemodel in my maven project. My maven project has three modules. I have written a sample jcodemodel in one of my module for testing purpose.But when i ...
0
votes
1answer
49 views
JCodeModel in maven project
I am new to use JCodeModel. could anyone provide me a simple demo or link how to use JCodeModel in maven project? Where do I need to exatly place the JCodeModel class in maven to generate java class?
0
votes
2answers
931 views
Upgrading to maven 3 from maven 2
I have upgraded from maven 2 to maven 3 and it seems to be working fine to clean install.
However, in the compatiblity notes:
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html
It is ...
0
votes
3answers
213 views
How to read a directory in webapp folder of maven application
I'm working in maven web application (Java). I need to read a directory(For ex: mydirectory) in my webapp folder as follows,
File file = new File("path of my directory");
I just specify the ...
0
votes
1answer
564 views
Compilation error in maven with java home
I'm working on Fedora, my java home is set as :
export JAVA_HOME=/home/UserName/java
export M3_HOME=/home/UserName/softwares/apache-maven-3.0.3
export ...
0
votes
1answer
162 views
set up maven pom file for different deployment scenarios
Very new to maven. I have a pom file that I can use to do a build and deploy of my j2ee project and its working fine. (using maven 3).
I was wondering how to set up two different deployment ...
3
votes
1answer
139 views
What is a good resource to understand maven [closed]
I am not entirely new to the maven world but i have never taken couple of hours to actually sit down and understand what maven is all about. Whenever anything needed to be done, I trusted google as a ...
0
votes
3answers
431 views
Java 6 Enterprise project (WAR) in Maven3 (Modules)
I have Java 6 Enterprise project (WAR) in Maven3 created base on
http://www.sonatype.com/books/mvnex-book/reference/multimodule-web-spring.html
...
1
vote
1answer
1k views
Problem deploying hibernate depended project into weblogic 10.3.5
I've been developing an application intending to deploy my war into jboss6. However, in the middle of the development, I had to deploy my application into weblogic(no experience before) 10.3.5(company ...
0
votes
1answer
43 views
Which are the Error tracking tools that can be used with NetBeans 7.0?
I am new to enterprise Java development.. Most of the time I am busy working with Spring, Hibernate, JSF, Maven and Glassfish server 3.x.. My problem is that NetBeans sucks my mind most of the time by ...
3
votes
2answers
722 views
Maven - Sharing libraries between projects
I'm working on a multi-project, and right now I have a structure that resembles this (actually there are a couple of jar projects and a couple of war projects)
/myProj
|_______projA (jar)
| ...
1
vote
3answers
3k views
java.lang.NoClassDefFoundError: org/apache/http/params/SyncBasicHttpParams
hi guys
I am trying to run integration test on an OSGI based web app
when I tried that I get the error:
java.lang.NoClassDefFoundError: org/apache/http/params/SyncBasicHttpParams
any ideas how to ...
3
votes
4answers
2k views
Maven 3 documentation
I can't find any good documentation for the new version of maven (Maven 3)
There are few blog entries that are mostly related to Maven 3 Beta.
Do you know of any official/unofficial documentation or ...
7
votes
2answers
181 views
Eclipse logical directory grouping
Is there any way, with the Eclipse IDE, to have a "master" folder containing several related projects?
The reason I want this is because I have several Maven webapps. With Maven it is convention to ...