JSP with Visual Age integrator

Using the public beta of WA Integrator for WL 5.1, I was able to use all the
feature of WL, except JSP. Infact, WL compile them using jspc, but then,
when execute javac as an external process, cannot compile them into class
file because javac can't see VA Workspace classes.
I tried to use javac as a class, with whe compilerclass property of the JSP
servlet, but this doesn't work fine (the same problem, can't see workspace's
classes).
Where is the mistake ?
Ing. Luca Masini
Software Engineer
Gruppo Monetica e Servizi
Area Internet Professional
Infogroup S.p.a.
Via delle Panche, 140
50141 Firenze
Tel. 055.436.5684
Fax. 055.436.5735
e-mail [email protected]

IBMs VAJ does not provide you with a JSP designer, but it does let you run JSPs under WebSPhere test environment.
Go to the folder
IBM/VisualAge For Java/ide/project_resources/IBM WebSphere Test Environment/hosts/default_hosts/default_app/webThis is the root directory for putting JSPs. If you make a directory called myjsps in here, and put myJsp.jsp in the directory then when you start the servlet engine of the WebShpere test environment you can put
"http://localhost:8080/myjsps/myJsp.jsp"in the URL and your JSP will be compiled into a servlet in the "JSP Page Compile Generated Code" project. You can enter JSP Execution Monitor options (in the WTE ControlCenter), which will bring up a split pane with the JSP on one side, and the compiled Java on the other and will allow you to debug the JSP.
You are a bit shafted if VAJ was unable to compile your JSP into a servlet - as you get no information on what exactly about the JSP is causing the problem. However, this is all integrated into the debugging environment so you can completely debug the servlet and any Java code it calls.
If you don't know about the WTE then let me know, but I'm assuming that you do.

Similar Messages

  • Visual Age Integration Kit

    I am trying to get hold of the Visual Age integration kit for VAJA 3.02 and Weblogic
    5.1.
    Does anyone know where I can get it?
    On the website it is just the one for VAJA 3.5.

    Petra,
    I would suggest contacting BEA Support with this issue. They would be help you with a solution.
    Thanks,
    Nirav.
    Petra Abbam wrote:
    Thanks for the help.
    I have another problem now. When I try the last step of the configuration, which
    is selecting Configure Tool in VAJA I get an uncaught exception java.lang.UnsatisfiedLinkError:
    no ToolsValidator in shared library path.
    Does anyone have any ideas?
    Petra Abbam wrote:
    I am trying to get hold of the Visual Age integration kit for VAJA3.02 and Weblogic
    5.1.
    Does anyone know where I can get it?
    On the website it is just the one for VAJA 3.5.--
    Nirav Chanchani
    BEA Systems, Inc.
    Nirav Chanchani
    BEA Systems, Inc.

  • Visual Age Integration Kit TOPLink

    Hello,
    is it possible to run Weblogic 5.1 and TOPLink 2.5.1.6 EJBs whith the latest Integration
    Kit for Visual Age 3.5?
    regards
    Manuel Schicktanz

    Hi.
    Please post this question in weblogic.developer.interest.tools.
    Thanks,
    Michael
    Petra Abbam wrote:
    I am installing Weblogic Visual Age Integration Kit for Weblogic 5.1 into
    Visual Age 3.02
    When I try the last step of the configuration, which is selecting Configure
    Tool in VAJA I get an uncaught exception java.lang.UnsatisfiedLinkError: no
    ToolsValidator in shared library path.
    Does anyone have any ideas?
    Petra--
    Developer Relations Engineer
    BEA Support

  • Please guide the path in Service Market Place to find CR2008 latest Service Pack and CR2013 latest Service pack with Visual Studio integration

    Please guide the path in Service Market Place to find CR2008 latest Service Pack and CR2013 latest Service pack with Visual Studio integration for CR2013; I have S userID  and log in; but could not locate the place to download

    Hi,
    I believe you are right!, The support portal is Showing Crystal Report for VS not the other one; 
    Our S User ID is out dated might be; It was created when CR 2008 was purchased. But we bought CR2011 license recently  as mentioned below.
    Below is the product purchased by our organization
    CR 2011 INTL UPGR WIN NUL LICENSE - 1 to 2 Licenses, mix and match.
    Does this version have maintenance rights?
    I tried registering at Service MarketPlace hoping to get new S-User ID; Am i right path to get the new S- USerID ?
    During registering it asked for "Customer or Installation Number (1) *" ; Where can i get this info or number; Kindly suggest

  • Visual Age Integration

    What is the ETA for an Integration Kit for WLS 5.1 and Visual Age Java 3?
    I'm working on a major project using these tools.

    I suggest contacting your account representative who can provide you the
    details on this.
    Michael Girdley
    WLS Product Manager
    Jamie Orchard-Hays <[email protected]> wrote in message
    news:8d4lrf$s8d$[email protected]..
    What is the ETA for an Integration Kit for WLS 5.1 and Visual Age Java 3?
    I'm working on a major project using these tools.

  • With visual age 302

    Hi,
    I am using weblogic5.1 Integration Kit for VisualAge 302. After I
    followed the instruction and try to start weblogic in VisualAge,
    everything looks fine. But if I try to invoke http://localhost:7001/
    from browser, I got the following error:
    Fri Aug 25 15:30:04 EDT 2000:<I> <ListenThread> Listening on port: 7001
    Fri Aug 25 15:30:04 EDT 2000:<I> <SSLListenThread> Listening on port:
    7002
    Fri Aug 25 15:30:05 EDT 2000:<I> <WebLogicServer> WebLogic Server
    started
    Fri Aug 25 15:30:25 EDT 2000:<I> <NT Performance Pack> Allocating: '2'
    NT reader threads
    Fri Aug 25 15:30:25 EDT 2000:<E> <Kernel> ExecuteRequest failed.
    java.lang.RuntimeException: Socket:
    'weblogic.socket.MuxableSocketHTTP@2111 - idle timeout: '60', socket
    timeout: '5000'' is invalid.
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.lang.RuntimeException(java.lang.String)
    void
    weblogic.socket.NTSocketMuxer.register(weblogic.socket.MuxableSocket)
    void weblogic.socket.JVMSocketManager.accept(java.net.Socket)
    void
    weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()
    Any idea?
    Thanks
    [email protected]

    IBMs VAJ does not provide you with a JSP designer, but it does let you run JSPs under WebSPhere test environment.
    Go to the folder
    IBM/VisualAge For Java/ide/project_resources/IBM WebSphere Test Environment/hosts/default_hosts/default_app/webThis is the root directory for putting JSPs. If you make a directory called myjsps in here, and put myJsp.jsp in the directory then when you start the servlet engine of the WebShpere test environment you can put
    "http://localhost:8080/myjsps/myJsp.jsp"in the URL and your JSP will be compiled into a servlet in the "JSP Page Compile Generated Code" project. You can enter JSP Execution Monitor options (in the WTE ControlCenter), which will bring up a split pane with the JSP on one side, and the compiled Java on the other and will allow you to debug the JSP.
    You are a bit shafted if VAJ was unable to compile your JSP into a servlet - as you get no information on what exactly about the JSP is causing the problem. However, this is all integrated into the debugging environment so you can completely debug the servlet and any Java code it calls.
    If you don't know about the WTE then let me know, but I'm assuming that you do.

  • Visual Age 3.5, WLS 5.1, Integration Kit 5.1 beta and JSP?

    Hello,
    i have a problem with the missing JSP-support in Visual Age. It would be a
    workaround to develop JSP outside Visual Age and just put them into the
    myserver/public_html directory. But if i start WLS from within Visual Age,
    the JSP won't compile, i get the error:
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    Operating System is WinNT 4.0, Service Pack 6, i use the professional
    edition of Visual Age.
    Is there a wrong setting in the IDE or is it impossible to develop JSPs with
    the Integration Kit?
    Regards,
    Reinhard Maier
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    ^
    1 error
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()
    Mo Jan 08 12:00:03 GMT+01:00 2001:<E> <ServletContext-General> Servlet
    failed with Exception
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()

    Hi ,
    There is a solution posted in "weblogic.beta.tools.visualage" newsgroup which will enable u to
    develope and debug JSP's from IVJ .
    TITLE "JSP debugging in IVJ "
    cheers
    Amjad
    Dana Jeffries wrote:
    Visual Age does not support the latest versrions of the JSP/servlet spec. I believe they're still
    .92 and 1.0.
    Reinhard Maier wrote:
    Hello,
    i have a problem with the missing JSP-support in Visual Age. It would be a
    workaround to develop JSP outside Visual Age and just put them into the
    myserver/public_html directory. But if i start WLS from within Visual Age,
    the JSP won't compile, i get the error:
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    Operating System is WinNT 4.0, Service Pack 6, i use the professional
    edition of Visual Age.
    Is there a wrong setting in the IDE or is it impossible to develop JSPs with
    the Integration Kit?
    Regards,
    Reinhard Maier
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    ^
    1 error
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()
    Mo Jan 08 12:00:03 GMT+01:00 2001:<E> <ServletContext-General> Servlet
    failed with Exception
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()

  • Weblogic 5.1 and Visual Age 3.5

    Hello !
    I'am using Weblogic server 5.1 and i want to add the visual age integration kit to my visual age enterprise edition 3.5. But i wonder if there is an integration kit for this version of visual age ?
    Any hint is appreciated !

    I am also in this boat! And the boat really wants to leave the docks
    this week (so we can move all our dev int VA).
    A contractor here got it working, but I am having some difficulty.
    So far, I've gotten the server to start, but I am having problems
    getting the JDBC20 drivers to do the right thing. (What's strange is
    that the app is running fine on our Solaris environments. It just
    doesn't fly in VA on NT.)
    If anyone can help, I'd really appreciate it. We have a support call
    out to BEA...
    Getting the integration kit installed isn't that hard. Just follow the
    instructions. When you try to add the features, you'll get error alerts
    saying that class javax.aaa.bbb.ccc already exists in the Java class
    libraries. You have to delete each of these packages that clashes,
    re-runing the "add feature" each time.
    To delete a package, first, open an edition for "Java class libraries",
    and then delete the package. (On the project, Right
    mouse->Manage->Create Open Edition, then on the package, Right
    mouse->Delete...)
    There might be some stray problems. I try to eliminate them by finding
    the relevant package (click on each problem, and look in the status bar
    at the bottom of the window) and then changing the particular version
    being used. Go with the ones weblogic provides. I think that was all.
    After this, you can go with the instructions in the kit. It's a little
    tricky setting up parallel config files if you're going to develop on
    DOS and deploy on Unix.
    If you're using VA and WL, please drop me an email.
    Abass ndiaye wrote:
    >
    Hello !
    I'am using Weblogic server 5.1 and i want to add the visual age integration kit to my visual age enterprise edition 3.5. But i wonder if there is an integration kit for this version of visual age ?
    Any hint is appreciated !

  • Visual age problem - importing packages

    Hello,
    I have created a Java client NT application on Visual Age which interacts with Oracle database thru JDBC driver.
    when i give
    import oracle.jdbc.driver.*;
    the visual age editor is not able to find the above package, whereas when i export the same application and execute it on DOS environment there are no problems.
    I want to know the best way to import packages in Visual Age because when I added the required packages to my application, "no suitable driver" error occurred.
    Not as familiar with Visual Age. Any help would be appreciated. Thanks :-)
    Raj

    Thanks! Got it fixed.
    Giving the duke dollar to myself ;)
    raj

  • Visual Age 3.5.3 and WebLogic Integration Kit

    I have Visual Age for Java Enterprise Edition v3.5.3
    When I install WebLogic Integration Kit, i receive an alert message:
    Visual Age for Java is not installed.
    Can anyone say me if WebLogic Integration Kit found in Visual Age 3.5.3?
    Israel Garcia Alesanco ([email protected])
    Bilbomática S.A. (www.bilbomatica.es)
    Licenciado Poza 55 4 planta
    Tel. 94.427.63.08 Fax 94.427.15.47
    48013 BILBAO

    Israel,
    The WebLogic Integration Kit is certified to work with VAJ 3.5 and not VAJ
    3.5.3. The kit supporting VAJ 3.5.3 should be available on BEA's download
    site sometime by the end of this week.
    Thanks,
    Nirav.
    "Israel García" wrote:
    I have Visual Age for Java Enterprise Edition v3.5.3
    When I install WebLogic Integration Kit, i receive an alert message:
    Visual Age for Java is not installed.
    Can anyone say me if WebLogic Integration Kit found in Visual Age 3.5.3?
    Israel Garcia Alesanco ([email protected])
    Bilbomática S.A. (www.bilbomatica.es)
    Licenciado Poza 55 4 planta
    Tel. 94.427.63.08 Fax 94.427.15.47
    48013 BILBAO--
    Nirav Chanchani
    BEA Systems, Inc.

  • Visual Age - no editor for JSP.???

    Hi folks!
    I'm sorry if this sounds dumb, but I just found that my company has VisualAge Enterprise Edition 3.5 - and it seemed very attractive to me... BUT - although it has a run time environment for JSPs, it does not seem to provide an editor to write JSPs... am I not finding something the right way..??? Also, is there a way I can set the IDE's Java classpath..?? right now, it is using antiquated versions of the jdk and jsdk APIs... Help..? Please..???

    Correct Visual Age does not have a JSP editor - if you go on the Visual Age J2EE course you end up using WebSphere Studio!
    Haven't used Visual Age since the course but I'm sure you can edit the class path BUT
    If my experience is anything to go by you probably can't use a newer JDK as the IDE is very tied to the one it's shipped with (I tried this with WebSphere Studio to upgrade from 1.3 to 1.4 and it broke).
    Visual Age probably uses the IBM JDK (Studio does) so if you can get a newer version of the IBM JDK this may work.
    You could always ask nicely for an upgrade to WebSphere Studio - but beware version 4 has no applet editor!
    HH

  • Integrating Crystal Report 2008 Developer with Visual Studio 2008 Standard

    I have Crystal Reports 2008 Developer version 12.0.0.683 on my computer. I also have Visual Studio 2008 Standard. I know the standard edition of VS 2008 does not have the bundled crystal reports, but since I bought the full version of CR 2008 separately, I figure I should be able to use CR within VS 2008. The problem I am facing is integrating Crystal Reports with Visual Studio, so I can create reports from within visual studio.
    Crystal Reports was installed first and then Visual Studio. As per suggestions on this and other forums, I repaired my installation of Crystal Reports, but that did not help. I then ran Visual Studio integration manager, but when I run it, it only detects Visual Studio as the currently installed IDE, but does not detect CR 2008. I downloaded service pack 2 for CR, but have not installed it yet. I do not want to install it if it is not going to help. I would also like to avoid uninstalling my copy of CR if at all possible.
    I am a newbie at development in visual studio. Any help will be highly appreciated.
    Thanks,
    Rajib

    Don't want to go against what Jason said as it may be correct - if we go strictly by the documentation provided (sorry Jason, Dan says...). However, here is something to try;
    Uninstall CR. Look for any left overs; c:\program files\business objects\... and delete all of that.
    Look in the registry for HKLM\software\business objects and remove the business objects entry.
    Download CR 2008 from here:
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    That is a trial version and I believe it is already at SP 1. Use your keycode to install. Once this is done, you should have the ability to use CR in .NET. I'd recommend you do apply sp 2 now also.
    Ludek
    Follow us on Twitter
    http://twitter.com/SAPCRNetSup

  • JSP output does not change on Weblogic 5.1 / Visual Age 3.5

    I'm making developmen on Weblogic 5.1 and Visual Age 3.5.
              I change a JSP and when I reload it in my browser, I can see that the
              page is actually being recompiled, and if there are errors in the
              page, error messages are being displayed.
              However, if the page compiles without the error, it displays the
              output of the previous version of the page. No matter what I do, the
              page does not reflect the changes. The only solution is restarting
              the server.
              What might be the cause of this problem?
              Thanks,
              Sadik
              

    I'm making developmen on Weblogic 5.1 and Visual Age 3.5.
              I change a JSP and when I reload it in my browser, I can see that the
              page is actually being recompiled, and if there are errors in the
              page, error messages are being displayed.
              However, if the page compiles without the error, it displays the
              output of the previous version of the page. No matter what I do, the
              page does not reflect the changes. The only solution is restarting
              the server.
              What might be the cause of this problem?
              Thanks,
              Sadik
              

  • Facing problem in integrating my custom jsp with the workflow engine

    Hi,
    I am using Jdeveloper 11.1.1.6.0 for BPM 11g implementation on my Application.I have Weblogic Server 10.3 Installed and configured the domain. Also the server is up and running.
    I am trying to create workflow and wants to integrate it with my custom jsp but i am facing problem in integrating my custom jsp with the workflow engine.Can you please answer the following questions:
    1)how to link BPM human task with my custom jsp (Requester jsp).
    2)how my custom jsp data(Requester data) will be stored in workflow engine and how the same data will be visible to the next custom jsp(Reviewer jsp).
    This is urgent .Any early reply will be great help.
    Thanks in advance.
    Edited by: 990133 on Mar 24, 2013 5:31 AM

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • Using  Weblogic app environment in Visual Age

    Hi,
              I am using Weblogic as my test environment in Visual Age. I am getting alone
              well with servlet and beans. But I am having enormous problem with jsp. Does
              any body know how to configure weblogic test environment in Visual age to
              use bean tag in JSP (the JSP cannot locate the beans although the classpath
              has set to the project_resource/project Name).
              Help will be highly appreciated
              Duke
              

    "Michael Girdley" <[email protected]> wrote in message
              news:396a80d4$[email protected]..
              > JSP integration is not supported with Weblogic and VisualAge. This is
              > because VisualAge supports a back level revision of the JSP specification
              > and has also created their JSP container to be tightly integrated with
              > VisualAge.
              I don't understand this at all.
              My VisualAge has no notion of JSP (professional), that all came after I
              imported all of
              the weblogic stuff. So what does "VA supports a back level revision of JSP
              spec" actually
              mean?
              Also, "has created their JSP container to be tightly integrated with VA".
              There is no
              JSP container to speak of except for that which weblogic provides. Perhaps
              you are
              referring to some Websphere/VA environment?
              All in all, the integration is just about wonderful. Is there a good reason
              why JSP is not
              supported? Seeing what VA does with the WebSphere environment, I believe
              that the IDE
              environment is capable of dynamically reloading classes that have been
              generated etc.
              The basic question is: Why doesn't the VA environment support JSP's? If the
              answer is:
              "we haven't implemented it yet" then I understand, (and will ask when it
              will be:-) ).
              Questioningly,
              Jon
              

Maybe you are looking for

  • Heterogeneous system copy. Error in SMIGR_CREATE_DDL

    Hello! I perform a heterogeneous system copy of RHEL5/Oracle11/ERP6/0 > RHEL6/MaxDB/ERP6.0 I use the "System Copy Guide for SAP Systems Based on NW 7.0 SR3 ABAP + Java". At the stage "4.2 Generating DDL" statements is a problem. I'm doing "Call trans

  • Create a table from a spreadsheet

    Hi All, I know you can load data to a table from a spreadsheet using sqlldr, sql developer, toad, etc.. My only knowledge is loading a table from the spreadsheet, but first the table must exist. Is there any utility that enable you to create and load

  • Service PR/PO

    Dear All, In SAP Service Code is link to Service Category and Serice Category link to GL. So when user creates PR or PO, it select service code. Now some time user create wrong services and it comes to know when F&A dept. post MIRO and F&A dept. only

  • Embedding images into connector.

    I've created a custom component that will pop-up to display errors when my connector has problems.  After working around some styling limitations within the SDK, I've managed to get everything laid out and working great.  Now I'm at the last hurtle.

  • IPod Click Wheel problem

    I've had my iPod nano 3rd generation for over a year now and it's worked flawlessly ever since I got it. Unfortunately about a month ago, the click wheel stopped working. It would not scroll and I could not hit any of the buttons (including the cente