Skip to content

Commit

Permalink
PAYARA-1199 Remove dependency on IIOP from MDB container. Fixes payar…
Browse files Browse the repository at this point in the history
  • Loading branch information
smillidge committed Mar 14, 2017
1 parent 5cc88db commit 76f25ea
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
* only if the new code is made subject to such option by the copyright
* holder.
*/

// Portions Copyright [2017] [Payara Foundation and/or its affiliates]
package org.glassfish.ejb.mdb;

import java.lang.annotation.Annotation;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
Expand Down Expand Up @@ -164,13 +163,6 @@ public final class MessageBeanContainer extends BaseContainer implements
throws Exception {
super(ContainerType.MESSAGE_DRIVEN, desc, loader, sm);

// Instantiate the ORB and Remote naming manager
// to allow client lookups of JMS queues/topics/connectionfactories
// TODO - implement the sniffer for DAS/cluster instance - listening on the naming port that will
// instantiate the orb/remote naming service on demand upon initial access.
// Once that's available, this call can be removed.
initializeProtocolManager();

isMessageDriven = true;

appEJBName_ = desc.getApplication().getRegistrationName() + ":"
Expand Down

0 comments on commit 76f25ea

Please sign in to comment.