Migration wls_6.1_sp4 to BEA 8.1

hello ,
I would like to know if anybody could let me know what and how much work will
be involved in the migration of code from wls_6.1_sp4 to BEA 8.1. What type
of work and resources will be required in the process.
Assume that we have at least 100+ different EJBs and more than that JSPs , supporting
java classes.
Also I would like to know if there are any white papers available that address
the migration pros and cons.
Thanks and Regards,
Ujjwala

Ujjwala,
Migration information is available at the following url
http://e-docs.bea.com/wls/docs81/upgrade/index.html
Hope this helps.
Thanks
Raj Alagumalai
WebLogic Workshop Support
"Ujjwala Kulkarni" <[email protected]> wrote in message
news:3f254c45$[email protected]..
>
hello ,
I would like to know if anybody could let me know what and how much workwill
be involved in the migration of code from wls_6.1_sp4 to BEA 8.1. Whattype
of work and resources will be required in the process.
Assume that we have at least 100+ different EJBs and more than that JSPs ,supporting
java classes.
Also I would like to know if there are any white papers available thataddress
the migration pros and cons.
Thanks and Regards,
Ujjwala

Similar Messages

  • How to migrate the datasource from Bea 8.1 to Bea 10

    Hi,
    I have to migrate an application from bea 8.1 to 10.
    the configuration in 8.1 is as follow : (config.xml)
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver"
    InitialCapacity="10" KeepXAConnTillTxComplete="true"
    MaxCapacity="150" Name="adiosPool" Password="adios47"
    Properties="user=adios47"
    RemoveInfectedConnectionsEnabled="false"
    ShrinkFrequencySeconds="600" StatementCacheSize="100"
    SupportsLocalTransaction="false" Targets="server"
    TestConnectionsOnCreate="false" TestConnectionsOnReserve="true"
    TestFrequencySeconds="60" TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc:oracle:thin:@AXHE0.application.hvb.de:1521:AXHE0"/>
    <JDBCTxDataSource JNDIName="weblogic.jdbc.jts.adiosPool"
    Name="adiosPool" PoolName="adiosPool" Targets="server"/>
    and that is my new configuration : (config.xml)
    <jdbc-system-resource>
    <name>adiosPool</name>
    <descriptor-file-name>jdbc/adiosPool-0758-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    jdbc/adiosPool-0758-jdbc.xml :
    <?xml version='1.0' encoding='UTF-8'?>
    <jdbc-data-source xmlns="http://www.bea.com/ns/weblogic/90" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/920 http://www.bea.com/ns/weblogic/920.xsd">
    <name>adiosPool</name>
    <jdbc-driver-params>
    <url>jdbc:oracle:thin:@AXHE0.application.hvb.de:1521:AXHE0</url>
    <driver-name>oracle.jdbc.OracleDriver</driver-name>
    <properties>
    <property>
    <name>user</name>
    <value>adios47</value>
    </property>
    <property>
    <name>portNumber</name>
    <value>1521</value>
    </property>
    <property>
    <name>SID</name>
    <value>HVAEE0</value>
    </property>
    <property>
    <name>serverName</name>
    <value>AXHE0.application.hvb.de</value>
    </property>
    </properties>
    <password-encrypted>{3DES}PMWtUXqoHT8=</password-encrypted>
    </jdbc-driver-params>
    <jdbc-connection-pool-params>
    <test-table-name>SQL SELECT 1 FROM DUAL</test-table-name>
    </jdbc-connection-pool-params>
    <jdbc-data-source-params>
    <jndi-name>weblogic.jdbc.jts.adiosPool</jndi-name>
    <global-transactions-protocol>TwoPhaseCommit</global-transactions-protocol>
    </jdbc-data-source-params>
    </jdbc-data-source>
    but when I start the server I get the following exception :
    START SERVER
    javax.naming.NameNotFoundException: While trying to lookup 'weblogic.jdbc.jts.adiosPool' didn't find subcontext 'jdbc'. Resolved 'weblogic'; remaining name
    'jdbc/jts/adiosPool'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1138)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:246)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:205)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:213)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    what's wrong ?
    Thanks for your ideas

    Hi,
    This is realated to Upgrading your domain.You can upgrade your domain from bea weblogic8.1SP4 to Bea weblogic 10.You need to use the upgrade tool from bea weblogic platform10.You can start the Upgrade wizard tool from Windows Start->All Programs->BEA Products->Tools->DomianUpgradeWizard.The tool will take you to upgrade the domain automatically.Once you have upgraded the domian everything(database connection pools,users,groups,any other resources) in 8.1 domian will be changed to 10.
    Bea Support Complete upgradation of Application as well as application data from 8.1 to 9.2 or 10.0
    Thanks
    Bishnu
    Regards
    Bishnu

  • Migrating a application from bea 8.1.6 to Weblogic 10.3.0

    Hi All,
    I'm migrating a web servcies (JAX-RPC 1.1) from developed from the servicegen ( weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask ) bea weblogic 8.1.6 to weblogic 10.3.0.The WSDL generated in WL 10.3.0 has the <element name="CreditCheckRequest" type="*java:CreditCheckRequest*" >
    where as the WSDL generated in bea 8.1.6 has <element name="CreditCheckRequest" type="*stns:CreditCheckRequest*">.
    _My problem is i dont want this element type java: instead element type="stns:". The segment of the WSDL are given below for more clarity_*
    I have used the below servicegen scripts to generate the WSLD for the 8.1.6 and for 10.3.0 jwsc script which follows next to it. Since 10.3.0 is based on java 1.6 I'm using annotations The annotated services and java bean class can also be found next to jwsc script,
    The Bottom-Up appraoch is being followed.
    If any body can help me with this, please reply with your suggestion/solution
    your help will be appriciated.
    Thanks
    SCRIPT FOR BEA 8.1.6*
    ++ <servicegen forcewsicompliance="true"+
    +               destEar="${deploy.dir}/CreditCheckService.ear" contextURI="/cdtibws"+
    +               classpath="${wls.lib}/webserviceclient.jar;.">+
    +               <service javaClassComponents="credit.sfa.ws.CreditCheckService"+
    +                    targetNamespace="http://www.qwest.com/webservices/CDT"+
    +                    generateTypes="false" style="document" expandMethods="True"+
    +                    serviceName="CreditCheckService" serviceURI="CreditCheckService" />+
    +          </servicegen>++
    SCRIPT FOR WL 10.3.0*
    +<jwsc srcdir="src" destdir="${ear-dir}" keepgenerated="false" defaultexcludes="false"               +
    +               classpathref="lib.path">+
    +               <jws file="credit/sfa/ws/CreditCheckService.java" type="JAXRPC">+
    +                    <WLHttpTransport contextPath="cdtibws" serviceUri="CreditCheckService" portName="CreditCheckServicePort" />+
    +               </jws>+
    +               +
    +          </jwsc>+
    Annoatated Services Class Script*
    +@WebMethod(operationName = "processRequest")+
    +     @WebResult(name = "CreditCheckResponse",partName="CreditCheckResponse",targetNamespace = "http://www.qwest.com/webservices/CDT")+
    +public CreditCheckResponse processRequest(@WebParam(name="CreditCheckRequest",targetNamespace="http://www.qwest.com/webservices/CDT")credit.sfa.beans.CreditCheckRequest creditCheckRequest) {+
    +     //EventLog.write(1, "**CreditCheckService**", "inside the processRequest()");+
    +          +
    Annotated java bean class*
    +@XmlRootElement(name = "CreditCheckRequest", namespace = "http://www.qwest.com/webservices/CDT")+
    +//@XmlType(name = "CreditCheckRequest", namespace = "http://www.qwest.com/webservices/CDT")+
    +//@XmlAccessorType(XmlAccessType.NONE)+
    +public class CreditCheckRequest implements Serializable {+
    +     @XmlElement(name = "SrcSystem", namespace = "http://www.qwest.com/webservices/CDT" )+
    +     +
    +     private String SrcSystem = null;+
    +     @XmlElement(name = "UserId", namespace = "http://www.qwest.com/webservices/CDT" )+
    +     private String UserId;+
    +     @XmlElement(name = "RequestCd", namespace = "http://www.qwest.com/webservices/CDT" )+
    +     private int RequestCd;+
    The WSDL generated from the bea 8.1.6*
    ++ <definitions xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.qwest.com/webservices/CDT" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://www.qwest.com/webservices/CDT">+
    - <types xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/" xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://www.qwest.com/webservices/CDT" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
    - <xsd:schema xmlns:stns="http://www.qwest.com/webservices/CDT" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" targetNamespace="http://www.qwest.com/webservices/CDT" elementFormDefault="qualified">
    <xsd:element nillable="true" name="processRequest" type="*stns:CreditCheckReques*" />
    <xsd:element nillable="true" name="processRequestResponse" type="*stns:CreditCheckResponse*" />
    - <xsd:complexType name="CreditCheckRequest">
    - <xsd:sequence>
    +++
    WSDL Generated in wl 10.3*
    ++ <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.qwest.com/webservices/CDT" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.qwest.com/webservices/CDT" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+
    +<xs:import namespace="java:credit.sfa.beans" />+
    +<xs:element name="CreditCheckResponse" type="*java:CreditCheckResponse*" xmlns:java="java:credit.sfa.beans" />+
    +<xs:element name="CreditCheckRequest" type="*java:CreditCheckRequest*" xmlns:java="java:credit.sfa.beans" />+
    +</xs:schema>+
    - <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="java:credit.sfa.beans" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.qwest.com/webservices/CDT" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    - <xs:complexType name="CreditCheckResponse">
    +++

    Hello,
    we can't help you in this forum as it is dedicated for migrations from foreign databases to Oracle, using the SQL Developer Migration Workbench.
    There is a bunch of WebLogic forums and you should really better try one of those:
    http://forums.oracle.com/forums/category.jspa?categoryID=193
    Regards
    Wolfgang

  • Bea Sip Server 3.1

    Hi all,
    I developed few sip services for Oracle OCMS. Now I'm trying to migrate the services to Bea sip server. I would like to know if Bea Sip server has proxy/registrar, presence functionalities like OCMS has. In OCMS there were out-of-the-box, but for what I've seen Bea doesnt have them. Are they going to be available?
    Many tks
    JF

    As the Product Manager for the Oracle Communications Converged Application server (the former BEA WebLogic SIP server) and the former product manager for the Sailfin (I was PM for the Sailfin product before I left Ericsson to work for BEA) I must say that the Oracle product is absolutely superior, both in terms of quality and design, to any other competing product. I can also say that Oracle is fully behind this technology. Remeber that in the long run the issue is not "cost", but "value". Open source software is generally free for a reason.

  • WebLogic to Websphere migration issues

    Hi,
    We are migrating Java applications from BEA WebLogic 8.1 to WebSphere 6.1 as part of which we have come across few BEA WebLogice workshop specific files/features. It will be great if you could share your thoughts on possible solution/easy way of replacing these features also please share your opinin on the solutions we are thinking of.
    - Issue 1: Page Flows are being used (*.jpf file) which were generated using Weblogic Workshop which is Proprietary Tool of Bea.
    Soultion we are thinking of # 1: Page Flows can be replaced using Apache Beehive for page flows. As In this framework NETUI tags are being used so there will be only few changes in the jsps.
    Limitations/Issues: Design view of Page flows can�t be seen. Code modifications will be there as there are few changes in page flows in Beehive and page flows in Weblogic 8.1. and also It works with JDK 1.5 and our target environment Supports JDK 1.4.
    Soultion we are thinking of # 2: The other alternative can be replacing Page flows with struts.
    Limitations/Issues: Java Page Flows are built on top of Struts. If we change the page flows to struts, then there will be quite a few changes in the code as config files, action classes, formbeans need be created and also netui tags in jsp should be changed to some other taglibs in struts. And again the design view of it can�t be seen in RAD.
    Issue 2: There are few Control files like *.jcx, *.jcs, *.jws are being used in the code which are again Workshop generated. Class files will be generated if we build them in workshop but we need to migrate the development environment as well. We need to change it so that it can be compiled in RAD.
    Soultion we are thinking of # 2: These controls are being used different purposes like database controls, email controls etc.
    We are not able to find any proper way to directly create the same control in WebSphere. One way can be using Beehive controls and another way can be replacing it with Java code.
    Limitations/Issues: In both solutions there will be lots of code changes. And again design view cant be seen in RAD.
    Issue 3: There are few Process Definition (*.jpd) in the code. It�s again Bea Specific code.
    Soultion we are thinking of # 1: We searched for a same tool in WebSphere (WebSphere Business Modeler) to create process definition.
    Limitations/Issues: Learning it and recreating Process flows will again be same as rewriting of code.
    Issue 4:
    Message Broker Control are being used (created using Workshop). Based on the type of event generators used we are planning to recreate it.

    Nagaraj_Mudigal wrote:
    Hi,
    We are migrating Java applications from BEA WebLogic 8.1 to WebSphere 6.1 as part of which we have come across few BEA WebLogice workshop specific files/features. Good Lord, why would you do that? Websphere is a big step back, IMO. Why not move up to WebLogic 10.3?
    It will be great if you could share your thoughts on possible solution/easy way of replacing these features also please share your opinin on the solutions we are thinking of.Your instinct to get away from app server proprietary s/ware is a good one.
    - Issue 1: Page Flows are being used (*.jpf file) which were generated using Weblogic Workshop which is Proprietary Tool of Bea.
    Soultion we are thinking of # 1: Page Flows can be replaced using Apache Beehive for page flows. As In this framework NETUI tags are being used so there will be only few changes in the jsps.
    Limitations/Issues: Design view of Page flows can&#146;t be seen. Code modifications will be there as there are few changes in page flows in Beehive and page flows in Weblogic 8.1. and also It works with JDK 1.5 and our target environment Supports JDK 1.4.OMG. 1.4? We're up to 6 now, with 7 on the way.
    Soultion we are thinking of # 2: The other alternative can be replacing Page flows with struts.
    Limitations/Issues: Java Page Flows are built on top of Struts. If we change the page flows to struts, then there will be quite a few changes in the code as config files, action classes, formbeans need be created and also netui tags in jsp should be changed to some other taglibs in struts. And again the design view of it can&#146;t be seen in RAD.I'd recommend Spring before Struts, but Struts 2 will do.
    Issue 2: There are few Control files like *.jcx, *.jcs, *.jws are being used in the code which are again Workshop generated. Class files will be generated if we build them in workshop but we need to migrate the development environment as well. We need to change it so that it can be compiled in RAD.
    Soultion we are thinking of # 2: These controls are being used different purposes like database controls, email controls etc.
    We are not able to find any proper way to directly create the same control in WebSphere. One way can be using Beehive controls and another way can be replacing it with Java code.
    Limitations/Issues: In both solutions there will be lots of code changes. And again design view cant be seen in RAD.Code changes no matter what you do.
    Issue 3: There are few Process Definition (*.jpd) in the code. It&#146;s again Bea Specific code.
    Soultion we are thinking of # 1: We searched for a same tool in WebSphere (WebSphere Business Modeler) to create process definition.
    Limitations/Issues: Learning it and recreating Process flows will again be same as rewriting of code.I would prefer getting away from all these myself.
    Issue 4:
    Message Broker Control are being used (created using Workshop). Based on the type of event generators used we are planning to recreate it.I'd use JMS straight.
    %

  • Weblogic.security.acl in Weblogic 6

    I came across the following in the migration documention
    (http://edocs.bea.com/wls/docs60/notes/migrate.html#1026915):
    I'm assuming that this is just a typo or wording issue but it currently
    reads "weblogic.security.acl" is deprecated? Can't be the whole package.
    Anyone else notice this?
    Deprecated APIs and Features
    The following APIs and features are deprecated in anticipation of future
    removal from the product:
    a.. weblogic.security.acl
    b.. WebLogic Events
    WebLogic Events are deprecated and should be replaced by JMS messages with
    NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. See Programming
    WebLogic JMS for more information.
    c.. WebLogic HTMLKona
    d.. T3 Driver

    request.getRemoteUser() still works fine for me after I implented a custom
    Autthenication / LoginModule.
    "patrik" <[email protected]> wrote in message
    news:[email protected]..
    >
    Yes, I have. see:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo
    per.interest.security&item=8553&utag=
    >
    But if you've managed to get out the information from it I'd be gratefulto know
    how.
    /Patrik
    "Utpal" <[email protected]> wrote:
    Have you tried weblogic.security.Security.getCurrentSubject() ??
    -utpal

  • Oracle Portal Or Webcenter

    Hello All,
    We have Oracle Portal 10.1.4 implemented for our intranet and it works fine. we have been using for last 2 years.Now we like to have the web2.0 apps like
    forums,wiki, voip to improve our employees interaction. The suggestion s below from the webcenters blog helps to select technology if it for a new implementation.
    http://blogs.oracle.com/webcenter/ .
    How ever can any one please explain is it a good choice to move to webcenter  from oracle portal for the new requirements like forums ,wiki,voip.etc..
    if we we have a enough time to develop application for forums,and blogs (sure it could be done through portal) is it worth to go for a webcenter?
    we have only less contents on the portal most of them are static content managed by portal admins.
    Please suggest me on this technology migration/selection..
    Thanks
    -Prem

    Hi,
    We are using Webcenter Framework for a client who is already onto Oracle Portal.
    It is really a good product built by Oracle. You can surely migrate to webcenter considering the following points:
    Easy Integration and building of Wiki, Blogs, Chat, Forum
    Very Easy to build, fast development
    Webcenter comes with its own sample for Discussion Forums, Wiki (We have tried and tested them it works fine)
    Support for Oracle Portal will be removed in near future and Oracle itself supports migrating to Webcenter or BEA Weblogic portal (since they have now bought BEA)
    Can migrate to webcenter if you do not have to create new pages frequently (unlike portal where you can create new pages / sub-pages on the fly, creating pages in Webcenter application will make you deploy the application again after building it.)However, there are some things which you will need to keep in mind:
    Webcenter is fairly new and as a result there are some bugs in the 10g version
    11g is out for beta testing and hopefully there are a lot many improvements and I did see some more features (would be wise to migrate to 11g)
    We are facing some memory issues with webcenter applications but mainly because of using ADF Portlets in large numbers. (Hope to solve that soon)Hope these points are helpful.
    - Kunal

  • Weblogic 10.3 secure jsessionid cookie

    Hi,
    I am running my application on weblogic 10.3 app server. And my application is running on both HTTP and HTTPS. My questions is around the JSESSIONID cookie that App server generates and send to client. By default this cookie is non-secure, even if application runs on HTTPS. I want to know, how can Weblogic App Server create a new JSESSIONID cookie which is secure, when application moves from HTTP to HTTPS? My requirement is to run the application on secure JSESSIONID cookie when we use HTTPS.
    How can i achieve it? It's kind of critical to me.
    Any help is highly appreciated.

    I tried setting up the secure cookie by modifying the config.xml.
    But my app server is shutting down forcefully by throwing this message.
    <Aug 28, 2009 1:05:18 PM GMT+05:30> <Error> <Management> <BEA-141244> <Schema va
    lidation errors while parsing D:\bea\user_projects\domains\zendough\config\confi
    g.xml - Expected elements 'weblogic-plugin-enabled@http://www.bea.com/ns/weblogi
    c/920/domain hosts-migratable-services@http://www.bea.com/ns/weblogic/920/domain
    http-trace-support-enabled@http://www.bea.com/ns/weblogic/920/domain key-stores
    @http://www.bea.com/ns/weblogic/920/domain custom-identity-key-store-file-name@h
    ttp://www.bea.com/ns/weblogic/920/domain custom-identity-key-store-type@http://w
    ww.bea.com/ns/weblogic/920/domain custom-identity-key-store-pass-phrase-encrypte
    d@http://www.bea.com/ns/weblogic/920/domain custom-trust-key-store-file-name@htt
    p://www.bea.com/ns/weblogic/920/domain custom-trust-key-store-type@http://www.be
    a.com/ns/weblogic/920/domain custom-trust-key-store-pass-phrase-encrypted@http:/
    /www.bea.com/ns/weblogic/920/domain java-standard-trust-key-store-pass-phrase-en
    crypted@http://www.bea.com/ns/weblogic/920/domain reliable-delivery-policy@http:
    //www.bea.com/ns/weblogic/920/domain message-id-prefix-enabled@http://www.bea.co
    m/ns/weblogic/920/domain default-file-store@http://www.bea.com/ns/weblogic/920/d
    omain candidate-machine@http://www.bea.com/ns/weblogic/920/domain overload-prote
    ction@http://www.bea.com/ns/weblogic/920/domain jdbcllr-table-name@http://www.be
    a.com/ns/weblogic/920/domain jdbcllr-table-xid-column-size@http://www.bea.com/ns
    /weblogic/920/domain jdbcllr-table-pool-column-size@http://www.bea.com/ns/weblog
    ic/920/domain jdbcllr-table-record-column-size@http://www.bea.com/ns/weblogic/92
    0/domain jdbc-login-timeout-seconds@http://www.bea.com/ns/weblogic/920/domain se
    rver-diagnostic-config@http://www.bea.com/ns/weblogic/920/domain auto-jdbc-conne
    ction-close@http://www.bea.com/ns/weblogic/920/domain supported-protocol@http://
    www.bea.com/ns/weblogic/920/domain federation-services@http://www.bea.com/ns/web
    logic/920/domain single-sign-on-services@http://www.bea.com/ns/weblogic/920/doma
    in web-service@http://www.bea.com/ns/weblogic/920/domain nm-socket-create-timeou
    t-in-millis@http://www.bea.com/ns/weblogic/920/domain' instead of 'web-server@ht
    tp://www.bea.com/ns/weblogic/920/domain' here in element server@http://www.bea.c
    om/ns/weblogic/920/domain>
    Here is my config.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd http://www.bea.com/ns/weblogic/920/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd">
    <name>zendough</name>
    <domain-version>10.3.0.0</domain-version>
    <security-configuration>
    <name>zendough</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>uuuuuu</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>kkkkk</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <ssl>
    <enabled>true</enabled>
    </ssl>
    <listen-port>7001</listen-port>
    <listen-port-enabled>true</listen-port-enabled>
    <listen-address></listen-address>
    <java-compiler>javac</java-compiler>
    <client-cert-proxy-enabled>false</client-cert-proxy-enabled>
    <web-server>
         <auth-cookie-enabled>true</auth-cookie-enabled>
    </web-server>
    </server>
    <embedded-ldap>
    <name>ttttt</name>
    <credential-encrypted>yyyyy</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.0.0</configuration-version>
    <app-deployment>
    <name>hybrisplatform</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>xxxxx</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>stage</staging-mode>
    </app-deployment>
    <admin-server-name>AdminServer</admin-server-name>
    </domain>

  • Using oc4j Jaas with external user-base

    Hi,
    Im evaluating the possibility of migrating my application from BEA Weblogic 7.00 to Oracle9iAS. I Use OC4j 9.0.3 for the migration proof.
    My Weblogic application uses a LoginModule, written by us which access our existing user-base (stored in an rdbms).
    We use proprietary Principal classes and update the Subject when a login 'transaction' is committed.
    Our EJB code (which is the resource we want to protect) includes role definitions and the specific weblogic deployment-descriptors includes mapping between the roles defined in the ejb dd and the principal names we return with the login-module.
    I have some questions:
    1. How can i perform a similar mapping (propriatary principal names to ejb roles), do i have to declare all those principals in jazn.data?, where do I have to declare them?
    2. Can i disregard the UserManager concept?
    3. Do i have to implement a LoginContext on my own?
    4. Do I need to explicitly call LoginCOntext.login in my login code or is it automatically done (please elaborate)?
    5. Do i have to keep using RealmLoginManager along with my LoginModule?
    6. Where is the preferable place for putting the login module (application’s ear file?)
    7. Can i use any LoginModule which simply implements the JAAS LoginModule interface?, are there any specific oracle behavior/requirement i should know about?
    8. What is the class name for the JAZN class which serves as the default LoginContext?
    Note: I dont want to integrate with OID or manage the user-base using Oracles JAZN-XML, i want to simply integrate with my own existing user authentication data and use it for authorizing calls to EJBS.
    Thanks in advanced,
    Yuval.

    sorry for delay in repsonding.
    I only use my LDAP directory to manage poeple and groups but not organisational units.
    When a user logs in using BPM, you view the details for a person in process administrator or view a groups members etc that information is then stored in the bpm database. That information is refreshed whenever the directory service is polled. The frequency of this is determined by the value of 'Directory Polling Interval' set under the Other tab of your engine.
    I don't belive the user passwords etc are stored in the bpm database only meta information about people and groups and therefore your directory service must be available whenever a user tries to login to workspace etc.
    Hope that helps,
    Mike.

  • Migration from IAS 9i to Weblogic BEA

    Hi, I need to do a migration from IAS 9i to weblogic BEA, i need to know the compatibility problems, where I can found some documentation about it?

    pls up!!!

  • Migrating from BEA WebLogic 5.1 (Windows 2000) to iAS9

    Hi!
    I am looking for a step-by-step guide for migrating from BEA WebLogic 5.1 (Windows 2000) to iAS9. The guide should contain the detailed information on how to migrate servlets and EJBs.
    Some of my questions are:
    - What do I have to do when I have system startup files from WebLogic? Are there equivalent properties for iAS9?
    # Register a startup class by giving it a virtual name and
    # supplying its full pathname.
    #weblogic.system.startupClass.[virtual_name]=[full_pathname]
    # Add arguments for the startup class
    #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
    - How do I set the system properties?
    Phuoc
    null

    This a response to the specific point of startup/shutdown classes, a whole Migration paper is underway
    Since Servlet 2.2 and EJB containers in 9i AS run within the middle tier database instance,
    the easier way to accompish what you want is to declare those classes as database startup/shutdown triggers (Java stored procedures).
    You can also set session properties using the "modifyprops" command (cf Java Tools Reference)

  • Application is not working after migrated to 11.1.2.4

    Hi expterts,
    I developed an adf application on JDeveloper 11.1.1.6. It works without problem on 11.1.1.6.
    Briefly uses following technologies: ADF faces, facelets and taskflows, EJB, hibernate...
    When i wanted to go on develop with 11.1.2.4, I copied my App root folder to another folder. And chosed .jws application file from 11.1.2.4 version. Then IDE wants me to confirm about migration, then i accepted.
    I develop a supplierList structure for feeding the select one choice components' selectItems. These provide load the db objects on the first calling and manages by my ListManager class.
    These supplier classes initialize on the MBean init method. MBean init method calls on taskflow initializer. The project (VCUtil) that includes Supplier classes is on my main ViewController project as ADFLibrary.
    But after migration when i deploy the application on my Integrated weblogic Server. oops does'nt seen my jspx screens properly on first attempt which includes supplier classes. But when i refresh the screen it can be loaded properly.
    The log contains only that line:
    <20-Sep-2013 10:33:31 o'clock EEST> <Notice> <Stdout> <BEA-000000> <10:33:31,189 DEBUG [PerformanceMonitor_lsr6sq_Impl] Method public java.util.Collection com.acme.model.domain.ad.sessionbean.ADManagerBean.findCurrencies() took 167 (ms)>
    <20-Sep-2013 10:33:31 o'clock EEST> <Info> <ServletContext-/RestAutomation> <BEA-000000> <JspServlet error: Servlet unable to dispatch to the following requested page: The following exception occurred:oracle.adf.controller.activity.ActivityLogicException: ADFC-06015: An exception occured when invoking a task flow initializer.>
    My first supplier class is CurrencySupplier, and i can see acc.to the log it works, the second one is DepartmentSupplier class. So i expect log stdout about findDepartments() method too. But nothing, i guess when executing on CurrencySupplier there might be a wrong, that's why can not go on. But when i refresh the page at that time executes the DepartmentSupplier class. If i refresh page for Supplier class count times then page loads.
        public void init()
            try
                if (ObjectUtil.isNull(currencySupplier = (CurrencySupplier)ListManager.getInstance().getSupplier("currencies")))
                    currencySupplier = new CurrencySupplier();
                if (ObjectUtil.isNull(departmentSupplier = (DepartmentSupplier)ListManager.getInstance().getSupplier("departments")))
                    departmentSupplier = new DepartmentSupplier(false);
                if (ObjectUtil.isNull(countrySupplier = (CountrySupplier)ListManager.getInstance().getSupplier("countries")))
                    countrySupplier = new CountrySupplier();
                if (ObjectUtil.isNull(cityForCountrySupplier = (CityForCountrySupplier)ListManager.getInstance().getSupplier("citiesforcountry")))
                    cityForCountrySupplier = new CityForCountrySupplier(false, null);
                else
                    cityForCountrySupplier.refreshList(null);
                if (ObjectUtil.isNull(districtForCitySupplier = (DistrictForCitySupplier)ListManager.getInstance().getSupplier("districtsforcountry")))
                    districtForCitySupplier = new DistrictForCitySupplier(false, null);
                else
                    districtForCitySupplier.refreshList(null);
    public class CurrencySupplier extends SimpleListSupplier
        public CurrencySupplier(boolean blankItemApplied)
            super(blankItemApplied);
        public CurrencySupplier()
            super();
        @Override
        public void loadList()
            try
                UtilBean utilBean = new UtilBean();
                clearList();
                list.addAll(utilBean.findCurrencies());
                Collections.sort(list);
                itemList.addAll(ConversionUtil.getConvertedToSelectItemList(list, isBlankItemApplied()));
            catch (Exception exc)
                exc.printStackTrace();
        public String getListName()
            return "currencies";
    I hope that i could explain the problem
    Thx, bgrds

    Are there missing / invalid entries in Settings >> General >> About ?

  • Application migrated from 11.1.2.3 to 12.1.2.0 fails to run in IntegratedWebLogic

    Hi,
    Can anyone help resolving the following problem.
    We've been developing an ADF application with JDeveloper 11.1.2.3 and it works fine when run both with its IntegratedWebLogic or when deployed to a standalone Glassfish server.
    We want to switch to JDeveloper 12.1.2.0. and use new UI components.
    We are able to successfully open the application in JDeveloper 12c -  the migration logs say it was successfully converted, all projects, pages, task flows, classes open and can be edited just fine. However the application fails to run with IntegratedWebLogic.
    Application is using modules included via ADF shared libraries:
    CommonUI.jar and  CommonModel.jar -> included in ApplicationModule1 and ApplicationModule2.
    Both ApplicationModule1 and ApplicationModule2 work fine when tested with IntegratedWebLogic.
    They are in turn included in the MasterApplication as ApplicationModule1.jar and ApplicationModule2.jar.
    However the MasterApplication (SLABAccountMaster) fails to run. It gets deployed, but there is an exception when accessing the first page: The UIViewRoot is null. Fatal exception during PhaseId: RESTORE_VIEW 1.
    I've posted a fragment of the logs below. I can include all of it - but it's huge.
    [Running application SLABAccountMaster on IntegratedWebLogicServer...]
    [02:31:02 PM] Web Module AccountViewWebApp.war recognized in project AccountView.jpr
    [02:31:03 PM] ----  Deployment started.  ----
    [02:31:03 PM] Target platform is  (Weblogic 12.x).
    [02:31:03 PM] Retrieving existing application information
    [02:31:03 PM] Running dependency analysis...
    [02:31:03 PM] Deploying 2 profiles...
    [02:31:06 PM] Wrote Web Application Module to C:\Users\SlawekAr.SLAB\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SLABAccountMaster\AccountViewWebApp.war
    [02:31:06 PM] Wrote Enterprise Application Module to C:\Users\SlawekAr.SLAB\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SLABAccountMaster
    [02:31:06 PM] Deploying Application...
    <11-Sep-2013 14:31:10 o'clock BST> <Warning> <Application Client> <BEA-2162200> <No Main-Class defined in the manifest file of Java Module: empty.jar. This module will be treated as a utility JAR and subsequent initialization steps will be skipped.>
    <11-Sep-2013 14:31:13 o'clock BST> <Warning> <HTTP> <BEA-101384> <WLServlet annotation is deprecated, please use servlet 3.0 annotation instead. App:SLABAccountMaster@SLABAccountMaster-AccountView-context-root, Class:oracle.adfinternal.view.faces.activedata.AdsServlet>
    [02:31:39 PM] Application Deployed Successfully.
    [02:31:39 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
    [02:31:39 PM] http://172.16.60.102:7111/SLABAccountMaster-AccountView-context-root
    [02:31:39 PM] Elapsed time for deployment:  36 seconds
    [02:31:39 PM] ----  Deployment finished.  ----
    Run startup time: 36353 ms.
    [Application SLABAccountMaster running on IntegratedWebLogicServer]
    Target URL -- http://127.0.0.1:7111/SLABAccountMaster-AccountView-context-root/faces/AccountsWorkbench.jsf
    <11-Sep-2013 14:31:48 o'clock BST> <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50016> <ADFc: While handling an exception the application's exception handler threw a new exception.
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
      at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:194)
      at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:95)
      at oracle.adf.model.BindingContext.get(BindingContext.java:1316)
      at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:1027)
      at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:1875)
      at oracle.adfinternal.controller.application.model.UpdateBindingListener.setBindingELVariable(UpdateBindingListener.java:112)
      at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListener.java:61)
      at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:557)
      at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
      at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
      at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:290)
      at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:76)
      at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:356)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    Caused By: java.lang.NullPointerException
      at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:632)
      at oracle.adf.model.binding.DCBindingContainerDef.initializeBindingContainer(DCBindingContainerDef.java:764)
      at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:984)
      at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:158)
      at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:95)
      at oracle.adf.model.BindingContext.get(BindingContext.java:1316)
    -Sep-2013 14:31:48 o'clock BST> <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50017> <ADFc: While attempting to handle this exception the application's exception handler failed.
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
      at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:194)
      at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:95)
      at oracle.adf.model.BindingContext.get(BindingContext.java:1316)
      at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:1027)
      at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:1875)
      at oracle.adfinternal.controller.application.model.UpdateBindingListener.setBindingELVariable(UpdateBindingListener.java:112)
      at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListener.java:61)
      at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:557)
      at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
      at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
      at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:290)
      at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:76)
      at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:356)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    Caused By: java.lang.NullPointerException
      at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:632)
      at oracle.adf.model.binding.DCBindingContainerDef.initializeBindingContainer(DCBindingContainerDef.java:764)
      at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:984)
      at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:158)
      at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:95)
      at oracle.adf.model.BindingContext.get(BindingContext.java:1316)

    Refer
    6365500 javax.faces.el.EvaluationException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.N…

  • Migrate an ADF application to weblogic 11g

    Hi, I'm trying to migrate a 10g ADF application deployed in OC4J to 11g using the migration tool of JDeveloper.
    After some changes in code to adapt to the new api i have an error in libraries while trying to deploy in embeded weblogic.
    <30 Ιουν 2010 11:32:50 πμ EEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1277886764036' for task '1'. Error is: 'java.lang.ClassNotFoundException: oracle.adf.view.faces.event.AttributeChangeEvent'
    java.lang.ClassNotFoundException: oracle.adf.view.faces.event.AttributeChangeEvent
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.event.AttributeChangeEvent
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    Embeded weblogic runs with ADF libraries of 11g why this class cannot be found?
    Any comment will be helpfull,
    Thanks

    Please verify again that you have set your environment properly.
    regards

  • Migrating Application from JDev 10.1.3.5 to JDev 11.1.2.2.; WebLogic issues

    Hi,
    I've been in the process of migrating an application we have from JDev 10.1.3.5. to the most current release. This involved migrating from OC4J to the WebLogic Server. After clearing up code-related issues, I have been trying to mitigate errors that came from deploying the application to the WebLogic server. I fixed (or so I think) the original error(see immediately below in italics) by deleting the servlet tag in both of the web.xml files (ViewController and Deploy) that are within the application. I also changed it to 'adfLibResources' per a previous thread on this topic.
    +<Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\priestem\AppData\Roaming\JDeveloper\system11.1.2.2.39.61.83.1\o.j2ee\drs\Muster\ModelWebApp.war. Please make sure that the annotations are valid. The error is oracle.adf.view.faces.webapp.ResourceServlet>+
    Now I am getting the following errors:
    <Aug 6, 2012 3:24:28 PM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\priestem\AppData\Roaming\JDeveloper\system11.1.2.2.39.61.83.1\o.j2ee\drs\Muster\ViewControllerWebApp.war. Please make sure that the annotations are valid. The error is >
    <Aug 6, 2012 3:24:28 PM CDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1344284600393' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'Muster''
    weblogic.application.ModuleException: Failed to load webapp: 'Muster'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.taglib.UIXPanelTag
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    >
    <Aug 6, 2012 3:24:28 PM CDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Muster'.>
    <Aug 6, 2012 3:24:28 PM CDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'Muster'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.taglib.UIXPanelTag
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    >
    [03:24:28 PM] Deployment cancelled.
    [03:24:28 PM] ---- Deployment incomplete ----.
    [03:24:28 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application Muster due to error deploying to IntegratedWebLogicServer.
    [Application Muster stopped and undeployed from Server Instance IntegratedWebLogicServer]
    Can someone please provide insight/direction? I restarted this whole process because I was not sure if I was making mistakes. But I have received this same exact error both times in both copies of the application code.
    Thanks,
    M. Priester

    I think your web.xml that is a part of the application had the following:
    <taglib>
    <taglib-uri>
    http://xmlns.oracle.com/adf/faces
    </taglib-uri>
    <taglib-location>
    /WEB-INF/lib/adf-faces-impl.jar
    </taglib-location>
    </taglib>
    I think this is not even your configuration but something that JDev added, thus you can consider testing removing this part of the code and test your application and verify the functionality.
    Regarding the possible issue during migration from 10g to 11g of Jdev, you can review the following thread:
    Class not found : oracle.adfinternal.view.faces.taglib.UIXPanelTag
    The missing class is a part of "adf-faces-impl-1013.jar" which seems to be specific to the JDev 10g, thus might not be even required by JDev11g.
    Also regarding the fact that how this seems to be an issue with missing class, please review the following API doc for better understanding of the classnotfoundexception:
    http://docs.oracle.com/javase/6/docs/api/java/lang/ClassNotFoundException.html
    Cheers,
    AJ

Maybe you are looking for

  • Parallel use remote control and touch panel.

    Hi. Cisco TelePresence SX20 with firmware TC7.1.4.908e4a9 and was synchronized with touch panel. Can I use remote control when touch panel is enabled. Now remote control is locked. Thank's.    

  • E6-00 Get "Error Code: 300" while installing Java ...

    Dear All, I've a brand new Nokia E6-00 phone which I take care a lot! I'm trying to install a Java application through Nokia Suite 3.3.89 version, and get "There was a problem with installing the file. Error code 300" I saw a couple of topics similar

  • Is their a way to start a webproject within a maven jar project in nb6.1?

    Our project structure is as such, that many .jar maven projects will be assembled into one large .war when being deployed on the server. However each .jar file contains a WEB-INF structure to deploy and test each component seperately. In eclipse we w

  • Dreamweaver 8 Temp Files

    Hello, I am using Dreamweaver 8. I do not set up a site in Dreamweaver 8 becuase the website I manage has 120,000 files (I know ... it is being redesigned in 2008). Now that the back information is out of the way I browse to the files I need to edit

  • HELP!!! APPLE SUPPORT won't ReSPoND!!!

    Having difficulty purchasing music or having account issues!? Apple ITUNES has NO SUPPORT & will NOT respond to EMAIL within 24 hours with a solution. ***!?