Debug servlet in Visual Cafe 4.0

 

I mean "Can cafe 4.0 debug Servlet"
James C <[email protected]> wrote in message
news:88hb3c$ms$[email protected]..
Can anyone confirm that you can set and actually HIT break point in cafe
4.0? We're considering getting 4.0 and would like to know it works beforewe
switch.
Thanks.
James

Similar Messages

  • Debugging JSPs using Visual Cafe

              I am using WL 5.1 and trying to figure out how to debug JSPs using Visual Cafe 4.0.(Enterprise Edition). The JSP file is running fine if I use plain "javac" for compilation. If I change the compiler to include -g option (for debug), I get the following error.
              Thu Aug 31 15:46:37 CDT 2000:<E> <ServletContext-General> Servlet failed with Exception
              java.lang.NumberFormatException: error=2
              at java.lang.Integer.parseInt(Integer.java:409)
              at java.lang.Integer.parseInt(Integer.java:458)
              at weblogic.servlet.jsp.JspStub.compilePage JspStub.java:303)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
              at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:92)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:168)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:99)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:742)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:686)
              at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:247)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:361)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              weblogic.properties
              weblogic.httpd.initArgs.*.jsp=\
                        pageCheckSeconds=1,\
                        compileCommand=C:/VisualCafeEE/java2/bin/javac.exe -g,\
                        workingDir=C:/weblogic/myserver/classfiles,\
                        verbose=true
              If I don't use -g option, the page gets displayed correctly. Any help would be appreciated.
              Thanks
              Sree Pillai
              

    assuming you are running on Windows, you can use a .cmd file with the
              following command in it
              javac -g %*
              if you name it c:/java/bin/javac.cmd, then replace the line with
              compileCommand=C:/java/bin/javac.cmd,\
              Barry
              Sree <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am using WL 5.1 and trying to figure out how to debug JSPs using Visual
              Cafe 4.0.(Enterprise Edition). The JSP file is running fine if I use plain
              "javac" for compilation. If I change the compiler to include -g option (for
              debug), I get the following error.
              >
              > Thu Aug 31 15:46:37 CDT 2000:<E> <ServletContext-General> Servlet failed
              with Exception
              > java.lang.NumberFormatException: error=2
              > at java.lang.Integer.parseInt(Integer.java:409)
              > at java.lang.Integer.parseInt(Integer.java:458)
              > at weblogic.servlet.jsp.JspStub.compilePage JspStub.java:303)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
              > at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:92)
              > at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              > java:168)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:99)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:742)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:686)
              > at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              > ContextManager.java:247)
              > at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              > a:361)
              > at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              >
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              >
              > weblogic.properties
              > -------
              > weblogic.httpd.initArgs.*.jsp=\
              > pageCheckSeconds=1,\
              > compileCommand=C:/VisualCafeEE/java2/bin/javac.exe -g,\
              > workingDir=C:/weblogic/myserver/classfiles,\
              > verbose=true
              > --------------
              >
              >
              > If I don't use -g option, the page gets displayed correctly. Any help
              would be appreciated.
              >
              > Thanks
              > Sree Pillai
              

  • Visual Cafe 3.1

    Could Weblogic fellows put some instruction to debug (Remote JVM Debug) EJBs
    using Visual Cafe 3.1?
    It never worked successfully for me. Is there any other way debug the
    EJBs(Session Beans).
    New Developers really struggle to understand where the prpblem is?. I would
    really appreciate if any body gives any idea.
    Thanks
    /selvan
    Captura Software Inc

    Download the patch Visual Cafe 3.1a from
    http://www.symantec.com/domain/cafe/downloads.html. The patch.htm file mentions some
    generic replacement files - vcdbg_generic_1.2.exe and vcdbg_generic_1.2.tar that must
    be installed to facilitate debugging on JDK 1.2.
    Nirav.
    Paul White wrote:
    Visual Cafe 3.1 does support JDK 1.1/1.2 switching for debuggging (see
    Environment Options). Hosting on JDK 1.2 will be avaiable with the
    version 4.0 of Enterprise Suite (currently available with the Expert
    edition but this does not have the EJB support or Weblogic integration).
    VC has had JDK 1.2 denbugging support since March 1999.
    Visual Cafe Enterprise allows you to attach to almost any VM for
    distributed debugging.
    If you want further insructions on EJB debugging take a look at the
    Knowledgebase at www.visualcafe.com or post a message to the newsgroups
    at
    news://service.symantec.com/symantec.support.itools.win.vcafe3.distributed
    Note that WebGain is the new company which has acquired VisualCafe from
    Symantec and is funded partly by BEA Systems. More info at
    http://www.webgain.com
    Dana Jeffries wrote:
    It's fairly stright forward out-of-the-box.
    You do need the VCafe 3.1 Enterprise Suite product.
    Let me know what your particular issues are.
    (As noted in the follow up message, the debugging API has changed for JVM 1.2
    and the debuggers have not yet fully supported this iterface. I have personally
    debugged into a 1.2 JVM though only a "remote VM" running on my local machine.
    VCafe and Solaris have problems at the moment which are being addressed.)
    Dana Jeffries
    Companion Products Group
    Tamilselvan Ramasamy wrote:
    Could Weblogic fellows put some instruction to debug (Remote JVM Debug) EJBs
    using Visual Cafe 3.1?
    It never worked successfully for me. Is there any other way debug the
    EJBs(Session Beans).
    New Developers really struggle to understand where the prpblem is?. I would
    really appreciate if any body gives any idea.
    Thanks
    /selvan
    Captura Software Inc
    Learn how to build reliable, personalised e-commerce Web sites -- and
    walk away with FREE BEA software.
    Visit http://www.bea.com/events/instant/ to sign up for one of BEA's
    European 'Instant E-Commerce' seminars.--
    Nirav Chanchani
    Product Manager, Tools Integration
    BEA Systems, Inc.,
    2315 North First Street,
    San Jose, CA 95131, USA.
    Phone +1 408 570-8159
    Fax +1 408 570-8901
    E-mail [email protected]
    Web http://www.bea.com
    [att1.html]

  • Error when trying to debug in Visual Cafe

    I get a class not found exception when I run the server in Visual Cafe.
    Are there any clear directives on how to run the server (JDK 1.2.2, WIN NT)
    in debug mode?
    This is my class that I'm running and below is the error I receive.
    Any help is greatly appreciated.
    /Filip
    public static void main(String[] args) {
    String wlcl =
    "d:\\weblogic\\classes;d:\\weblogic\\lib\\weblogicaux.jar;.;D:\\GetLuckyFast
    \\release;d:\\weblogic\\classes;d:\\weblogic\\license;d:\\weblogic\\myserver
    \\serverclasses;d:\\weblogic\\lib\\weblogicaux.jar;D:\\GetLuckyFast\\release
    ;D:\\GetLuckyFast\\release\\java_extensions\\cdkjava12_3210.jar;D:\\GetLucky
    Fast\\release\\java_extensions\\jsdk.jar;D:\\GetLuckyFast\\release\\java_ext
    ensions\\javax.ejb.zip;D:\\GetLuckyFast\\release\\java_extensions\\jndi.jar;
    D:\\GetLuckyFast\\release\\java_extensions\\jms.jar;D:\\GetLuckyFast\\releas
    e\\java_extensions\\javax_jts.zip;D:\\GetLuckyFast\\release\\java_extensions
    \\mail.jar;D:\\GetLuckyFast\\release\\java_extensions\\dcxjp.zip;D:\\GetLuck
    yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
    ava_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\\jcert.j
    ar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.jar;D:\\GetLuckyFast\\re
    lease\\java_extensions\\jsse.jar;d:\\weblogic\\classes;c:\\jdk1.2.2\\lib\\to
    ols.jar;D:\\GetLuckyFast\\release;D:\\GetLuckyFast\\release\\java_extensions
    \\dcxjp.zip;D:\\GetLuckyFast\\release\\java_extensions\\mail.jar;D:\\GetLuck
    yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
    ava_extensions\\jcert.jar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.j
    ar;D:\\GetLuckyFast\\release\\java_extensions\\jsse.jar;D:\\GetLuckyFast\\re
    lease\\java_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\
    \cdkjava12_3210.jar";
    System.getProperties().put("weblogic.system.home","d:\\weblogic");
    System.getProperties().put("classpath","C:\\jdk1.2.2\\lib\\tools.jar;d:\\web
    logic\\license");
    System.getProperties().put("weblogic.class.path",wlcl);
    System.getProperties().put("registration.properties","D:\\GetLuckyFast\\rele
    ase\\registration.properties");
    System.getProperties().put("weblogic.system.name","myserver");
    System.getProperties().put("java.security.manager","");
    System.getProperties().put("java.security.policy","d:\\weblogic\\weblogic.po
    licy");
    try {
    weblogic.Server.main(args);
    } catch (Exception t) {
    System.err.println(new java.util.Date() + "####**** ERROR
    t.printStackTrace();
    }//main
    main (17:59:46): weblogic.ejb.common.DeploymentException: Deployment
    Descriptor class could notbe found in ser file:
    main (17:59:46): java.lang.ClassNotFoundException:
    [Lweblogic.security.acl.User;
    main (17:59:46): at
    java.io.ObjectInputStream.inputArray(ObjectInputStream.java:806)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
    main (17:59:46): at
    java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
    main (17:59:46): at
    java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
    main (17:59:46): at
    javax.ejb.deployment.AccessControlEntry.readObject(AccessControlEntry.java:1
    96)
    main (17:59:46): at java.lang.reflect.Method.invoke(Native Method)
    main (17:59:46): at
    java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:1685)
    main (17:59:46): at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1165)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    main (17:59:46): at
    java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
    main (17:59:46): at
    java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
    main (17:59:47): at
    java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
    main (17:59:47): at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1166)
    main (17:59:47): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    main (17:59:47): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:279)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:271)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.<init>(EJBDeployment.java:232)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:204)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:354)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:126)
    main (17:59:47): at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1278)
    main (17:59:47): at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:793)
    main (17:59:47): at java.lang.reflect.Method.invoke(Native Method)
    main (17:59:47): at
    weblogic.Server.startServerDynamically(Server.java:87)
    main (17:59:47): at weblogic.Server.main(Server.java:61)
    main (17:59:47): at T3Debugger.main(T3Debugger.java:16)
    main (17:59:47): at symantec.tools.debug.Agent.runMain(Native Method)
    main (17:59:47): at symantec.tools.debug.MainThread.run(Agent.java:48)

    Carl,
    Here's a screenshot of my project's Solution Explorer:
    OK, so I have a file called "Resources.resx" and another folder down below called "Resources" which contains images. Which one should I rename and what do I do about possible errors that might pop up when I try to Build or Run the app?
    Hello,
    I mean the .resx file, but based on your screenshot, the Resources.resx file was generated by Visual Studio and it was not added by yourself, right?
    This issue has beend discussed in the following thread, you could compare it with yours to narrow down this issue, since the error message shows that the project added duplicate data.
    http://stackoverflow.com/questions/3003914/vs2010-an-item-with-the-same-key-has-already-been-added
    You could follow that thread to check both the .resx file and the .csproj file to see whether there are duplicate data have been added.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • WL 4.51 - Visual Cafe Expert Edition

    From: Romin Irani <[email protected]>
    Subject: Re: VM options in Visual Cafe debugger
    Date: Friday, June 30, 2000 12:52 PM
    Hi,
    We are using WebLogic 4.51 and Visual Cafe 4.0a Expert Edition. Can someone
    send me detailed instructions on setting up the Visual Cafe IDE to debug my
    servlets/JSP code with WebLogic. Kindly help me on the same.
    Thanks and appreciate the help,
    Romin Irani.
    WebLogic <[email protected]> wrote in message
    news:8j8l15$3nj$[email protected]..
    Hi,
    I am using Visual Cafe 4.0 Expert Edition with WebLogic v4.51. I have
    configured a VM to spawn the weblogic.Server class such that
    Project-->Execute works fine. When I run in the debugger, however, the
    system properties aren't being sent to the JVM. How do I pass thefollowing
    arguments to the VM when debugging?
    -Dweblogic.system.name=myproject
    -Duser.dir=d:\weblogic4.5
    -Dweblogic.system.home=d:\weblogic4.5
    Thank You,
    -Ernesto

     

  • Which Visual Cafe do I need?

    Hi,
    I wish to attach and debug a running version of Weblogic, to debug my
    servlets. Can I use
    Expert Edition or do I need Enterprise Edition of Visual Cafe?
    Thanks,
    Andy

    Much cheaper alternative is the BugSeeker from http://www.karmira.com
    Absolutely great product.
    Kumar Allamraju <[email protected]> wrote:
    Enterprise edition would do.
    more info: http://www.weblogic.com/docs51/classdocs/vcafe.html
    Kumar
    Andrew Nuss wrote:
    Hi,
    I wish to attach and debug a running version of Weblogic, to debug my
    servlets. Can I use
    Expert Edition or do I need Enterprise Edition of Visual Cafe?
    Thanks,
    AndyDimitri

  • {Q} Debuging Servlets with VCafe 4.0 using WebLogic as WEB server

    Hi,
              I am trying to set up VCafe 4.0 to debug servlets deployed on WebLogic 5.1.
              I don't have any problem with default servlet debugging, but I don't know
              how to tell VCafe that my WEB Server isWebLogic. Any ideas?
              Greg Mirsky
              

    What edition of VCafe is required?
              Enterprise, Professional or standard. I am now using JBuilder and anyone has
              experience comparing it with VCafe.
              Jonathan
              Don Reamey wrote:
              > Start the EJB Server from within Cafe ( you must have an EJB project open),
              > also have your servlet project open.
              >
              > Once the EJB server has been started from with in Cafe, select attach to
              > process from the file menu.
              >
              > Attach to your server and set a break point in your sevlet.
              >
              > Go to the browser of your choice and run your application as normal.
              >
              > The break point should get hit and you can start stepping.
              >
              > The same procedure works for JSP's as long as you have the
              > keepgenerated=true.
              >
              > Don Reamey
              > www.ibexone.com
              >
              > "Greg Mirsky" <[email protected]> wrote in message
              > news:[email protected]..
              > > Hi,
              > > I am trying to set up VCafe 4.0 to debug servlets deployed on WebLogic
              > 5.1.
              > > I don't have any problem with default servlet debugging, but I don't know
              > > how to tell VCafe that my WEB Server isWebLogic. Any ideas?
              > > Greg Mirsky
              > >
              > >
              > >
              

  • Weblogic 4.5 and Visual Cafe 3.1

    Hi,
    I am having a problem integrating Visual Cafe with Weblogic.
    Specifically, it involves getting the Weblogic classpath modified to support
    setting up a connection pool to an Informix database. If I start the
    Weblogic server manually, I can set the server classpath appropriately to
    find the Informix JDBC driver and my pool is setup properly.
    However with VC, it starts the Weblogic server from the IDE and I have
    not been able to get the addition classpath entries to find the Informix
    driver. Is there a way to add additional classpath entries so that when VC
    starts Weblogic it will find my JDBC driver? Or do I have to start the
    Weblogic server seperately and setup remote debugging manually?
    Thanks
    Carl

    Yes, I am using the symantec debug VM. This is the batch file I use to start WL.
    echo %CLASSPATH%
    set
    CLASSPATH=.;c:\VisualCafe\JAVA\LIB;c:\VisualCafe\JAVA\LIB\SYMCLASS.ZIP;c:\VisualCafe\JAVA\LIB\CLASSES.ZIP;c:\VisualCafe\bin\components\sfc.jar;c:\weblogic\license;%CLASSPATH%
    set PATH=c:\winnt\system32;c:\winnt;c:\VisualCafe\Java\bin;c:\weblogic\bin
    set
    JAVACLASSPATH=%CLASSPATH%;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGICCLASSPATH=.\classes;.\license;.\lib\weblogicaux.jar;c:\code\VisualCafe\Version1
    rem java -ms32m -mx32m -classpath %JAVACLASSPATH%
    -Dweblogic.class.path=%WEBLOGICCLASSPATH% -Djava.security.manager
    -Djava.security.policy==weblogic.policy weblogic.Server
    c:\VisualCafe\java\bin\debugvm -ms32m -mx32m -classpath %JAVACLASSPATH%
    -Dweblogic.class.path=%WEBLOGICCLASSPATH% -Djava.security.manager
    -Djava.security.policy==weblogic.policy weblogic.Server
    If you don'y use the symantec debug VM, it stands to reason that the debug
    environment will not see your process in the VM. I can't help you with why your
    WL crashes when you connect using the debug VM. Perhaps you could post some more
    information?
    -- Jay
    Tamilselvan Ramasamy wrote:
    Hey,
    help please
    You said that you can attach from VC 3.1 to weblogic server 4.5.1 right. How
    did you start the server ? Is it using the symantic debugvm.exe and symantic
    settings? If I start the server with javasoft java.exe then VC is not seeing
    the vm at all. And I tried starting weblogic server using symantic
    debugvm.exe, as soon as a client trying to connect then the server crashes.
    Please post the some instruction how did you do that?
    Thanks
    /selvan
    Jay Baker <[email protected]> wrote in message
    news:[email protected]...
    The latter has been successful with me. I start the WL server manually viaa
    command prompt and then 'attach to process'.
    -- Jay
    Carl Phillips wrote:
    Hi,
    I am having a problem integrating Visual Cafe with Weblogic.
    Specifically, it involves getting the Weblogic classpath modified to
    support
    setting up a connection pool to an Informix database. If I start the
    Weblogic server manually, I can set the server classpath appropriatelyto
    find the Informix JDBC driver and my pool is setup properly.
    However with VC, it starts the Weblogic server from the IDE and Ihave
    not been able to get the addition classpath entries to find the Informix
    driver. Is there a way to add additional classpath entries so that whenVC
    starts Weblogic it will find my JDBC driver? Or do I have to start the
    Weblogic server seperately and setup remote debugging manually?
    Thanks
    Carl

  • WEblogic and visual Cafe

    Hi
    I am trying to set up a distributed debugging on a Sun solaris 2.6 with
    Sun jdk 1.1.8 and trying to connect to this using Visual Cafe 3.1 . The
    debug dameon on remote machine is being recognised but visual cafe
    comes back saying "No JVM" found .
    any help would be appreciated
    aniruddha

    Do not use JDK1.1.8. Use JDK1.1.7 instead.
    Wei Guan
    ANIRUDDHA <[email protected]> wrote in message
    news:[email protected]..
    Hi
    I am trying to set up a distributed debugging on a Sun solaris 2.6 with
    Sun jdk 1.1.8 and trying to connect to this using Visual Cafe 3.1 . The
    debug dameon on remote machine is being recognised but visual cafe
    comes back saying "No JVM" found .
    any help would be appreciated
    aniruddha

  • Debugging Servlet with JBuilder 6

    Does anyone know how to debug a servlet with JBuilder version 6?
    I have created the servlet without the wizard.
    Thanks.
    -Amar

    You can use ServletExecDebugger from NewAtlanta.
    You can download ServletExecDebugger at
    http://www.newatlanta.com/products/servletexec/download.jsp
    1. Extract ServletExecDebugger files to your local folder
    2. Import ServletExecDebugger.jar file into you JBuilder
    workspace
    3. There will be ServletExecDebuggerMain.java file
    Import that also.
    4. Set ClassPath, Project Path , etc and off you go.
    ServletExecDebugger comes with good documentation
    for a free debugger.
    I have been using it for sometime now (in both JBuilder and Visual Age) and find it relatively simple to setup and good for debugging servlets.
    You cannot debug JSPs that much easier though !
    Hope this helps..
    KD

  • Unable to create ear after installing Visual Cafe plug-in for app server 6 sp3.

    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt to add a war to an ear in the deployment tool I get the following: xml file or ias xml file missing. Make sure that source archive "d:\......war" is saved before dragging. Obviously I have done this, but has this IDE plugin changed the xml parsers to a different version that could be causing this? Has anyone else ran across this error?

    Hi,
    Can you confirm to me, if you are using Visual Cafe Enterprise 4.5.1
    and iAS 6.0 SP3. Also let me know the the name & version of O/S please.
    Regards
    Raj
    Bob Pfingsten wrote:
    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt
    to add a war to an ear in the deployment tool I get the following: xml
    file or ias xml file missing. Make sure that source archive
    "d:\......war" is saved before dragging. Obviously I have done this,
    but has this IDE plugin changed the xml parsers to a different version
    that could be causing this? Has anyone else ran across this error?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Deploying an application (.ear) from Visual Cafe

    What is the easiest way to deploy an entire EJB application.
    I.e both the web and ejb parts from Visual Cafe. In JDeveloper you can just deploy
    the entire thing. But BEA has told me you have to deploy each part, then use ANT,
    then deploy again. Surely this means any change I make is going to take an hour
    to deploy.

    Check out the Netbeans IDE (www.netbeans.org) !
    "Demian Krige" <[email protected]> wrote in message
    news:3c4d6ec4$[email protected]..
    >
    What is the easiest way to deploy an entire EJB application.
    I.e both the web and ejb parts from Visual Cafe. In JDeveloper you canjust deploy
    the entire thing. But BEA has told me you have to deploy each part, thenuse ANT,
    then deploy again. Surely this means any change I make is going to take anhour
    to deploy.

  • Code generation using Visual cafe

    I'm using visual cafe for GUI development. It includes it's own libraries though the equivalent ones are available in JDK.
    For example: to place a component in GRid Bag layout it generates code with symantec's constructor
    new com.symantec.itools.awt.GridBagConstraintsD(,...) instead of java.awt.GridBagContraints(,...) constructor.
    Is there any way to tell Visualcafe to use jdk instead of it's own libraries when applicable? let me know if anyone knows how to do this?
    thanks,
    sampath

    The simple answer is NO, or its not simple nor reliable.
    The unsolicited answer is; stop using that garbage. I used it for 4 years. Symantec completely dropped the ball. I use the free Jbuilder version. It uses ALL official classes and does NOT force you into code conventions, nor does it complain about many things. VC has its own private section in the code where you can not manually edit it. headache. VC does geenrate much less anonymous classes, but all in all, try JBuilder. Maybe even Forte as I hear good things about that too.
    When I converted to JBuilder, I simply changed the symanted gridbag class into the sun gridbag class. In general the symantec class is EXACTLY the same, but symantec was ahead of its time, and needed to make its own classes in order to have the GUI editing since sun didnt have completel beans available at the time. But sun has not privided these beans for years, and still symantec has not adapted. I think they are arrogant now and hope this keeps you forced into their IDE since changing seems hard(though "replace" works just fine in these situations)...

  • How to build out the deployment JAR file like Visual Cafe?

    Hi everybody,
    I am wondering if there is tool within JDK could generate the JAR file like Visual Cafe's Deployment function.
    It seems that simply to include those library file (jar file's) in the target Jar could not solve the problem.
    Looking for the reply.

    You must to create your META-INF file.
    see more details :
    http://java.sun.com/docs/books/tutorial/jar/

  • WebLogic service packs and Visual Cafe

    I installed Service Pack 6 for WebLogic. I used "wlconfig" to update the registry, and I also changed the "startWebLogic.cmd" batch file in the WebLogic home directory. However, when I start the server from VisualCafe it does not use SP6. It appears that Visual Cafe has it's own way of launching the WebLogic server. Anyone have any idea how Visual Cafe does this and what I have to change so it will use SP6?
    Thanks,
    Dave
    [email protected]

    I installed Service Pack 6 for WebLogic. I used "wlconfig" to update the registry, and I also changed the "startWebLogic.cmd" batch file in the WebLogic home directory. However, when I start the server from VisualCafe it does not use SP6. It appears that Visual Cafe has it's own way of launching the WebLogic server. Anyone have any idea how Visual Cafe does this and what I have to change so it will use SP6?
    Thanks,
    Dave
    [email protected]

Maybe you are looking for