ListerUsers methods in 10.3.1 requires implementation, but not in 10.3

Hello All,
We have one security provider developed in 10.3 which is running fine.
When we developed the same in 10.3.1, by selecting "Home> Security Realms> myrealm> Users and Groups" automatically tab "Users" appears . This shows a stack trace:
Home > Security Realms > myrealm > Users and Groups
Registerblatt "Users" enthält folgenden Stacktrace:
The source of this error is:
com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.AssertionError: Method not implemented
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:697)
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.render(StrutsStubImpl.java:107)
at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
Caused by: java.lang.AssertionError: Method not implemented
at org.acme.rnd.security.SopAuthenticatorMBeanImpl.listUsers(SopAuthenticatorMBeanImpl.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Therefore we can not create any user in Security Realm.
The method listerUsers comes from Interface userReader whose methods were generally not implemented by the BEA consultant. It appears that, with 10.0 and 10.3.0, you do not need an implementation.
What has been changed to 10.3.1, so that now an implementation is required?
I put the files SopAuthenticator.xml and SopAuthenticatorMBeanImpl.java to sketch the current implementation.
In the Users tab, it is not necessary for us to display the User and Groups of our security provider. Consequently, the methods Listusers etc could provide empty lists.
How can this easily be implemented?
How the SopAuthenticator.xml would have to be expanded and what class, which for example, returns the empty list, needs to be created?
/Ed

Adding the folder that contains jni.dll fixed this problem for me.
I am using Ant 1.7.0. In ant_home/bin/ant.bat, there is a line that says ":runAntWithClasspath".
The next line contains the classpath that gets sent to ANT.
For me that line said:
"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar;%JAVA_HOME%\lib\tools.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
I found jni.dll in C:\Dev\bea\wlserver_10.3\common\lib\, so I added that to my classpath by changing that line to:
"%_JAVACMD%" %ANT_OPTS% -classpath "C:\Dev\bea\wlserver_10.3\common\lib\;%ANT_HOME%\lib\ant-launcher.jar;%JAVA_HOME%\lib\tools.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
Hope that works for you!

Similar Messages

  • Best Method for Strechable .swf file in horizontal but not vertical?

    What is the best method to create an easy to use flash file
    that will allow horizontal scaling with a fixed vertical size?
    This will be for a blog header in a variable width design at
    Make Light Real.com
    I have tried the basic stage properties and found
    StageScaleMode.NO_BORDER to be an ok solution, but I'm not
    sure what will happen when I begin to drop active clips in on the
    stage. Will the stage operate from a fixed point or how will the
    clips orient to the stage as it expands?
    My understanding of actionscript is just enough to hack
    pieces of what I need together: but if you could enlighten me with
    the most basic understanding of which method would work best for me
    I'd apprecate it. I also have this method to alter the background
    (as a clip):
    quote:
    Stage.addListener(ecout);
    // function which replaces all the elements with the new
    values
    slide = function () {
    photo_mc._x = 0;
    photo_mc._y = 0;
    photo_mc._width = Stage.width;
    photo_mc._height = Stage.width/rapp;
    if (photo_mc._height<Stage.height) {
    photo_mc._height = Stage.height;
    photo_mc._width = Stage.height*rapp;
    slide()
    Should I just alter the variables there to lock the stage
    height?
    Thanks for your time in answering.

    When you export your movie you can select the scaling options
    for width and height.
    Try selecting one but not the other.
    Cheers,
    Gorka
    http://www.AquiGorka.com/blog

  • How to make one OR the other parameter required? (but not both)

    Hi all,
    I've got a report showing expenditures by budget code. There's a multi value parameter allowing the user to choose any codes they want, but this can be tedious, since there's a couple hundred of them.
    I would like to offer as an alternative a couple of "pre-packaged budget code groups" on another parameter. How can I set it up so that the user must choose EITHER something out of the full multi value set, OR one of the 2 or 3 pre-packaged options?
    thanks for any tips,
    sff

    Hi sherifffruitfly2,
    In Reporting Services, we can make a parameter optional by setting default values for the parameter. Based on your scenario, you can set one parameter to have no default values and set default values for the other parameter.
    As Josh posted, another approach is to add "All" value to each parameter and set "All" as the default value for each parameter. Then, we can set the visibility of the report to hide when both of the parameter contains "All". That way, the user can get the
    report to run by changing the values of only one parameter. For more information about add a "All" value to a parameter, please see the following thread with a similar topic:
    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/7773eb1f-445e-461c-a315-e2e3d1161ae7/
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Mike Yin
    TechNet Community Support

  • Why am i able to use abstract methods id they aren't yet implemented?

    For example, why i can use this [http://docs.oracle.com/javase/7/docs/api/java/nio/CharBuffer.html#slice] if this is abstract?
    Edited by: 947971 on 13-set-2012 10.38

    947971 wrote:
    Yes, but if CharBuffer has a method declared:
    public abstract CharBuffer slice()So i can't use the method slice() because it's not implemented.
    And why , indeed, i'm able to use it?Because it is implemented by the actual class being used. You can't instantiate abstract classes, so there is a subclass of CharBuffer which does implement the method.
    If you take the interface Comparable, you see that it has an (implicitly)abstract method compareTo. A class that implements Comparable is Integer, so you can easily write:
    Comparable<Integer> i = new Integer(100);
    i.compareTo(new Integer(55));

  • Cure for "501 Method Not Implemented" error at site in Firefox but not Chrome or IE?

    I am receiving a "501 Method Not Implemented" error message at a site in Firefox but not in Chrome or IE. How can this be cured?

    Do you get that error if you access the site or if you click a link to got to another page?
    You can reload the page and bypass the cache with:
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    See [[Keyboard shortcuts]] and [[Mouse shortcuts]]
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • GRC AC v5.3 CUP "User Access Reviews" (UAR) requires implementation of ERM?

    Hi Experts,
    re: GRC AC v5.3 CUP "User Access Reviews" (UAR) requires implementation of ERM?
    After reading the guides and forum it is still not clear to me if ERM is absolutely required in order to use CUP "User Access Reviews". The guide mentions in ERM the Role Usage Synch job has to be run, and then that data is to be loaded into CUP. Is this step absolutely required or can we skip it.

    Gary,
      ERM is a necessity if you want to fully use UAR in CUP. I don't know why SAP did it this way but it is how it is.
    Regards,
    Alpesh

  • My order have a status: "Payment action required: We are unable to obtain an authorization for the credit card you provided. Please contact your card issuing bank. Please update your payment method to continue with this order". But i paid from AmEx.

    My order have a status: "Payment action required: We are unable to obtain an authorization for the credit card you provided. Please contact your card issuing bank. Please update your payment method to continue with this order". But i paid from AmEx. And my money blocked when i see it in internet banking.

    Have yuo contacted AmEx? From what you describe it seems like AmEx is blocking the charge.
    You can contact iTunes if you want by:
    Contact iTunes

  • Method Implementation does not exist in the SWO1.

    Hi,
    If the definition of the method in the business object does not exist in the Business Object, where all the places the system will try to find & execute the code. For ex: we have a method(custom method) in the YBUSXXXX business object. But when we double click the method , we get the screen where we have 3 tabs, General/Result Type/ABAP tabs. In the ABAP tab, the radio button 'Other' was selected. I did not find the code for this method. If the code does not fins here, where system will find dynamically & excute that code. & how can I see that code? Pls help.
    Thanks,
    Pandu
    Moderator message : Duplicate post locked.
    Edited by: Vinod Kumar on Oct 5, 2011 9:43 AM

    See the below link
    The work book does not exist in the document store
    Regs
    Gopi
    Assign points if it is useful

  • Requirements implementation clarification

    Hi Experts,
    I would need your suggestion again. We have Trusted source as LDAP and target systems as SAP (SAP1, SAP2, SAP3). I did trusted recon to get all the users to OIM. User count in trusted source is 40K. I have few requirement,
    Requirement: User has SAP accounts and I want to link these accounts to OIM users
    My suggestion: Run target recon against SAP so we can link SAP accounts to OIM users.
    Your suggestion: ?
    Requirement: User has SAP account where many sap attributes are not filled and it needs to be populated from external system say another SAP2.
    My suggestion: During target recon use post process handler to fetch/populated attribtues in SAP from SAP2 and provision back to SAP using OIM API's.
    Your suggestion: ?
    Requirement: If there is any change in SAP attributes during target recon with SAP1, modified attributes must be synced to SAP 2 but not to SAP3
    My suggestion: Map all the attributes to OIM and use Triggers to update in target system when OIM attribute value changes.
    Your suggestion: ?
    Please let me know your suggestion/best practises.. Also feel free to educate me whether my suggestion/approach is correct.
    Thanks a lot.

    Requirement: User has SAP accounts and I want to link these accounts to OIM users
    My suggestion: Run target recon against SAP so we can link SAP accounts to OIM users.
    Your suggestion: Correct ..
    Requirement: User has SAP account where many sap attributes are not filled and it needs to be populated from external system say another SAP2.
    My suggestion: During target recon use post process handler to fetch/populated attribtues in SAP from SAP2 and provision back to SAP using OIM API's.
    Your suggestion: Can you able to handle in from outside of OIM. Populate SAP2 to SAP1 directly...
    another option (I haven't tried but you can attempt it ) if the set of attributes are totally different in SAP1 and SAP 2 you can run the target reconciliation against both the SAP instance. Only change would be the different IT Resource Object.
    Requirement: If there is any change in SAP attributes during target recon with SAP1, modified attributes must be synced to SAP 2 but not to SAP3
    My suggestion: Map all the attributes to OIM and use Triggers to update in target system when OIM attribute value changes.
    Your suggestion: Are you putting every attributes on OIM User profile ? If yes then only you can use user.trigger lookup ..

  • Clarification required on SAP note

    Hi Experts,
                    After a recent upgrade it was seen that a particular note, that was required for the business, was taken out of the system.
                   Later the issue was further analyzed and it was seen that the status of this note was 'Obsolete' for our current version. Also this note has been categorized as a 'Consultancy' Note rather than a fix. Can someone please explain why this occurs and will it be possible for me to apply this note again in our SAP systems ?
    Thanks,
            Aditya

    Hi Gustavo ,
                        Just one more doubt - is there any special method to implement an obsolete note - cause I am having trouble implementing this note. The note is 1477577.
    Thanks,
               Aditya.

  • Implement SAP note while upgrade is running

    Hello Folks,
    In our upgrade, during our downtime phase, we are running into an issue that requires an SAP Note implementation. We started our main instance, but when we go into SNOTE transaction, it is not allowing us to implement any notes. It gives the message "cannot implement/deimplement SAP notes; upgrade is running"
    We already tried commands tp unlocksys, tp unlock_eu, but nothing works. We are already past shadow instance switch, so unlocking shadow instance is no good.
    Can anyone provide any inputs on how to overcome this issue?
    Thanks!

    Hi Fahad,
    I think you have to implement the correction included in sap notes manually during upgrade.
    You can refer to note 1369430. In this note, it is said that:
    3.  Now use a modification to change the source code for the function
        module ENH_MASS_ACTIVATION and the method
        CL_ENH_TOOL_HOOK_DEF->IF_ENH_OBJECT~AFTER_IMPORT as described in the
        attached correction instructions. You cannot currently use the Note
         Assistant SNOTE to do this. Activate this change.
    So you see that it is not possible to use SNOTE during upgrade even after using unlocksys
    and unlock_EU command.
    Regards
    Julia

  • 2-way SSL when WL7 is client; get "Required peer certificates not supplied by peer"

    Background: WL7 is properly configured to use 2-way SSL, and works fine whenever
    its acting as the Server; i.e., I have 2-way SSL working between a Web Browser
    and WL7, or between Tomcat and WL7. However, when trying to get 2-way SSL (mutual
    authentication) working between a WL7 server acting as a client and another server
    such as Tomcat, acting as the server, I get a "Required peer certificates not
    supplied by peer" error. The initial ServerHello handshake is fine; the problem
    arises when the Tomcat server, for example, then requests WL7 to serve up its
    client certificate. It's as if WL7 does not know where to locate its "client"
    certificate.
    I had the same problem with Tomcat initially, where it would also not know how
    to locate its "client" certificte. I resolved the problem by setting the following
    system properties:
    javax.net.ssl.keyStore=...
    javax.net.ssl.keyStorePassword=...
    javax.net.ssl.trustStore=...
    javax.net.ssl.trustStorePassword=...
    Are their analogous system properties I need to set on the WL7 side of things,
    as I noticed that WL7 seems to use its own proprietary version of JSSE API's?
    How do I configure WL7 to locate its "client" certificate?
    Thanks! Your help is greatly appreciated.
    -Dan

    Weblogic uses Certicom SSL implementation which has classes that conflict with
    JSSE classes. As a result opening SSL connection from WLS over JSSE or API like
    SOAPConnection that uses JSSE does not work as expected. The javax.net.ssl properties
    are not supported and there is no replacement for the default identity keystore
    property.
    The best workaround I can think of in this case is to pass as the second parameter
    to SOAPConnection.call() method a URL instance created with a custom URLStreamHandler
    extending the weblogic.net.http.Handler. This handler can override the Handler.openConnection(URL)
    method and use the HttpsURLConnection.loadLocalIdentity method to initialize identity
    of the returned connection. For example:
    public class MyHandler extends weblogic.net.http.Handler {
    protected URLConnection openConnection(URL u) throws IOException {
    URLConnection c = super.openConnection();
    if (c instanceof weblogic.net.http.HttpsURLConnection) {
    // initialize ssl identity
    ((weblogic.net.http.HttpsURLConnection) c).loadLocalIdentity(certChain,
    privateKey);
    return c;
    URL someHTTPSUrlEndpoint = new URL("https", "localhost", 7002, "myfile", new MyHandler());
    replyMessage = con.call(someSOAPMessageInstance, someHTTPSUrlEndpoint);
    Pavel.
    "ddumitru" <[email protected]> wrote:
    >
    Thanks, Pavel, for replying,
    I've been reading and re-reading that page for quite a while now. Unfortunately,
    the examples given are for when WL7 is acting as the "server" and not
    the "client";
    i.e., when some other server, such as Tomcat, WebSphere, or Oracle 9IAS,
    reaches
    out to the WL7 instance first, or when one WL7 instance talks to another
    WL7 instance
    via JNDI.
    In my case, my WL7 instance needs to initiate a Web Service call; i.e.,
    needs
    to reach out to another server via a SAAJ (SOAP with Attachments) API
    call. My
    sending servlet uses the SAAJ (SOAP with attachments) API to make a Web
    Service
    call to another server, as follows:
    SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
    SOAPConnection con = scf.createConnection();
    SOAPMessage replyMessage = con.call( someSOAPMessageInstance, someHTTPSUrlEndpoint
    With the SAAJ API, as illustrated above, I don't see a direct way of
    configuring
    (using URLConnection, SSLContext, SSLSocketFactory, etc.) the SSL connection
    prior
    to making a call, as suggested in the link you mentioned. Also, the
    receiving
    server may implement its Web Services using a non-BEA application server
    that
    may not even use the J2EE platorm. As such, I don't believe I can use
    the JNDI
    solution provided in that same link.
    Again, I was able to make 2-way SSL (Mutual Authentication) connections
    between
    Tomcat and WL7 instances using the SAAJ API's when Tomcat was the client
    initiating
    the SAAJ call. In this scenario, Tomcat requested WL7 for its certificate,
    WL7
    served it up, and Tomcat then verified it. Then, in turn, WL7 asked
    Tomcat for
    its certificate, Tomcat presented it, and WL7 was able to verify Tomcat's
    certificate.
    I suppose I was able to make it all work under this scenario because
    I was able
    to configure Tomcat, which is using native JSSE API's, to locate its
    "client"
    certificate by setting the following system properties, as mentioned
    previously:
    javax.net.ssl.keyStore=...
    javax.net.ssl.keyStorePassword=...
    javax.net.ssl.trustStore=...
    javax.net.ssl.trustStorePassword=...
    Based upon your feedback, I now understand that WL7 cannot be configured
    in a
    similar manner because WL7 uses its own version of the JSSE API's. Any
    ideas
    on what I might try next?
    Thanks!
    -Dan
    "Pavel" <[email protected]> wrote:
    WLS SSL API does not support any system properties for SSL identity.
    The client's
    identity has to be configured via methods of SSL API. The trust configuration
    of SSL client running on WL server and using WLS SSL API will be the
    same as of
    the WL server.
    See http://e-docs.bea.com/wls/docs70/security/SSL_client.html#1019570
    for more information on this. "Writing Applications that Use SSL" contains
    code
    examples that use different SSL APIs to connect over two-way SSL.
    Pavel.
    "ddumitru" <[email protected]> wrote:
    Background: WL7 is properly configured to use 2-way SSL, and worksfine
    whenever
    its acting as the Server; i.e., I have 2-way SSL working between a
    Web
    Browser
    and WL7, or between Tomcat and WL7. However, when trying to get 2-way
    SSL (mutual
    authentication) working between a WL7 server acting as a client andanother
    server
    such as Tomcat, acting as the server, I get a "Required peer certificates
    not
    supplied by peer" error. The initial ServerHello handshake is fine;
    the problem
    arises when the Tomcat server, for example, then requests WL7 to serve
    up its
    client certificate. It's as if WL7 does not know where to locate its
    "client"
    certificate.
    I had the same problem with Tomcat initially, where it would also not
    know how
    to locate its "client" certificte. I resolved the problem by setting
    the following
    system properties:
    javax.net.ssl.keyStore=...
    javax.net.ssl.keyStorePassword=...
    javax.net.ssl.trustStore=...
    javax.net.ssl.trustStorePassword=...
    Are their analogous system properties I need to set on the WL7 sideof
    things,
    as I noticed that WL7 seems to use its own proprietary version of JSSE
    API's?
    How do I configure WL7 to locate its "client" certificate?
    Thanks! Your help is greatly appreciated.
    -Dan

  • Implementation of Note 660016 for Follow up Transactions in CRM 2007

    Hi All,
       We have a requirement to not show all the business activities and tasks available in crm for all the transactions as follow-ups.
       For this reason we implemented the note - 660016. Now its working fine.. It is not showing business acitivities and tasks as follow-up transactions in the CRM GUI and Web UI 2007 for all the transactions.
       But when I create a business activity as a followup for ztransaction in define copying control for business transactions.. It is showing in the CRM GUI but not in the WebUI.
      But at the same time when I create a service complaint as a followup for my ztransaction, I am seeing the service complaint as a follow up in both CRM GUI and Web UI.
       Is the implementation of this note restricting business activities and taks in WebUI forever or do I need to write any extra logic or is this any configuration issue ?
    Regards,
    Raghu
    Edited by: Raghu Danda on Mar 8, 2009 1:17 PM
    Edited by: Raghu Danda on Mar 9, 2009 5:14 AM

    Hi Robert,
       Thanks for your reply
       I checked the link, But I didnt get the full information there.
       Firstly, my problem is not with upgrade and
       the second thing is before implementing the note 660016, I am able to see both in CRM GUI and Web
       UI all the business acitivities and tasks along with other transaction types as follow-up transactions.
       After implementing the note, I am not able to see only the business activities and tasks in the Web UI
       as follow-ups and in CRM GUI, its appearing as follow-ups.
       Hope you got my question now...
       If this is not done in customization I need to code according to my scenario..
       When I kept a break point this class is triggering from another class.
       Do I need to code in the class CL_CRM_UIU_BT_ACT_CUST_GET, according to my scenario.
       Again I have a question here, will you please tell me in which component this class exists, so that I
       will enhance that component.
       Because when I debug after clicking on the Follow-Up button,this class is calling some where
       down...So I am unbale to get the right component for this.
    Regards,
    Raghu
      I

  • BADI implementation is not working in background for MRRL

    Hai frnds,
    BADI: MRM_WT_SPLIT_UPDATE is used for deducting withholding tax in MRRL(Invoice verification). This BADI was implemented and working fine in foreground, but not working in background.
    After implementing the BADI, the standard method of calculating TDS(from vendor master) is over written by BADI implementation.Now standard deduction is also not workijng in background.Plz help me to solve it.
    Bala.V

    HI,
    COR6N is the Enjoy Transaction and sap does not suggest to write the BDC on these transaction as most of these transaction uses the GUI elements foe better display and which cannot be recorded while processing the BDC in back ground.
    Check for the Normal transaction and write the BDC for it.
    Or
    Pass X to Rcommit flag in the CTU_PARAMS option and check.

  • HT1918 I updated my payment method because I changed my Internet MasterCard of the same number but  new expiry date but not accepted , can you help me

    Please I need help regarding this problem I faced today.
    I updated my payment method because I changed my Internet MasterCard of the same number but  new expiry date but not accepted , can you help me?

    Is the iPhone jailbroken or was jailbroken?. In the article " http://support.apple.com/kb/TS3694 " it says:
    Errors related to downgrading iOS
    The required resource can't be found: This alert message occurs when your device has a newer version of iOS than what is available in iTunes. When troubleshooting a device that presents this alert message, go toSettings > General > About and check the version of iOS on the device. If it's newer than the latest released iOS version, the device may have a prerelease developer version of iOS installed. Installing an older version of iOS over a newer version isn't supported.
    Error 1015: This error is typically caused by attempts to downgrade the software for an iPhone, iPad, or iPod touch. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version isn't supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you're now trying to restore to an authorized, default state.

Maybe you are looking for

  • MSI z77a-gd65 BIOS flashing issues

    I just got my new MSI 970 and when i tried to install it i got the same error as this guy: https://forum-en.msi.com/index.php?topic=183602.0 I do the USB flashing steps posted in the thread and i get an error "There is a problem with the GbE binary w

  • Need more than one iCloud account that can use Bookmarks, Photo Stream, etc.

    Unless someone has found a way I can't create a second iCloud on Lion that can use Booksmarks, Photostream, Reminders and Notes. You can do this on iOS 5 so why not Lion? Seems to me to either be an oversight or bad design and I hope it's just an ove

  • Top level navigation bar: function links

    The only function links available are Help and Logoff. How do I configure portal to get the addional links i.e: Personalize? Am I missing a role?

  • Service method in javax.servlet.http.HttpServlet

    Hi All, I have a doubt in the service method of javax.servlet.http.HttpServlet There are two service methods in the javax.servlet.http.HttpServlet. one is with protected and other is with public access specifier. In the javadoc it is said that public

  • IMac internet sharing with WinXP

    Hello everyone, I'd like to post a little issue I found with my new iMac (OS X 10.5.7). I had it connected to the internet, directly through the ethernet cable modem. I used the Internet Sharing option to share the connection through Airport. I have