dev@glassfish.java.net

Re: POM Change Request

From: Snjezana Sevo-Zenzerovic <snjezana.sevozenzerovic_at_oracle.com>
Date: Wed, 12 Oct 2011 13:35:14 -0700 (PDT)

There is no immediate packager impact since you specified provided scope, but what will be the behavior if load-balancer-internal-api jar is not present at runtime? Load balancer specific modules historically used to be shipped as part of clustering package and in some supported use cases we need the ability to create distribution without clustering support.

Thanks,

Snjezana

----- Original Message -----
From: jason.d.lee_at_oracle.com
To: dev_at_glassfish.java.net
Sent: Wednesday, October 12, 2011 1:15:55 PM GMT -08:00 US/Canada Pacific
Subject: POM Change Request

I'm about ready to commit my REST metadata changes, but I had to change
one POM file to provide the class to which the endpoint should be
added. The diff is below. Does anyone see any issues with the change?

Index: appserver/web/admin/pom.xml
===================================================================
--- appserver/web/admin/pom.xml (revision 50191)
+++ appserver/web/admin/pom.xml (working copy)
@@ -149,6 +149,12 @@
<artifactId>flashlight-framework</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.loadbalancer</groupId>
+ <artifactId>load-balancer-internal-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.glassfish.admin</groupId>
<artifactId>monitoring-core</artifactId>

-- 
Jason Lee
Senior Member of Technical Staff, Oracle
GlassFish Team
Phone +1 (405) 216-3193
http://blogs.steeplesoft.com