Tagged Questions

7
votes
4answers
325 views

Maven is trying to update glassfish plugin from maven.ocean.net.au

We cannot deploy our app as Maven is trying to update glassfish plugin from maven.ocean.net.au repository, although no such repository was defined in our pom. The problem is maven.ocean.net.au isn't ...
4
votes
2answers
5k views

GlassFish v3 and glassfish-maven-plugin (Mac)

I'm trying to use the glassfish-maven-plugin (https://maven-glassfish-plugin.dev.java.net/) with GlassFish v3 (I'm on a Mac and using Eclipse) and I can't seem to get my web app to deploy. I keep ...
2
votes
1answer
98 views

Maven doesn't recognize EJB as dependency of project when trying to define module

Today I upgraded my local Glassfish server to 3.1.1 in preparation for my company's upgrading of the servers to the same version. I am attempting to convert my web service project to play nice with ...
2
votes
2answers
82 views

JEE war deployment or redeployment - automatically choose the appropriate action

In development, it's fairly common to want to deploy your war to your local app server, irrespective of whether it's already deployed (i.e. just deploy over the old version, if it's there). However ...
2
votes
2answers
555 views

Embedded GlassFish ignores Maven test resources

I have several session beans that I have written unit tests for. I have setup Maven to include a persistence.xml in the src/main/resources/META-INF directory that refers to a local MySQL database for ...
2
votes
3answers
398 views

Using Maven, how to properly deploy WAR depending on J2EE/JPA JAR?

I'm creating a modular Maven project. Project is deployed on Glassfish 3.1. Project (webapp) consists of three modules: "Common", consisting of core functionality (persistence, authentication ...
2
votes
1answer
173 views

Maven goal / plugin to touch a file

Hi I'm looking for a way to touch a file using maven. The specific user case for this is touching a ".reload" file in order to force Glassfish to redeploy an Application.
1
vote
1answer
57 views

Java EE with netbeans

I'm a student trying to make my home work to work. The project is quit simple, only 4 page (xhtml), you can login/logout add new items (books and CD's) and view the items from the DB. Using derby and ...
1
vote
3answers
118 views

What is the fastest way to develop a servlet using Maven, Glassfish, and JRebel?

Just using the command line, what is the fastest way to fire up the embedded glassfish server make a change to a file, recompile, then redeploy the code? I'm using: mvn embedded-glassfish:run ...
1
vote
0answers
298 views

Looking for pom.xml for webservice development (based on jaxws) and deployed on glassfish

I struggling to figure out a correct pom.xml for development of a webservice project, which should be deployed on glassfish. I need jws and glassfish, because I consume the service from Silverlight ...
0
votes
5answers
61 views

how does maven affect a java web application?

I am beginning a new Java web application using Netbeans, and I would like to use Maven. McAfee is installed on my box (here at work), which is preventing me from turning off the read-only attribute ...
0
votes
1answer
67 views

how to use custom log4j jar dependency in glassfish

I am new to Glassfish and Maven. I have a custom log4j(custom_log4j.jar) which is extend existing log4j.jar with some add-on features. The problem is how can I config my maven or glassfish to use my ...
0
votes
0answers
155 views

Console logs show same log messages multiple times while deploying a maven JSF project on glassfish

When Netbeans tries to deploy my JSF maven app on glassfish after building, the console logs show the same log messages multiple times(upto 10-12 times). What may be the cause of this? INFO: ...
0
votes
2answers
201 views

SerialInitContextFactory not found in glassfish naming

This one starts to drive me completely nuts ... I want to create a Glassfish client application using Maven. For that, I've added the requried gf-client dependency : <dependency> ...
0
votes
0answers
237 views

OSGi example project injection problem

I'm having a problem with an example of OSGi as a maven project. NetBeans: http://netbeans.org/kb/docs/javaee/maven-osgi-declarativeservices.html or there is a non-Netbeans version which yields ...
0
votes
2answers
152 views

maven-glassfish-plugin can't get maven-metadata.xml

I have used this plugin for one year.But several days ago,it stopped when tried to get some metadata.xml files from ocean.net.au. Downloading: ...