How and were 2 use module processor..........

hi,
in adapter v have 3 tabs.first one is parameters,second one idetifiers and third one module.........so i want to no how this module is used.........in which situvation we use it and how?

Hi Phani,
see the module tab specifies the adapter modules called during execution of your communication channel......so in the comm channel in module tab - there is always a SAP adapter module for every adapter which is invoked by the adapter engine to do the work of that adapter.........now if there is some functionality in your scenario, which cant be provided by the  adapters which SAP XI provides - then you will have to create a customer adapter J2EE module for your scenario in NWDS and then deploy it in XI system by SDM.....Then you can give your adapter module first and then SAP adapter module will be there..........So adapter engine first calls your adapter module -do the things you want and then adaper engine calls SAP adapter  module to do the task of that adapter comm channel.
Hope this explains you the use of module tab in Comm channel.
Thanks,
Rajeev Gupta

Similar Messages

  • System generated value for a field and incrementing (using module pool pro)

    Hi,
    I'm getting system generated value for a field and incrementing (i.e done by coding) when i'm saving the screen or transaction (which is created using module pool programming) while modifying, saving its working fine, but when i'm going out of the screen or exit n again i start the screen (with some ztransco) the value for the field again starting from 0 so i want to start from the same value for a field where we exit or got out from the screen n incremented respectively while saving the screen,
    Thanks & Regards,
    MS
    Edited by: Rob Burbank on May 4, 2010 10:40 AM

    Search the forum for number range objects.
    Rob

  • Usage of Module processor in SOAP Receiver Adapter

    Hi,
    I have scenario where I am calling an external Web Service via XI. Unfortunately I need Java Mapping to generate the complete SOAP Message (there are some special header elements required by the Web Service)  and flag 'no soap' in the SOAP Receiver Adapter. This works fine, but I have additional Web Service Calls that have the same Header logic and I don't want to use Java Mapping all the time.
    I was wondering if it is possible to use graphical User Mapping for the Business Data that goes to the SAOP Body as a payload and use Java code to generate the SOAP Message (actually the SOAP Wrapper and the Header).
    Can I do this in XI using the Module processor in the SOAP Receiver adapter or do I have to use two mappigs, one based on the Graphical mapping and another using Java Mapping? Is it feasible at all in XI?
    Thanks in advance.

    Hi,
    You can use Module Processor.
    But,
    1. If it is a synch call, in when the message is going from the SOAP adapter to the Webservice, you will need to manually Add the SOAP header as you want . ( you will need to create the entire SOAP mesage as the output of the Module ).
    2. When the response comes back, the same module will need to remove the SOAP header etc and pass a valid , XML message to the Graphical mapping.
    If you have a requirement that some fields of the SOAP header will be needed to be accesed in the Response mapping, then you would need to either add this field to some field in the response payload.
    Better option would be to use, Either a Java or a XSL mapping that does all the required stuff for you.
    Regards
    Bhavesh

  • SP14 Module Processor Issue

    Hello,
    I hava developped in SP10 multiple Module Processor and everything works fine.
    I have upgraded to SP14 and redeployed the Module Processor and at each execution of a Module Processor, i've got the error in RWB/Monitoring Adapter : "java.lang.ClassCastException" ?????
    I somebody as an idea.
    Regards,
    Vincent

    OK for JNDI but for the empty it's a problem, let me explain the scenario :
    I have configured a file sender adapter with file Content Conversion. I have 2 kinds of records Header and Items.
    i have defined the 'Key Field Name' based on the first character of each line of my flat file and the values associated :
    Header.keyFieldValue = 1
    Item.keyFieldValue = 2
    Flat file example :
    1;Headerfield1;Headerfield2
    2;ItemField1;ItemField2;ItemField3;ItemField4;
    2;ItemField1;ItemField2;ItemField3;ItemField4;
    2;ItemField1;ItemField2;ItemField3;ItemField4;
    and everything works fine !
    But now imagine you receive a bad file like this :
    xxxxx;ohhohoh;llllll
    y;sdfsdfs;zezerz;zerzer
    e;zerzerze;zezerzerzer
    The result is : No error is generated (first why ???? ) and because the adapter cannot match the keyFieldValue it seems consider that it has received an empty file and nothing is sent to IS so no alert is generated ????? in this case the approach is not really correct !
    Regards,
    Vincent

  • Anonymizer Module Processor - how to use ?

    Hi,
    I have a requirement where the incoming XML contains namespace prefixes that do not match the namespace prefix set on the XI definition.
    Therefore the message mapping does not work !
    I have seen a few thread recommending using the Anonymizer Module Processor to override the namespace prefixes.
    However, I cannot seem to get this to work on an message inbound to XI - it always seems to retain the namespace prefixes of the incoming message.
    I have added the followingto the module section of the SOAP adapter inbound channel:
    Module name - localejbs/AF_Modules/XMLAnonymizerBean
    Module type - Local Enterprise Bean
    Module key - namespace
    Module configuration:
    Module key - namespace
    Parameter name - anonymizer.acceptNamespaces
    Parameter value - 'http://schemas.xmlsoap.org/soap/envelope/' ns0 'http://tempuri.org' ns0 'java:com.xerox.hc.registration.event' ns0
    The incoming XML looks like this:
    <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    - <m:getRegistrationEventQueryResponse xmlns:m="http://tempuri.org/">
    - <result xmlns:n1="java:com.xerox.hc.reg2.registration.event" soapenc:arrayType="n1:RegistrationEventJB[9]">
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KN0025428</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KN0025428</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T12:33:58.318-05:00</eventDate>
      <eventType xsi:type="xsd:string">SerialNumberChange</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T13:00:27.449-05:00</eventDate>
      <eventType xsi:type="xsd:string">SerialNumberChange</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">PSG000002</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">PSG000002</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T17:55:13.067-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T18:53:42.629-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T18:54:40.235-05:00</eventDate>
      <eventType xsi:type="xsd:string">Registration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KMM010309</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KMM-010309</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T19:00:56.574-05:00</eventDate>
      <eventType xsi:type="xsd:string">Registration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC010061</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC0100615CA</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-24T15:29:59.268-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC010061</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC0100615CA</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-24T15:40:37.123-05:00</eventDate>
      <eventType xsi:type="xsd:string">Registration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-25T10:30:02.660-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
      </result>
      </m:getRegistrationEventQueryResponse>
      </env:Body>
      </env:Envelope>
    All namespace prefixes need to be overridden to ns0 but with the configuration I have added this is not working.
    Any ideas what I am missing or have configured incorrectly ?
    Kind regards
    Colin.

    Hi Colin,
    There is no matter how the namespace prefixes are called. If you have ns0 or t is no difference.
    The problem why the mapping is not working is the difference between prefixed namespaces like this:
    <m:getRegistrationEventQueryResponse xmlns:m="http://tempuri.org/">
    and non-prefixed namespaces like this:
    <result xmlns:n1="java:com.xerox.hc.reg2.registration.event">
    With the IR you can only create message types with one prefixed namesspace. It is not possible to create a message structure as you need inside the IR.
    You have to create the WSDL externally and upload as external definition to the IR. Let BizTalk create the WSDL.
    If this is not possible, you should XSLT for mapping.
    Regards
    Stefan

  • How do I use my serial number to find information about my MacBook Pro's Processor and RAM?

    So I want to find information about my MacBook Pro's processor and RAM using the serial number because the MacBook no longer works. I remember being able to find this information on the apple website before, maybe by using the coverage checker. Did they take this information out of the coverage checker? Is it no longer possible for a costumer to obtain this information?

    Append the last three characters of it to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    This won't reveal how much RAM it currently has installed.
    (117541)

  • How do I use icloud to restore my documents that were in Pages? Pages got stuck in "waiting" to update and when nothing else worked I deleted it and reloaded Pages. I don't want to restore everything just my Pages documents.

    How do I use icloud to restore my documents that were in Pages? Pages got stuck in "waiting" to update and when nothing else worked I deleted it and reloaded Pages. Everything I can find is about wiping everything out and restoring everything. I don't want to restore everything just my Pages documents (and numbers and keynote that also locked up during updating).

    What I meant is turn off Documents and Data in iCloud in OS X. Keep it on on your iOS devices. iCloud will sync documents between the iOS devices and make them available on the iCloud web site, but it won't mess up iWorks' open and save dialog boxes. It also won't assume that you want all your documents in iCloud, which I think is undesirable anyway.
    Keep iOS and OS X separate, and use the web site to move files between the two as necessary.
    iOS iWork is different from OS X iWork. There are fewer fonts on an iOS device. iOS iWork programs have slightly different feature sets than OS X iWork programs, and the file formats are different. iCloud automatically converts the file format when necessary, but if you make a habit of saving things directly to iCloud, you are limited to the lowest common denominator between the two versions of iWorks. So why would anyone want iWork on the Mac to open and save documents on iCloud by default?
    If you want to store files in the cloud and sync them on your Macs, SugarSync is a much better solution. It lets you choose your sync folders, it doesn't make you reorganize your files, it lets you sync all file types, it doesn't convert files to a different format and back, and it stores everything in the cloud, too. Just the simle act of saving a file backs it up and syncs it. I wouldn't live without it. iCloud is best with iTunes purchases and synchronizing Mac settings and iOS files; I woudln't live without it. The two make an unbeatable combination.

  • How do I use the counter and digital signals of the 6071E while it is connected to SCXI modules?

    I am contemplating using a PCI 6071E with SCXI. We have the boards (6071E), we would need the cable (I suppose SH1006868) and the SCXI system. I would like to know how would you access the counter and digital line capabilities of the board. I will be using a SCXI-1314 with a SCXI-1520 Module for strain measurements but will need to use the counter and digital lines of the board as well. Can this be done? If so, how and/or what else do I need?

    I think this KnowledgeBase will answer the question for you.
    Accessing DAQ Board Counter Pins with an SCXI System
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • Thank you for approving my feed iTunes . The only problem is, there is no art work, even though artwork was submitted correct sizes and formats were used. Why is this and how can the problem be rectified?

    Thank you for approving my feed iTunes . The only problem is, there is no art work, even though artwork was submitted correct sizes and formats were used. Why is this and how can the problem be rectified?

    Thanks for getting back. Hadn't got round to re uploading the amended feed. I just did it now.
    The only thing is, Feed Validator doesn't like it because of the picture size, and a couple of other things, it reeds the following:
    Sorry
    This feed does not validate.
    line 22, column 14: width must be between 1 and 144: 1400 [help] <width>1400</width>
                  ^
    line 23, column 15: height must be between 1 and 400: 1400 [help] <height>1400</height>
                   ^
    line 25, column 21: XML parsing error: <unknown>:25:21: not well-formed (invalid token) [help]
    <itunes:image href=http://www.whiteberg.com/Wdotfontitunes2.png" />
                         ^
    In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    Your feed appears to be encoded as "utf-8", but your server is reporting "US-ASCII" [help]
    line 4, column 114: Self reference doesn't match document location [help]... dcast.xml" type="application/rss+xml" />
                                                 ^

  • I need to burn a Final Cut pro project onto a DVD. I watched a tutorial but they were using Final cut Pro 10. How do I burn one just using Final Cut Pro? and can I go through IDVD?

    I need to burn a Final Cut Pro project onto a DVD. I watched a tutorial but they were using Final cut Pro 10. How do I burn a project just using Final Cut Pro? and can I go through IDVD? ( oh and how can I finalize the project?) Thanks!

    I did that already it it only burned one section of the project. How do I export a master file? Can i just save it on the computer then take it to IDVD? Thank you so much for helping me!

  • How to find function module's and tables used for the particulat screen or TCODE?

    Hello Nation,
    I would like to know how to find the  function modules and tables used for the particular screen or TCODE or program.
    Example : I would like know the function module used in the program RDBGFT?
                     How can i find that?
    Thanks in advance ,Awaiting your reply.

    Make use of Find function  with the keyword "CALL FUNCTION".
    Make use of the same find function with the keyword "Select" to know the database tables used.
    Regards,
    Philip.

  • How to copy videos from iPhone to iPhone? The videos are in QT format and were taken using the iPhone camera.

    How to copy videos from iPhone to iPhone? The videos are in QT format and were taken using the iPhone camera.Help me, anyone? Thanks in advance.

    Just to add.....I created a folder on my PC to store all videos taken from my iPhone and my wife's iPhone.
    I just cannot sync those videos taken using my wife's iPhone to my iPhone.

  • Help needed please.. how do I remove my credit card from itunes? just discovered over $450 of charges when I looked at my email... Kids had no clue they were using our money and not their gift cards

    Help needed please.... I just discovered over $450 charges to my credit card from Itunes. The kids had no idea they were using our credit card and not their itunes gift cards and 4 year old just clicks on anything! I didnt save my credit card details so am a bit miffed at this... I cant find anywhere in itunes to remove it. Edit.. but not remove. Editing does not remove it.. HELP

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    Changing Account Information  >  http://support.apple.com/kb/HT1918

  • Zip Payload using PayloadZipBean Module Processor

    Hi,
    I'm using AF_Modules/PayloadZipBean in module processor of Receiver SOAP adapter to compress/zip the message payload. I've used the following module key parameters :
    Parameter Name      Parameter Value
    zip.Mode                  zipAll
    zip.filenameKey        contentType
    In the adapter engine monitoring from RWB I can see the following warning message :
    Warning Zip: message is empty or has no payload
    But I can see the msg payload from the RWB message monitor as expected.
    Can anyone please throw any light on this issue?
    Thanks in advance,
    Dipankar

    Hi Stefan,
    Can you please explain what you meant by transfer-encoding gzip?
    Actually the requirement is to receive xml message in compressed zipped  format along with digital signature. As I understand using the ModuleProcessor which you mentioned in your blog I can send zipped message (using File Adapter I've actually achieved the result as mentioned in your blog. So thanks a lot for that!). But in file adapter I can't use digital signature. So how to satisfy both the requirements using a single adapter (and maybe using some module processors over it)?
    Thanks for your help!
    Dipankar

  • JAAS. BEA, when and how should I use it?

    Hi,
    I am confused and I hope someone at BEA sees this post or someone who knows the
    answer steps up and clarifies this issue for me - please.
    I have a basic web application, WLS 7, using Struts, Toplink, Oracle 8i. Pretty
    standard. In 6.0 we used RDBMS realms to Authenticate and Authorize our users.
    We used the web.xml to indicate we were using FORM based authentication and the
    SECURITY CONSTRAINTS were using role names that matched what the RDBMS Realms
    were pulling from Oracle.
    As I read the docs and look at the examples I see all the old stuff is deprecated,
    I do see I have the option of running in compatability mode - however I don't
    want to do this if this is not the way things will be done in the future.
    I followed the steps in the excellent post by Aaron Mulder "Weblogic 7 RDBMS Realm
    Procedure" and create my own Authentication provider, deployed it and it seems
    to be running. However I am now having problems getting the web.xml to "kick"
    when I try and access a resticted resource I am not sent to my FORM Based authentication
    login page... shouldn't I be? I would think the security constraints would be
    loaded correctly and same with the LOGIN config stuff and that WLS would just
    use all the providers but that it would know what to do for things like _security
    check and all the contraints in the web.xml.
    Am I going down the correct path? Do I just need to now write an Authorization
    provider too? In my test in my Authentication provider I put everyone into the
    "Administrators" group and use that in my web.xml. I would expect I would be sent
    to the login page first, then WLS would upon form submittal, check the Authentication
    provider, then my code would say all users are "Administrators", then it would
    check that with the web.xml security constraint, then if the role matched would
    send me on to the page.
    Help :> I just want to get this working and make sure I am using the correct paradigm.
    Thanks,
    Jerry Rodgers

    You use JAAS when running in the app maybe, that is up to the container. It
    is transparent to the developer. If your writing a J2EE app, you do not need
    to write JAAS modules. Use j_security_check and the rest is handled through
    the container.
    You don't need that runAs() shit or LoginContxt.login() etc.
    Only if you are outside the container.
    Go head, reinvent the wheel. JAAS is meant for people who write containers,
    not for people who use them.
    Way to add confusion to an already clouded issue.
    Also, let me explain J2EE authorization
    You said: "As far as I know, J2EE does not specify how the authentication
    is performed, so I don't know how you can say that JAAS goes
    against the J2EE spec."
    Dude, you define security restraints (authorization) to whatever resources
    you want through a web.xml or ejb-jar.xml by asigning roles to them.
    Im doing it as we speak.
    Mike
    "Wayne M Adams" <[email protected]> wrote in message
    news:[email protected]...
    >
    Michael:
    Please see my posts (8771 and 8772). You do use JAAS
    when running an app within the WLS container. In fact,
    you already are, whether you use the OOTB "new" security
    SPI authentication providers or are in Compatibility
    Security, in which case you're using JAAS through an adapter
    to your old-style Realm.
    Concerning "standard" authentication, the J2EE spec says:
    "The web client forwards the authentication data to
    the web server, where it is validated by the web
    server... The validation mechanism may be local to
    the server, or it may leverage the underlying
    security services. On the basis of the validation,
    the web server sets a credential for the user."
    (Also, see section J2EE.3.3.2, "Non Goals").
    As far as I know, J2EE does not specify how the authentication
    is performed, so I don't know how you can say that JAAS goes
    against the J2EE spec. WLS chose to use JAAS for authentication
    because it's a Java-based implementation of a "standard" (PAM)
    and Java security developers are familiar with it...
    Jerry, it sounds like you're doing the right thing. You
    will want to move away from the old Realm and get out of
    Compatibility mode. I'm not sure what specific problem
    you're having - if you're not being directed to your login
    form page, my guess would be something else is wrong. That
    is, I wouldn't expect to see a problem in the new ATN provider
    crop up until after you had submitted your form info to
    j_security_check. If you're not getting to the login page
    at all, it would seem there might be a problem with a URL
    mapping in a web resource collection, or something like that.
    Just a guess.
    Also, I don't think you need to implement your own provider
    unless the one that's there doesn't meet your needs. In other
    words, I can't see any reason why your authentication provider
    couldn't work just fine with all the other WLS OOTB security
    providers.
    wayne
    "Michael Lee" <[email protected]> wrote:
    Dont use JAAS when running an app within your container. That goes
    against
    the J2EE spec.
    Read my 32423432 previous posts here.
    Mike
    "Jerry Rodgers" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am confused and I hope someone at BEA sees this post or someone whoknows the
    answer steps up and clarifies this issue for me - please.
    I have a basic web application, WLS 7, using Struts, Toplink, Oracle8i.
    Pretty
    standard. In 6.0 we used RDBMS realms to Authenticate and Authorizeour
    users.
    We used the web.xml to indicate we were using FORM based authenticationand the
    SECURITY CONSTRAINTS were using role names that matched what the RDBMSRealms
    were pulling from Oracle.
    As I read the docs and look at the examples I see all the old stuffis
    deprecated,
    I do see I have the option of running in compatability mode - howeverI
    don't
    want to do this if this is not the way things will be done in the
    future.
    >>>
    I followed the steps in the excellent post by Aaron Mulder "Weblogic7
    RDBMS Realm
    Procedure" and create my own Authentication provider, deployed it andit
    seems
    to be running. However I am now having problems getting the web.xmlto
    "kick"
    when I try and access a resticted resource I am not sent to my FORMBased
    authentication
    login page... shouldn't I be? I would think the security constraintswould
    be
    loaded correctly and same with the LOGIN config stuff and that WLSwould
    just
    use all the providers but that it would know what to do for thingslike
    _security
    check and all the contraints in the web.xml.
    Am I going down the correct path? Do I just need to now write anAuthorization
    provider too? In my test in my Authentication provider I put everyoneinto
    the
    "Administrators" group and use that in my web.xml. I would expect Iwould
    be sent
    to the login page first, then WLS would upon form submittal, checkthe
    Authentication
    provider, then my code would say all users are "Administrators", thenit
    would
    check that with the web.xml security constraint, then if the role
    matched
    would
    send me on to the page.
    Help :> I just want to get this working and make sure I am using thecorrect paradigm.
    Thanks,
    Jerry Rodgers

Maybe you are looking for

  • How can I share contacts in a specific group

    I want to share a specific group of contacts without having to share each of the contacts individually.

  • Music attached to accounts that no longer exist

    I just put my itunes library on my new computer after my old one died and now I can't put half of my songs on my IPOD because it is attached to an old account that no longer exists but it says I have to authorize that account in order to hear my song

  • Increasing time at end of transfer to new machine?

    I got a shiny new iMac and have been for hours now, transfering data from the old machine to the new one. I was quite happy when it got down to only 6 minutes left... then the the counter turned around and started going up for the past hour - with it

  • PO Error in transmission SRM 7.0

    Hi SRM Experts, Need your Urgent support/advise on a PO Transmission error issue... Transfer from SRM 7.0 to Back End R/3 system Pl. find below the details.. The PO 9XXXXXXXX has the status Error in Process... I tried to manually push PO from SRM 7.0

  • No Document Opened

    Hi all, I got a problem with opening and creating new document in SOLAR01. Each time I create, or try to open a document, nothing displayed in SAP editor (no template, no doc display) for any Office document. It prompts "No document opened" Previousl