Create Policy Resource Exception. Resource type must not be null

OAM version: 11.1.1.5
I have installed OAM 11g webgate but not able to register it from OAM admin console. It is throwing the error "Create Policy Resource Exception. Resource type must not be null" whenever I try to register the agent.
Also I don't see any resource types like Http,Tokenservice and wl_Authen in Resource Type link of OAM Admin console.
How to add these missing resource types in OAM 11g?
Thanks in Advance

Hi
I didn't find solution for this issue. As I got this error in my VM machine, I reverted my snapshot to "After installing WLS" and then I installed and configured OAM again. This time I didn't get the issue.
Good Luck.

Similar Messages

  • Re: Error message: the resource type must not be null.

    Hi Gopi,
    During the installation of OAM, default policy objects are created in the DB (actually this step is completed during the first startup of the OAM Admin Server). It looks like this step has failed for some reason. Possibly messages in the Admin Server logs may give some help, and it may just be possible to manually create some of the missing objects in the /oamconsole .... but almost certainly the quickest option will be to drop/re-create the schema and to re-run the OAM config in order to re-create the domain. When doing this, please verify that the OAM Admin Server starts without errors.
    Regards,
    Colin

    Hi Colin,
    Thanks for the update.
    which schema we need to check it ?.
    Thanks in advance,
    Gopi T

  • Error message: the resource type must not be null.

    Hi,
    I have working on Integrating Oracle E-Business Suite Release 12 with Oracle Access Manager 11gR1 PS2 (11.1.1.7.0) using Oracle E-Business Suite AccessGate.
    I am getting this error when I am Register the WebGate Agent with Oracle Access Manager. Please suggest me to fix the issue.
    Thanks,
    Gopi T

    Hi Colin,
    Thanks for the update.
    which schema we need to check it ?.
    Thanks in advance,
    Gopi T

  • Values in a DynamicConfiguration must not be null

    In File to RFC to File synchronous method without BPM , i need to populate the file name for the receiver file dynamically.
    So i have used UDF in RFC to File message mapping.
    Z_RFC                                               MT_RCV_FILE
    FILENAME                                          FILENAME
    ITAB_OUT----
    ITAB_OUT
       item        -
    item
          STR1   -
    STR
    Created a  UDF for FILENAME as below:
    FILENAME -
    > UDF -
    > FILENAME
    and coded as below:
    try{
    String FILENAME  =  " ";
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FILENAME");
    FILENAME = conf.get(key);
    conf.put(key, FILENAME);
    return FILENAME;
    catch(Exception e)
         String exception = e.toString();
          return exception;
    when i test the mapping it shows an error :java.lang.NullPointerException
    and while doing a full test it shows :
    java.lang.IllegalArgumentException: Values in a DynamicConfiguration must not be null in SXMB_MONI
    can anybody guide me to solve this error.

    Hi Abhisek,
    I have changed it to FileName and when i do a end-to-end testing it shows
    Error: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value '20000000Test2222222220      Pass1')', probably configuration error in file adapter (XML parser error)'
    The strucute of receiver File:
    MT_RCV_FILE
         FILENAME          0 .....1
        ITAB_OUT           0......1
                  item            0.....unbounded
                      STR1      0......1
    In the  receiver CC i have given the following parameters:
    Target directory : /home/ftpusr/test/out
    File name scheme : *
    Content Conversion
    ITAB_OUT.fieldFixedLengths  30,255
    ITAB_OUT.endSeparator : 'nl'
    item.addHeaderLine  : 0
    item.fieldFixedLengths : 255
    item.endSeparator : 'nl'
    where could be the problem?

  • The value must not be NULL

    Post Author: rene.marxis
    CA Forum: Charts and Graphs
    copied from .Net-forum *** Hello we have one strange problem on one client where we use crystal reports.We have one application written in C# in VS2005 where we use some reports to that embed graphics generated from ZedGraph.The application works very fine on all clients except one.The
    report is prety simple. There are only 3 image items on the detail
    section and we pass the image data as a byte[] array to the report
    inside our dataset. For every image on the report we get the following
    error:"Crysytal Report Windows Forms Viewer"-"Der Wert darf nicht NULL sein.Parametername:path1"Which means "The value must not be NULL. Parametername: path1" We get the same errormessage for every image on the report.We
    allready checked the data inside the dataset and it is filled of course
    (also the same report works with the same data on other clients).Also other reports work fine on that client. Olny the once where image-data is passed from code is not working.  Here is some additional data:OS: Windows XP ProfessionalCR-Files from: CrystalReportsRedist2005_x86.msm (27. Januar 2006)Language  C# VS2005 Setup-Type: Install-Shield 12 (CR via merge-module) Here is some democode that produces the error (sorry i don't have permission to upload the project...)            ZedGraph.ZedGraphControl zgc = new ZedGraphControl();            zgc.Size = new Size(950, 500);            CreateChart(zgc);            Bitmap bmp;            MemoryStream ms;                        bmp = zgc.GraphPane.GetImage();                        ms = new MemoryStream();                        bmp.Save(ms, ImageFormat.Bmp);                        byte[] myImg = ms.GetBuffer();            ms.Close();            dsImage1.DataTable1.Rows.Add(myImg);            MessageBox.Show("Len of image in DS:" + ((byte[])dsImage1.DataTable1.Rows[0]["Img"]).Length);            rpt.SetDataSource(dsImage1);    //here comes the error            crystalReportViewer1.ReportSource = rpt; The dataset consists of oly on Img tag. Any suggestions? Thanks in advance rene.

    Hi,
    CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV Interface Mapping http://hsbc.com
    IM_PAYEXT_PEXR2002_To_PEXR2002_BPM The value for the input paramter
    DIRECTORYNAME must not be null
    This is your error...make sure that when the mapping IM_PAYEXT_PEXR2002_To_PEXR2002_BPM is executed the element DIRECTORYNAME is present and is always containin some value...sort of mandatory field.
    Regards,
    Abhishek.

  • Null in Composite Primary Key and "Primary keys must not contain null"

    Hello all.
    I'm a newbie concerning to JPA/EJB3, but I was wondering if toplinks doesn't support composite primary keys with null in some field (something perfectly right in any RDBMS).
    I used JDeveloper (I'm using Oracle 10g database and JDeveloper 10.1.3.2.) wizards to generate JPA classes and I checked out generated files (with annotations), so they should be right (by the way, other O-R mappings for my model are working right, but this one).
    I'm getting the next error:
    Exception Description: The primary key read from the row [DatabaseRecord(
         TSUBGRUPOSLDI.CD_GRUP => 01
         TSUBGRUPOSLDI.CD_SUBGRUP => null
         TSUBGRUPOSLDI.CG_POBL => 058
         TSUBGRUPOSLDI.CG_PROV => 28
         TSUBGRUPOSLDI.DSCR => Sanidad)] during the execution of the query was detected to be null. Primary keys must not contain null.
    Compound primary key is (CD_GRUP, CD_SUBGRUP). No foreign keys, no joins (only a NamedQuery: "select o from ..."). It's the simplest case!
    I checked out that everything runs ok if there's no "null" value in CD_SUBGRUP.
    After some research (this and other forums) I'm beginning to believe that it's not supported, but not sure.
    Am I doing sth wrong? If not, what is the reason to not support this? Will it be supported in the future?
    Thanks in advance.

    Null is a special value and in many databases is not comparable to another null value (hence the isNull operator) and may pose problems when used to uniquely identify an Entity. TopLink does not support null values within a composite PK. As the nullable column is most likely not designated as a PK within your database table (many databases do not allow this) I recommend updating the Entity PKs to match that of the database.
    --Gordon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Theme editor doesn't show - DesignManager must not be null error

    Hi,
    I'm experiencing problem with Theme Editor & default portal themes. Problem was probably started by importing custom themes from older version of portal (current configuration is NW2004 SPS19, Java stack). After entering System Administration / Portal Display, theme editor doesn't show up and defaulttrace contains following error:
    #1#java.lang.IllegalArgumentException: DesignManager must not be null.
         at com.sapportals.portal.ssd.userInterface.InitialPage.<init>(InitialPage.java:74)
         at com.sapportals.portal.ssd.StyleSheetDesigner.doContent(StyleSheetDesigner.java:94)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I've tried many things - delete custom themes (at first from Theme Archive, then from themes Integrity browser (...irj/servlet/prt/portal/prtroot/com.sap.portal.themes.integrity.browse) and finally I've found traces in the filesystem (I think it was .../irj/root/portalapps/com.sap.portal.design.urdesigndata/themes/customer)). So there should be no trace of custom themes in the system (as suggested in thread Theme Editor no showing content.), but the problem remains.
    And there's more I found. We have 2 same systems installed on one server (both have own Oracle database+NW 2004 SPS19). The other portal works fine and without any problems, even with the same themes imported - it didn't create any error so I wonder if the problem doesn't lie somewhere else.
    One more thing I noticed, which is different among these two portals, is the bahaviour of default themes - when I start ...irj/servlet/prt/portal/prtroot/com.sap.portal.themes.integrity.browse on both portals, the one which works, has also its and portal subnodes under every theme from SAP. On the other portal, only one theme shows all - the sap_chrome. Other themes contain only ur subnode. I've tried to compare filesystems of both portals (but only directries which I found through search for "sap_tradeshow"), but I haven't noticed any differences. What else could be different?
    I tried many things, but without any effect. Could anyone help me, please? I'm running out of ideas and thinking about reinstalling the portal, which isn't prefereble solution.

    Hi,
    It's really hard to say, where's the problem. I think you should reinstall it..., probably some components of your EP wasn't installed correctly.
    Regards,
    Juraj

  • Named query, primary keys must not contain null

    We have an question on the named query. Here is the scenario:
    Class JoinClassC (id, name, desc, comment) is mapped to two tables Join_Table_A (id, name, description) and Join_Table_B (id, name, comments); Join_Table_A is the primary table; two tables are associated via primary key.
    Defined a named query (findByName, ReadAllQuery/SQL) for JoinClassC descriptor. The sql is:
    SELECT a.ID,a.NAME,a.DESCRIPTION,b.COMMENTS FROM JOIN_TABLE_A a, JOIN_TABLE_B b WHERE a.NAME=#name AND a.ID=b.ID AND a.NAME=b.NAME
    Getting QueryException while executing the query. Here is the trace:
    [3/2/05 13:50:24:795 EST] f8b62aa SystemOut O 2005.03.02 01:50:24.795--ServerSession(738697921)--Thread[Servlet.Engine.Transports : 4,5,main]--Connection(1095574161)--SELECT a.ID,a.NAME,a.DESCRIPTION,b.COMMENTS FROM JOIN_TABLE_A a, JOIN_TABLE_B b WHERE a.NAME='persistence' AND a.ID=b.ID AND a.NAME=b.NAME
    2005.03.02 01:50:24.835--ClientSession(1127670417)--Thread[Servlet.Engine.Transports : 4,5,main]--Exception [TOPLINK-6044] (OracleAS TopLink - 10g (9.0.4.4) (Build 040627)): oracle.toplink.exceptions.QueryException
    Exception Description: The primary key read from the row [DatabaseRow(
         USER04.JOIN_TABLE_B.ID =&gt; 2
         USER04.JOIN_TABLE_A.NAME =&gt; persistence
         USER04.JOIN_TABLE_A.DESCRIPTION =&gt; FJF Persistence Fram
         USER04.JOIN_TABLE_B.COMMENTS =&gt; The Persistence Fram)] during the execution of the query was detected to be null. Primary keys must not contain null.
    Query: ReadAllQuery(com.ford.it.persistence.unittest.dom.JoinClassC)Local Exception Stack:
    Exception [TOPLINK-6044] (OracleAS TopLink - 10g (9.0.4.4) (Build 040627)): oracle.toplink.exceptions.QueryException
    Exception Description: The primary key read from the row [DatabaseRow(
         USER04.JOIN_TABLE_B.ID =&gt; 2
         USER04.JOIN_TABLE_A.NAME =&gt; persistence
         USER04.JOIN_TABLE_A.DESCRIPTION =&gt; FJF Persistence Fram
         USER04.JOIN_TABLE_B.COMMENTS =&gt; The Persistence Fram)] during the execution of the query was detected to be null. Primary keys must not contain null.
    Query: ReadAllQuery(com.ford.it.persistence.unittest.dom.JoinClassC)
         at oracle.toplink.exceptions.QueryException.nullPrimaryKeyInBuildingObject(QueryException.java:542)
    Adding b.ID to the sql select will solve the problem.
    Question: does the primary key must be present in the sql select to run this kind of query? Any way to work around the restriction?
    Your help would be greatly appreciated.
    Haiwei

    The problem is that you need to select both primary keys for the multiple table descriptor.
    i.e.
    SELECT a.ID,a.NAME,a.DESCRIPTION,b.ID, b.COMMENTS FROM JOIN_TABLE_A a, JOIN_TABLE_B b WHERE a.NAME=#name AND a.ID=b.ID AND a.NAME=b.NAME
    Your SQL needs to return the same data that TopLink would have selected, which includes the primary key for both tables. TopLink expects both a.ID and b.ID fields in the select, because your only select one and the field names are the same TopLink thought the ID field was for b.ID not a.ID, if you select both it will be ok.

  • Visual Web ICEfaces - 'library must not be null' error

    Hi Everyone...
    I installed the following plugins 'ICEfaces Run-Time Libraries' and 'VisualWeb ICEfaces'. I restarted the IDE and went on to create a 'Web Application'. I selected 'Visual Web ICEfaces' in the famework option and clicked on 'finish'. As the progress bar hits 75%, I am getting a message that says 'library must not be null' and there is no further progress beyond 75%. When I click on the 'library' tab, I can see 'ICEfaces Run-Time 1.8.2', so I dont understand why I am getting a 'library must not be null' error. Any idea why I am getting this?
    OS: WinXP Professional
    IDE: Netbeans 6.5.1

    any clues anyone?

  • Error while creating BP -Validity of MKK role must not be restricted

    Hi,
    'Validity of MKK role must not be restricted' message is coming when creating BP in the CIC0 environment. This is happening only to few users in production system. I didn't get any error message when I create BP.
    Appreciate your reply.
    Thanks
    Bala

    Hi Raj,
    Can u send the material  sap isu materials for beginner to my  user profile mail id
    Advance Thanks for help
    Highly points should be added
    Regards,
    srikanth.naga

  • VPRS cond type is not appearing after creating a sales order

    Dear Friends,
    I have copied pricing procedure from Std pric procedure i.e from RVAA01.
    In Material master in Accounting 1the following things are maintained,
    Valuation Class--7920 ( Finished products)
    VC Sales Order Stock--7920 ( Finished products)
    Pricing Control-V ( Moving average Price/Periodic unit price)
    Standard Price--- Blank
    Price Unit--1
    Total stock--100
    In Pricing procedure VPrS cond type is included and settings are as follow,
    Statistics---Relevant
    Subtotal-- B ( carry over value to KOMP-WAVWR (cost))
    Requirement--4
    Item Catg is TAN and in Business data it is relevant for Determine Cost.
    Activated cost determination for item categ TAN
    But when I am creating sales order VPRS cond type is not appearing.
    Analysis is saying
    The requirement 004 is assigned to this condition in the pricing procedure. This requirement was not met and so the condition was excluded from further processing.
    Can anybody tell me where I am going wrong?
    Regards,
    Shrikant

    Hi Friends,
    Thanks for your reply as per your instruction I have maintained cond type and also in Pric procedure I removed 4 from Requirement column.
    Now I am getting following error,
    Diagnosis
    This condition has not been determined using condition records. The amount or value should be determined from another data source. For cost (condition category 'G') it is read using conditions from the material valuation segment, for a cash discount condition it is read using conditions from the terms of payment table.
    In this transaction an error occurs - the material valuation segment or the terms of payment table could not be read or a currency translation has failed.
    System Response
    The condition has been provided with the deactivated indicator 'X'.
    Procedure
    Refer to the messages in the status line of the condition overview screen.
    Regards,
    Shrikant

  • Problem With OAM10g URL while Creating Policy

    we are trying to protect a resource in OAM 10g for this we have created policy in that resource tab. we are not getting the URL which we mentioned in Host Identifier. Instead of the URL mentioned in Host Identifier we are getting the following URL.
    our URL is appearing ---- dc%3d%testdc%2d%com...
    Edited by: Arii on Aug 24, 2012 8:15 AM

    URL prefix appearing under resource tab, is not because of Host identifiers. It is because of configuration you done during Policy Manager setup (after installing Policy Manager). During configuration, it asks for policy domain URI prefix and by default its value is /
    Refer your installation and verify.

  • How to create policies on new target type such as mysql target type?

    In MGMT_USER_DEFINED_POLICY package, the target types are predefined.
    G_HOST_TARGET_TYPE CONSTANT VARCHAR2(32) := mgmt_global.G_HOST_TARGET_TYPE; -- 'host';
    G_DATABASE_TARGET_TYPE CONSTANT VARCHAR2(32) := mgmt_global.G_DATABASE_TARGET_TYPE; -- 'oracle_database';
    G_LISTENER_TARGET_TYPE CONSTANT VARCHAR2(32) := mgmt_global.G_LISTENER_TARGET_TYPE; -- 'oracle_listener';
    G_CLUSTER_TARGET_TYPE CONSTANT VARCHAR2(32) := mgmt_global.G_CLUSTER_TARGET_TYPE; -- 'cluster';
    If i added new target type to EM and want to create some policy on the target type, Must I recompile the MGMT_GLOBAL package by adding new defined target type.

    Chapter 8 in the EM Extensibility Guide (available for download here) should help.

  • SignalR - Two Hubs must not share the same name

    I created asp.net mvc 5 application (call it "WebServices"), then i add my Hubs in a folder called "Hubs". Now
    what happened is that SignalR (2.0.2) generate JavaScript proxies for hubs in environment: 1-in local machine. 2-when i publish to azure web role. Now when i publish to azure website (.NET is 4.5 and websocket is opened),it didn't generate proxies. Now i tried
    to add hubs to App_Code folder ,and it generate proxies ,but the build action of the hub classes are "Content",when i change it to Compile it raised this exception :
    Two Hubs must not share the same name. 'Webservices.App_Code.MyHub1, App_Code.c9aucf2j, Version=0.0.0.0,
    Culture=neutral, PublicKeyToken=null' and 'Webservices.App_Code.MyHub1, Webservices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' both share the name 'MyHub1'.
    I love Silverlight ^^

    Hello,
    It seems this issue is more reagrding ASP.NET MVC, I suggest you posting to:
    http://forums.asp.net/1146.aspx
    There are MVC experts who will help you better.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OIA - Resource Type is not listed in list

    Hi All,
    Import of resources and resource metadata using files not supported in OIA. Using DML queries I have added Resource Metadata in OIA.
    I can see the Resource Type created in OIA - Administration -> Resource Type ->
    However If I try to schedule a import accounts job my resource type is not listed in the list.
    Did anyone see this issue?

    Hi Pallavi,
    Word of caution: If you are intending to alter the database directy, you should also consider the rbacxservice.sequences table to ensure there's no conflict of PK's when you attempt to create new resources within the GUI.
    INSERT INTO namespaces (NAMESPACEKEY,NAMESPACENAME,NAMESPACESHORTNAME,NAMESPACECOMMENTS,MULTIVALUE_DELIMITER,TYPE_LDAP) VALUES(2000,'TestResource','TestResource','TestResource',',',0);
    update sequences set currentValue = (
    select max(namespacekey)+10 from namespaces)
    where sequencename = 'NamespaceKey'
    Commit;
    Regards,
    Daniel

Maybe you are looking for

  • Itunes won't work when Ipod is plugged in

    everytime the i plug my ipod into my laptop itunes freezes and its shown in task manager that itunes isnt responding. it won't update my ipod either. ive tried restoring and resetting

  • Re-configure the WRT54G2 to work with the EnGenius 5611P repeater?

    I looked around the messages, but could not find anything on this topic. I need assistance with the CISCO WRT54G2 V1. I have an EnGenius EOC5611P (500mW) Repeater set up in my RV and it connects directly to the PC inside my RV using, a CAT 5 connecti

  • How do I export from FCP5 to DVD if I don't have the DVD studio?

    I have a FCP 5 and I'm trying to export my movies to DVD without loosing my quality. Have no DVD studio and so I can't compile back the m2v, ac3 and the aiff files together when I export the movie through the compressor. When I tried exporting any ot

  • Create Rebate Agreements VBO1

    Can you please suggest BAPI to create Rebate Agreements VBO1, using the following values to pass as below: 1st structure : VKORG, "Sales Organization VTWEG, "Distribution channel SPART, "Division BOART, "Agreement type BONEM, "Rebate recipient WAERS,

  • Weblogic 11g handle OPTIONS

    Hello all, is there a way to setup my Weblogic 11g server so that hes able to response to OPTIONS request? I've got a Webservice running on Weblogic 11g  and using Firefox as client .  Before Firefox send the get/post request it sends an OPTIONS requ