ACL still required when using Scansafe

Hi,
I've looked over the document here -  https://supportforums.cisco.com/document/125616/asa-scansafe-step-step-configuration
Do I still require a separate ACL outbound allowing my subnets out to the Internet and do I require NAT statements still for this to work?
Or is the config in the document all this is required for clients to surf the Internet?
Thanks

It is enough if you add the ejb-ref & ejb-link in the session bean. The
session will look up relative to java:comp/env
The following doc shows an example of accessing an ejb from a web app using
ejb-link.
http://e-docs.bea.com/wls/docs81/webapp/components.html#146848
--Sathish
<Christianne Carvalho> wrote in message news:[email protected]..
I'm not getting very well how the ejb-link is used. In my case I have
entity beans that are referenced in session beans.
In my entity beans I have the following XDoclet tag.
* @ejb.bean
* name="ProductDescription"
* display-name="ProductDescription"
* jndi-name="ejb/ProductDescription"
* local-jndi-name="ejb/ProductDescriptionLocal"
* view-type="local"
* type="CMP"
In my session bean I'm currently getting the reference for the entity bean
using the following code:
productDescriptionLocalHome=(ProductDescriptionLocalHome)
lookupLocalHome(ProductDescriptionLocalHome.JNDI_NAME);
If I add the following XDoclet tag to my session bean, in ejb-jar.xml a
<ejb-link> is created inside <ejb-local_ref> tag.
* @ejb.ejb-ref ejb-name="ProductDescription" view-type="local"
Considering the info above:
1) In the entity bean, is there any extra tag to define the ejb-link or is
the ejb-link only defined in the session bean?
2) Re session bean, only adding the @ejb-ref xdoclet tag is enough for
using the ejb-link or do I also have to change my lookup? If I do, what do
I have to search for in the lookup?
Thanks!

Similar Messages

  • Ejb-link is still required when using local references?

    Hi!
    In BEA's link (http://e-docs.bea.com/wls/docs81/ejb/DDreference-ejb-jar.html#1114738) there is the following comment for weblogic-ejb-jar.xml element 'jndi-name':
    "Assigning a JNDI name to a bean is not recommended. Global JNDI names generate heavy multicast traffic during clustered server startup. See Using EJB Links for the better practice."
    Since we're using local references (local-jndi-name) to access our ejbs instead of remote references, is this still recommendation still pertinent?
    Thanks
    Christianne

    It is enough if you add the ejb-ref & ejb-link in the session bean. The
    session will look up relative to java:comp/env
    The following doc shows an example of accessing an ejb from a web app using
    ejb-link.
    http://e-docs.bea.com/wls/docs81/webapp/components.html#146848
    --Sathish
    <Christianne Carvalho> wrote in message news:[email protected]..
    I'm not getting very well how the ejb-link is used. In my case I have
    entity beans that are referenced in session beans.
    In my entity beans I have the following XDoclet tag.
    * @ejb.bean
    * name="ProductDescription"
    * display-name="ProductDescription"
    * jndi-name="ejb/ProductDescription"
    * local-jndi-name="ejb/ProductDescriptionLocal"
    * view-type="local"
    * type="CMP"
    In my session bean I'm currently getting the reference for the entity bean
    using the following code:
    productDescriptionLocalHome=(ProductDescriptionLocalHome)
    lookupLocalHome(ProductDescriptionLocalHome.JNDI_NAME);
    If I add the following XDoclet tag to my session bean, in ejb-jar.xml a
    <ejb-link> is created inside <ejb-local_ref> tag.
    * @ejb.ejb-ref ejb-name="ProductDescription" view-type="local"
    Considering the info above:
    1) In the entity bean, is there any extra tag to define the ejb-link or is
    the ejb-link only defined in the session bean?
    2) Re session bean, only adding the @ejb-ref xdoclet tag is enough for
    using the ejb-link or do I also have to change my lookup? If I do, what do
    I have to search for in the lookup?
    Thanks!

  • SharePoint 2013 profile service account requirements when using "Use SharePoint Active Directory Import" option

    Hi All,
    I am trying to configure SharePoint Profile service. We would like a straightforward profile import from Active Directory.
    On the "Configure Synchronization Settings" page, we have chosen the option "Use SharePoint Active Directory Import" option.
    We have created a connection to the Active Directory using Configure Synchronization Connections page. We have specified the account that would be used for the import process.
    Question:
    I would like to confirm whether the account configured for the profile import need any special privileges when using "Use SharePoint Active Directory Import" option ?
    Thanks,
    Saurabh

    Grant Replicate Directory Changes permission on a domain
    To do this please follows below procedure
    On the domain controller, click Start, click Administrative Tools, and then click Active Directory Users and Computers.
    In Active Directory Users and Computers, right-click the domain, and then click Delegate Control.
    On the first page of the Delegation of Control Wizard, click Next.
    On the Users or Groups page, click Add.
    Type the name of the synchronization account, and then click OK.
    Click Next.
    On the Tasks to Delegate page, select Create a custom task to delegate, and then click Next.
    On the Active Directory Object Type page, select This folder, existing objects in this folder, and creation of new objects in this folder, and then clickNext.
    On the Permissions page, in the Permissions box, select Replicating Directory Changes (select Replicate Directory Changes on
    Windows Server 2003), and then click Next.
    Click Finish.
    Thanks & Regards
    ShivaPrasad Pola
    SharePoint Developer 

  • CFID and CFTOKEN still set when using J2EE sessions

    I'm using CF10 and "Use J2EE session variables" is selected in the CF admin.
    When I visit an application, I get the JSESSIONID cookie, but I also get the CFID and CFTOKEN persistent cookies. The app I'm working with is older and uses Application.cfm instead of Application.cfc, but the clientmanagement and setclientcookies application attributes are set to false.
    I'm not sure why CFID and CFTOKEN are still set. Are they set regardless of the client and session management settings?

    cherdt
    There are ways to force the CF create cookies SESSION simply change the cfcookie to be a session cookie and tag you find these two links:
    http://www.bennadel.com/blog/1131-ask-ben-ending-coldfusion-session-when-user-closes-brows er.htm
    http://www.johnwbartlett.com/cf_tipsntricks/index.cfm?TopicID=75
    BKBK
    I agree with his statement and is so even though the documentation says.

  • Help required  when using Function module F4_INT_TABLE_VALUE_REQUEST

    Hi,
    I wrote the logic as follows.
    Select-options: s_lgart FOR pa0015-lgart.
      SELECT lgart FROM t512z INTO TABLE it_temp WHERE infty = '0015' AND lgart IN rlgart.
      IF NOT it_temp[] IS INITIAL.
        SORT it_temp BY lgart.
        DELETE ADJACENT DUPLICATES FROM it_temp COMPARING lgart.
        LOOP AT it_temp.
          SELECT SINGLE lgtxt FROM t512t INTO it_temp-description
            WHERE lgart = it_temp-lgart AND
                  sprsl = 'EN'.
          IF sy-subrc = 0.
            MODIFY it_temp INDEX sy-tabix.
          ENDIF.
        ENDLOOP.
    at present in internal table it_temp having following fields.
    5100 Relolump sum
    5111 SIP
    my requirement is : when i press F4 help on wage type in selection screen i am able to see two fie

    example:
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD        = 'VBELN'
          DYNPPROG        = W_PROGNAME
          DYNPNR          = W_SCR_NUM
          DYNPROFIELD     = 'KUNNR'
          VALUE_ORG       = 'S'
        TABLES
          VALUE_TAB       = INT_F4
          RETURN_TAB      = RETURN_VALUES
        EXCEPTIONS
          PARAMETER_ERROR = 1
          NO_VALUES_FOUND = 2
          OTHERS          = 3.

  • Is ITS 6.20 still required for using ESS in ERP2004?

    Dear Team,
       I am looking at the master guide for ERP 2004 and the following line disturbs me.
    "SAP ITS 6.20 is necessary to run ITS-based ESS services. These services are not supported with SAP ITS 6.40."
    So now you need 2 ITS's, one v6.20 for ESS and one v6.40 for all other apps. Tell me this isnt true.
    Thanks
    Jeremy

    Hi Jeremy,
    Best wishes!
    Here is another interesting quote for you:
    "The documentation in this section refers to the old version of the Employee Self-Service component. This version comprises mainly applications that are based on the Internet Transaction Server (ITS). This version will be replaced with mySAP ERP 2004 (SAP ECC 5.0).
    If you are implementing the Employee Self-Service (ESS) component with mySAP ERP 2004 for the first time or you want to upgrade to the new version, the documentation in this section is not relevant for you. This documentation is only available until the old version of the Employee Self-Service (ESS) component has been completely replaced."
    Source: http://help.sap.com/saphelp_erp2004/helpdata/en/39/df95bcd15611d2b4a3006094b9c9b4/frameset.htm
    With other words, SAP is moving to a WebDynpro based environment. You can compare the current WebDynpro applications (also in the link) with the ones you are using. If you are using an ESS component that is not available with WebDynpro, you should use the ITS version.
    But then you need the latest Business Package for ESS (not MyERP2004). There should be listed which ITS version is required.
    As far as I can see now is that the following components are WebDynpro based:
    Address Book
    - Who’s Who
    Benefits and Payment
    - Enrollment
    - Participation Overview
    - Salary Statement
    - Country-Specific Applications
    Working Time
    - Leave Request
    - CATS regular / Record Working Time (Web Dynpro)
    - Clock-In/Out Corrections
    - Time Statement
    Equipment Overview
    - Internal Service Request (ISR)
    - Internal Service Request
    - ISR Scenario: Request Equipment Repair
    - ISR Scenario: Request Equipment Change
    - ISR Scenario: Report Equipment Loss
    Career and Job
    - E-Recruiting Applications
    - Skills Profile
    Personal Data
    - Addresses
    - Bank Information
    - Personal Data
    - Family Members/Dependents
    - Country-Specific Applications
    Travel Management
    Hope this helps...
    Noel

  • Is Profit Center required when using Transfer Pricing?

    Hi Expert,
    If we are going to use transfer pricing in SAP, what are the requirement in order to keep it running? Does it require activation of profit center accounting? Thanks for support.
    regards,
    cpf

    Hi,
    Transfer pricing is one of the parellel/multiple valuation approach specific to Profit Center Accounting so that the correct
    price is valuated.  The Costing Variant and the Costing sheet created by you has dependencies of condition type KA01 in the condition tables which sets the transfer price depending on the combination plant, material and profit center to enable you to generate an accurate price report.
    Best Regards,
    Sadashivan

  • Sign In Required when using Classic/2015 installer

    I'm trying to deploy Acrobat Standard DC.
    I logged into the licensing site and downloaded Acrobat_2015_Web_WWMUI.exe (description: Acrobat DC2015 12.0 WIN ESD ALL CLASSIC )
    I downloaded the Acrobat Customization Wizard DC
    I wrote down the serial number from the licensing website for Acrobat 12.0 Universal English Windows LIC SN
    In the CustWiz "Personalization Options" I entered the serial number (copied & pasted to make sure there were no transposition errors)
    In the CustWiz "Online services and features" I checked Disable Product Updates, Disable Upsell and Disable all services
    I saved the package, which created AcroPro.mst
    I also did transform>generate transform and called it myInstall.mst
    I've then deployed acropro.msi with TRANSFORMS="AcroPro.mst" (and also tried with MyInstall.mst) and it successfully installs the program.
    I double-checked that the path is C:\Program Files (x86)\Adobe\Acrobat 2015\ which signifies the Classic track installer
    When I try to launch Adobe Acrobat DC, I'm prompted that Sign In is Required...
    According to the ETK Pre-deployment planning, granting usage rights section, it says that "Admin pre-activates for all users"
    Does that mean entering the serial number in the Customization Wizard (which I've already done) or is there some other thing I have to do to activate that license/serial number so that I can avoid this whole sign-in thing and run Acrobat DC just like we have in the past?

    Thank you kashifMohd and vdobhal that did the trick. I had tried that earlier but looking in the oobelib.log I see there were errors trying to grant the exception, but at the bottom of the log with this morning's timestamp it returned code 0. I just pushed out the package to a test computer and it did not ask me for a sign-in this time.
    Many thanks to you both

  • Can I reduce space required when using Record Slideshow?

    Hello.
    I tried to play a bit with Record Slideshow functionality and it works well.
    However, there is one big problem from my point of view in my case: presentation with 17 slides weights only 4.3MB without sound. When I add sound with Record Slideshow, file grows to 66MB as I speak for 32 minutes overs those 17 slides. Exporting to QuickTime movie is even more heavy as I end up with a file of 232MB!
    Is there a way to force Keynote to lower audio quality? My audio MIDI input for the microphone is set to 16 bits (the lowest possible)... so I don't know where else to look in order to end up with a smaller file than 66MB as Keynote don't look to offer options in that respect...
    Thanks for your input.
    T

    You would be better off recording a separate audio track as MP3/MP4 and then adding that to Keynote.
    With voice tracks you can record at low quality nad use mono instead of stereo to reduce the file size.
    If you don't have suitable software, Audacity will record, edit and export for free...
    http://www.iwebformusicians.com/AudioFiles/Audacity.html

  • Is the -userThreads switch required when using internal connection?

    Hi,
    Maybe someone can help me with this.
    I have an ADF application module (JDeveloper 10.1.3.4) that uses something similar to dynamic credentials. It's configured so that it uses the jbo.server.internal_connection configuration parameter.
    Everything works fine, but from time to time I'm receiving the following error:
    oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context java:comp/env/jdbc/internalDS
    at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1452)
         at oracle.jbo.server.DBTransactionImpl.getInternalConnection(DBTransactionImpl.java:1402)
         at oracle.jbo.server.DBTransactionImpl.getPersistManagerConnection(DBTransactionImpl.java:1304)
         at oracle.jbo.pcoll.PCollManager.ensureConnection(PCollManager.java:489)
         at oracle.jbo.pcoll.OraclePersistManager.getConnection(OraclePersistManager.java:148)
         at oracle.jbo.pcoll.OraclePersistManager.persistentObjectsExist(OraclePersistManager.java:683)
         at oracle.jbo.pcoll.OraclePersistManager.createTable(OraclePersistManager.java:765)
         at oracle.jbo.pcoll.OraclePersistManager.queryNextCollectionId(OraclePersistManager.java:1388)
         at oracle.jbo.pcoll.PCollManager.register(PCollManager.java:566)
         at oracle.jbo.pcoll.PCollection.<init>(PCollection.java:103)
         at oracle.jbo.pcoll.PCollManager.createCollection(PCollManager.java:464)
         at oracle.jbo.server.DBSerializer.setup(DBSerializer.java:153)
         at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:286)
         at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:267)
         at oracle.jbo.server.ApplicationModuleImpl.passivateStateInternal(ApplicationModuleImpl.java:5305)
         at oracle.jbo.server.ApplicationModuleImpl.passivateState(ApplicationModuleImpl.java:5192)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:332)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7777)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4074)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.manageReferencingState(ApplicationPoolImpl.java:1239)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.finalizeResource(ApplicationPoolImpl.java:1156)
         at oracle.jbo.pool.ResourcePool.removeResourceInternal(ResourcePool.java:749)
         at oracle.jbo.pool.ResourcePool.setState(ResourcePool.java:1004)
         at oracle.jbo.pool.ResourcePool.gc(ResourcePool.java:1423)
         at oracle.jbo.pool.ResourcePool.wakeup(ResourcePool.java:774)
         at oracle.jbo.pool.ResourcePool.wakeup(ResourcePool.java:779)
         at oracle.jbo.pool.ResourcePoolMonitor.run(ResourcePoolMonitor.java:98)
         at java.util.TimerThread.mainLoop(Timer.java:512)
         at java.util.TimerThread.run(Timer.java:462)
    ## Detail 0 ##
    javax.naming.NamingException: Not in an application scope - start OC4J with the -userThreads switch if using user-created threads
         at com.evermind.server.PreemptiveApplicationContext.getContext(PreemptiveApplicationContext.java:30)
         at com.evermind.naming.FilterContext.lookup(FilterContext.java:126)
         at com.evermind.server.PreemptiveApplicationContext.lookup(PreemptiveApplicationContext.java:42)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1438)
         at oracle.jbo.server.DBTransactionImpl.getInternalConnection(DBTransactionImpl.java:1402)
         at oracle.jbo.server.DBTransactionImpl.getPersistManagerConnection(DBTransactionImpl.java:1304)
         at oracle.jbo.pcoll.PCollManager.ensureConnection(PCollManager.java:489)
         at oracle.jbo.pcoll.OraclePersistManager.getConnection(OraclePersistManager.java:148)
         at oracle.jbo.pcoll.OraclePersistManager.persistentObjectsExist(OraclePersistManager.java:683)
         at oracle.jbo.pcoll.OraclePersistManager.createTable(OraclePersistManager.java:765)
         at oracle.jbo.pcoll.OraclePersistManager.queryNextCollectionId(OraclePersistManager.java:1388)
         at oracle.jbo.pcoll.PCollManager.register(PCollManager.java:566)
         at oracle.jbo.pcoll.PCollection.<init>(PCollection.java:103)
         at oracle.jbo.pcoll.PCollManager.createCollection(PCollManager.java:464)
         at oracle.jbo.server.DBSerializer.setup(DBSerializer.java:153)
         at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:286)
         at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:267)
         at oracle.jbo.server.ApplicationModuleImpl.passivateStateInternal(ApplicationModuleImpl.java:5305)
         at oracle.jbo.server.ApplicationModuleImpl.passivateState(ApplicationModuleImpl.java:5192)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:332)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7777)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4074)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.manageReferencingState(ApplicationPoolImpl.java:1239)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.finalizeResource(ApplicationPoolImpl.java:1156)
         at oracle.jbo.pool.ResourcePool.removeResourceInternal(ResourcePool.java:749)
         at oracle.jbo.pool.ResourcePool.setState(ResourcePool.java:1004)
         at oracle.jbo.pool.ResourcePool.gc(ResourcePool.java:1423)
         at oracle.jbo.pool.ResourcePool.wakeup(ResourcePool.java:774)
         at oracle.jbo.pool.ResourcePool.wakeup(ResourcePool.java:779)
         at oracle.jbo.pool.ResourcePoolMonitor.run(ResourcePoolMonitor.java:98)
         at java.util.TimerThread.mainLoop(Timer.java:512)
         at java.util.TimerThread.run(Timer.java:462)
    This datasource exists and works properly with the persistence table (PS_TXN has records). The detail indicates that I have to start OC4J with the -userThreads switch, but I didn't find in the documentation if this is really necessary and why.
    I hope someone can help me with this question.
    Thanks in advance,
    Tatiana.

    Do you get this error while running the AM ?
    Can you check in the AM ->Concfigurations (for the AM you are running) as to whats the connection type you are using.
    AFAIK , for OC4J it should be JDBC URL and not JDBC datasource which you seem to be using.

  • Is any extra isolation required when using Analog output to dirve higer power circuitry?

    I want to connect the analog output of a DAQcard-1200 to a current amplifier to give 5A and a tranformer to give approx 200V, is any extra isolation required to protect the card?

    Hello;
    As long as the maximum current that the board can source is taken in consideration and the input impedance of the external circuitry is high enough to prevent signal reflections back to the DAQ board, you should be good to go.
    However, since the protection circuitry can be built with such little budget, I wouldn't take my chances. I would go ahead and include the protection circuitry anyway.
    Regards
    Filipe A.
    Applications Engineer
    National Instruments

  • Master password still required after using: chrome://pippki/content/resetpassword.xul

    I'm asked on a fairly regular basis for my master password, except I don't recall having set one up. I've completed the steps outlined in: chrome://pippki/content/resetpassword.xul. Preferences show no tick mark for master password, but I am being asked for it just the same.

    If using the chrome url (chrome://pippki/content/resetpassword.xul) doesn't work then delete [http://kb.mozillazine.org/key3.db key3.db] and signons.sqlite (Firefox 3.5) and all signons#.txt files (if any exist, Firefox 3.0 uses signons3.txt) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile_Folder].

  • Kt6 Delta Still freezing when using Nic

    Hey,
    do somebody have fixed the problem with the kt6 delta while using the Network adapter?

    Try updating the drivers of which you can download here you need the 57xx drivers.

  • Droid X - Data plan required when you active a used phone with no new contract?

    Since the droid X is an older smartphone, is a data plan still required when you active a used phone without signing a new contract?

    Droid X Launch Date: 7/15/2010
    Deadline for smartphone release without data plan requirement: November 2008.
    Verizon will not allow you to activate *any* android phone without data.

  • HT4108 What is required to use the video composite out on the iPhone 4.  Left and right audio works ok

    What is required to use the video composite out on the iPhone 4   The left and right audio works ok

    Please not that the iPhone uses mono channel for internal speakers, the other path that you see is not the speaker per say. It is the phone microphone. Try using headphones, you will hear both channels. If the problem still persists when using headphones, check your sound balancing in the settings. Go to setting-general-accessibility scroll down and check the slide under mono audio. It should be put at the centre for you to hear both channels ON YOUR HEADPHONES

Maybe you are looking for