-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: put an ApplicationPrereq in jndi.iiop
- Loading branch information
1 parent
399dd20
commit 09e0b29
Showing
4 changed files
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
dev/com.ibm.ws.jndi.iiop/resources/OSGI-INF/metatype/metatype.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2024 IBM Corporation and others. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License 2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-2.0/ | ||
SPDX-License-Identifier: EPL-2.0 | ||
Contributors: | ||
IBM Corporation - initial API and implementation | ||
--> | ||
<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.1.0" | ||
xmlns:ibm="http://www.ibm.com/xmlns/appservers/osgi/metatype/v1.0.0" | ||
xmlns:ibmui="http://www.ibm.com/xmlns/appservers/osgi/metatype/ui/v1.0.0" | ||
localization="OSGI-INF/l10n/metatype"> | ||
|
||
<Designate pid="com.ibm.ws.jndi.iiop.CorbanameUrlContextFactory"> | ||
<Object ocdref="com.ibm.ws.jndi.iiop.CorbanameUrlContextFactory" /> | ||
</Designate> | ||
|
||
<OCD id="com.ibm.ws.jndi.iiop.CorbanameUrlContextFactory" name="internal" description="internal use only" | ||
ibm:objectClass="com.ibm.wsspi.application.lifecycle.ApplicationPrereq"> | ||
<AD id="id" name="internal" description="internal use only" type="String" required="true" /> | ||
</OCD> | ||
|
||
|
||
</metatype:MetaData> | ||
|
15 changes: 15 additions & 0 deletions
15
dev/com.ibm.ws.jndi.iiop/resources/OSGI-INF/wlp/defaultInstances.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- | ||
Copyright (c) 2024 IBM Corporation and others. | ||
All rights reserved. This program and the accompanying materials | ||
are made available under the terms of the Eclipse Public License 2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-2.0/ | ||
SPDX-License-Identifier: EPL-2.0 | ||
Contributors: | ||
IBM Corporation - initial API and implementation | ||
--> | ||
<server> | ||
<com.ibm.ws.jndi.iiop.CorbanameUrlContextFactory id="CorbanameUrlContextFactory" /> | ||
</server> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters