Developing plug-ins for BEA Weblogic Studio

Can anyone provide pointers on documentation on developing plug-ins for BEA Weblogic Studio (e.g like this one https://beajunitplugin.projects.dev2dev.bea.com/ )
Regards,
-N

film leaders clips can be downloaded online if you dig around a bit ... Peter Wiggins has a nice Motion Template clock he offers for free (which is a bargain by anyones reckoning)
easy enough to create your own film leader style countdown with a few back to back text generators separated by clock wipe transitions
color bars can already found in your fcp video generators bin
color bars and a film leader style countdown can also be auto generated during output (print to video and edit to tape)
distort faces and license plate like they do on tv? ... ok i give up, what do you mean? if you mean you want to disguise them (Mosaic, Blur etc) then you can have a bash with my Region Blur plugin
Message was edited by: Andy Mees

Similar Messages

  • Can one develop plug-ins for Photoshop Touch?

    I have a few Plug-ins for Photoshop CS, can I develop plug-ins for Photoshop Touch for Tablets?

    I would love for there to be a way of using my favorite plug-ins within PS Touch but I imagine that's a little more complicated than using the standard 8BF plug-in standby.

  • Plug-ins for Final Cut Studio

    Please post your recommendations for plug-ins for FInal Cut Studio (Final Cut Pro and Motion).

    film leaders clips can be downloaded online if you dig around a bit ... Peter Wiggins has a nice Motion Template clock he offers for free (which is a bargain by anyones reckoning)
    easy enough to create your own film leader style countdown with a few back to back text generators separated by clock wipe transitions
    color bars can already found in your fcp video generators bin
    color bars and a film leader style countdown can also be auto generated during output (print to video and edit to tape)
    distort faces and license plate like they do on tv? ... ok i give up, what do you mean? if you mean you want to disguise them (Mosaic, Blur etc) then you can have a bash with my Region Blur plugin
    Message was edited by: Andy Mees

  • Looking for good "Lower Third" plug ins for Final Cut

    Does anybody have any sources for good "Lower Third" plug-ins for Final Cut Studio?

    Why deny yourself the joy and pleasure to create your own,
    It is far easier and faster than it may sound. Use a combination of applications like Motion, FCP, AE, Photoshop etc.
    Use the tools don't make them use you. Manuals, the forums and a few selected tutorials can help you if you feel not confident with any of the software mentioned, but if you are passioned enough there's nothing more rewarding that learning while nurturing your creativity.
    Just thought you may want to consider that as an option,
    Message was edited by: gogiangigo

  • Problem in developing jasper report in BEA workspace studio version 1.1 with weblogic server 10.0

    Hi! all,
    Myself developing a jasperReport in BEA workspace studio 1.1 and always getting the below mentioned exception, though i have run the same code in NetBeans successfully with the same jar file.
    Even i have added weblogic.jar, wllog4j.jar, classes12.jar, commons-beanutils-1.8.0.jar, commons-collections-2.1.1.jar, commons-digester-1.7.jar, commons-javaflow-20060411.jar, commons-logging-1.0.4.jar, iText-2.1.7.jar, jasperreports-3.7.1.jar, jasperreports.jar, jasper-jdt-6.0.13.jar, jasper-compiler-jdt.jar, jasper-compiler.jar, jasper-runtime.jar, jasperreports-3.5.1.jar, jasperreports-2.0.5.jar in the WEB-INF/lib directory as well as build path. please help me.Thanks in advance.
    ==============================================================
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/logging/WLLogRecord : weblogic/logging/LogEntry
         at java.lang.ClassLoader.findBootstrapClass(Native Method)
         at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:891)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.logging.commons.LogFactoryImpl.getInstance(LogFactoryImpl.java:21)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
         at org.apache.commons.digester.Digester.<init>(Digester.java:304)
         at net.sf.jasperreports.engine.xml.JRXmlDigester.<init>(JRXmlDigester.java:62)
         at net.sf.jasperreports.engine.xml.JRXmlDigesterFactory.createDigester(JRXmlDigesterFactory.java:980)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:203)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:168)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:152)
         at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:150)
         at com.generateJasperReport.test.GasperReportNew.main(GasperReportNew.java:38)
    ==============================================================================
    My Code is..........................
    ============================
    package com.generateJasperReport.test;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.util.HashMap;
    import java.util.Map;
    //import weblogic.logging.LogEntry;
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JRResultSetDataSource;
    import net.sf.jasperreports.engine.JasperCompileManager;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperReport;
    import net.sf.jasperreports.view.JasperViewer;
    public class GenerateJasperReport {
         static JRResultSetDataSource jrds = null;
         static ResultSet rs = null;
         public static Connection connectDB() {
              Connection jdbcConnection = null;
              try {
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   jdbcConnection = DriverManager.getConnection(
                             "jdbc:oracle:thin:@192.161.5.35:1521:abc",
                             "xyz", "pqr");
              } catch (Exception ex) {
                   String connectMsg = "Could not connect to the database: "
                             + ex.getMessage() + " " + ex.getLocalizedMessage();
                   System.out.println(connectMsg);
              return jdbcConnection;
         public static void main(String[] args) throws JRException {
              Connection con = connectDB();
              JasperReport jasperReport=null;
              System.out.println("666666666666666666");
              String reportSource = "E:\\Pintu\\Project\\Bea Project\\workspace\\GenerateJasperReport\\src\\com\\generateJasperReport\\jrxmlFile\\JasperReportGeneration.jrxml";
              String reportDest = "E:\\Pintu\\Project\\Bea Project\\workspace\\GenerateJasperReport\\src\\com\\generateJasperReport\\output\\JasperReportGeneration.pdf";
              System.out.println("555555555555555");
              Map <String,String>parammap = new HashMap<String,String>();
              parammap.put("ReportTitle", "PDF JasperReport");
              System.out.println("444444444444444");
              try {
                   try{
                        jasperReport = JasperCompileManager
                             .compileReport(reportSource);
                   }catch(JRException e){e.printStackTrace();}
                   System.out.println("ssssssssssssss");
                   JasperPrint jasperPrint = JasperFillManager.fillReport(
                             jasperReport, parammap, con);
                   System.out.println("vvvvvvvvvvvvvvv");
                   JasperExportManager.exportReportToPdfFile(jasperPrint, reportDest);
                   System.out.println("kkkkkkkkkkkkkkkkkkk");
                   JasperViewer.viewReport(jasperPrint);
                   System.out.println("gfrfrrrertfewrw");
              } catch (Exception ex) {
                   ex.printStackTrace();
    ===========================================================

    Thanks for the information. It makes so much more sense to do the configuration from within PFR instead of WLS but the engineer insisted I could just do everything from within the WLS config wizard. I'm very relieved that someone has had success with this.
    Am I supposed to do the configuration wizard in WLS before doing the Configure Classic Interface from PFR?
    Since we're only going to be using the PC for the developer, I wasn't sure how much of the Web Logic Server needed to be configured.
    The Oracle engineer said to choose 'Oracle Ent. Mgr' and 'Oracle Classic 11g' from the WLS Config Wizard which I did - but now I have a choice on the 'Optional Configuration' page to choose 'Administration Server', 'Managed Servers', 'Deployments and Services' and 'RDMBS Security Store'. I'm not sure if I'm supposed to choose any of these. I want to be able to talk to the Solaris server that is going to be my application server via WLS and I'm not sure if I need any of these.
    In your environment, are you developing 11g forms on a PC but hosting on another platform? I have a Windows 7 64 bit machine but was told I had to set up a 32bit XP VM on my Win7 machine to use Forms and Reports for development.

  • Mac Plug-ins for Adobe indesign CS5

    Hi all,
    I am making new  Indesign CS5  plug-ins for Mac os.
    build my project and i get error "Developer/usr/bin/gcc-4.0 failed with exit code 1"
    what it mean error "exit code 1"?
    and I am work on porting of Adobe Indesign CS4 to CS5 plugIns for Mac Os,What Project Settings required Xcode for build code succesfully?
    Pls kindly help me out from this problem.
    Thanks  a lot:

    I build samples project its working fine for that.
    I use  xcode Version 3.1.3
    Component versions
    Xcode IDE: 1191.0
    Xcode Core: 1192.0
    ToolSupport: 1186.
    are you set any path, inside Project Settings before compile your project?
    like "jni" releated path.

  • Nokia offers FREE plug-ins for some devices not supported by iSync 2.4

    Nokia is now offering free plug-ins for otherwise unsupported Nokia mobile handsets in Mac OS X 10.4.9 and iSync 2.4 configurations. All support both Bluetooth and USB synchronization, and work only with Mac OS X 10.4.9 and iSync 2.4, bundled with it. The plug-ins listed below can be downloaded from Nokia here:
    http://www.nokia.com/A4299040
    Supported models include the…
    • E50
    • E60
    • E61i
    • E65
    • E70
    • N76
    • N93i
    • N95

    That's a good point, and I should have taken the time to point that out.
    It's not particularly important that Nokia has chosen to offer free plug-ins for a limited number of their mobile handsets not presently supported by iSync. The really important thing here is that a manufacturer has actually chosen to support the technology at all!
    I do support a vibrant developer community, and think that Nova Media and others who have taken the time to create plug-ins and, who continue to support them, deserve to be compensated for their efforts. It worth noting that Nova Media was out front with support for Nokia mobile handsets about a year before Nokia itself chose to offer support. And, as Jan points out, they continue to support units that Nokia itself does not.

  • Trouble defining BAM Enterprise Message Source for BEA WebLogic Server

    Hi all,
    I've just started to play a little with Oracle BAM Architect.
    I've WLS 10.0 and Oracle BAM Architect 10g release 3.
    On Oracle BAM Architect I've defined an Enterprise Message Source for BEA WebLogic Server as follows:
    Name: ALSBSource
    Owner: ...
    Type: BEA WebLogic Server
    Initial context factory: weblogic.jndi.WLInitialContextFactory
    JNDI Service Provider URL: t3://mypc:7001
    TopicConnectionFactory name: com.myConnectionFactory
    Topic name: com.myBAMTopic
    JMS message type: TextMessage
    Durable subscriber name: BAMSubscriber
    Client ID: BAMSubscriber
    Name | Flow name | Type | Max size | Formatting
    content | BAM | String | 1024 | (none)
    On WLS 10.0 I've defined the required JMS stuff.
    On Oracle Design Studio I've defined a plan that includes:
    - an Oracle BAM Enterprise Message Receiver from which I've selected the above 'ALSBSource' Enterprise Message Source
    - a simple Grid
    I've connected the BAM Enterprise Message Receiver to the Grid and clicked on 'Update' button.
    When I try to publish a message on 'com.myBAMTopic' I don't see anything on the grid defined in the Oracle Design Studio.
    The first question is about the definition of an Enterprise Message Source for BEA WebLogic Server in the Oracle BAM Architect.
    I did not change the Oracle BAM Architect classpath or Oracle Design Studio classpath adding the weblogic.jar, because no error has been raised during the configuration of the message source and the plan. Should I update Oracle classpath with the weblogic.jar ?
    Did I forget any other step ?
    I thank you in advance for any feedback.
    Regards
    ferp

    ferp - I got this to work with
    JNDI Service Provider URL: http://localhost
    When I add the port
    JNDI Service Provider URL: http://localhost:23891
    I cannot get my EMS to start.
    Hopefully this should fix your issue.
    Sudeep.

  • Plug-ins for object extraction

    Hello,
    ImageSkill developed 2 Photoshop-compatible plug-ins for
    extraction of opaque and translucent objects (fur, smoke, glass,
    haze, wool etc). Using our products you can make a result that is
    unavailable with other masking programs - Adobe Magic Extractor,
    Corel Knock-Out, Microsoft Expression and so on. You do not need
    accurately draw out an object. Mark object area and press Apply.
    Features at glance
    • Ability to cut translucent objects like glass, fog,
    smoke, fur etc
    • Color unmixing for background replacing
    • There are tools for debris removing and holes filling
    within received mask
    • You can switch between original image and result one
    and preview the extracted object against a colored matte background
    for result checking.
    • 16-bit mode support
    Translucator is a shareware, free 30 days/uses fully
    functional demo version you can download online:
    [url=http://www.imageskill.com/translucator/Translucator_Setup.exe]Download
    Translucator [/url]
    Product page:
    [url=http://www.imageskill.com/translucator/translucator.html]http://www.imageskill.com/t ranslucator/translucator.html[/url]
    User’s Manual (in PDF):
    [url=http://www.imageskill.com/translucator/tr_manual.pdf]http://www.imageskill.com/trans lucator/tr_manual.pdf[/url]
    Background Remover is a shareware, demo version you can
    download online:
    [url=http://www.imageskill.com/backgroundremover/BackgroundRemover_Demo_Setup.exe]Downloa d
    Background Remover [/url]
    Product page: [url=
    http://www.imageskill.com/backgroundremover/backgroundremover.html]http://www.imageskill. com/backgroundremover/backgroundremover.html
    [/url]
    Thanks,
    Dmitry
    http://www.imageskill.com
    ImageSkill Software

    On Thu, 02 Nov 2006 13:40:12 +0300, ImageSkill
    <[email protected]> wrote:
    > ImageSkill developed 2 Photoshop-compatible plug-ins for
    extraction of
    > opaque
    > and translucent objects (fur, smoke, glass, haze, wool
    etc).
    While I personally still don't have any need for Translucator
    (I must
    admit the name made me laugh badly) so I didn't test it, I
    think
    Background Remover is quite capable. I was unable to achive
    good results
    using it only on a couple of test images out of quite a large
    set, but I
    must admit I wasn't able to do any better with hand masking
    using brush,
    so I can't blame the plugin. Taking into account very basic
    bitmap masking
    capabilities of FW, I think it's a great addon, and
    considering the price
    for most competitors, it's clearly the best.
    That's the end of our scientists report ;-)
    Ilya Razmanov
    http://photoshop.msk.ru -
    Photoshop plug-in filters

  • I need to download the server runtime for BEA WEBLOGIC server

    Hi ^^,
    I am trying to create a web project in Eclipse WTP europa. I do not have the bea weblogic server installed on my desktop. My organization has issues running it locally. I need to first create a project and then create a war and then deploy it on server.
    I am going through the tutorial at the following website:
    http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html
    It says "To do this tutorial you will need a server runtime that is supported by WTP"
    Also "During web application development, we will need a server runtime environment to test, debug and run our project".
    Hence I need the link where I can download the server runtime for bea weblogic server.
    T&R,
    Prashant

    Crossposted over all places:
    [http://forums.sun.com/thread.jspa?threadID=5347690]
    [http://forums.sun.com/thread.jspa?threadID=5348001]
    [http://forums.sun.com/thread.jspa?threadID=5348002]
    Don't crosspost. It's very rude.

  • Plug-ins for PLM 7.01 Web UI

    Hello Everyone,
    In our R/3 landscape,we have several z-transactions enabled for various PLM solutions like DMS,ECM etc.
    Assuming we make an upgrade to PLM 7.01,is there any possibility of developing these z-transactions as plug-ins for 7.01 web UI? If yes,how? Was wondering incase someone has worked upon requirement of this nature.Thoughts, opinions on this will be appreciated.
    Regards,
    Pradeepkumar Haragoldavar

    You need to develop them in web dynpro, with some recommendations ideas.
    The whole of PLM 7.x are floorplan managed based abap web dynpro applications. Depending on your z-transactions, you can either recreate them as configurations (if your z-ones are simplifications).
    If they are completely new screens, then you as a minimum will need to create new UI for your backend functionality.
    Regards,
    Espen leknes

  • OSB 11gR1 plug-ins for Eclipse/OEPE on MAC OS

    Where/How can I get OSB 11gR1 specific Eclipse/OEPE plug-ins for Eclipse under MAC OS X?
    I installed the Eclipse 3.5.2 w/ OEPE plug-ins on MAC OS X, but need additioanl plug-ins to do OSB 11gR1 development in it, but can't seem to find them
    anywhere!
    Any help is greatly appreciated.
    THanks
    RB

    additioanl plug-ins to do OSB 11gR1 development in it, but can't seem to find them anywhere!these plug-ins/features are installed in OEPE by the OSB installer during installation.download from http://www.oracle.com/technology/software/products/osb/index.html, extract the osb.zip and runInstaller.sh. Hopefully the install script should work (I doubt if MAC OS X is supported. But could forsee no reason why this script cannot execute in MAC OS X unless there are hard coding in this sript for supported OS ).
    You are trying a un-supported configuration and all the best.
    My two cents.
    Manoj

  • Can anyone recommend plug-ins for vocals?

    Can anyone recommend plug-ins for vocals? I'm looking for an average "radio" sound. How can I get that?
    Thanks
    Anya
    imac 20 inch 2 gig Ram   Mac OS X (10.4.7)   apogee + miroslav + looking for great midi controler

    well
    Let's start again:
    I use imac and ensemble by apogee as my audio
    interface with and rode ntk microphone. that should
    give me a preatty decent sound, but it comes out
    kinda hollow and unnatural.
    Hi AnyaS,
    It seems like the room you are in might be adding it's "sound" and making your vocal sound like it is going through a tunnel,or "hollow" sounding.
    Where are you doing your vocal recording? When you sing,do you hear your voice come back at you funny,like from a wall,or like you hear a faint "echo" or repeat in the room?
    I could help you,but without actually listening what you are talking about it is almost impossible to know what problems you might be encountering,and also if you can point to a reference CD or artist that you are trying to sound like,I can't really give you concise advise as to what to do to get you there.Do you have any way of showing us some of the sound you are getting so we can listen to it? That can help a lot more than describing in words what you are not liking about your voacl sound.Again a lot of this is subjective use of language,so when you say "hollow sound" it could mean something else to me.
    And as to the radio quality - I mean sound more round
    and defined - someting that I could send to radio
    and/or AR.
    Well,I think you are putting the cart ahead of the horse here...try to get your sound "there" to where you like it first,before trying to be judged by "radio and A&R" people.
    I am not sure how I can improve:
    - better/additional hardware or
    - better mastering/playing with software (I have IK
    studio bundle - that I have only utilized so far as
    sound source).
    I am willing to spend additional $1000 if needed but
    rather not.
    I think you do not need to throw money at the problem...that never usually works.It is better to understand what sound you want to get first,and then try to get there.
    I'll listen to what you have posted,but if you can have a link to a vocal without ANY processing,i.e. as you record it in your usual place,that would help more than a full mix of your music.I can tell easier what to do if your vocal is by itself.
    you can listen to working draft here:
    www.broadjam.com/aannaa
    sorry I don't know how to create a link here.
    Thank you for your help.
    A
    no problem,
    noeqplease

  • What are the best plug ins for iMovie 11 running on Lion?

    What are the best plug ins for Imovie 11 or Imovie HD running  Lion? Especially transitions & effects for still pictures.
    Thank you

    Hi
    For iMovie'08 to 11 - There are no Plug-ins - not supported at all
    iMovie HD (in reality HD5) - doesn't work under Mac OS X.7 - at all
    iMovie HD6 - can take Plug-ins and run under Mac OS X.7 - BUT some of the Plug-ins doesn't work under X.7
    old list on - Plug-ins - Only relevant to  iMovie HD6 (May be they are too old)
    Stupendous software
    www.stupendous-software.com
    GeeThree   
    www.geethree.com
    cf/x.
    www.imovieplugins.com
    Apple
    www.apple.com/downloads/macosx/video/ezediapluginsforimovievol1.html
    www.imovieplugins.com/fxhome.html 
    fxStabilizer - for iMovie - Google it
    Yours Bengt W

  • How can I add my software in Adobe's Third-party plug-ins for Adobe Premiere Pro ?

    Hi,
    Our company have a software called Moyea Importer for Adobe Premiere.
    Moyea Importer for Adobe Premiere is a recommended FLV, MPG, RMVB, HD  video import plugin for Adobe Premiere Pro. This plug-in enables users  to import FLV videos with various codec like AVC/H.264, AAC, Screen  Video, Nellymoser, MP3, PCM, and Sorenson H.263. Besides FLV video, the  plug-in allows AVCHD import and HD video import in MTS, M2TS, TP, TS,  and MKV formats.
    Moyea Importer for Adobe Premiere do not convert your video so it keeps  video quality for you. The plug-in automatically detects the Adobe Premiere versions on your  machine and you can choose the versions to install the plug-in. It  currently supports Adobe Premiere Pro 1.0/1.5/2.0/CS3/CS4 and Elements  3.0/4.0/7.0/8.0.
    I notice in Third-party plug-ins for Adobe Premiere Pro this part, Adobe didn't get any such plug-ins. They only have two file support plug-ins and Moyea Importer can fill the blank.
    Now I want to submit this software on Adobe's site but I don't know where to submit or who I should to contact. Any suggestions? I really need your help and I am sure it is really good software.

    Any suggestion? Admin of this board? Who can help me

Maybe you are looking for

  • I am getting ORA-01007 error at runtime in forms

    Hello All, Good Mornig! I am new to this group. I have some problems with oracle forms 9i. I am not able to findout the correct reason for the below problem. Please read information given below and give me the exact reason what has happend, 1) We hav

  • How to use stored package in form.

    hi i created the following package but now i want to use the following code in form how could i use?. create or replace package body mahi is -- Write a MIME header procedure write_mime_header ( p_conn in out nocopy utl_smtp.connection , p_name in var

  • Provider ABCS throwing Warning Message

    Hi, I compiled the ProviderABCSImpl, compilation ended with given warning messages. Kindly let us know where we can find the WSDL Manager? so that we can define the Binding. to eliminate these warnings i.e. 1- Failed to Find Binding "AIAAsyncErrorHan

  • Any other option to a JAR file?

    i am learning java SE and netbeans makes all my programs into a jar file. now the jar files execute fine on my computer but on computers of most people i share them to they tend to launch a zip utility. is there any other type of executable one can m

  • Lookout 6.0 - alarms stopped logging

    our alarms in Lookout 6.0 have stopped logging to the database for approximately a month. I have tried to view in Max but only alarms older than approx a month can be seen. Data traces are current.