Apache Beehive support plug-in

Hi,,
is these a plug-in for JDeveloper to support Apache Beehive framework ?
Thanks & Rgds,
Ram

Hi,
Thanks for the response.
Unfortunately ADF is not an option for us now. The application is slightly huge originally developed in weblogic workshop with NetUI & Controls framework.
Our main objective is to upgrade the appserver from weblogic 8.1 to 10.3.5 (Oracle supported level) and this application will live in this state for another 5 years at least.
We did attempt to migrate a portion of the app to ADF unsuccessfully.
It requires a clean/pure design from Data to UI, to successfully migrate to ADF and it did not suit our app which is highly tailor made. The re-engineering costs a lot.
So we are migrating to Beehive which is the natural successor and we are looking for IDE (other than workshop 10.3) ideally Eclipse.
Wondering how in earlier years, Beehive applications were developed/managed ??
There seems to be an eclipse plug-in called pollinate bit it seems not supporting the controls rather only the NetUI.
any help or advice still.
Rgds,
Ram

Similar Messages

  • Weblogic upgrade from 8.1 to 10.3.6 - Apache Beehive

    Hi
    We are trying to upgrade from Weblogic 8.1 to 10.3.6, the applications use Apache Beehive.
    Would like to know if Weblogic 10.3.6 supports Apache Beehive Integration. Tried to do a Proof of concept, the beehive control objects are not getting set and because of it I am getting null pointer exception.
    Rgds
    Srini

    Hi Srini,
    it supports but you need to upgrade correctly.
    follow this link
    Beehive Applications
    after upgrade if you found some error like classnotfound error.
    If those are the errors you were also experiencing, then please follow one of these options to resolve this issue:OPTION
    1:Identify all the JARs that contain the beehive classes and explicitly add the jar files to the classpathOPTION
    2:When you created the domain (if you used the Config Wizard), do you make it a "Workshop" domain? If not, try that.That should deploy the Workshop framework (Beehive controls, NETUI, etc) libraries as shared libraries. Then these libraries should be referenced in your applications weblogic.xml and weblogic-application.xml.
    regards,
    Kal

  • Pop Up windows -  Apache Beehive Vs Weblogic workshop

    Hi,
    I was going through this open source project called Beehive by apache.
    and they have a very much similar model of pageflows as weblogic workshop using struts and netui tag library.
    But, their netui tag library has more tags and options too.
    I was wondering how are pop up windows dealt with in Workshop.
    Apache Beehive uses netui:button tag with popup attribute, netui:configurePopUp tag etc to support popup windows.
    you can find it here :
    http://incubator.apache.org/beehive/pageflow/popupWindows.html
    Does Weblogic workshop have a similar model ??
    I am having problems with pop up windows using workshop.
    i am not able to communicate child pageflow with parent pageflow without errors.
    If any body has successfully used popup windows in workshop please share your experiences.
    thanks,
    DV.

    In WLS 9.0, BEA will use Beehive. Beehive is a lot more powerful then the current page flow implementation in BEA.
    Kunal Mittal

  • Installing the Apache HTTP Server Plug-In as a Dynamic Shared Object

    My environment is: Windows 2000 Server SP3 + Apache 2.0.45 + WebLogic 7.0 SP2
    I followed the install guide.
    1. Locate the shared object file for your platform. >>> No problem
    2. Enable the shared object. >>> No problem
    3. Install the Apache HTTP Server Plug-In in the Apache server with a support
    program called apxs (APache eXtenSion) that builds DSO-based modules outside of
    the Apache source tree, and adds the following line to the httpd.conf file:
    >>> I don't know how to do this. where can I find apxs,
    >>> and should I add "AddModule mod_so.c" in httpd.conf
    >>> I did it, but Apache -t tell me:
    >>> Syntax error on line 173 of D:/Program/Apache/Apache2/conf/httpd.conf:
    Invalid command 'AddModule', perhaps mis-spelled or defined by a module not incl
    uded in the server configuration
    I don't understand the 4th step, where can I find 'perl' and how to use it?
    thanks.

    For Apache 2.x I think you use LoadModule instead of AddModule. That's what
    the docs say anyway.
    "muli" <[email protected]> wrote in message
    news:3ed558aa$[email protected]..
    >
    My environment is: Windows 2000 Server SP3 + Apache 2.0.45 + WebLogic 7.0SP2
    >
    I followed the install guide.
    1. Locate the shared object file for your platform. >>> No problem
    2. Enable the shared object. >>> No problem
    3. Install the Apache HTTP Server Plug-In in the Apache server with asupport
    program called apxs (APache eXtenSion) that builds DSO-based modulesoutside of
    the Apache source tree, and adds the following line to the httpd.conffile:
    I don't know how to do this. where can I find apxs,
    and should I add "AddModule mod_so.c" in httpd.conf
    I did it, but Apache -t tell me:
    Syntax error on line 173 ofD:/Program/Apache/Apache2/conf/httpd.conf:
    Invalid command 'AddModule', perhaps mis-spelled or defined by a modulenot incl
    uded in the server configuration
    I don't understand the 4th step, where can I find 'perl' and how to useit?
    >
    thanks.

  • Problem in project using Eclipse+Tomcat+Apache Beehive

    Hi,
    Software used
    Operating System : Red Hat Linux
    IDE : eclipse 3.1 M7
    Server : Tomcat 5.5.10
    Webservice Package : Apache Beehive Build 20050505
    Plugin for integrating Apache Beehive with eclipse is POLLINATE
    My Problem: when I created my first webservice project . In all the log4j.xml files in the project. It gave an error saying that log4j.dtd file not found inside /root/workspace/SampleProject1/webcontent/WEB-INF/src/log4j.dtd
    Please provide me some suggestions to clean this error
    Thank you
    Mike

    didi you set the right path to the jre?
    there's a goog mailing llist for tomcat issues. go to the jakarta/tomcat website to subscribe. they might help you.

  • Usage of Apache Beehive JMS control inside Message Driven Bean

    Hi,
    I am developing a j2ee application using weblogic workshop 10.3. This application contains the following three projects.
    - J2EE Utility Project
    - Message Driven Bean Project
    - Ear Project
    In the Utility project I have created one apache beehive jms control. I am using this control inside the message driven bean application. I haven't got any issues during the development and deployment phase with the beehive control. But during runtime the apache beehive jms control is not getting instantiated and the mdb application is throwing the null pointer exception when the EJB container try to execute the methods on the control instance. I have used the declarative programming model to create the control instance inside the mdb application.
    I am using the weblogic 10.3 server for testing and I have created the 10.3 weblogic+workshop domain. By default it has the beehive libraries deployed.
    Can somebody help me out to resolve this issue?
    Regards,
    Bp

    You can get the message directly with getText() method. Following is the snippet of code.
    if (aMsg instanceof TextMessage) {
    TextMessage msg = (TextMessage) aMsg;
    String testMessage = msg.getText());
    Kishore.

  • Install Support Plug-in??

    When doing a backup via PC Suite, I get the following message: "The connected phone does not have messages support installed. Messages cannot be backed up. View Help to find instructions on how to install the support plug-in. Click Ok to backup phone without messages support or Cancel to abort the operation." I can't find anything in Help regarding an installable plug-in. What's up? Thanks. MSL

    It's easy.
    the plugin is built-in in the PC Suite.
    Just go to the NOKIA PHONE browser >> Messages
    Then the PC suite will automatically ask (or just REFRESH with F5)"YOU WANT TO INSTALL THE SUPPORT ON YOUR PHONE FOR THE MESSAGES ??"
    there, you should select YES.
    Then, the plugin will be copied to phone and just Complete the installation process in the Phone.
    Done !!
    Cheers,
    KATH.
    (if you find me helpful, please RATE my posts by selecting the YES button bellow,thanks again)
    POWER_USER
    "tEcHnOlOgY is LIFE"

  • Will Logic Pro 10 support plug-in selection by type rather than manufacturer ?

    Will Logic Pro 10 support plug-in selection by type rather than manufacturer ?

    Any comment would be just guessing or wishing, because there is no Logic Pro 10.

  • WLS with the HttpClusterServlet or Apache with proxy plug-in?

    I'm newbie with WebLogic Server cluster.
    Please tell me which is better for load balancing for WLS cluster? WLS with the HttpClusterServlet or Apache HTTP Server Plug-In? And which is recommended for production environment?
    Many thanks.

    Apache with plug-in, as this is easier configurable.
    For the HttpClusterServlet all the configuration goes into web.xml which has to be packaged as a war file and deployed to WebLogic.
    When any change is needed you have to edit the web.xml file, package it again and redeploy it.
    An example of the Apache plug-in set-up can be found here: http://middlewaremagic.com/weblogic/?p=7795 (the load balancing section)
    Or if you want to use the Oracle Web-Tier (which includes a precompiled Apache HTTP server): http://middlewaremagic.com/weblogic/?p=7819 (the load balancer section)

  • Apache HTTP Server Plug-In for HPUX

    First action:
    Installation of
    BEA Weblogic Server 6.1 Servicepack 4
    Apache Webserver Version 2.0.43
    gcc 3.0.2
    on
    HP-UX hansapp4 B.11.11 U 9000/800
    Apache Webserver can be started !
    Aditional Action:
    Installation of BEA's Apache HTTP Server Plug-In
    as a dynamic shared object:
    Copy of mod_wl_20.so to APACHE_HOME/modules
    Adaption of httpd.conf by adding line
    "LoadModule weblogic_module modules/mod_wl_20.so"
    Result:
    Apache Webserver cannot be started !
    Start of
    root@hansapp4:/usr/local/apache2/bin> ./apachectl configtest
    gives:
    Syntax error on line 234 of /usr/local/apache2/conf/httpd.conf:
    Cannot load /usr/local/apache2/modules/mod_wl_20.so into server:
    Call to mmap() failed - TEXT /usr/local/apache2/modules/mod_wl_20.so

    While the question is for AS 8, you can try this (mod_proxy-based):
    http://docs.sun.com/source/817-3652-10/agplugin.html#wp34000
    -Alexis

  • Where can I download "apache http server plug-in", where apache is on Redhat Linux 7.2

    hi,
    very urgent!
    where can I download "apache http server plug-in", where apache
    web server is on Redhat Linux 7.2.
    in my situation,I want to proxy all requests to weblogic 6.1,which is on win2000.
    thanks
    jy

    Hi,
    You can try using the following approach with +'MatchExpression'+ parameter for the +'VirtualHost'+ configuration, which should solve your problem:
    <VirtualHost *:80>
    ServerAdmin [email protected]
    ServerName << Put your apache server ip-address here>>
    ErrorLog logs/error_log
    <Location */CustomLocationPrefix1** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP1+
    WebLogicCluster 192.168.100.1:7001,192.100.1:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_1
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <Location */CustomLocationPrefix2** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP2+
    WebLogicCluster 192.168.100.3:7001,192.168.100.4:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_2
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <Location */CustomLocationPrefix3** >
    SetHandler weblogic-handler
    +## Select the list of apps/urls for APP3+
    WebLogicCluster 192.168.100.5:7001,192.168.100.6:7002
    CookieName CUSTOM_JSESSIONID_COOKIE_NAME_3
    Debug ALL
    DebugConfigInfo ON
    WLLogFile C:/wlproxy.log
    </Location>
    <IfModule mod_weblogic.c>
    +## Combine all the locations for the different web-apps you want to route through apache http server+
    +## (i.e., APP1, APP2, APP3 in this case).+
    WebLogicCluster 192.168.100.1:7001,192.168.100.2:7002,192.168.100.3:7001,192.168.100.4:7002,192.168.100.5:7001,192.168.100.6:7002
    MatchExpression *
    +## The following may not be needed (need to recheck)+
    EnforceBasicConstraints OFF
    </IfModule>
    </VirtualHost>
    Regards,
    Deepak Kerur.
    Edited by: user10231088 on Jul 7, 2011 6:36 PM
    Edited by: user10231088 on Jul 7, 2011 6:36 PM

  • How to use Apache Beehive in WebLogic 10.3?

    Hi
    I want to use Apache Beehive controls in an MDB on WebLogic Server 10.3 but I can not get the controls to be instantiated.
    I want to use a Jdbc control sice they are so easy to use.
    Thanks
    Lucas

    To add some more info about this:
    I have an MDB like this:
    @MessageDriven(messageListenerInterface = javax.resource.cci.MessageListener.class)
    public class MyMDBean implements MessageListener {
    @Control
    private MyJdbcControl mMyJdbcControl;
    @PostConstruct
    public void initialize() {
    public Record onMessage(Record record) {
    mMyJdbcControl.setData(4711, "hello");
    } // end MyMDBean
    and a control extension
    import org.apache.beehive.controls.api.bean.ControlExtension;
    import org.apache.beehive.controls.system.jdbc.JdbcControl;
    @ControlExtension
    @JdbcControl.ConnectionDataSource(jndiName="jdbc/MyDataSource")
    public interface MyJdbcControl extends JdbcControl {
    @SQL(statement="UPDATE MY_TBL SET data = {data} WHERE id = {id}")
    void setData(long id, String data);
    // end MyJdbcControl
    OK the first issue is that the control never get instantiated
    so I then tried to do it myself, e.g. in initialize() adding Controls.initializeClient( null, this, null );
    but then Beehive says that there is nu class like MyMDBeanClientInitializer which of course I do not have.
    I can not see from the code on
    http://beehive.apache.org/docs/1.0/controls/programming.html#Programmatic+Instantiation
    how to create an extension control programmaticly
    Please help
    Lucas

  • I plugged a usb controller into my mac and the vibrate function is not stopping. Do macs not support plug and play?

    I'm still very new to forums so please excuse anything that may have been previously asked. I purchased a USB controller for my mac to play a couple games and the vibrate function on the controller will not stop. I was wondering if there is a way to access the controller setting or if os x supports plug and play controllers? Any help is greatly apprectiated.

    Hello Knowledgelink
    Go through the steps in the article below to restart your iPhone into recovery mode to then restore your iPhone to the latest version of iOS.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Regards,
    -Norm G.

  • Problems using 4096 bit SSL certificate with WebLogic Apache 2.2 plug-in

    Hi,
    'm using WebLogic 9.2 MP3 and Apache HTTP Server (version 2.2) Plug-In. For security reasons, I have SSL installed on both Apache and WebLogic. So Apache must communicate with WebLogic via https.
    I get the following error when attempting to access WebLogic via Apache:
    Internet Explorer cannot display the webpage
    These are the last lines in wlproxy log:
    Fri Feb 26 14:08:59 2010 <71212672221392> INFO: SSL is configured
    Fri Feb 26 14:08:59 2010 <71212672221392> SSL Main Context not set. Calling InitSSL
    Fri Feb 26 14:08:59 2010 <71212672221331> INFO: Initializing SSL library
    I've found that the problem is caused by using a 4096 bit intermediate cert. When I include this 4096 bit cert in the file referenced by plugin parameter "TrustedCAFile", it is unable to load it. I've tested 4096 bit certs from a few different certificate authorities, and consistently see this problem, so I know the problem is not related to the specific certificate. If I use a 2048 bit intermediate certificate, everything works perfectly fine.
    Do you know if there are limitations to the certificate length that the plug-in can use?

    Yes 4096 bit Certificates are not supported by the plugin.
    You can use up to 2048 bit.
    There is a Bug which clearly mentions it.
    I dont remember the Bug Number, but an Oracle Support person will be able to tell you.
    Hope this helps.
    Faisal Khan
    Edited by: Faisal Khan on Feb 27, 2010 2:08 PM

  • How to get "ATI Mobility FIREGL V5250 graphics adapter" on T60p to support plug-n-play monitor

    My T60p 8742 with ATI Mobility FIREGL V5250 graphics only recognizes a "plug and play monitor" (a Sceptre X240BC-FHD  tv) as a "default monitor" and can't get the monitor to display in its target resolution, 1920x1080, using VGA.
    Setting it to 1920x1080 in Display Properties yields 1280x720 which extends beyond the montor's frame.
    I want to use it as a second monitor along with my T60p's 1680x1050 screen. (OS is XPsp3)
    Will updating the the video driver
     > from "8.442.3-080103a1-057754C (Build ID: 79D172WW)"
     > to "8.593.100.7-090929a"
    (per http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-62841) get me plug-n-play support?
    If not, any way to make it work?
    Thanks very much.

    The problem has been corrected(!!!!), so I'll mark this issue as solved.  I now have an inoperative Catalyst Control Center (CCC), but I feel that is a comparatively minor issue that I can deal with later.
    There were several learnings along the way to share with anyone who may be interested:
    - Based on this experience, I would regard v8.442 FireGL video driver as less stable than Version 8.383.1.1.3 (for XP) in dual monitor mode, and would not recommend its use.  If you do upgrade to it, be prepared to rollback.
    - Old drivers can be found on www.opendrivers.com, but are also available via ftp from IBM's web site.  I found this quite by accident.  The v8.383.1.1.3 driver is at  ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/79d165ww.exe.
    - If, like me, you can't use rollback and have to install an older driver over a new one, be aware that the older version of CCC will fail to install.  You must uninstall the newer version first.  Otherwise, you'll be left with a version of CCC that (apparently) fails to run.
    Thanks for your help, JanJL!

Maybe you are looking for

  • My Canon Pixma 620 suddenly stopped being recognized by my iMac

    For the past year I have had no problems printing with my wireless printer.  But as of just two days ago I am no longer able to print. Each time I try to print to my Canon Pixma MP620 printer I get a  popup that says The printer is not connected, und

  • CONVERT_RTF_TO_ITF execuion

    hello guru's,       Can someone tell me how to execute the FM CONVERT_RTF_TO_ITF. Thanking in advance. Vikr@m

  • Checking dates for the request

    Hello, Can anybody will help me to resolve this issue. I have the scenario for the current month we are loading the data into ODS by delta but i would like to check the condition if the system has the request number for the current selection date hen

  • Program keeps freezing when trying to change library or restore ipod.

    Having problems since updating like everyone else! Was missing files, etc. I am trying to change the library location in preferences, but the program locks up when it is opening the window. Also freezing when I try to add a folder to the library. I t

  • Exporting to QT and no audio

    I have done this many of times and no issues. Now when I export, using QT Movie and say audio/video self contained. I get the video on playback in QT but no audio. suggestions Using FCE HD 3.01, QT pro