IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Embedding an applet in a portlet

    Posted Thu July 19, 2007 06:12 AM

    Hi,

    I am using the applet output control to put an applet on a portlet. My applet requires 2 jar files. I ahve pecified the following properties:

    value


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: Embedding an applet in a portlet

    Posted Thu July 19, 2007 06:30 AM

    Hi,

    I got the wrong error in the above. I get the following error:

    2007-07-19 11:57:41 BST (Framework : FATAL) [RID:247] - [POP.007.0006] Requested content was not found: “/meta/default/testdragdrop___dragdropportlet/javaatwork/myuploader/UploadApplet.class”
    com.webMethods.portal.framework.ResourceNotFoundException: [POP.007.0006] Requested content was not found: “/meta/default/testdragdrop___dragdropportlet/javaatwork/myuploader/UploadApplet.class”


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: Embedding an applet in a portlet

    Posted Thu July 19, 2007 01:07 PM

    You should not be importing the applet jar files using the content migration mechanism.

    You should simply put a copy of the jar files inside the WebContent folder of your portlet project, then build/deploy the project to the server.


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods