Does BEAs WebLogic Server 8.x  support JavaServer Faces?

Does BEAs WebLogic Server 8.x support JavaServer Faces?

I know weblogic 8.1 is EJB 2.0
"John Naranjo" <[email protected]> wrote:
>
Does BEAs WebLogic Server 8.x support EJB 2.1? When it is Support?

Similar Messages

  • Does BEAs WebLogic Server 8.x  support EJB 2.1?

    Does BEAs WebLogic Server 8.x support EJB 2.1? When it is Support?

    I know weblogic 8.1 is EJB 2.0
    "John Naranjo" <[email protected]> wrote:
    >
    Does BEAs WebLogic Server 8.x support EJB 2.1? When it is Support?

  • Does Weblogic Server 5.1 supports RedHat Linux 6.2?

    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]

    FYI.
    I am running RH 6.2 and Weblogic 5.10 with no problems.
    w/Apache 1.3.12
    Only using WL for EJBs and jdbc pool at this time. So your milage may vary.
    Michael Girdley wrote:
    No, not yet. Version 6.0 will.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Samuel Yung" <[email protected]> wrote in message
    news:[email protected]..
    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]
    /\/\i|<e
    Mike Kincer
    Solutions Developer/Engineer
    Atlas Commerce "ebusiness evolved"
    Office phone: +1-607-741-9988
    mailto:[email protected] [http://www.atlascommerce.com]

  • Does Weblogic Server 5.1 supports RedHat Linux 7?

    Does Weblogic Server 5.1 supports RedHat Linux 7?
    Thanx in advance.

    FYI.
    I am running RH 6.2 and Weblogic 5.10 with no problems.
    w/Apache 1.3.12
    Only using WL for EJBs and jdbc pool at this time. So your milage may vary.
    Michael Girdley wrote:
    No, not yet. Version 6.0 will.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Samuel Yung" <[email protected]> wrote in message
    news:[email protected]..
    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]
    /\/\i|<e
    Mike Kincer
    Solutions Developer/Engineer
    Atlas Commerce "ebusiness evolved"
    Office phone: +1-607-741-9988
    mailto:[email protected] [http://www.atlascommerce.com]

  • Does Weblogic server 8.1 support "LIMIT and OFFSET" in EJB QL?

    hi,
    Can any one tell me does 8.1 server support "limit" and "offset" keywords in EJB-QL?
    I tried to define a finder method in the workshop with the following syntax:
    @ejbgen:finder ejb-ql="SELECT OBJECT(o) from EmpBean OFFSET ?1 LIMIT ?2" generate-on="Local" signature="Collection findEmp(java.lang.Integer st,java.lang.Integer en)"
    I get the following error
    ERROR: ERROR: Error from ejbc: [EJB:011017]Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was:
    ERROR: Query:
         EJB Name: EmpBean
         Method Name: findEmp
         Parameter Types: (java.lang.Integer, java.lang.Integer)
    SELECT OBJECT(o) from EmpBean OFFSET =>> 1 <<= LIMIT 2
    EJB QL Parser Error.
    39: unexpected token: 1
    What am I doing wrong?
    thanks

    <p>I could not find any documentation that suggested LIMIT or OFFSET where supported. Some of our developers needed to use limit, in the end all I could suggest was using a dynamic query and setting the maximum number of results see here
    .</p>
    <p>
    Hussein Badakhchani</br>
    </p>

  • Does WebLogic Server 8.1 supports ejb2.1(timer service)

    1.does WebLogic Server 8.1(SP5) supports ejb2.1 (timer service)?
    2. does ejb 2.0 support timer service?

    Hi,
    1. No, EJB Timer support was added in WLS 9.0.
    2. No, EJB Timers were introduced in EJB 2.1.
    - Matt

  • Does the weblogic server supports c++ corba client /IIOP?

    hi:)
    I have a c++ corba client interacts with WLS using IIOP. I am just wondering
    what ORB i need to use 2) trsaction propagation 3 ) security
    thankx,
    suresh reddy

    I suggest trying the RMI IIOP newsgroup. I do not quite understand your
    question.
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Sunesh Kumra" <[email protected]> wrote in message
    news:[email protected]...
    Hi Michael,
    Is it allowed to use your own multi-threaded library from within WLS ?Note that
    the WLS Beans do not contain the threads, the threading part is in somelibrary
    which the WLS Beans communicates with. Can the Helper classes which arepackaged
    with the WLS Beans span threads of their own ?
    Most importantly, is it allowed to use some vendor's ORB (for exampleOrbixweb)
    within WLS because the thread created by the ORB might interfere with WLS
    threads ??
    Michael Girdley wrote:
    2.1) CORBA client initiated transactions will not be supported,
    everything else will workYes, that is my understanding.
    2.2) None of the EJB security services will be available in EJB
    method
    called by a CORBA client (i.e. getCallerPrincipal() andisCallerInRole()
    will fail)Yes, that is my understanding. I would suggest that you place this onthe
    RMI IIOP newsgroup. The developers who write the code for this feature
    actually hang out over there.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "<=one way=>" <[email protected]> wrote in message
    news:[email protected]...
    1) We must support both C++ and Java clients that will be requesting
    services from our EJBs running in WLS. The clients are internal appsrunning
    in different companies and we would prefer to avoid requiring our
    clients
    to
    use an ORB by a specific vendor. At the same time we do not want to
    deal
    with potential problems related to the implementation differences by
    different ORB vendors. What would be the best way to handle thissituation?
    2) WLS documentation has the following paragraph:
    "WebLogic RMI over IIOP is the framework for EJB-to-CORBA mapping
    support.
    Currently, however, a standard for passing user identity -- requiredto
    implement EJB-to-CORBA mapping -- does not exist and the requirementfor
    transaction propagation from the client is in question. While RMI overIIOP
    does allow CORBA clients to access EJBeans, the following services
    will
    not
    be available:
    EJB transaction services
    EJB security services"
    Does this mean that:
    2.1) CORBA client initiated transactions will not be supported,
    everything else will work
    2.2) None of the EJB security services will be available in EJB
    method
    called by a CORBA client (i.e. getCallerPrincipal() andisCallerInRole()
    will fail)
    Thanks in advance
    "Michael Girdley" <[email protected]> wrote in message
    news:[email protected]...
    Yes, check out the documentation on the RMI over IIOP on our web
    site.
    >>>>
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "indham inc" <[email protected]> wrote in message
    news:[email protected]...
    hi:)
    I have a c++ corba client interacts with WLS using IIOP. I am justwondering
    what ORB i need to use 2) trsaction propagation 3 ) security
    thankx,
    suresh reddy

  • Weblogic server 9.2 support for WS-Transaction

    Hi,
              Does Weblogic Server9.2 support WS-Transaction 1.1 ? The WL Server data sheet is not specific about the details of compliance. I am trying to find out if there is support for WS-Coordination, WS-Atomic Transaction and WS-Business Activity in Weblogic Server.
              We need to use the Aqualogic Service Bus 2.6 is a distributed WebService Transaction.

    As I know, the answer is "no".

  • Oracle Weblogic server and OSGi support

    I am working on OSGi implementations (Equinox/Apache Felix), application is full Spring MVC based, using Spring DM(Latest versions Gemini Blueprint and Eclipse Virgo) to deploy bundles. I couldn't able to deploy Web application as an OSGi bundle. It is not recognizing web bundles.
    Regarding this I have some questions below:
    1. Does Weblogic server 10.3.3 supports OSGi bundles and specifically OSGi specifications.
    2. If it supports OSGi bundles, then what is the way to do it? I haven't got anything regarding this.
    3. Does Weblogic Server has compatibility with Eclipse Virgo or Gemini blueprint, so that we can deploy OSGi bundles using Virgo or Gemini Blueprint.
    4. Which versions of weblogic server supports OSGi implementations?
    Any help or reference code regrading this would be of great help.
    Regards
    Rahul

    Yes, since the release 10.3.4 the product called Weblogic Server provides features of both "BEA WLS" and "Oracle AS" (namely, support for Forms and Reports, ADF, etc.)
    Existing customers of Oracle AS may upgrade to Weblogic Server to get its benefits (for instance, JRockIt JVM). For new ones, Oracle AS should no longer be offered.
    Btw. this is not a good forum for such kind of questions. You should use these: https://forums.oracle.com/forums/category.jspa?categoryID=193

  • Does Snow Leopard Server iCal Service support iCal Groups?

    I have successfully configured iCal Service on Snow Leopard Server 10.6.8v1.1 and have several client Mac system (runing SL 10.6.8v1.1) connected to this service via CalDAV. I can create new calendars and those calendars and any test events propigate to all machines that have this CalDAV account configured. But whenever I try to create a calendar group it always appears as a local calendar group. Is this a feature missing when using iCal Server and CalDAV? Am I doing something wrong?
    Thanks

    Hi
    I doubt if you'll find a step-by-step as most people's requirements are different. One of the places most people start is here:
    http://support.apple.com/manuals/#macosxserver
    Have you tried searching the Forum itself?
    http://discussions.apple.com/forum.jspa?forumID=1352
    Tony

  • Does directory proxy server 6.0 support access to ds5.1SP3

    Hi,
    Does anyone have experience with setting up a directory proxy server 6.0 as a frontend to directory server 5.1SP3 servers ?
    (where can I find a list of supported directory servers by the proxy ?)
    I would like to use the proxy as part of the migration to a new data centre.
    Thanks

    Yes Directory Proxy Server 6.0 works with DS 5.1SP3.
    DPS uses LDAPv3 protocol and works with most of the LDAPv3 compliant servers. It has been tested with Sun DS, Active Directory, OpenLDAP and OpenDS.
    Some specific feature may require the support of the Proxied Authorization Control (RFC 3829), but that's it.
    Regards,
    Ludovic.

  • Does Convergence + messaging server 6.3 support wildcard cert ?

    Hi all,
    We plan to purchase a wildcard cert to support our convergence & messaging server SSL connection.
    from the messaging guide provide. it stated we need to generate individual private key & sent to vendor to verify
    what if we are using wildcard cert, do it work in this case ?
    Cheer
    ubd

    ubd wrote:
    So means i generate 1 wildcard cert, then apply to all other server ssl connection, or i need to generate individuallyTo use the same CA signed certificate (wildcard or otherwise) with multiple applications (Application Server and Messaging Server in this case) requires that the same private key be used across the applications. To this end you will need to export/import the certificate/keys between the applications using a utility such as pk12util.
    http://docs.sun.com/app/docs/doc/819-3671/ablrh?a=view
    http://docs.sun.com/app/docs/doc/819-4428/bgbbf?a=view
    Regards,
    Shane.

  • Does Oracle Linux Server-uek Kernel support KVM? (OL6)

    Hi,
    I've installed Oracle Linux 6. Does it support kvm? How do i check if module kvm is running? modprobe kvm does not show me anything, neither in /var/log/messages or dmesg.
    Regards
    Ricardo

    Just boot with the base kernel... instead of unbreakable enterprise kernel. after that if you modprobe kvm the check dmesg and you'll see something like this:
    kvm: 4864: cpu0 unimplemented perfctr wrmsr: 0x186 data 0x530079
    Joao

  • Does Sun App Server 9.1 support clustering?

    I was wondering if 9.1 supports a cluster configuration?
    thanks,
    Nasrin

    Don't qoute me, but I don't think so. I think you have to have an "Enterprise" edition to support clustering and I think the last version that had an Enterprise Ed. was 8.1.
    I could be wrong though.. .I'd like to know about this as well.

  • Suddenly WebLogic Server shutting down while doing testing

    Hi All,
    While we doing testing weblogic server shutting down.Here is the log generated by weblogic.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> Listen failed. Failure count: 1
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> ListenThread:run failed:
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** The WebLogic Server is no longer listening for connections.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** You should probably restart it.
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown by system
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown commencing NOW
    Tue Aug 22 12:38:28 EDT 2000:<I> <HTTP> Destroying servlets in default servlet context.
    Tue Aug 22 12:38:28 EDT 2000:<E> <SSLListenThread> ListenThread:run failed:
    Please let me know the reason for this.It's very very urgent.
    Thanks
    Venkat

    See case #188305. There is not a whole lot of information there and we really don't like to reproduce this.
    If it happens again we will add more info to the case. In the log file we have seen 'class not found' for
    weblogic.utils.... classes before it shuts down. Boot it again under no load and it comes up fine.
    Mike.
    Kumar Allamraju <[email protected]> wrote:
    Hmm.. that's interesting.
    What version of WLS, SP-level? what 's the avg load that you are putting on WLS? Is it in a clustered environment? what
    the min/max heap size, executeThreadCount etc...
    Any other details that you can provide us would be helpful for us to debug further.
    Kumar
    Michael Reiche wrote:
    Kumar -
    We have seen this as well when load testing. It's hard to ignore the WL server shutting down by itself for no reason.
    Mike Reiche
    Kumar Allamraju <[email protected]> wrote:
    You will only see this, if WLS shutdown is commenced and if you try to PING the server.
    you can safely ignore it.
    Kumar
    Venkat wrote:
    Hi All,
    While we doing testing weblogic server shutting down.Here is the log generated by weblogic.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> Listen failed. Failure count: 1
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> ListenThread:run failed:
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** The WebLogic Server is no longer listening for connections.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** You should probably restart it.
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown by system
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown commencing NOW
    Tue Aug 22 12:38:28 EDT 2000:<I> <HTTP> Destroying servlets in default servlet context.
    Tue Aug 22 12:38:28 EDT 2000:<E> <SSLListenThread> ListenThread:run failed:
    Please let me know the reason for this.It's very very urgent.
    Thanks
    Venkat

Maybe you are looking for

  • Exception message during planned order creation

    I am coming across a situation wherein am creating a planned order for Semi-fininsh good, but the problem is that am getting an exception msg "15" against the planned order created whihc states that "Reschedule out". Can somebody tell me the signific

  • HR Table Update

    Hi SAP Gurus, Should we update PA00.. tables directly using 'Update table...' directly..or we need to use Logical database for it. Is there any harm in updating dirctly....? Thanks in advance, Gaurav

  • Bat file to force patch to install

    looks like i am half way there with the MS05-011 Patch. I want to be able to create some type of batch file to force to install on it;'s on. there is a section for a bat file in the Console one under my object - how can i set this up - if you guys kn

  • Active Directory Provisioning -ObjectClass 11g R2

    Hi, We an attribute called ObjectClass in "Lookup.Configuration.ActiveDirectory", now in our env we have other objectclasses along with defqult "User" How do I specify this in this attribute? Thanks

  • Word 2003 to PDF. How??

    Hi Guys This could be question you have been asked a zillion times. Here I am at it again! One of my client is using Word 2003 and I need to convert a Word document created on the fly into a PDF file. Though I know this works like a breeze on a PC ha