Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYARA-1153 Enable to turn on Weld development mode and the Probe tool #1763

Merged
merged 10 commits into from
Jul 28, 2017
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

-->

<!-- Portions Copyright [2016] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates] -->

<!initPage
setResourceBundle(key="i18nc" bundle="org.glassfish.common.admingui.Strings")
Expand Down Expand Up @@ -96,7 +96,7 @@
setPageSessionAttribute(key="pageTitleHelp" value="$resource{i18n.enterpriseApplications.editPageTitleHelp}");
}
setPageSessionAttribute(key="convertToFalseList2" value={"enabled"});
setPageSessionAttribute(key="convertToFalseList" value={"enabled", "availabilityEnabled"});
setPageSessionAttribute(key="convertToFalseList" value={"enabled", "availabilityEnabled", "cdiDevMode"});

gf.restRequest(endpoint="#{pageSession.selfUrl}/property.json" method="GET" result="#{requestScope.propTable}");
setPageSessionAttribute(key="tableList" value="#{requestScope.propTable.data.extraProperties.properties}");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
<sun:checkbox id="implicitCdi" disabled="true" label="$resource{i18n.common.Enabled}" selected="#{pageSession.implicitCdiEnabled}" selectedValue="true" />
</sun:property>

<sun:property id="cdiDevModeProp" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18n.deploy.cdiDevMode}" helpText="$resource{i18n.deploy.cdiDevModeHelp}">
<sun:checkbox id="cdiDevMode" label=" " selected="#{pageSession.valueMap['cdiDevMode']}" selectedValue="true" />
</sun:property>

<sun:property id="availability" rendered="#{pageSession.finalShowAvail}" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18n.deploy.availability}" helpText="$resource{i18n.deploy.availabilityHelp}">
<sun:checkbox id="availability" label="$resource{i18n.common.Enabled}" selected="#{pageSession.valueMap['availabilityEnabled']}" selectedValue="true" />
</sun:property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server-Administrationskonsole
Expand Down Expand Up @@ -909,6 +909,8 @@ deploy.compatibility=Kompatibilit\u00e4t:
deploy.compatibilityHelp=Unterst\u00fctzt die Abw\u00e4rtskompatibilit\u00e4t der JAR-Sichtbarkeit in v2 anstelle der strikteren Anforderungen f\u00fcr Java EE 6, die in v3 implementiert sind.
deploy.deploymentOrder=Deployment-Reihenfolge:
deploy.deploymentOrderHelp=Eine Nummer, mit der die Ladereihenfolge der Anwendung beim Hochfahren des Servers bestimmt wird. Niedrigere Nummern werden zuerst geladen. Der Standardwert ist 100.
deploy.cdiDevMode=CDI Entwicklungsmodus
deploy.cdiDevModeHelp=Erm\u00f6glicht die \u00dcberpr\u00fcfung der CDI-Komponenten der Anwendung zur Laufzeit
deploy.type=Anwendungstyp:
deploy.chooseLocal=Lokale verpackte Datei oder Verzeichnis, auf die/das von Payara Server aus zugegriffen werden kann
deploy.warning=Deployment war mit Warnung erfolgreich. Einzelheiten finden Sie in der Logdatei.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,8 @@ deploy.deploymentOrder=Orden de Despliegue:
deploy.deploymentOrderHelp=N\u00famero que determina el orden de carga de la aplicaci\u00f3n al iniciar el servidor. Los n\u00fameros inferiores se cargan en primer lugar. El valor por defecto es 100.
deploy.deploymentTime=Tiempo de Despliegue:
deploy.deploymentTimeHelp=El tiempo necesario para desplegar la aplicaci\u00f3n en milisegundos.
deploy.cdiDevMode=Modo de desarrollo de CDI
deploy.cdiDevModeHelp=Permite inspeccionar los componentes del CDI de la aplicaci\u00f3n en tiempo de ejecuci\u00f3n
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better say "componentes de CDI" over "del CDI"

deploy.type=Tipo de Aplicaci\u00f3n:
deploy.chooseLocal=Archivo empaquetado local o directorio accesible desde Payara Server
deploy.warning=El despliegue se ha realizado correctamente con una advertencia. Consulte el archivo log para obtener m\u00e1s informaci\u00f3n.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=\u00e0 d\u00e9terminer
versionImage.description=Console d'administration de Payara Server
Expand Down Expand Up @@ -909,6 +909,8 @@ deploy.compatibility=Compatibilit\u00e9 :
deploy.compatibilityHelp=Prend en charge la compatibilit\u00e9 amont de la visibilit\u00e9 JAR dans la v2, au lieu des exigences plus strictes Java EE 6 impl\u00e9ment\u00e9es dans la version 3.
deploy.deploymentOrder=Ordre de d\u00e9ploiement :
deploy.deploymentOrderHelp=Num\u00e9ro qui d\u00e9termine l'ordre de chargement des applications au d\u00e9marrage du serveur. Les num\u00e9ros les plus faibles sont charg\u00e9s en premier. Valeur par d\u00e9faut : 100.
deploy.cdiDevMode=mode de d\u00e9veloppement CDI
deploy.cdiDevModeHelp=Permet d'inspecter les composants CDI de l'application au moment de l'ex\u00e9cution
deploy.type=Type d'application :
deploy.chooseLocal=R\u00e9pertoire ou fichier packag\u00e9 local accessible \u00e0 partir de Payara Server
deploy.warning=Le d\u00e9ploiement a \u00e9t\u00e9 r\u00e9alis\u00e9, mais il a g\u00e9n\u00e9r\u00e9 un avertissement. Consultez le fichier journal pour plus de d\u00e9tails.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Console di amministrazione Payara Server
Expand Down Expand Up @@ -908,6 +908,8 @@ deploy.compatibility=Compatibilit\u00e0:
deploy.compatibilityHelp=Supporta la compatibilit\u00e0 con le versioni precedenti della visibilit\u00e0 JAR in v2 anzich\u00e9 i pi\u00f9 rigidi requisiti Java EE 6 implementati in v3.
deploy.deploymentOrder=Ordine di distribuzione:
deploy.deploymentOrderHelp=Numero che determina l'ordine di caricamento dell'applicazione all'avvio del server. I numeri pi\u00f9 bassi vengono caricarti per primi. Il valore predefinito \u00e8 100.
deploy.cdiDevMode=Modalit\u00e0 di sviluppo CDI
deploy.cdiDevModeHelp=Consente di controllare i componenti CDI dell'applicazione in fase di runtime
deploy.type=Tipo di applicazione:
deploy.chooseLocal=Directory o file locale incluso in un package accessibile da Payara Server
deploy.warning=Distribuzione riuscita con un messaggio di avvertenza. Per i dettagli, consultare il file di log.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server\u7ba1\u7406\u30b3\u30f3\u30bd\u30fc\u30eb
Expand Down Expand Up @@ -909,6 +909,8 @@ deploy.compatibility=\u4e92\u63db\u6027:
deploy.compatibilityHelp=v3\u3067\u8ab2\u3055\u308c\u3066\u3044\u308b\u53b3\u683c\u306aJava EE 6\u8981\u4ef6\u3067\u306f\u306a\u304f\u3001v2\u306eJAR\u53ef\u8996\u6027\u306e\u4e0b\u4f4d\u4e92\u63db\u6027\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002
deploy.deploymentOrder=\u30c7\u30d7\u30ed\u30a4\u9806\u5e8f:
deploy.deploymentOrderHelp=\u30b5\u30fc\u30d0\u30fc\u8d77\u52d5\u6642\u306b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30ed\u30fc\u30c9\u9806\u5e8f\u3092\u6c7a\u5b9a\u3059\u308b\u6570\u5024\u3002\u5c0f\u3055\u3044\u6570\u5024\u304c\u5148\u306b\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059\u3002
deploy.cdiDevMode=CDI\u958b\u767a\u30e2\u30fc\u30c9
deploy.cdiDevModeHelp=\u5b9f\u884c\u6642\u306b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306eCDI\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u691c\u67fb\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002
deploy.type=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30fb\u30bf\u30a4\u30d7:
deploy.chooseLocal=Payara Server\u304b\u3089\u30a2\u30af\u30bb\u30b9\u53ef\u80fd\u306a\u30ed\u30fc\u30ab\u30eb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u30fb\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea
deploy.warning=\u30c7\u30d7\u30ed\u30a4\u30e1\u30f3\u30c8\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u304c\u3001\u8b66\u544a\u304c\u3042\u308a\u307e\u3059\u3002\u8a73\u7d30\u306f\u30ed\u30b0\u30fb\u30d5\u30a1\u30a4\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server \uad00\ub9ac \ucf58\uc194
Expand Down Expand Up @@ -909,6 +909,8 @@ deploy.compatibility=\ud638\ud658\uc131:
deploy.compatibilityHelp=v3\uc5d0\uc11c Java EE 6 \uc694\uad6c \uc0ac\ud56d\uc774 \ubcf4\ub2e4 \uc5c4\uaca9\ud558\uac8c \uad6c\ud604\ub418\ub3c4\ub85d \ud558\ub294 \ub300\uc2e0 v2\uc758 JAR \ud45c\uc2dc\uc5d0 \ub300\ud55c \uc5ed\ud638\ud658\uc131\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.
deploy.deploymentOrder=\ubc30\uce58 \uc21c\uc11c:
deploy.deploymentOrderHelp=\uc11c\ubc84 \uc2dc\uc791 \uc2dc \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \ub85c\ub4dc \uc21c\uc11c\ub97c \uacb0\uc815\ud558\ub294 \uc218\uce58\uc785\ub2c8\ub2e4. \uc218\uce58\uac00 \ub0ae\uc73c\uba74 \uba3c\uc800 \ub85c\ub4dc\ub429\ub2c8\ub2e4. \uae30\ubcf8\uac12\uc740 100\uc785\ub2c8\ub2e4.
deploy.cdiDevMode=CDI \uac1c\ubc1c \ubaa8\ub4dc
deploy.cdiDevModeHelp=\ub7f0\ud0c0\uc784\uc2dc \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 CDI \uad6c\uc131 \uc694\uc18c \uac80\uc0ac \uac00\ub2a5
deploy.type=\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc720\ud615:
deploy.chooseLocal=Payara Server\uc5d0\uc11c \uc561\uc138\uc2a4\ud560 \uc218 \uc788\ub294 \ud328\ud0a4\uc9c0\ud654\ub41c \ub85c\uceec \ud30c\uc77c \ub610\ub294 \ub514\ub809\ud1a0\ub9ac
deploy.warning=\ubc30\uce58\ub97c \uc131\uacf5\ud588\uc9c0\ub9cc \uacbd\uace0\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \ub85c\uadf8 \ud30c\uc77c\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ deploy.deploymentOrder=Ordem de Implanta\u00e7\u00e3o:
deploy.deploymentOrderHelp=Um n\u00famero que determina a ordem de carregamento da aplica\u00e7\u00e3o na inicializa\u00e7\u00e3o do servidor. N\u00fameros mais baixos s\u00e3o carregados antes. O default \u00e9 100.
deploy.deploymentTime=Tempo de implanta\u00e7\u00e3oi:
deploy.deploymentTimeHelp=O tempo necess\u00e1rio para implementar o aplicativo em milisegundos.
deploy.cdiDevMode=CDI Development Mode
deploy.cdiDevModeHelp=Permite verificar os componentes do CDI do aplicativo em tempo de execu\u00e7\u00e3o
deploy.type=Tipo de Aplica\u00e7\u00e3o:
deploy.chooseLocal=Diret\u00f3rio ou arquivo local encapsulado que pode ser acessado a partir do Payara Server
deploy.warning=A implanta\u00e7\u00e3o foi bem-sucedida mas gerou uma advert\u00eancia, consulte o arquivo de log para obter os detalhes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server \u7ba1\u7406\u63a7\u5236\u53f0
Expand Down Expand Up @@ -909,6 +909,8 @@ deploy.compatibility=\u517c\u5bb9\u6027:
deploy.compatibilityHelp=\u652f\u6301 v2 \u4e2d JAR \u53ef\u89c1\u6027\u7684\u5411\u540e\u517c\u5bb9, \u800c\u4e0d\u652f\u6301 v3 \u4e2d\u5b9e\u73b0\u7684\u66f4\u4e25\u683c\u7684 Java EE 6 \u8981\u6c42\u3002
deploy.deploymentOrder=\u90e8\u7f72\u987a\u5e8f:
deploy.deploymentOrderHelp=\u786e\u5b9a\u670d\u52a1\u5668\u542f\u52a8\u65f6\u5e94\u7528\u7a0b\u5e8f\u7684\u52a0\u8f7d\u987a\u5e8f\u7684\u7f16\u53f7\u3002\u5c06\u5148\u52a0\u8f7d\u7f16\u53f7\u8f83\u4f4e\u7684\u5e94\u7528\u7a0b\u5e8f\u3002\u9ed8\u8ba4\u503c\u4e3a 100\u3002
deploy.cdiDevMode=CDI\u5f00\u53d1\u6a21\u5f0f
deploy.cdiDevModeHelp=\u5141\u8bb8\u5728\u8fd0\u884c\u65f6\u68c0\u67e5\u5e94\u7528\u7a0b\u5e8fCDI\u7ec4\u4ef6
deploy.type=\u5e94\u7528\u7a0b\u5e8f\u7c7b\u578b:
deploy.chooseLocal=\u53ef\u4ee5\u4ece Payara Server \u8bbf\u95ee\u7684\u672c\u5730\u6253\u5305\u6587\u4ef6\u6216\u76ee\u5f55
deploy.warning=\u90e8\u7f72\u6210\u529f, \u4f46\u51fa\u73b0\u4e00\u6761\u8b66\u544a, \u8bf7\u67e5\u770b\u65e5\u5fd7\u6587\u4ef6\u4ee5\u4e86\u89e3\u8be6\u7ec6\u4fe1\u606f\u3002
Expand Down Expand Up @@ -1160,13 +1162,13 @@ jndiTree.SelectNode=\u9009\u62e9\u8981\u663e\u793a\u5176\u7c7b\u540d\u7684\u8282
cdi.tree.cdiService=CDI\u670d\u52a1
cdi.cdiServicePageTitle=CDI\u670d\u52a1\u914d\u7f6e
cdi.cdiServicePageTitleHelp=
cdi.implicitScanning=\u5185\u542b\u0043\u0044\u0049\u6d4f\u89c8
cdi.implicitScanning=\u5185\u542bCDI\u6d4f\u89c8
cdi.implicitScanningHelp=

#Asadmin Recorder
masthead.enableAsadminRecorder=\u542f\u7528\u0041\u0073\u0061\u0064\u006d\u0069\u006e\u8bb0\u5f55\u5668
masthead.disableAsadminRecorder=\u505c\u7528\u0041\u0073\u0061\u0064\u006d\u0069\u006e\u8bb0\u5f55\u5668
msg.JS.confirmEnableAsadminRecorder=\u542f\u7528\u0041\u0073\u0061\u0064\u006d\u0069\u006e\u8bb0\u5f55\u5668?
msg.JS.confirmDisableAsadminRecorder=\u505c\u7528\u0041\u0073\u0061\u0064\u006d\u0069\u006e\u8bb0\u5f55\u5668?
enableAsadminRecorderToolTip=\u542f\u7528\u8bb0\u5f55\u0041\u0073\u0061\u0064\u006d\u0069\u006e\u7684\u6307\u4ee4
disableAsadminRecorderToolTip=\u505c\u7528\u8bb0\u5f55\u0041\u0073\u0061\u0064\u006d\u0069\u006e\u7684\u6307\u4ee4
masthead.enableAsadminRecorder=\u542f\u7528Asadmin\u8bb0\u5f55\u5668
masthead.disableAsadminRecorder=\u505c\u7528Asadmin\u8bb0\u5f55\u5668
msg.JS.confirmEnableAsadminRecorder=\u542f\u7528Asadmin\u8bb0\u5f55\u5668?
msg.JS.confirmDisableAsadminRecorder=\u505c\u7528Asadmin\u8bb0\u5f55\u5668?
enableAsadminRecorderToolTip=\u542f\u7528\u8bb0\u5f55Asadmin\u7684\u6307\u4ee4
disableAsadminRecorderToolTip=\u505c\u7528\u8bb0\u5f55Asadmin\u7684\u6307\u4ee4
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# only if the new code is made subject to such option by the copyright
# holder.
#
# Portions Copyright [2016] [Payara Foundation and/or its affiliates]
# Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]
TODO=
TBD=TBD
versionImage.description=Payara Server \u7ba1\u7406\u4e3b\u63a7\u53f0
Expand Down Expand Up @@ -909,6 +909,8 @@ deploy.compatibility=\u76f8\u5bb9\u6027\uff1a
deploy.compatibilityHelp=\u652f\u63f4\u5411\u4e0b\u76f8\u5bb9 v2 \u4e2d\u7684 JAR \u53ef\u8996\u6027\uff0c\u800c\u975e v3 \u5be6\u884c\u7684\u8f03\u56b4\u683c Java EE 6 \u9700\u6c42\u3002
deploy.deploymentOrder=\u5efa\u7f6e\u9806\u5e8f\uff1a
deploy.deploymentOrderHelp=\u6c7a\u5b9a\u4f3a\u670d\u5668\u555f\u52d5\u6642\u61c9\u7528\u7a0b\u5f0f\u8f09\u5165\u9806\u5e8f\u7684\u6578\u5b57\u3002\u8f03\u5c0f\u7684\u6578\u5b57\u6703\u512a\u5148\u8f09\u5165\u3002\u9810\u8a2d\u70ba 100\u3002
deploy.cdiDevMode=CDI\u958b\u767c\u6a21\u5f0f
deploy.cdiDevModeHelp=\u5141\u8a31\u5728\u904b\u884c\u6642\u6aa2\u67e5\u61c9\u7528\u7a0b\u5e8fCDI\u7d44\u4ef6
deploy.type=\u61c9\u7528\u7a0b\u5f0f\u985e\u578b\uff1a
deploy.chooseLocal=\u53ef\u5f9e Payara Server \u5b58\u53d6\u7684\u672c\u6a5f\u5c01\u88dd\u6a94\u6848\u6216\u76ee\u9304
deploy.warning=\u5efa\u7f6e\u6210\u529f\u5b8c\u6210\u4e26\u986f\u793a\u8b66\u544a\uff0c\u8acb\u67e5\u770b\u65e5\u8a8c\u6a94\u4ee5\u77ad\u89e3\u8a73\u7d30\u8cc7\u8a0a\u3002
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,8 @@ deploy.deploymentTime=Deployment Time:
deploy.deploymentTimeHelp=The time taken to deploy the application in milliseconds.
deploy.implicitCdi=Implicit CDI
deploy.implicitCdiHelp=Implicit discovery of CDI beans
deploy.cdiDevMode=CDI Development Mode
deploy.cdiDevModeHelp=Allows to inspect the application CDI components at runtime
deploy.type=Application Type:
deploy.chooseLocal=Local Packaged File or Directory That Is Accessible from Payara Server
deploy.warning=Deployment succeeded with a warning, please look at the log file for details.
Expand Down
1 change: 1 addition & 0 deletions appserver/batch/jbatch-repackaged/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
com.ibm.jbatch.spi.services,
com.ibm.jbatch.container.services,
com.ibm.jbatch.container.servicesmanager,
com.ibm.jbatch.container.cdi,
com.ibm.jbatch.container.context.impl,
com.ibm.jbatch.container.impl,
com.ibm.jbatch.container.jobinstance,
Expand Down
3 changes: 2 additions & 1 deletion appserver/payara-appserver-modules/payara-jsr107/osgi.bundle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-exportcontents: fish.payara.cdi.jsr107.impl; version=${project.osgi.version}
-exportcontents: fish.payara.cdi.jsr107.impl; \
fish.payara.cdi.jsr107; version=${project.osgi.version}
1 change: 1 addition & 0 deletions appserver/payara-appserver-modules/payara-jsr107/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<configuration>
<instructions>
<Export-Package>
fish.payara.cdi.jsr107,
fish.payara.cdi.jsr107.implementation
</Export-Package>
</instructions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class PayaraMicroProducer {

private final PayaraInstance instance;

PayaraMicroProducer() {
protected PayaraMicroProducer() {
instance = Globals.getDefaultHabitat().getService(PayaraInstance.class);
}

Expand Down
Loading