You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2004/07/21 08:02:51 UTC

svn commit: rev 23111 - incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal

Author: rich
Date: Tue Jul 20 23:02:50 2004
New Revision: 23111

Modified:
   incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/InternalUtils.java
Log:
Fixed to create a WebLogicServerAdapter when running under WebLogic.

DRT: netui



Modified: incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/InternalUtils.java
==============================================================================
--- incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/InternalUtils.java	(original)
+++ incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/internal/InternalUtils.java	Tue Jul 20 23:02:50 2004
@@ -74,7 +74,7 @@
     private static final String BINDING_UPDATE_ERRORS_ATTR = PageFlowUtils.class.getName() + "_bindingUpdateErrors";
     private static final String CATALINA_HOME_PROP = "catalina.home";
     private static final String SERVER_ADAPTER_PROP = "pageflow.serveradapter";
-    private static final String WL_SERVER_ADAPTER_CLASS = "org.apache.beehive.netui.pageflow.internal.WebLogicServerAdapter";
+    private static final String WL_SERVER_ADAPTER_CLASS = "com.bea.wlw.netui.pageflow.internal.WebLogicServerAdapter";
     private static final String TOMCAT_SERVER_ADAPTER_CLASS = "org.apache.beehive.netui.tomcat.TomcatServerAdapter";
     
     private static final ServerAdapter SERVER_ADAPTER = createServerAdapter();