JBuilder5 and WebLogic6.1

The JBuilder5 can use WebLogic 6.0 to be its application server , and I
want to know whether JBuilder can
use WebLogic6.1 to be its application server ?
If it can , how to setup in JBuilder5 ??
Thank you in advance ,....

I know it ..
But whether WebLogic server can work with JBuilder5 ??
"Senthil Subramaniam" <[email protected]>
news:[email protected]..
JBuilder6 officially supports wl6.1
alanjang wrote:
The JBuilder5 can use WebLogic 6.0 to be its application server , and
I
want to know whether JBuilder can
use WebLogic6.1 to be its application server ?
If it can , how to setup in JBuilder5 ??
Thank you in advance ,....

Similar Messages

  • Visbroker and weblogic6.0

    Hi All,
    I met a case recently. It is very strange and want to see whether
    have some expert met this problem before. I have an stateful EJB on
    weblogic6.0 and having a IDL interface for visbroker to generate the
    IIOP layer. We have tried that C++ make two corba call to that
    weblogic6.0 stateful Bean. Between two corba call, the C++ program
    will sleep 5 minutes. And we have set the IIOP timeout on weblogic
    side is 8 minutes. But after the first call and sleep 5 minutes, the
    second call will cause the C++ core dump. Any commet on that?
    Thanks in advance
    Derek

    Hi Andy,
    For my case, I have create an application using Java. I Home.create() an
    ejb once invoke function A in the beans. And then I Thread.sleep arround 10
    minutes and then inoke that function again. Then ejbremove() that beans since
    it is stateful bean. However, from the vis-broker side do that same thing.
    create() an ejb and invoke a function in the beans. And then sleep arround 5
    minutes and then invoke that function again. The vis-broker application was
    halt. And then core dump. Java application make a call to the ejb is rmi to
    rmi and it works properly. But Vis-broker C++ application make a call to ejb
    is rmi to iiop and it will halt after 5 minutes idle. So that I think it is
    iiop problem.
    Thanks you help
    Derek
    Andy Piper wrote:
    Derek Lee <[email protected]> writes:
    Thanks your advice. I also think that it should be the IIOP layer
    problem. Now, we reconnection it and create it again once we need to use
    the EJB. It seems better but it still not so stable.Can you elaborate, it appears that Visi should cope gracefully with
    the connection being shut down. Is this not the case?
    andy

  • Integrate jbuilder6 and weblogic6

    hello
    i integrate the jbuilder6 with weblogic6,write a simple servlet,right click it,select
    "web run",it throw a "stringindexoutofboundsexception",as follow:
    C:\JBuilder6\jdk1.3.1\bin\javaw -classpath "C:\bea\wlserver6.1\lib\weblogic.jar;C:\bea\wlserver6.1\lib\weblogic.jar;C:\JBuilder6\jdk1.3.1\demo\jfc\Java2D\Java2Demo.jar;C:\JBuilder6\jdk1.3.1\jre\lib\i18n.jar;C:\JBuilder6\jdk1.3.1\jre\lib\jaws.jar;C:\JBuilder6\jdk1.3.1\jre\lib\rt.jar;C:\JBuilder6\jdk1.3.1\jre\lib\sunrsasign.jar;C:\JBuilder6\jdk1.3.1\lib\dt.jar;C:\JBuilder6\jdk1.3.1\lib\htmlconverter.jar;C:\JBuilder6\jdk1.3.1\lib\tools.jar"
    -ms64m -mx64m -Djava.library.path=C:/bea/wlserver6.1/bin -Dbea.home=C:/bea
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Djava.security.policy==C:/bea/wlserver6.1/lib/weblogic.policy
    -Dweblogic.management.password=88888888 weblogic.Server
    Starting WebLogic Server ....
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;11&#31186;> <Notice> <Management> <Loading
    configuration file .\config\mydomain\config.xml ...>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;18&#31186;> <Notice> <WebLogicServer>
    <Starting WebLogic Admin Server "myserver" for domain "mydomain">
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <J2EE> <Error deploying
    application TEST: Could not load TEST>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <Management> <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException: java.lang.StringIndexOutOfBoundsException:
    String index out of range: -1
         at java.lang.String.substring(String.java:1525)
         at weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.java:469)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:234)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3407)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3376)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:862)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:815)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load TEST - with nested exception:
    [java.lang.StringIndexOutOfBoundsException: String index out of range: -1]
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:431)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    >
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <Management> <Application
    Poller started for development server.>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <WebLogicServer>
    <ListenThread listening on port 8080>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 8081>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <Management> <Starting
    discovery of Managed Server... This feature is on by default, you may turn this off
    by passing -Dweblogic.management.discover=false>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development
    Mode>
    why?who can help me?
    thank you!

    Hi Shailendra,
    I searched a lot, there seems very few information from internet and internal about this topic, I'm not familiar with Workday and ServiceNow applicaitons, I would recommend you may post in the following community sites(which should be offcial
    sites) for a better assistance regarding the integration questions between Workday and ServiceNow and SharePoint Online(O365).
    https://community.servicenow.com/thread/174050
    https://community.workday.com/
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Problem with jdk1.3.1_03.  and weblogic6.1

    hey guys,
    i am trying to run a servlet using Weblogic 6.1 and jdk1.3.1_03.
    in the web.xml
    The <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    has a problem i guess.. whenever i am starting the weblogic server it throws up saying Error parsing descriptor in WebApplication.. Thi shappenes only when i use jdk1.3.1_03. for all other versions it does not complain..
    any ideas?
    Thanks
    KM

    As far as i know this error is thrown only when the XML deployment descriptor for the particular application gets corrupt. It has got nothing to do with JDK versions.
    If you get any breakthrough on this issue ...be sure to post the fix too.

  • About jbuilder4 and weblogic6.0

    when i want to deploy my jar to weblogic and do as the wizard,select the
    folder application as standalone,then start deploy.
    it will report:
    Stored archive as
    D:\weblogic\wlserver6.0sp1\config\mydomain\applications\test.jar
    Error type: java.lang.SecurityException
    Thread: Thread[Process wizard page class
    com.inprise.ejb.gui.wizards.deploy.AdvDeployPage,6,main]
    Stack trace:
    java.lang.SecurityException: System.exit() not allowed
    at com.borland.jbuilder.node.b.checkExit(Unknown Source)
    at java.lang.Runtime.exit(Runtime.java:91)
    at java.lang.System.exit(System.java:701)
    at com.inprise.ejb.util.Deploy.main(Deploy.java:97)
    at
    com.inprise.ejb.gui.util.DeployUtil.deployToStandaloneEjbContainer(DeployUti
    l.java:455)
    at com.inprise.ejb.gui.util.DeployUtil.deployToTargets(DeployUtil.java:321)
    at com.inprise.ejb.gui.util.DeployUtil.deploy(DeployUtil.java:1126)
    at
    com.inprise.ejb.gui.wizards.deploy.AdvDeployPage.processImpl(AdvDeployPage.j
    ava:218)
    at
    com.inprise.ejb.gui.wizards.ActiveWizardPage.process(ActiveWizardPage.java:1
    92)
    at
    com.inprise.ejb.gui.wizards.ActiveWizardPage$1.run(ActiveWizardPage.java:173
    at java.lang.Thread.run(Thread.java:484)
    but on the weblogic window:it show"undeploying ejb component test(my jar
    name)
    and the jar really deployed to weblogic after my client test on command line
    can anyone give me any advice?thanx in advance

    Hi Andy,
    For my case, I have create an application using Java. I Home.create() an
    ejb once invoke function A in the beans. And then I Thread.sleep arround 10
    minutes and then inoke that function again. Then ejbremove() that beans since
    it is stateful bean. However, from the vis-broker side do that same thing.
    create() an ejb and invoke a function in the beans. And then sleep arround 5
    minutes and then invoke that function again. The vis-broker application was
    halt. And then core dump. Java application make a call to the ejb is rmi to
    rmi and it works properly. But Vis-broker C++ application make a call to ejb
    is rmi to iiop and it will halt after 5 minutes idle. So that I think it is
    iiop problem.
    Thanks you help
    Derek
    Andy Piper wrote:
    Derek Lee <[email protected]> writes:
    Thanks your advice. I also think that it should be the IIOP layer
    problem. Now, we reconnection it and create it again once we need to use
    the EJB. It seems better but it still not so stable.Can you elaborate, it appears that Visi should cope gracefully with
    the connection being shut down. Is this not the case?
    andy

  • How to integrate the JBuilder5 and weblogic5.1 together?

    Thousands of thanks to you!

    hi,
    i assume your question is to deploy ejbs from jbuilder 5 ito weblogic 5.1.0. to enable this, you must first have either Inprise app server 4.1 or borland app server 4.5. configure your jbuilder for one of these server first. this can be done in the enterprise setup menuitem under tools menu. then there will be a check box for enable integration. check this. then configure weblogic 5.1.0 a tab has been provided for this. configuration is simple. we have to tell the installation directory of weblogic. then restart jbuilder and gotcha it is integrated.
    after creatting a project, alter the project properteis to have weblogic as the app server. build th jar file to create imple classes, stubs etc., noe run the project and the bean would be deployed.
    regards
    Srinivasan.R

  • What  type of plug in do I need to use between weblogic and tomcat please

    Hi,
    Can anybody please tell me what type of plugin do I need to install to communicate between Tomcat4.0 and weblogic6.1 sp2.actually I wanted to use a connection pool from my servlet on my local tomact where connection pool is created on remote weblogic server.........?
    I have no idea what to do. I tried including the weblogic.jar in my local classpath where my tomcat is sitting. This didnot work . I got the following error......
    I want to know is it possible.............?
    javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
    Your response is very inportant......
    Thnaks

    Thanks a lot for your rely....
    then how could I use the remote connection pool in my
    local Tomcat server.....?If thats is not possible then
    what if organisation have two webservers...? you mean
    thay have to create connection pool in two servers
    rather on one server and use it every where.....?
    Still depends on what you are trying to achieve.
    Most clustered systesm use a connections on each server. They sync the data retrieved between servers, not the connections themselves.
    If you simply one a single connection point then you need to use a driver that proxies requests to and from the real connection point.
    RmiJdbc is free at http://www.objectweb.org/.
    There are commercial drivers available, search at http://industry.java.sun.com/products/jdbc/drivers, which provide an enterprise layer for database access. They are probably more robust and feature rich than the above one.

  • Serving virtual hosts with different instance of weblogic6.1

    We are using the apache plugin and weblogic6.1. Is it possible to send the request
    for each virtual host to a different instance of weblogic6.1 instance? If so how?
    For ex in my httpd.conf I want to say
    <VirtualHost abc.xyz.xom>
    WebLogicHost 192.168.10.20
    WebLogicPort 8001
    </VirtualHost>
    <VirtualHost cde.xyz.com>
    WebLogicHost 192.168.10.20
    WebLogicPort 8002
    </VirtualHost>
    Thanks in Advance
    Viren

    We have two virtual hosts for our SSO server.
    Intranet users use
    Name: sso.parlinkom.gv.at
    Address: 161.110.13.4
    but internet user use
    Name: clsso.parlinkom.gv.at
    Address: 161.110.1.17
    Yes, we have one portal.
    Thank you in advance
    Wolfgang

  • Application deployment order with weblogic-ejb-jar.xml and jndi-name

    I have two applicatation working on Weblogic server v. 10.3.6.
    First of them creating one ejb stateless bean and creates JNDI maping for it (in weblogic-ejb-jar.xml file):
    <weblogic-enterprise-bean>
         <ejb-name>ConfigMenegerBean</ejb-name>
         <stateless-session-descriptor>
         <stateless-session-descriptor>
              <business-interface-jndi-name-map>
              <business-remote>package.ConfigurationSessionRemote</business-remote>
              <jndi-name>ConfigMeneger</jndi-name>
              </business-interface-jndi-name-map>
         </stateless-session-descriptor>
         <enable-call-by-reference>true</enable-call-by-reference>
         <jndi-name>ConfigMeneger</jndi-name>
    </weblogic-enterprise-bean>
    Second appication have to refer for this bean by JNDI using spring been lookup :
    <jee:jndi-lookup id="configManager" jndi-name="ConfigMeneger"/>
    I changed deployment order parameter for both apllication(first=100 and second=500) in order to first app start first and share bean by jndi to another application. Unfortuantelly I got an error :
    javax.naming.NameNotFoundException: Unable to resolve 'ConfigMeneger'. Resolved ''; remaining name 'ConfigMeneger'
    How can I configure deployment order that first application make jndi mapping for bean, before the second application will use it ?

    Ok in a way I have solved my problem (even if I am not completely satisfied by the way on how to proceed...). So thanks to message "JBuilder7.0 and Weblogic6.1" on EJB sun forum :
    http://forum.java.sun.com/thread.jsp?thread=285735&forum=13&message=1255488
    I have tried the following actions (mentionned in the other forum messages):
    - To preserve changes to weblogic*.xml, the safest way is to change the ejb-borland.xml.
    (I am not sure that I have applied this advice correctly, because I suppose that syntax is not similar in weblogic file or borland file).
    And you can MANUALLY update the weblogic file in your JAR archive.
    1. Open the EJB JAR file in Winzip and extract the weblogic-ejb-jar.xml file, so that a copy exists in your
    project directory.
    2. Open this file (in Notepad), add the WebLogic specific information, and then save the file.
    3. Now, when you are finished with the build cycle and are ready to deploy, you may open the EJB jar file
    and swap in the weblogic-ejb-jar.xml file."
    Good Luck.

  • Weblogic.ejb20.locks.LockTimedOutException and pb with weblogic-ejb-jar.xml

    Hello All,
    I get a strange problem when I try to log in to the J2EE application based on EJBs:
    weblogic.ejb20.locks.LockTimedOutException
    I see that I can add an option to the weblogic-ejb-jar.xml file, and I hope that can help for my previous problem:
    <weblogic-enterprise-bean><stateful-session-descriptor>
    <allow-concurrent-calls>true</allow-concurrent-calls>
    </stateful-session-descriptor></weblogic-enterprise-bean>
    But I can not edit the weblogic-ejb-jar.xml file under JBuilder ! the file is probably read-only, but I do not know how to change the property. I can not find this file directly under JBuilder directories.
    So I have tried to open the module.jar that contained this file. I have checked: the file is not read-only. I have modified directly manually the weblogic-ejb-jar.xml file, but now I get this error in Jbuilder when I open the weblogic-ejb-jar.xml file:
    URL: Transformation requires a XSL StyleSheetThe Node does not have a style sheet associated with itEither add a style sheet using the Add stylesheets button on the toolbar or add a valid XSL Processing instruction to the document directly
    In conclusion, what should I do to be able to modify the weblogic-ejb-jar.xml file properly ??

    Ok in a way I have solved my problem (even if I am not completely satisfied by the way on how to proceed...). So thanks to message "JBuilder7.0 and Weblogic6.1" on EJB sun forum :
    http://forum.java.sun.com/thread.jsp?thread=285735&forum=13&message=1255488
    I have tried the following actions (mentionned in the other forum messages):
    - To preserve changes to weblogic*.xml, the safest way is to change the ejb-borland.xml.
    (I am not sure that I have applied this advice correctly, because I suppose that syntax is not similar in weblogic file or borland file).
    And you can MANUALLY update the weblogic file in your JAR archive.
    1. Open the EJB JAR file in Winzip and extract the weblogic-ejb-jar.xml file, so that a copy exists in your
    project directory.
    2. Open this file (in Notepad), add the WebLogic specific information, and then save the file.
    3. Now, when you are finished with the build cycle and are ready to deploy, you may open the EJB jar file
    and swap in the weblogic-ejb-jar.xml file."
    Good Luck.

  • Bea home and........

    hello
    when i setup my jbuilder6 to weblogic6,it ask me to input "bea home" and "weblogic6
    installation directory",i don't know which is which.
    my directory structure:
    f:/
    |
    |
    weblogic---jdk131
    |
    logs
    |
    utils
    |
    wlserver6.1
    thank you!

    Hi,
    Bea Home = f:\weblogic
    WebLogic 6 installation directory = f:\weblogic\wlserver6.1
    Nils
    [email protected] wrote:
    >
    hello
    when i setup my jbuilder6 to weblogic6,it ask me to input "bea home" and "weblogic6
    installation directory",i don't know which is which.
    my directory structure:
    f:/
    |
    |
    weblogic---jdk131
    |
    logs
    |
    utils
    |
    wlserver6.1
    thank you!
    ============================
    [email protected]

  • WebLogic6sp2 with JBuilder5E problem.

    Sometimes the JBuilder could work properly with WebLogic , but sometimes it
    couldnot work at all.Anyone could help with the integration?
    Greatly Thanks

    Now I solved the problem after these steps:
    (1)From JBuilder5E, Tools->IDE Options->Web, check the "Copy url to
    clipborad", and select "Do not use web view ,alway launch separate
    process",this will enable us to use the IE brower to view the result.
    Then I got the reason maybe is the JBulder's web view is not very good.
    Any suggestion?
    WiseWader
    "wisewader" <[email protected]> wrote in message
    news:[email protected]..
    I config the JBuilder5Enterprise and the WebLogic6Sp2 to worktogether.These
    steps I follows:
    (1)Install JBuilder5E and It's upgrade patch 1, and ensure JBulder 5 work
    properly;
    (2)Install WebLogic 6sp2, and ensure the WebLogic workoing correctlythrough
    the web control page, and test my own servlet and jsp till them working
    properly;
    (3)In the JBuilder 5 , from Tool->Enterprise Setup->Application
    Server -->WebLogic 6, config the install path;
    (4)In JBuilder 5 , from Project->Default Project Property->Servers, config
    the weblogic 6 , and check the box "Application Server is the Web Server"in
    order to use the weblogic also as the servlet and jsp runner;
    (5) And then start the JBuilder5E, create one Project, one WebApplication,
    one servlet page, then in the JBuilder when I web run the Servlet , the
    weblogic could start properly, but the servlet result couldnot appear but
    the Jbuilder5E message window saying something like that cannot find the
    context ;
    (6)But sometime I stop and then restart the weblogic through the JBuilder,
    the servlet could work properly.But another day when I come to theJBuilder
    and run another servlet the weblogic failed to run again.
    What wrong, maybe some config still be wrong
    Any help?
    wisewader

  • SSL certificate installed in Apache - determine browser's encryption

    Hi all,
    I have Apache Web Server and WebLogic6.1 Application Server. The two are
    connected by a plugin. All my web pages are installed in the Application
    server, ie. in WebLogic. I am using Apache Web Server just to direct the
    client requests to WebLogic Application Server.
    I have installed 128 bit SSL in the Apache Web Server, and left WebLogic as
    is with its default SSL encryption.
    My question is, is it possible to determine whether the client's browser has
    128 bit encryption or not, using servlets that reside in WebLogic
    Application Server? If yes, how?
    Thanks in advance,
    Regards,
    Jaya

    Hi,
    Thanks for your mail. The browserhawk is really a good software, but my
    purpose is to determine the browser settings from servlet, so that I can
    inform the user to upgrade his/her browser from 40 bit encryption to 128 bit
    encryption.
    Thanks,
    Jaya
    "Utpal" <[email protected]> wrote in message
    news:[email protected]..
    My question is, is it possible to determine whether the client's browserhas
    128 bit encryption or not, using servlets that reside in WebLogic
    Application Server? If yes, how?
    Have you tried http://www.cyscape.com/products/bhawk/javabean.asp .
    On the top right click on the [more] , it will run a browser test foryou.
    I hope that halps.
    -utpal
    "Vikor" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    I have Apache Web Server and WebLogic6.1 Application Server. The two are
    connected by a plugin. All my web pages are installed in the Application
    server, ie. in WebLogic. I am using Apache Web Server just to direct the
    client requests to WebLogic Application Server.
    I have installed 128 bit SSL in the Apache Web Server, and left WebLogicas
    is with its default SSL encryption.
    My question is, is it possible to determine whether the client's browserhas
    128 bit encryption or not, using servlets that reside in WebLogic
    Application Server? If yes, how?
    Thanks in advance,
    Regards,
    Jaya

  • Session bean connecting a data source

    Hi there,
    I'm trying to make a session bean connect to a DataSource used by my Entity Beans. I'm using JBuilder5 and Borland Application Server.
    Here is the code in my SessionBean:
    InitialContext ic = new InitialContext();
    DataSource datasource = (DataSource)ic.lookup("java:comp/env/jdbc/DataSource");
    System.out.println("Datasource=" + datasource.toString());
    Connection dbConnection = datasource.getConnection();
    Statement stmt = dbConnection.createStatement();
    ResultSet rs = stmt.executeQuery("SELECT ID FROM PUBLICATION");
    rs.next();
    System.out.println(rs.getString("ID"));
    I have already put a reference to this DataSource in the Deployment Descriptor but I get the following error message:
    [Microsoft][ODBC Driver Manager] Data
    source name not found and no default driver specified
    But with the CMP Entity Beans the DataSource works.
    I would appreciatte any help. Thanks in advance.
    Nei.

    Hi GHz,
    I have a method in my Session bean QuerySessionBean called showData() that have the code I typed before. Sorry, but what do tou mean when you say that I must excute the query inside the session bean? I'm testing the method in a client using queryHome.showData().
    Thanks for answering,
    Nei

  • Command line interface to "code cache" memory pool utilization

    I need to monitor the usage of the "code cache" memory pool through a command-line interface, but it doesn't seem to me that the jstat tool is able to give me any information about this particular memory pool. Are there any other tools that is able to give me the details I need? I'm using both JDK 5 and 6.
    Edited by: normann1974 on Jul 10, 2008 9:40 AM

    Typically, this is a class path Problem when the JVM is unable to locate a
    class. Are you sure that the class listed as missing below is included in
    your class path?
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Pascal Guillot" <[email protected]> wrote in message
    news:3a5df1ee$[email protected]..
    >
    I seem to be running into dificulties when attempting to use theweblogic.Admin class for any commands from the command line
    I am running from a Solaris 5.7 box, and java version 1.1.6, and weblogic6.0 server is running in the background
    Anytime I attempt to run the class:
    java weblogic.Admin <commandofsort> (followed by any neccessary args) Iget the following error msg:
    >
    java.lang.NoClassDefFoundError: javax/management/AttributeList
    at weblogic.management.commandline.CommandLineArgs.<init>(CompiledCode)
    at weblogic.Admin.main(Compiled Code)
    (I can successfuly invoke most of the utililities in the utils classhowever)
    >
    any ideas?
    Pascal

Maybe you are looking for

  • Statistical Internal Order on a Purchase Order

    Hi, We are trying to use a statistical internal order on a purchase order along with a real cost center. But we are unable to get the internal order to show up on the FI documents being posted using goods receipt. Purchase Order has been created with

  • User audit trail in a SOA scenario

    Hi All, In a SOA scenario when using a composite application calling many webservices who on their turn call asynchronous jms calls to backend applications. How can you audit the user trail? So can you tell of all the backend transactions touched by

  • Debit/Credit Indicator for Transaction 'FRL'

    Dear all, In subcontract flow, I would like to separate account determination (split from Return flow) for Debit/Credit in Transaction 'FRL' External activity. But it is not possible in SAP setting that status of 'Debit/Credit indicator is "Not chang

  • CREATE DOCUMENTO IN WORD - OLE

    Hi to all I have the following issue: I have this code (this is a piece of code), and I need create the document in word (I need that word open it inside of SAP dynpro ) but I need create it with information. With this code, the document is created e

  • Submenus not appearing using spry horizontal menubar

    I am working on a MAC running MAC OS 10.5.6 and working in Dreamweaver CS4. I have inserted a spry horizontal menubar with two levels of submenus. None of these submenus is showing up when I try and test the menubar. Thank you, Mary Pat