plugin « glassfish « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » glassfish » plugin 

1. How can I change the ContextRoot that Maven Glassfish Plugin deploys to?    stackoverflow.com

I'm deploying a webapp (WebApp.war, say) using the Maven Glassfish Plugin. Rather than it being deployed to http://localhost/WebApp I want it to be deployed to http://localhost/AnotherName - ...

2. Which Maven Glassfish plugin to use?    stackoverflow.com

I've been trying to integrate deploying java .war's in Glassfish V3 through Maven. While I have found a few plugins, none of them look to be very active:

3. Maven Embedded Glassfish plugin    stackoverflow.com

I cannot seem to get the Maven Glassfish plugin working for the life of me:

<project>
  ...
  <pluginRepositories>
    <pluginRepository>
      <id>glassfish-repository</id>
   ...

4. Maven Embedded Glassfish Plugin - how to set the temporary directory?    stackoverflow.com

I am using the Maven Embedded Glassfish Plugin and it works great, but unfortunately it creates a temporary directory in my main project directory. I would like it to use ...

5. Maven Glassfish Plugin: Deploy application as exploded directory/folder    stackoverflow.com

I need my JavaEE-application to be deployed on Glassfish as a directory, not a packaged WAR file. Is it possible to deploy a directory to Glassfish with the Maven Glassfish Plugin? ...

6. Is there a Maven plugin to package Entity beans in J2EE app?    stackoverflow.com

I haven't found a Maven plugin or target that will package my app and deploy it to Glassfish without error. I get this exception:

[ERROR] com.sun.enterprise.admin.cli.CommandException: remote failure: Exception ...

7. Maven Embedded Glassfish Plugin - not starting    stackoverflow.com

I can't seem to get a web application running with the embedded glassfish plugin: Plugin Configuration:

<plugin>
                <groupId>org.glassfish</groupId>
 ...

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

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 online ...

9. Maven Embedded Glassfish plugin - EJB    stackoverflow.com

I've looked at, and implemented the suggestion from Maven Embedded Glassfish plugin. I'm building an EJB, using Glassfish as the runtime. Thus I've change the:

<plugin>
...
<configuration>
...
<app>target/test.jar</app> 
This didn't change ...

10. Maven goal / plugin to touch a file    stackoverflow.com

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 ...

11. Maven Embedded Glassfish Plugin - Datasource and JDBC driver    stackoverflow.com

I'm trying to follow this approach to create a datasource for embedded glassfish. The only significant difference between the tutorial and my code is that I'm running the server ...

12. Maven + GlassFish 3.1 (Embedded) plugin    stackoverflow.com

I'm trying to use Maven with embbeded GlassFish 3.1 and so far it looks like most of the tutorial out there in the internet is either outdated or plain not working. ...

13. Batch creation of domain working in command line, but not through exec maven plugin    stackoverflow.com

I've written a small file containing a Glassfish domain creation sequence, that looks like this :

create-domain --adminPort 4848 --instancePort 8080 pouet
start-domain pouet
create-jdbc-connection-pool --datasourceclassname=org.apache.derby.jdbc.ClientDataSource --restype=javax.sql.ConnectionPoolDataSource --validationmethod=meta-data --description="Client datasource using an external Derby ...

14. Maven and Embedded Glassfish Plugin - How to provide the derby jdbc driver    stackoverflow.com

When running the embedded glassfish plugin I get the following message.

INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default.
How to provide the javadb client ...

15. maven-embedded-glassfish-plugin v3.1 - java.lang.NoSuchMethodError: javax.xml.ws.WebFault.messageName()Ljava/lang/String;    java.net

On 07/07/2011 05:19 PM, forums@java.net wrote: > Hi > > I have a web application (war) that has some SOAP web service (JAXWS). I am > trying to launch a maven-embedded-glassfish-plugin v3.1 container and I > get this issue. > > *java.lang.NoSuchMethodError: > javax.xml.ws.WebFault.messageName()Ljava/lang/String;* at > com.sun.xml.ws.model.RuntimeModeler.processExceptions(RuntimeModeler.java:1077) > at > com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:815) > at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:586) > at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:366) > at > com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:246) ...

16. Maven embedded plugin (again): server starts, but I can't communicate with it    java.net

On 08/03/2011 10:54 PM, Laird Nelson wrote: > Hello; I'm having another issue with the > maven-embedded-glassfish-plugin (version 3.1.1). > > I am able to start the server and run a Maven failsafe test. The > server comes up and goes down exactly as I would expect so no issues > there. Thanks indirectly go to Alexis for > http://blogs.oracle.com/alexismp/entry/glassfish_embedded_and_javadb_emb... > ...

18. Alpha release for maven2 plugin    java.net

19. [ANN] A simple maven plugin for glassfish - asadmin-maven-plugin-0.1    java.net

> Just out of curiosity, without having tried it so far: Does deployment > of maven-built artifacts also work having a remote glassfish installation? Yes remote deploy is working, provided you have the asadmin command locally ... so if you have a local glassfish install you can deploy to a remote one :)

20. problems with maven glassfish plugin    java.net

1. When I create a domain on glassfish Windows XP using either the or the , I can't log into the Admin console locally at http://localhost:4848. I believe this is because the "--passwordfile C:somedir" flag for create-domain that is auto-generated as a result of the "mvn glassfish:create-domain" goal doesn't surround the filepath by quotes. I turn echo on and I can't ...

21. WSDL-first Maven plugin    java.net

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.