Does WLS6.1-sp2 support J2EE-1.3 spec by default?

hi All,
          Just installed WLS6.1-sp2 30-day evaluation. I tested on it with a simple
          Filter servlet, but it didn't work at all.
          I tried to find some docs related to J2EE spec compliance and they say the
          default is J2EE-1.3. Can anyone tell me the default J2EE spec supported by
          WLS6.1-sp2? And how can I check the currently-used J2EE spec in my running
          WLS? How can I switch between J2EE-1.2 and 1.3?
          Thanks
          Liu Yan
          

I think it is enabled by default. Note that javax.servlet.Filter which is
          shipped with WebLogic is different from one in final Servlet 2.3. Also you
          can search this newsgroup - there are lots of problems with Filters in 6.1.
          If you think that the problem is with your program, try to deploy it on Resin
          or Tomcat to see if it is actually the case.
          Liu Yan <[email protected]> wrote:
          > Thanks for your reply. I found that WLS6.1 DOES support so-called non-final
          > version of J2EE-1.3 spec. And my downloaded version is J2EE-1.3
          > feature-enabled by default. Seems the problem of my filter program.
          > But do you know how to configure J2EE compatibility in admin console? I mean
          > can I switch back and forth between J2EE-1.2 and 1.3?
          > Thanks
          > Liu Yan
          > "Dimitri Rakitine" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
          > :[email protected]...
          >> 6.1 does not support final Servlet 2.3 spec. You can see release notes
          >> for details: http://e-docs.bea.com/wls/docs61/notes/index.html
          >>
          >> Liu Yan <[email protected]> wrote:
          >> > hi All,
          >>
          >> > Just installed WLS6.1-sp2 30-day evaluation. I tested on it with a
          > simple
          >> > Filter servlet, but it didn't work at all.
          >>
          >> > I tried to find some docs related to J2EE spec compliance and they say
          > the
          >> > default is J2EE-1.3. Can anyone tell me the default J2EE spec supported
          > by
          >> > WLS6.1-sp2? And how can I check the currently-used J2EE spec in my
          > running
          >> > WLS? How can I switch between J2EE-1.2 and 1.3?
          >>
          >> > Thanks
          >>
          >> > Liu Yan
          >>
          >>
          >>
          >>
          >> --
          >> Dimitri
          Dimitri
          

Similar Messages

  • Does BEA plan to release a service pack for WLS6.1sp2 to support the 2.3 spec for servelts(final)

    The subject line says it all.
              

    Niranjan,
              WLS 7.0 will be the first version that 'officially' supports the final
              JCA 1.0 spec. Currently, there are no plans to have WLS 6.1 officially
              support final JCA 1.0 spec, however, if there is enough customer demand,
              BEA will address.
              Cheers,
              Chris
              Niranjan Perera wrote:
              > The subject line says it all.
              >
              >
              >
              

  • WLS6.1 SP2/JDK1.3.1_03/HTTP 302 Error

    Hello,
    we use WLS6.1 SP2 with JDK1.3.1_03 and we get sometimes an HTTP 302 error, when
    a JSP-page is requested. The error appears in the browser is following:
         This document you requested has moved temporarily.
         It's now at </zv/account/accountOverflow.jsp>.
    Normally the generated html should be appear. When I click on the generated link
    the html page appears.
    When we change the JDK to version JDK1.3.1_01 it works, means the generated html
    page appears.
    Does anybody knows something of this problem, is this a JDK or a BEA problem ?
    Regards
    Michael

    We are running a WebLogic 6.1 sp2 cluster in production and about          > every two days we start to get errors in the WLS log like this:
              > <Oct 8, 2002 2:17:09 PM CDT> <Info> <Cluster> <dadgsunapp1>
              > <wls1> ExecuteThread: '1' for queue: 'Replication'> <> <> <000117>
              > <Got stale replication request for object -5479642219657940840>
              > Sessions continually attempt to migrate to their secondary server with
              > the result that the cluster spends most of its time thrashing and client
              > HTTP requests time out. At the time this happens we have also noticed
              > that the servers running the WebLogic nodes have a large number of
              > sockets in CLOSE_WAIT status.
              > Has anyone run into this problem? All advice is welcome.
              I've seen it with both 5.x and 6.x, and also in relatively large clusters. I
              believe it is caused when an application changes session data too often,
              which causes the replication to clog up (like a traffic jam) and fail. I
              believe I posted something on this a few (maybe 6) months ago, but to
              alleviate it, try to figure out if you can do less updates to the session
              data. Also, try sp3 (just in case).
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Bob Withers" <[email protected]> wrote in message
              news:[email protected]..
              >
              

  • Does ATS load testing support Java RMI and  T3 protocol?

    Hi Experts,
    Does ATS load testing support Java RMI and T3 protocol or EJB(J2EE)?
    Thanks!

    Joseph,
    Oracle Application Testing Suite is mainly used for testing of applications from a end user perspective and offers an intuitive capture/replay for web, Siebel, EBS, JDE, Fusion apps or SOA based application through WebServices WSDL imports.
    The scripting environment (Oracle OpenScript) does not support script creation by recording JAVA RBI or T3 protocol as we lack a recorder for it, but the scrips are created as pure JAVA code so you could use the JAVA language to write a small RMI cor T3 client for your testing.
    We have customers that have used Application Testing Suite to test non-UI based testing, like: JMS, FTP, Tuxedo and others, but it require a bit of coding.
    Please let me know if you would like to know more or discuss your options
    regards
    Mikael Fries
    Principal Product Manager / Oracle

  • Supported J2EE standards on different WAS versions

    Hi!
    I'm trying to understand the different versions of Web Applications Server (Java stack) in relation to supported J2EE standards.
    From my understanding so far:
    WAS 6.2 - Full support for J2EE 1.2
    WAS 6.4 (NW '04) - Full support for J2EE 1.3 and partial support for J2EE 1.4
    WAS 7.0 (NW 7.0 (2004s)) - ????
    WAS 7.1 (NW 7.1?) - ????
    So my questions are:
    1) Which parts of J2EE 1.4 standard are supported on WAS 6.4?
    2) Does NW 7.0 run on a new application server (7.0) or is it still based on 6.4?
    2) Which J2EE standard is supporded by WAS 7.0 (assuming J2EE 1.4 but not sure...)?
    3) Which J2EE standard will be supported in NW 7.1 when it is fully shipped (assuming J2EE 1.5 but not sure...)?
    Thanks for your help,
    As usua,l points will be rewarded for helpful answers.
    Regards,
    Christian

    Yes, that is not a problem. You can have exchange 2010 installed on various operating systems, holding different roles.
    Best Regards,
    Jesper Vindum, Denmark
    Systems Administrator
    Help the forum: Monitor(alert) your threads and vote helpful replies or mark them as answer, if it helps solving your problem.

  • Does the 6600GT-VTD128 support video capture?

    Hi,
    I recently purchased an MSI 6600GT-VTD128 video card.  The product information seems to suggest that the card has video input capabilities, and there is an adapter that plugs into the card that has a number of connections, one of which is labeled S-Video in.  However, I haven't been able to get any video capture to work.
    Does the card actually support this functionality?  If not, what are the video input connections for?  If so, is there some documentation as to how to set it up?  
    So far, I tried installing the video capture drivers that come with the card.  I checked the manual.  I checked the MSI web site FAQs.  And I searched the forums.
    Any help would be greatly appreciated.
    Thanks,
    Daniel

    Thanks Richard.  Yes I do have a breakout cable like that.  Actually, I described it in my original message.  So, I am guessing from your message that you believe that the card should have the capability to capture video.  
    In my original message, I asked if there was any documentation on setting up the card for video capture.  The manual does not describe the procedure, nor does the MSI web site.  
    There are drivers on the CD that claim to be for video capture, but they had no effect when I installed them.  In fact, there appears to be no way to tell whether the drivers were actually installed successfully.
    If anyone out there has successfully used this card for video capture, please let me know.

  • HT4623 I have the original iPad, it does not seem to support ios6 and will no longer connect to iTunes WHY is this

    I have the oringinal ipad, it does not seem to support ios6 and will not connect to itunes, WHY is this?

    Start here... http://www.apple.com/support/iphone/assistant/itunes/

  • Does Photoshop CC not support touch on Windows 8.1 tablet?

    Does Photoshop CC not support touch on Windows 8.1 tablet? Stylus nor finger working on canvas. Have all the updates from Windows and Adobe.

    Photoshop does not have touch support. however some touch devices drivers have features the can be set to Photoshop Functions. For example
    Tablets that have drivers that use Wintab API for pen support can be used with Photoshop Brush Pen support.  Tablets that use Microsoft Ink API for pen support can not be used with Photoshop for Adobe does not have support for Microsoft INK API for Adobe states the INK  API lack features used by Photoshop Brush engine.

  • Does Sender Mail Adapter support "PayloadZipBean" module

    Hi everyone,
    I have a scenario where, I get the email with an zip file as an attachment and I need to extract this file and send across. There is no mapping transformation done here, only I need to forward the attached file to the file server.
    Zip file always contains 1 file and is a text file.
    so Its an Email to File Scenario.
    Can I send the zip file as it is without unzipping i.e., send the attachment as iit is to the file server?
    If I want to unzip the file, does the module "PayloadZipBean" support in case of sender mail adapter. ?
    Thanks,
    Varun

    Hi Varun,
    Use "PayloadZipBean " Module at Receiver Communication Channel  in the Module Tab Set the "Module Key.mode =  unzip"
    and Receiver communication Channel file should be "FileName.txt".
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/c91241c738f423e10000000a155106/frameset.htm
    Regards,
    Naga.

  • Get an Error window, The source folder does not contain any supported camera raw files

    I am using CS2 and it would not open up my latest RAW files, I was getting a warning Could not complete your request because it is not the right kinds of document. So, I checked the Camera Raw Plug-in and it says Version 3.7. I see that my camera an Olympus E-20 is supported. But it is not opening the Raw files, the day before I took jpeg and they have opened. I will not trash my Adobe Photoshop CS2 because it was a royal pain to install and I don't know where the CD is.
    I installed the latest DNG Converter and when I try to open up the folder which has all the RAW images that didn't open in Adobe, I still get an Error window that says, "The source folder does not contain any supported camera raw files." Why? It says it supports my Olympus E-20. I actually have the E-20n, I don't think that is the problem. My RAW icons usually show up as small image thumbnails and this time they are gray icons only with the incorrect date under the icon. Is there another product I can use without spending money? These images I took in RAW were special and I don't want to lose them. Please help!
    Esther

    Hello, I was using only CS2 with my Olympus E-20n for 5 years, no problem. It just started acting up in RAW this year. I downloaded Picasa that same day and now it seems to be opening up all of my RAW files that didn't open the other day. So, I think Picasa installed a new plug-in adaption to CS2 because now all my RAW icons have a new logo on them, the same one that's in Picasa. Strange, but it works now and I am not complaining anymore. I love CS2 and the many ways I can adjust RAW files, so I am using it, Picasa is a sideline now that I can take a look at many thumbnails and it organized all my photo files by the year and folders. Amazing free software. I have probably 60,000 images in my computer and an external hard drive and Picasa picked them all up and made a library, cool.

  • Does 10.5.6 Support Dual displays for Radeon 9800 Pro Mac Edition cards?

    Does 10.5.6 Support Dual displays for Radeon 9800 Pro Mac Edition cards?
    And is there driver updates for anyone using the all-in-ones HP printers...has anyone been able to use their scanners since the update? and has the dual screen support been added to avoid the blue screen on startup?

    The ATI Radeon 9600 PC/Mac edition 256 MB should work in the MDD G4. It has two DVI ports (one is dual-link and can support a 30" display). You will need adapters for ADC displays.

  • Does IC WebClient require a J2EE engine for any of its component

    Does IC WebClient requires a J2EE engine for any of its component? What's the need to install j2ee engine on CRM server?
    I would appreciate if anybody could give a good answer or any kind of documentation on it.

    Prakash,
    The answer is yes in terms of the J2EE enginge being required.  It primarily handles your multichannel access and broadcast messaging for the call center.  If you don't install it, then your IC webclient will not work correctly.  We are not using the "telphony" features of the call center, but still installed the java piece so that the standard functionality would work correctly.
    Good luck,
    Stephen

  • Does K8D Master-FT support Dual core Opteron?

    Hi,
    Does K8D Master-FT support dual core Opteron? I saw the latest BIOS was released at 2003/12/11 and said to support for all series of AMD Opteron(up to 248, SC, 2.2GHz/1M).
    Thx, Xuekun

    Sorry I only looked after his question.
    The entire K8D-Master3 series has support for it: >>Link<<

  • Does Toshiba Multimedia Center support 5.1 via optical out?

    Hello, I have a question before I buy this...
    Does Toshiba Multimedia Center support 5.1 via optical out?
    I can find this out anywhere they only mention digital out but that could be coax.
    Can any of you help me?
    Thanks

    Hi
    As far as I know the Toshiba Media Center supports these feature:
    Dolby Digital Surround, Dolby Digital 5.1, EAX ADVANCED HD
    _Ports:_
    1 x LAN - RJ-45
    4 x hi-speed USB - USB Typ A, 4-polig
    1 x audio *SPDIF output*
    1 x audio - line-In stereo port 3.5 mm
    1 x headphones audio output stereo port 3.5 mm
    Greats

  • Does PSE 13 (Mac) support arranging pictures by EXIF Date-Time Taken?

    Does PSE 13 (Mac) support arranging pictures by EXIF Date-Time Taken?
    If not, is this an option under consideration?

    billqaz a écrit:
    Does PSE 13 (Mac) support arranging pictures by EXIF Date-Time Taken?
    If not, is this an option under consideration?
    It's the default sort order. You can choose chronological order( ascending or descending) or by Import batch or by filename. Contrary to older versions, those sort orders are available not only in thumbnail view, but also in Folders view and albums. In albums you can sort as you like 'custom order'. No difference in Mac or Win.

Maybe you are looking for

  • AirPort Extreme not visible in the airport utility installed on my Imac

    My AirPort Extreme is suddenly not visible in the airport utility installed on my Imac. After numerous rescans I am bordering to give up as the connection seems to be working fine when I connect it to the Imac through the ethernet cable. Any advices

  • Apple service centers

    I'm looking for an Apple Service Center in Trinidad & Tobago

  • Transport values

    Hi I have a report where i need to have a subtotal by page, without grouping a field. I've made a manual running total for this but it's not working... Sometimes it counts an item ahead sometimes an item less this is my layout for instance 2 pages: p

  • PROBLEM WITH 'COMMIT' COMMAND IN FORM 4.5

    During any process if I use COMMIT command after insert, update or delete command in table which is not the base table of current form a message appears on screen 'No changes to save' and changes are saved in the table. How can I stop this message? I

  • Checkboxes in Portal Form

    Does any one know if there has been a fix for attaching a LOV to a checkbox in a portal form? Thanks Paul