Weblogic Integration with MQ

Weblogic 10.3.2, MQ 5.3
JDK 1.6
Getting a warning when deployin my ear on weblogic:
<Warning> <JMSPool> <BEA-169807> <There was an error while making the initial connection to the JMS resource named XA_JMS_MANAGER from within an EJB or a servlet. The server will attempt the connection again later. The error was javax.jms.JMSException: MQJMS1068: failed to obtain XAResource>
NOTE: MQ and Weblogic reside on different servers
Websphere MQ JMS jar files are on weblogic domain classpath
On weblogic console i have configured a foreign jms server when creating jms module
In my jms module i have a foreign connection factory:
<foreign-connection-factory name="XA_JMS_MANAGER">
<local-jndi-name>XA_JMS_MANAGER</local-jndi-name>
<remote-jndi-name>XA_JMS_MANAGER</remote-jndi-name>
<password-encrypted xsi:nil="true"></password-encrypted>
</foreign-connection-factory>
i have defined initial context factory and connection url:
<initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
<connection-url>file:/D:/Oracle/Middleware/user_projects/domains/ebusiness_domain/wls/mq-jndi-bindings_dev</connection-url>
.bindings file and MQ queues were already created for me
In web application, defined resource reference via web.xml and weblogic.xml
web.xml
<resource-ref>
          <res-ref-name>jms/XA_JMS_MANAGER</res-ref-name>
          <res-type>javax.jms.QueueConnectionFactory</res-type>
          <res-auth>Container</res-auth>
          <res-sharing-scope>Shareable</res-sharing-scope>
     </resource-ref>
weblogic.xml     
<resource-description>
          <res-ref-name>jms/XA_JMS_MANAGER</res-ref-name>
          <jndi-name>XA_JMS_MANAGER</jndi-name>
     </resource-description>
On weblogic console, diagnostics i can see the resource in the JNDI tree.      
I have replicated another developers environment, so i cant see whats wrong here.
Anyone?

Problem was i did not have the ETC client on the weblogic classpath.
<DOMAIN_HOME>\lib\com.ibm.mqetclient-5.3.06.jar

Similar Messages

  • Weblogic integration with ODI11g

    Hi All,
    can anyone help me to complete weblogic integration with ODI11g.
    Many Thanks
    Pavan.

    Hi ,
    I am working on ODI 11.1.1.5 and i have downloaded the WLS 12C.
    while Creating new weblogic Domain using Configuration Wizard of WLS i cannot able to see all the options and i am following the below weblink so can anyone please help me out regarding my issue.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi11g/setup_jee_agent/setup_jee_agent.htm_*
    Regards
    Pavan.

  • Redarding WebLogic integration with Eclipse

    hi users,
    This is babu.
    My query is can we integrate WebLogic 8.1 Server
    and Eclipse 5x with the support of Java 1.5.0

    weblogic 8.1 is certified for jdk 1.4 by bea.
    use weblogic 9.2 - that's up to jdk 1.5
    as far as eclipse goes, you're on your own.
    %

  • WebLogic integration with HTML DB?

    Could someone tell me if and how can we integrate a HTML DB application with BEA WebLogic?

    We are proposing to implement a HTML DB application in a BEA WebLogic AS environment and Oracle database. We want to take advantage of BEA's security. I would appreciate any insights in how to do this.

  • Weblogic Integration with Netscape Directory Server - Help URGENT

     

    Prashant,
    Yes, I did. Did you copy the ldaprealm.properties to the same place as where
    your weblogic.properties is located by default. The original sample file is
    located in examples/....directory. After your changes are made copy the file
    to c:/weblogic directory.
    Hope this helps.
    -Sunil .K
    Prashanth <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    Can anyone who's tried using the LDAPRealm to talk to Netscape Directory
    Server 4.1tell me exactly what are the steps that one needs to follow toset
    this up:
    1. Changes in the ldaprealm.properties file
    2. Changes in the weblogic.properties file
    3. Changes on NDS side, if any
    Erorr I am getting:
    Thu Jun 29 10:24:53 EDT 2000:<I> <System Props> weblogic.class.path =
    d:\weblogi
    c\lib\weblogic510sp3.jar;d:\weblogic\license;d:\weblogic\classes;d:\weblogic
    \mys
    erver\serverclasses;d:\weblogic\lib\weblogicaux.jar
    Thu Jun 29 10:24:53 EDT 2000:<I> <System Props> weblogic.system.home =
    d:\weblog
    ic
    Thu Jun 29 10:24:53 EDT 2000:<I> <WebLogicServer> Loaded License :
    D:/weblogic/l
    icense/WebLogicLicense.xml
    Thu Jun 29 10:24:53 EDT 2000:<I> <WebLogicServer> Server loading from
    weblogic.c
    lass.path. EJB redeployment enabled.
    java.io.FileNotFoundException: ldaprealm.properties (The system cannotfind
    the
    file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java, Compiled
    Code)
    at
    weblogic.security.internal.RealmProperties.getProperties(RealmPropert
    ies.java:37)
    at
    weblogic.security.internal.RealmProperties.<init>(RealmProperties.jav
    a:20)
    at
    weblogic.security.ldaprealm.LDAPDelegate.configureProps(LDAPDelegate.
    java:78)
    at
    weblogic.security.ldaprealm.LDAPDelegate.<init>(LDAPDelegate.java:198
    at weblogic.security.ldaprealm.LDAPRealm.<init>(LDAPRealm.java:35)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1744)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    --------------- nested within: ------------------
    weblogic.security.ldaprealm.LDAPException: ldaprealm.properties notfound -
    with
    nested exception:
    [java.io.FileNotFoundException: ldaprealm.properties (The system cannot
    find> the>  file specified)
    at
    weblogic.security.ldaprealm.LDAPDelegate.configureProps(LDAPDelegate.
    java:82)
    at
    weblogic.security.ldaprealm.LDAPDelegate.<init>(LDAPDelegate.java:198
    at weblogic.security.ldaprealm.LDAPRealm.<init>(LDAPRealm.java:35)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1744)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.IllegalAccessError:
    weblo
    gic.security.ldaprealm.LDAPException: ldaprealm.properties not found -with
    nest
    ed exception:
    [java.io.FileNotFoundException: ldaprealm.properties (The system cannot
    find> the>  file specified)
    at weblogic.security.acl.Realm.getRealm(Realm.java:86)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1744)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.IllegalAccessError: weblogic.security.ldaprealm.LDAPException:
    ldaprea
    lm.properties not found - with nested exception:
    [java.io.FileNotFoundException: ldaprealm.properties (The system cannot
    find> the>  file specified)
    at weblogic.security.acl.Realm.getRealm(Realm.java:86)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1744)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>

  • Issue with creating array of custom data type - WebLogic Integration

    Hi,
    We are doing WebLogic integration with Siebel for which from Siebel side we have generated java wrapper class which has all the methods, input\outputs defined and in\out params are serialized along with get\set methods. Following are the details of the input\output args.
    Account_EMRIO.java
    public class Account_EMRIO implements Serializable, Cloneable, SiebelHierarchy {
    protected String fIntObjectFormat = null;
    protected String fMessageType = "Integration Object";
    protected String fMessageId = null;
    protected String fIntObjectName = "Account_EMR";
    protected String fOutputIntObjectName = "Account_EMR";
    protected ArrayList <AccountIC> fintObjInst = null;
    Above class also includes constructors\overloaded constructor\getters\setters
    public AccountIC getfintObjInst() {    
    if(fintObjInst != null) {
    return (AccountIC)fintObjInst.clone();
    }else{
    return null;
    public void setfintObjInst(AccountIC val) {
    if(val != null) {
    if(fintObjInst == null) { 
    fintObjInst = new ArrayList<AccountIC>();
    fintObjInst.add(val);
    For the nested user defined data type AccountIC, it is defined in another java class as below
    AccountIC.java
    public class AccountIC implements Serializable, Cloneable, SiebelHierarchy {
    protected String fname = null;
    protected String fParent_Account_Id= null;
    protected String fPrimary_Organization = null;
    With the above, I was able to get all the AccountIC in the wsdl correctly and using this I was able to set the input param in the client
    WSDL:
    <xs:complexType name="accountEMRIO">
    <xs:sequence>
    <xs:element name="fIntObjectFormat" type="xs:string" minOccurs="0"/>
    <xs:element name="fIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageId" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageType" type="xs:string" minOccurs="0"/>
    <xs:element name="fOutputIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fintObjInst" type="tns:accountIC" minOccurs="0"/>
    </xs:sequence>
    <xs:complexType name="accountIC">
    <xs:sequence>
    <xs:element name="fName" type="xs:string" minOccurs="0"/>
    <xs:element name="fParent_Account_Id" type="xs:string" minOccurs="0"/>
    <xs:element name="fPrimary_Organization" type="xs:string" minOccurs="0"/>
    minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    Now, I wanted to make slight difference in getter method of class Account_EMRIO method getfintObjInst so that an array of AccountIC is retured as output.
    public ArrayList<AccountIC> getfintObjInst() {    
    if(fintObjInst != null) {
    return (ArrayList<AccountIC>)fintObjInst.clone();
    }else{
    return null;
    With the above change, once the wsdl is generated, I am no longer getting fintObjInst field for AccountIC due to which I am unable to get the array list of accountIC
    WSDL:
    <xs:complexType name="accountEMRIO">
    <xs:sequence>
    <xs:element name="fIntObjectFormat" type="xs:string" minOccurs="0"/>
    <xs:element name="fIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageId" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageType" type="xs:string" minOccurs="0"/>
    <xs:element name="fOutputIntObjectName" type="xs:string" minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    The issue that I am facing here is, we have a custom data type(AccountIC) which has several fields in it. In the output I need a array of AccountIC. In the java bean, when this type was defined as
    protected ArrayList <AccountIC> fintObjInst = null; I was unable to get a array of AccountIC. this gets complicated as inside a AccountIC there is array of contacts as well and all the time I am getting just the first records and not a array.
    To summarize: How to get xsd:list or maxoccurs property for a field in WSDL for the user defined\custom datatype?
    Can someone help me with this.
    Thanks,
    Sudha.

    can someone help with this??

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

  • While integrating Weblogic server with Iplanet webserver

    Hi ,
    I am facing issues while connecting weblogic application server with Iplanet webserver:
    while i hit the desired url, it showing the below log, it is not providing me proper page (weblogic console page )
    Sat Mar 23 06:12:37 2013 <1535513639993579> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 302 Moved Temporarily]
    Sat Mar 23 06:12:37 2013 <1535513639993579> URL::parseHeaders: StatusLine set to [302 Moved Temporarily]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Date]=[Sat, 23 Mar 2013 00:42:37 GMT]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Transfer-Encoding]=[chunked]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Location]=[http://10.11.12.231/console/login/LoginForm.jsp]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[X-WebLogic-JVMID]=[-420809910]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Sat Mar 23 06:12:37 2013 <1535513639993579> parsed all headers OK
    Sat Mar 23 06:12:37 2013 <1535513639993579> sendResponse() : uref_p->getStatus() = '302'
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[date]=[Sat, 23 Mar 2013 00:42:37 GMT]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[Location]=[http://10.11.12.231/console/login/LoginForm.jsp]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Sat Mar 23 06:12:37 2013 <1535513639993579> canRecycle: conn=1 status=302 isKA=1 clen=-1 isCTE=1
    Sat Mar 23 06:12:37 2013 <1535513639993579> closeConn: pooling for '10.11.12.231/7001'
    Sat Mar 23 06:12:37 2013 <1535513639993579> request [console/] processed successfully..................
    Please help me.
    Thanks,
    Chinna

    Hi,
    First thing are you seeing any request coming to weblogic server? if not then,
    What configuration you have added in server.xml and virtual server instance object conf file for weblogic integration.
    It is pretty straight forward,
    1. add weblogic plugin libproxy_61.so in plugin/weblogic directory on webserver.
    2. add WLS cluster server/ standalone server information in server.xml
    3. in object file create a new object of type="magnus-internal/directory" add WL specific configuration and then add condition to select WLS object created or make it default object for handling all request.
    Thanks,
    Ranjan

  • Integrating WebLogic Server with CA SiteMinder Web Agent R6

    Hi I have searched on the topic of integrating WebLogic Server with the CA SiteMinder Web Agent R6 to provide single sign on services, and have been unable to find anything. Does anyone have any experience with this that could provide some tips, or could direct me to some documentation?

    It definitely can work. We have done the same thing in several installations. The question is "How secure does it need to be?" You will be using SM to do authentication. You will configure SSO to trust the SM header variable. If you really want to be secure you need to configure your boxes so that the http server on you SUSE box (for Portal) can only be accessed from the Reverse Proxy. If another machine can access it someone could spoof the header variable and log in as anyone they want.
    Hope this is helpful.
    Anton

  • Problem integrating Oracle 9i and Weblogic 7 with MDBs

    All:
    I would really appreciate an answer to this question.
    Background:
    - We are using Oracle 9i and Weblogic 7
    - I have an MDB that receives a message, then in the onMessage(Message) method
    performs a findByPrimaryKey(String).
    Problem:
    The deployment descriptors and the MDB all work fine when I set them up to query
    against a Pointbase database and deploy to Weblogic. Everything worked fine. But
    this was only a test to see if everything would work.
    I now need to query against an Oracle database. I got the updated version of the
    Oracle Thin Driver and put it in the WL_HOME/server/lib/classes12.zip file. I
    even added it to the beginning of the classpath in the startWeblogic.cmd file.
    But am still having problems.
    To test the just the Oracle connection I double checked the user, password, URL,
    and driver settings in a java file using JDBC connections - and they worked fine.
    They just aren't working when integrated into Weblogic.
    The problem lies in the Weblogic 7 server integration with Oracle 9i. The software
    integrated fine when tables from a Pointbase database were queried. The only changes
    made have been to make the connectivity to Oracle.
    My errors are in the attached myserver.log file. If anyone knows if this is a
    known problem or what the problem is please let me know.
    Just FYI my settings are as follows:
    Driver: oracle.jdbc.driver.OracleDriver
    URL=jdbc:oracle:thin:@192.168.6.10:1521:proType1
    user=protype1
    password=protype1
    Any advice is welcomed! I've tried everything I can think of.
    Angie
    [myserver_errors.txt]

    Hi Angela
    you can try the following parameters in the FileRealm.properties to set
    acl.reserve.weblogic.jdbc.connectionPool.<connectionPool>=everyone
    Thomas
    Angela Biche schrieb:
    Thanks, I set the initial pool count to 2 and have up to 10
    connections (for this testing). Unfortunately it hasn't helped
    any.
    The error that I am getting is an SQLException:
    Exception = Access not allowed
    But when I ran the java utils.dbping it makes the connection
    with the connection and driver parameters I enter in the console.
    I'm still open to ideas on this! :)
    Thanks,
    Angie

  • Weblogic portal integration with lenya

    I need to integrate weblogic portal with apache lenya. Is there any integration instructions?

    Hello,
    First of all let me thank you Brad, for taking the time to answer, it's very nice of you. After I read you post I spent a couple of hours searching for the installer of the recommended "WebLogic Portlets for Groupware Integration". After searching everywhere I could possible search : OTN, E-Delivery, Metalink, ias.us.oracle.com I could not find the installer of this portlets. In the Installation Guide it says : " 2. Download the software from the Oracle Software Downloads site. " - there is nothing related to Portlets for Groupware on OTN.
    Now, I'm ashame but I have to give up, I guess perhaps this portlets for groupware integration are bundeled into some kit with a different name, I don't know, believe me I tried to find them, I searched the documentation but with no luck.
    I would be very thankful if you can point me to the installer of this portlets. Thank you very much again !

  • Weblogic portal Integration with UCM by weblogic virtual repository

    Anyone has experience with Weblogic portal Integration with UCM by weblogic virtual repository? Thanks.

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

  • Chat Integration with WebLogic Portal 10.3

    Hello Friends,
    For one of my pre sale account, I am suppose to propose a chat integration with Oracle WebLogic Portal 10.3.
    I was wondering if one can guide me as what would be the best possible option to consume? We are going to propose below Product stack -
    Oracle WAS 10.3
    Oracle WLP 10.3
    Oracle Web Center Interaction (not sure about the version)
    Vignette CMS 7.6
    Need to know if there are any OOTB features in oracle product stack. If not, then need to understand the best possible solution for integration either as software or in SaaS model.
    Appreciate your quick help on this point.
    Thank you,
    Regards,
    Chintan

    Bumping up the question,
    Can somebody please guide me.
    Thank you,
    Regards,
    Chintan

  • Weblogic Integration 8.1 with SQL Server 2000

    Will weblogic integration 8.1 support SQL Server 2000 in a future service pack?
    What features do not work with the current version of integration? Has anybody
    tried using it?
    Ben Litchfield

    You need to copy your jar to ${AS_INSTALL}/domains/domain1/lib/ext (replace domain1 by your
    domain). Another option is to leave the jar in ${AS_INSTALL}/lib and add a entry in the classpath-suffix element of your domain.xml.
    thanks,
    :aditya

  • Weblogic integration kit with VAJ 4.0

    Will support be added for the Weblogic integration kit for IBM VAJ 4.0 now
    that 4.0 professional is available?
    Alex Garrison

    Hi,
    In VAJ3.5.3 Weblogic Bridge documentation ...
    The docs/userguide.pdf says that (In service-PAck for Integration-Kit)
    Import VAJ35weblogic510spX.zip where 'X' is the service-pack number
    BUT...I don't find VAJ35weblogic510sp10.zip Anywhere on BEA site.
    Please let me know where to get it from if it is ever available.
    How do you upgrade the bridge to SP10?
    Thanks,
    Harish.
    Jim Edwards-Hewitt <[email protected]> wrote:
    >
    Hi, Alex,
    While I'm not in a position to commit to anything official (I'm in
    engineering, not PM), I think I can safely say that if the name "IBM"
    isn't a problem for us, the name "WebSphere" won't be either. (And the
    way IBM is going with slapping "WebSphere" on everything they can so
    they can claim more WebSphere sales, they're practially synonmymous.
    I'm not working on our VisualAge stuff now, but I did in the past. We
    put a tremendous amount of effort into integrating with VisualAge for
    comparatively little return, because the VAJ API is so limited, but it
    was worth it to do the best we can to allow you to use VAJ to develop
    for WebLogic, and not abandon VisualAge users to WebSphere. If IBM
    moves to a tool that makes it easier for us to do that and lets us
    provide a better user experience, then I believe we'll take advantage
    of
    it. (And of course, IBM is using tools to try to steer developers to
    WebSphere, so if we can make them work well for WebLogic, too, that
    helps us as well as benefiting developers.)
         -- Jim
    Alex Garrison wrote:
    Michael,
    I will certainly do so, and I will ask the other developers here todo so as
    well. However, since IBM is phasing out VAJ in favor of a WSW-basedIDE,
    and since WSW is open source/open API, perhaps this will be a mootpoint a
    year from now. BTW: I know that IBM says it will continue to supportVAJ
    for at least the next two years, but I dont have to be beat over thehead to
    see that VAJ is dying and IBM is moving to the WSW-based IDE.
    A big concern in the VAJ community is whether partners like BEA willwant to
    remain partners with a product that has the name "websphere" in it(WSW =
    Websphere Studio Workbench). I would move to a more platform-neutralIDE
    like JBuilder in a heartbeat if it wasnt for the $3000 (oh excuse me,$2999)
    per seat enterprise license.
    Alex Garrison
    "Michael Girdley" <----> wrote in message
    news:[email protected]...
    It is being worked on. No ETA yet.
    I would encourage you to vote on IBM's Web sites open the VisualAge
    APIs
    to
    partners like BEA.
    http://commerce.bea.com/downloads/weblogic_server_tools.jsp
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    Buy the only book covering J2EE & WebLogic 6:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/103-9227026-
    4636613
    "Alex Garrison" <[email protected]> wrote in message
    news:[email protected]...
    Will support be added for the Weblogic integration kit for IBM
    VAJ 4.0
    now
    that 4.0 professional is available?
    Alex Garrison

Maybe you are looking for

  • Apex_application_lovs/apex_application_lov_entries

    Hi, I made an application using Apex 3.1 on 10g XE. I made an export with supporting objects. Almost everything is working except 1 thing. I can't view my application LOVs in these views apex_application_lovs/apex_application_lov_entries. The LOVs ar

  • Page item validation

    I created a page in APEX Express 4.2.3.00.08.  On the page there are two items: a text field named P55_KEY_ID and an LOV named P55_REASON with the values LOST, BROKEN, OTHER.  I created a dynamic action that enables P55_REASON when P55_KEY_ID changes

  • I bought an iphone from ebay however it is locked and i only have the email address but they wont reply

    I bought an iphone from ebay however it is locked and i only have the email address but they wont reply to me. What can i do??

  • Transfer domain to Business Catalyst from another host

    I have redesigned my first website in Muse and want to host it on Business Catalyst. My client is currently using another host. How difficult is it to make the transfer using the existing domain?

  • Firfox 19.0.2 dont load pages properly

    Most pages I open with Firefox give me a "Server cant be found" error message i.e Firefox can't find the server at www....I then have to hit the "try again" button (sometimes more than once) to get the page to load. Some pages when they do load does