Ejb in JDeveloper

i was trying to do small application in ejb 3.0
i am using oracle JDeveloper.
i created one entity bean named First.java and created interfaces as FirstEJBLocal and FirstEJBRemote. and i was created FirstEJBBean as bean class. then i created FirstEJBClient to run this application
I kept all under a same package named ejbfirst.
while compiling all it doesn't throws any error.
but while running
Context jndiContext =getInitialContext();
Object ref = jndiContext.lookup("FirstEJBBean");
FirstEJBLocal fstif =(FirstEJBLocal)PortableRemoteObject.narrow(ref,FirstEJBLocal.class);
it didn't execute and exited from the application
then i used debug option to find an error
the error was in the line,
Object ref = jndiContext.lookup("FirstEJBBean");
what is the problem in this

Thank you Mr.Frank
Thank you for your response
I found what was an issue.
I didn't create an Application Server Connection.
while Testing the connection it threw an error message as
Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
     javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
Can you help me to create a connection

Similar Messages

  • How to remote debugging EJB in JDeveloper?

    Here is the procedure I follow
    1. configure weblogic startWebLogic.cmd file according to the instruction and start it
    2. create a EJB project contains HelloWorld.java, HelloWorldBean.java, HelloWorldHome.java and Client.java, Bean has one method hello(), just return a String
    3. in JDeveloper, configure project properties, set RUN/DEBUG to Remote Debugging as the instruction provided by Oracle
    4. Then how should I do next?
    select Client.java --> Debug --> attach it to the target weblogic
    select HelloWorldxxx.java --> Debug --> attach it to the target weblogic
    I tried the above and it attached to weblogic, after that, the program suspend there, nothing happen, no debug message, no outcome...
    I have a question, the project have no EJB Descripter, How Client.java test program find EJB interface through JNDI?
    Thanks
    -- CHENLW --
    Client.java
    ==// Copyright (c) 2000 qingniao
    ==package com.chemuser.ejb.HelloWorld;
    ==import javax.ejb.*;
    ==import javax.naming.*;
    ==import java.rmi.*;
    ==import java.util.Properties;
    ==
    ==/**
    == * A Class class.
    == * <P>
    == * @author chenlw
    == */
    ==public class Client {
    ==
    == public static void main(String[] args) {
    == try {
    == Properties props = System.getProperties();
    ==
    == Context ctx = new InitialContext(props);
    == HelloWorldEJBHome home = (HelloWorldEJBHome)ctx.lookup("HelloHome");
    == HelloWorldEJB hello = home.create();
    ==
    == System.out.println(hello.hello());
    ==
    == hello.remove();
    == } catch (Exception ex)
    == {
    == ex.printStackTrace();
    == }
    ==
    == }
    ==}
    ==
    ==
    null

    Programming EJB with JDeveloper is not as easily as JBuilder4.0.
    I am regret that I must give up JDevelopper which I like most.
    Hope JDev Team will enhance these functions in the future.
    Thanks
    CHENLW

  • Deployment of EJB using JDeveloper 3.2

    i am using sunsolaris version 5.6 on which we have installed Oracle 8.1.7 database enterprise edition.
    And when i am trying to deploy Enterprise Java Bean (Session Bean) on Oracle 8.1.7 using
    JDeveloper 3.2 i am getting following error on message screen of jdeveloper :-
    oracle.aurora.ejb.deployment.GenerateEjb
    -u
    ssc_admin
    -p
    ssc_proj
    -s
    sess_iiop://10.232.1.27:54754:rbsdevp
    -republish
    -keep
    -temp
    TEMP
    -descriptor
    "C:\Program Files\Oracle\JDeveloper 3.2\myprojects\Trail.xml"
    -oracledescriptor
    C:\Program Files\Oracle\JDeveloper 3.2\myprojects\Trail_oracle.xml
    -generated
    "C:\Program Files\Oracle\JDeveloper 3.2\myprojects\TrailGenerated.jar"
    "C:\Program Files\Oracle\JDeveloper 3.2\myprojects\TrailSource.jar"
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.......................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...done
    Generating EJBHome and EJBObject on the server...
    Message [IOEXCEPTION_DESERIALIZING] not found in 'oracle.aurora.ejb.deployment.server.Messages'.
    *** Errors occurred while deploying the EJB to 8i JVM ***
    *** Deployment completed ***
    And the Trace file in the server gives following error :-
    *** 2001-02-15 11:47:23.600
    *** SESSION ID:(10.11) 2001-02-15 11:47:23.600
    java.io.InvalidClassException: oracle.aurora.ejb.dd.DeploymentDescriptor; Local class not
    compatible: stream classdesc serialVersionUID=59662438620610069 local class
    serialVersionUID=-4578117701936276373
    at java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java)
    at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java)
    at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java)
    at oracle.aurora.ejb.deployment.server.DeployEjbImpl.descriptor(DeployEjbImpl.java)
    at oracle.aurora.ejb.deployment.server.DeployEjbImpl.generate(DeployEjbImpl.java)
    at oracle.aurora.AuroraServices._DeployEJBImplBase._execute(_DeployEJBImplBase.java)
    at oracle.aurora.AuroraServices._DeployEJBImplBase._execute(_DeployEJBImplBase.java)
    at com.visigenic.vbroker.orb.SkeletonDelegateImpl.execute(SkeletonDelegateImpl.java)
    at oracle.aurora.server.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java)
    at com.visigenic.vbroker.orb.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java)
    at oracle.aurora.server.ThreadSessionDispatcher.run(ThreadSessionDispatcher.java)
    at oracle.aurora.server.VCIiopConnection.processRequest(VCIiopConnection.java)
    at oracle.aurora.server.GiopServer._service(GiopServer.java)
    at oracle.aurora.server.GiopServer.service(GiopServer.java)
    at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
    at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
    Can anybody help me out.
    null

    According to the JDeveloper 3.2 readme.htm file. "You will not be able to deploy EJBs from JDeveloper 3.2 to Oracle8i Release 3 (8.1.7) on Solaris. We expect this to be fixed in the Solaris patchset 8.1.7.1. This problem does not exist on Oracle8i Release 3 (8.1.7) on Windows NT."
    My question again is "Can this be done out-side of JDeveloper?". Instructions would be appreciated.

  • Procedure for hot deploying EJBs using  Jdeveloper and OC4J comtainer

    i am using JDeveloper , please any one help me out in hot deploying EJBs. what is the procedure if i want to hot deploy EJBS

    1) You have to start OC4J with higher Java heap size e.g. java -Xms100m -Xmx150m -jar oc4j.jar
    2) The RMI port by default used is 23791 and configurable by modifying config/rmi.xml.
    regards
    Debu

  • IllegalArgumentException creating new EJB in JDeveloper

    Suddenly JDeveloper throws an IllegalArgumentException when I try to add a new Entity Bean to my ejb-jar.xml:
    java.lang.IllegalArgumentException: unknown format type at
    void java.text.MessageFormat.makeFormat(int, int, java.lang.StringBuffer
    MessageFormat.java:898
    void java.text.MessageFormat.applyPattern(java.lang.String)
    MessageFormat.java:318
    void java.text.MessageFormat.<init>(java.lang.String)
    MessageFormat.java:248
    void oracle.bali.ewt.wizard.WizardDialog._setTitle(oracle.bali.ewt.wizar
    d.WizardPage)
    void oracle.bali.ewt.wizard.WizardDialog.__updateTitle()
    void oracle.bali.ewt.wizard.WizardDialog.setWizardTitle(java.lang.String
    boolean oracle.jdevimpl.ejb.ejbwiz.NewEjbWizard.invoke(oracle.ide.addin.
    Context, java.lang.String[])
    NewEjbWizard.java:502
    void oracle.ide.WizardManager$1.run()
    WizardManager.java:450
    void java.awt.event.InvocationEvent.dispatch()
    InvocationEvent.java:154
    void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
    EventQueue.java:337
    boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.C
    omponent)
    EventDispatchThread.java:131
    void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Condit
    ional, java.awt.Component)
    EventDispatchThread.java:98
    void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
    EventDispatchThread.java:93
    void java.awt.EventDispatchThread.run()
    EventDispatchThread.java:85
    When I move the project to another machine I can create all the new Entities I want, and everything is fine. When I move the project back, it just repeats the exception when I try to make a new Entity Bean.
    Whats happening???
    [email protected]
    http://www.objectlabs.no

    I don't know for the Exception, but the wizard not showing up might be related to your regional settings in Windows.
    If you are using norwegian locale, the wizards don't work in jDev 9031 due to a bug.
    Trond Rønneberg

  • Remote debugging (jboss deployed) ejb using JDeveloper

    Hi there
    Does anyone know how to remote debug an ejb deployed in JBoss using JDeveloper (or perhaps know of a link?)? All I can find is this from Oracle:
    http://www.oracle.com/technology/products/jdev/howtos/appservers/debug_in_jboss.html
    But the cmd to replace in the $bin\run.bat file to enable remote debugging doesn't exist in my version of JBoss (jboss-4.0.1RC1).
    Can anyone shed some light here?
    Thanks very much in advance...Jon

    In run batch file add
    set JAVA_OPTS= -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%

  • Ejb and jdeveloper

    I have already developed some ejb that work fine in the Sun reference environment. How can I load them in Jdeveloper in order to start using it to deploy the to oracle 8.1.7 and to debug them?
    Thanks

    OK, my problem is that I have to write the ejbCreate() function, but the example in the help is:
    public void ejbCreate() throws RemoteException, CreateException { String theAMToTest = "d2ePackage.D2ePackageModule"; String theDBURL = "jdbc:oracle:thin:scott/tiger@my-pc1:1521:test"; try { Context ctx = new InitialContext(); logger = (oracle.oas.ejb.Logger)ctx.lookup("oas_service:logger"); logger.setSeverity(oracle.oas.ejb.Logger.LOG_SEVERITY_DEBUG); } catch (Exception e) { e.printStackTrace(System.out); throw new CreateException (e.getMessage()); } log("createAppModule called.... ");
    createAppModule( theAMToTest,theDBURL );
    The last 2 lines are functions which I don't know its implementation, and I think the last one is the most important, isn't it?
    null

  • How can I develop EJBs using JDeveloper?

    Hi all.
    How can I develop EJBs (entity beans) using JDeveloper and deploying them on WebLogic6x
    server?
    Oracle says that JDeveloper enables to build and deploy applications to the WebLogic
    6x, but I can't do that with Entity Beans(CMP).
    I established the connection to the WebLogic and to the DataBase and they work.
    JDeveloper generate ejb-jar.xml and weblogic-ejb-jar.xml but not weblogic-cmp-rdbms-jar.xml.
    How can I build all the necessary xml's files? What I have to do? Exist a pluging
    to integrate JDeveloper with WebLogic?
    Thanks, and I hope your answers.
    Isra

    hello,
    in reports 6i the charts are created using oracle graphics which stores the chart definitions in a separate file (.OGD). there is not XML interface for graphics.
    with reports 9i and the introduction of the BIgraphBean the definition of the chart-properties is also done in XML.
    reports 9i will be available with iAS Release 2.
    regards,
    the oracle reports team

  • HELP...HELP..Deployment of EJB with JDeveloper

    where do the JDeveloper deploy, its EJB jar file, before starting the application?I searched a lot, but couldn't find.

    JDeveloper has an in built OC4J(an servlet and EJB container). It deploys in this app server.

  • Testing EJB with JDeveloper

    Please, help me :
    I have more ejbs ,and not is possible testing, yet same message :
    javax.naming.NamingException: Lookup error: java.net.ConnectException: Conexisn rehusada; nested exception is:
         java.net.ConnectException: Conexisn rehusada
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:128)
         at javax.naming.InitialContext.lookup(InitialContext.java:350)
         at Samplesasf.cnu.ejb.documento_requeridoItemsClient.main(documento_requeridoItemsClient.java:21)
    Process exited with exit code 0.
    What happen.... ???
    Que hago?
    Gracias/Thank You

    If you are testing EJB in the IDE using Embedded OC4J Server, then you need run EJB before you run the client.
    Select EJB node in the navigator, right-mouse and choose run.
    Once Embedded OC4J Starts ,run the client.
    If you have deployed EJB to external OC4J server, make sure OC4J instance is running.
    raghu
    JDev Team

  • Problem with downloading EJBs to JDeveloper

    Hi,
    Upon downloading EJBs to JDeveloper905, I am able to see the bean class, remote and local classes for an entity bean. However, I cannot see the Entity Bean icon (represent the entity) in the respective package in the Model.jpr. Thus, could not access to the EJB Module Editor which previously(before using SCM) can be accessed through the entity bean icon by double clicking it. Is there any other way to access the EJB Module Editor? or it's dependant on the Entity Bean icon? Same problems with the session bean downloaded from SCM.
    Hope to get replies from you guys soon.
    Regards,
    Jo

    @ondrahu
    Sorry for the time you have spent assuming that the problem is at your end by re-installing software; there seems to be no issue accessing via "Update" feature in Ovi Maps application at time of this post.
    As farby points out from past experience it is not uncommon that at times maps server is not available if any maintenance being carried out, so always sensible to try a few hours later before assuming the worst.
    Please let us know if you still have issues in this respect.
    Happy to have helped forum with a Support Ratio = 42.5

  • Problems integrating JSF managed bean with Session EJB with JDeveloper

    HI All,
    I am developeing a JSF-EJB application using Jdeveloper11g. On deploying the application I am getting the following errors on deployment.
    <19/08/2010 2:53:49 PM EST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1282193629318' for task '17'. Error is: 'weblogic.application.ModuleException: Could not setup environment'
    weblogic.application.ModuleException: Could not setup environment
         at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1499)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:442)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:95)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.deployment.EnvironmentException: [J2EE:160101]Error: The ejb-link 'MetaDataBean' declared in the ejb-ref or ejb-local-ref 'MetaData' in the application module 'ViewControllerWebApp.war' could not be resolved. The target EJB for the ejb-ref could not be found. Please ensure the link is correct.
         at weblogic.deployment.BaseEnvironmentBuilder.addEJBLinkRef(BaseEnvironmentBuilder.java:453)
         at weblogic.deployment.EnvironmentBuilder.addEJBReferences(EnvironmentBuilder.java:485)
         at weblogic.servlet.internal.CompEnv.activate(CompEnv.java:157)
         at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:3117)
         at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1497)
         Truncated. see log file for complete stacktrace
    >
    <19/08/2010 2:53:49 PM EST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'data-catalog'.>
    <19/08/2010 2:53:49 PM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'data-catalog'.>
    <19/08/2010 2:53:49 PM EST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Could not setup environment
         at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1499)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:442)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:95)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.deployment.EnvironmentException: [J2EE:160101]Error: The ejb-link 'MetaDataBean' declared in the ejb-ref or ejb-local-ref 'MetaData' in the application module 'ViewControllerWebApp.war' could not be resolved. The target EJB for the ejb-ref could not be found. Please ensure the link is correct.
         at weblogic.deployment.BaseEnvironmentBuilder.addEJBLinkRef(BaseEnvironmentBuilder.java:453)
         at weblogic.deployment.EnvironmentBuilder.addEJBReferences(EnvironmentBuilder.java:485)
         at weblogic.servlet.internal.CompEnv.activate(CompEnv.java:157)
         at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:3117)
         at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1497)
         Truncated. see log file for complete stacktrace
    Thanks
    Edited by: user5108636 on 18/08/2010 22:46

    Please find attached the source code of JSF managed bean, local business interface, session bean and web.xml
    MANAGED BEAN_
    package view.backing;
    import java.util.List;
    import javax.ejb.EJB;
    import javax.faces.component.UISelectItems;
    import javax.faces.component.html.HtmlSelectManyListbox;
    import model.ejb.session.MetaDataBean;
    public class SearchMetaDataBean {
    @EJB MetaDataBean metaDataService;
    private List<String> tables;
    private List<String> columns;
    private HtmlSelectManyListbox selectManyListbox1;
    private UISelectItems selectItems1;
    public void setTables(List<String> tables) {
    this.tables = tables;
    public List<String> getTables() {
    return metaDataService.getTables();
    public void setColumns(List<String> columns) {
    this.columns = columns;
    public List<String> getColumns() {
    return columns;
    public void setSelectManyListbox1(HtmlSelectManyListbox selectManyListbox1) {
    this.selectManyListbox1 = selectManyListbox1;
    public HtmlSelectManyListbox getSelectManyListbox1() {
    return selectManyListbox1;
    public void setSelectItems1(UISelectItems selectItems1) {
    this.selectItems1 = selectItems1;
    public UISelectItems getSelectItems1() {
    return selectItems1;
    LOCAL INTERFACE_
    package model.ejb.session;
    import java.util.List;
    import javax.ejb.Local;
    @Local
    public interface MetaDataLocal {
    public List<String> getTables();
    public List<String> getColumns(String tableName);
    SESSION BEAN_
    package model.ejb.session;
    import javax.ejb.Local;
    import java.sql.Connection;
    import java.sql.DatabaseMetaData;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.util.ArrayList;
    import java.util.List;
    import javax.annotation.PostConstruct;
    import javax.annotation.Resource;
    import javax.ejb.Stateless;
    import javax.sql.DataSource;
    @Stateless(name="MetaData")
    @Local
    public class MetaDataBean implements MetaDataLocal{
    @Resource(name="jdbc/DWDS")
    private DataSource dataSource;
    private Connection connection;
    private List<String> tables = new ArrayList<String>();
    private List<String> columns = new ArrayList<String>();
    private DatabaseMetaData dmd;
    @PostConstruct
    public void initialize(){
    try{
    connection = dataSource.getConnection();
    DatabaseMetaData dmd;
    dmd = connection.getMetaData();
    }catch(SQLException sqle){
    sqle.printStackTrace();
    public MetaDataBean() {
    public List<String> getTables(){
    try{                 
    if (dmd ==null){
    //System.out.println("Database meta data not available");
    tables.add("None");
    }else{
    ResultSet rs = dmd.getSchemas();
    ResultSet rs1 = null;
    while(rs.next()) {
    if (rs.getString(1).equalsIgnoreCase("AV_DATA")){
    rs1 = dmd.getTables(null,rs.getString(1),"%",null);
    while(rs1.next()) {
    tables.add(rs1.getString(3));
    }catch (SQLException sqle){
    sqle.printStackTrace();
    return tables;
    public List<String> getColumns(String tableName){
    try{
    ResultSet rsColumns = dmd.getColumns("", "AV_DATA", tableName, null);
    while(rsColumns.next()){
    columns.add(rsColumns.getString(4));
    }catch (SQLException sqle){
    sqle.printStackTrace();
    return columns;
    WEB.XML_
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <ejb-local-ref>
    <ejb-ref-name>MetaData</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>model.ejb.session.MetaDataLocal</local>
    <ejb-link>MetaDataBean</ejb-link>
    </ejb-local-ref>
    </web-app>
    Edited by: user5108636 on 18/08/2010 22:45
    Edited by: user5108636 on 18/08/2010 22:46

  • Ejb in JDeveloper with j2ee

    Has someone a working example how i can deploy my ejb's for j2ee?

    Hi Matthias,
    If you mean a walkthrough or a guide on how you can build and deploy an EJB in 8i using JDev, I am working on one right now for JDev3.2.
    BTW, JDev3.2 in coming up with full support for EJB1.1
    Please get back to me on that and I'll make sure you get the Walkthrough for EJB in JDev3.2
    -Omar

  • Can the EJB from JDeveloper be deployed to WebLogic ?

    I am evaluating the tools for a major web sites developing. Amazed by the Business Components framework. But little bit worry about the platform dependency. Any information is appreciated.
    Thanks in Advance,
    Z-

    I am doing this now. Did you get it to work?

  • JSP / IAS 1.0 /EJB /Jdeveloper 3.1

    Hello:
    We upgraded to IAS 1.0 on Solaris Box. Deployed a EJB from JDeveloper to oracle8i. Ran the Snippet program successfully.
    Copied the snippet program into a jsp file. tried to run from IAS. It gives a error unable to import oracle.aurora.jndi.sess_iiop.*.
    Where do I copy the Client Jar / Zip files in
    IAS. Is there something as CLASSPATH..
    I would appreciate the input.
    Thanks,
    null

    Can you describe what the test is doing?
    Calling the browse page?
    Are the JSP pages verbatim as the wizard generated them,
    or have you made changes?
    What application module pool mode are you using?
    If you are using reserved mode and never ever checking back the
    application modules in, you could end up using a lot of memory
    for sure. This is not by design of course, but might be an
    explanation for what you are seeing.

Maybe you are looking for

  • Open in Tabs always replaces  all other open tabs ?

    This is unacceptable. Suppose I have 5 open tabs and then I pres Open in Tabs (this command is available on the Toolbar when I create collections) This will close down all the 5 open tabs and replace them with the tabs in the folder!! I want to keep

  • DM 3.0.0.665: Disabled flag "Engineer To" is not saved

    Hi, I disabled the flag "Engineer To" for a table in the logical model in the Entity Properties and saved the changes. When I now engineer the logical to the relational model, the table is not taken into the relational model. But after closing and op

  • What's the Magic of Spell Check?

    Hello Everyone! I hope I'm on the right forum this time. I'm a physician. I bought Stedmans Legal/Pharacuetical/Medical Spell Checker in 2004/05. I loved it. When I upgraded to Leopard, something happened. It was gone. It wasn't in any of my backups.

  • How to compile .rc file?

    Hi everyone. I'm trying to change a version of my plugin in the .r file, but it does not recompile the resource file - the version number stays the same. I tried copying custom build settings from other project to the .r file, but it doesn't seem to

  • Link to download software for WRT54G verisoin 2

    If anyone has trouble downloading the software for WRT54G verison 2, use this link.  http://www.linksys.com/servlet/Satellite?c=L_CASupport_C1&childpagename=US/Layout&cid=1166859678292&... I had to call support and this the link they gave me and it w