Redirect to SAP authentication window

Hi,
I’ve created an application that requires authentication (sap.authentication value true on application properties).
Initially, when the user starts the application, he has to login using a default authentication window provided by SAP.
How can I perform a logout and redirect to the default authentication window?
Thanks in advance,
Ricard.

Oscar,
The code should be even simpler:
WDClientUser.forceLogoffClientUser(null);
Cut form doc:
<i>url - the URL of the page that is shown to the user after logoff was done. If the parameter is null, the redirect is done to the "LogoffURL" URL that can be specified in the application properties. If this URL is also not defined, a redirect to a Web Dynpro internal logoff page is done.</i>
So you may either accept default logoff-page (just text "Web Dynpro application terminated. Good bye!" or provide your own page via application properties).
Next, it is impossible to just log-off to auth screen. It is necessary to set as log-off URL some application that requires authentication also.
This way WD will first log-off user, then shows auth-screen and then login him again to the target application.
So try the following:
1. Use code with null URL, forget about WDConfiguration.
2. In NW IDE open your application properties, and add standard property "log-off URL", for example "/useradmin/userAdminServlet?userProfileView";
This works for me (first application may be either with or without auth). My environment is NW04s, but this should work on NW04 as well.
Valery Silaev
EPAM Systems
http://www.NetWeaverTeam.com

Similar Messages

  • SAP and WINDOWS NT folders not there in Authentication  under CMC

    Hello All,
    I recently installed BOJ Enterprise 3.1 SP3 and also installed Integration kit 3.1 SP3 in Linux_x86.  In the initial logon screen i can see the SAP and WINDOWS NT in the drop down in the Authentication. But after selecting the Enterprise option to login CMS  I selected Authentication to configure the BW Backend system but i cannot see SAP folder or Windows NT option. I cn only see Enterprise and LDAP option those are by default comes along with BOJ Enterprise 3.1.
    Can anyone tell me why Iu2019m not able to see SAP and Windows NT in the CMS HOME --> Authentication
    I'm able to publish BW but RFC also failing after creating using PROGRAM ID.
    Any suggestions are appreciated
    Thank you,
    Vijay Reddy

    When the CMS is on unix/linux the NT and Ad plugin are not loaded, it seems some sort of mistake that the dropdown appears for either of them.
    On the SAP side if you don't see the plugin it indicates the integration kit or jco arenot installed properly/completely. That should work on either platform.
    Regards,
    Tim

  • Windows AD and SAP Authentication

    I require the functionality of the BW Publisher, i.e. Hierarchy Node Variables and Dynamic List of Values for Crystal Reports. I can only get this to work if I log on using SAP Authentication. Is there a way that we can log on using Windows AD Authentication and still get the benefits of BW Publisher with Crystal Reports?

    Hi Seb,
    Thankyou for responding. In our system I have a user set up with Windows AD Authentication and in BOE I have the secWinAD account set up as an alias in the user properties. In addition, I have the same user set up in BW with exactly the same user ID and in the user properties in BOE I select "Assign Alias" and choose the BW account so the user has two aliases, one for secWinAD and one for secSAPR3:BWD (our BW system).
    I log on to InfoView using the Win AD authentication and when I select my Crystal Report I see my BW hierarchy node variable as a flat list. When I log on to InfoView using SAP authentication I see my BW hierarchy node variable as a hierarchy. I want to be able to log on using Win AD authentication and see the BW hierarchy node variable as a hierarchy.
    What am I missing? Thankyou so much for your help.
    regards,
    John

  • Windows AD SSO pass to SAP authentication

    We have installed and configured SAP Integration 3.1 for BOEXI 3.1.  We have enabled SAP Authentication and can logon to BOE using SAP authentication successfully. We can refresh a Webi report built from a BW universe successfully using the SAP authentication.  However if the user uses Win AD authentication to BOE and this has an SAP alias defined we get "Unable to connect to SAP BW server. Incomplete data" whenthey try to refresh the same report.  My understanding is that by aliasing the SAP/user/role to the Win AD user tha the correct SAP creditials should be passed through.  Any ideas?  BTW the universe connection to BW is set to SSO.

    Hi Vincent,
    in the registry there is a setting for the SAP Integration Kit.
    With the XI 3.1 release in the registry you can find a setting which allows you to use a simplified user name (without a prefix from the SAP system) and in that way in case your Windows AD user and SAP users are identical the mapping will happen automatically.
    The registry value can be found in the branch:
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\SAP\Authentication and is called SimpleUsernameFormat. It is a Yes / No value setting.
    Keep in mind that this needs to be configured before you import the SAP users
    hope this makes sense.
    Ingo

  • Redirect after successful authentication

    Hi Experts,
    I am trying to redirect the users to a different portal component after they are successfully authenticated, as I need the details of the authenticated user, especially the R3Name that was mapped to. I have done the below modifications in umLogonPage.jsp of the logon application:
    Deleted the form action:
    onaction="<%=inPortal?"":logonBean.getLogonURL(proxy, null)%>";
       2. Deleted the onSubmit of the form:
    ?"onSubmit=\"javascript:addTenantPrefix();\"":""
      3. Changed the type of logon button to button from submit.
      4. Then, I have added the below script in the umLogonPage.jsp which is being called onclick of the logon button:
    function payrollPnumCheck()
      addTenantPrefix();
      var logonAction =  "<%=inPortal?"":logonBean.getLogonURL(proxy, null)%>";
      <%
      boolean locked = PayrollStatus.isPayrollProcessing();
      if((locked)){
      %>
      alert(location.pathname);
      window.location.assign("http://zabrysvsapzhd:50000/irj/servlet/prt/portal/prtroot/com.dd.payrollProcessing.systemLocked");
      <%
      }else{%>
      document.logonForm.action=logonAction;
        document.logonForm.submit();
      <%}%>
    But, the portal is not being redirected after the authentication.
    Please let me know what am I doing wrong here. I am quite new to js and jsp.
    Thank you,
    Sai

    How are these Portal components deployed in the portal, NWDI activites or EAR/SDAs?
    IN either way you should be able to get a link to the landing page (might be index.html or jsp) e.g. http://<SAP>.<domain>:5xx000/<Application-Deployed-EAR>/root/landingIndex.html (in case of EAR SDA deployments) or http://<SAP>.<domain>:5xx000/<SID_TrackID_D><DC>/landingIndex.html
    These URLs can be wrapped in a URL iVIew and then assigned to a Page with no padding and borders so as to appear as a like any other normal webpage.
    If you don't change he page display settings you'll get the Framework headings, title and all SAP standard components and would look weird if the application is not a dynpro one.

  • Getting error in SAP Authentication configuration for BO Edge 3.1 SP3

    Hi,
    I have installed BusinessObject Edge Series 3.1 SP3 and BusinessObject XI 3.1 SAP SP3 on Windows 2008 server.
    I am trying to configure SAP Authentication between BO and BI server. In CMC i have provided all the details under Entitlement System and click on update, After that when i click on Role Import tab I am getting "Name or password is incorrect". However, I checked user name and password is correct by login with same user and password to BI server.
    I have downloaded sapjco.jar  and sapjcorfc.dll and placed it at required locations and also done the transport in BI system as given with Integration Kit
    I checked document "SAP BusinessObjects XI 3.1 SP3 Integration for SAP Solutions u2013 Supported Platforms" and found that SAP GUI 720 is not supported with SAP BusinessObjects XI 3.1 SP3.
    Supported SAP GUI are:
    SAP 640 GUI, patch level 25
    SAP 710 GUI patch level 6 (1)
    But I dont found those SAP GUI's on Service market place.
    Please suggest me how to resolve this issue.
    Thanks and regards,
    Rehan Manzoor

    HI,
    did you check if the SAP credentials entered on the Entitlement System page have the necessary authorizations to read the roles ?
    You can see the details in the Installation Guide.
    regards
    Ingo Hilgefort

  • Error while configuring SAP authentication in CMC adn Win XP PRO

    Hi,
    I am new to Business Objects and i was installing the Business Objects integartion Kit for SAP.
    I have already installed Crystal Server 2008 and copied the SAP Jco to the specified folders.But whiling trying to configure the SAP authenticatuion, I keep getting the TOMCAT error. I unistalled and reinstalled again. Still not working
    Note: My Operating System is Windows XP.
    Appreciate any suggestions
    Regards,
    Biju

    Hello All,
    I reinstalled it again based on the link BusinessObjects and SAP - Configure SAP Authentication from Ingo Hilgefort and all are working as expected.
    Now I have a different problem, My Company does not intent to go for a portal at this time, but is considering using formatted reports using crystal reports. What are the other options available for the users to access these reports? For instance all the bex users have Bex Analyser installed on each client machine, do we have anything similar for Crystal reports.
    Any help is greatly appreciated.
    Regards,
    Biju

  • Error while configuring SAP authentication in CMC

    Hi,
    I am trying to set up SAP authentication in CMC to a SAPBI system to which I am able to connect successfully in Designer and Voyager. I have the SAP Integration KIT also installed.
    As a first step I created Entitlement and then filled up the options tab ( Have checked the option Automatically Import Users).
    But when I click on Role Import Tab, I get the following error.
    com/sap/mw/jco/JCO$Function
    Is it because I need to install SAP JCo? Please suggest.
    If I need install SAP JCo is it freely available? Which version has to be installed?
    Any suggestions will surely help.
    Thanks in advance,
    Suma

    Same issue here.
    Business Objects Enterprise 3.0 is installed on a dedicated machine.  I have followed the documented installation procedure, step by step, but I am still facing two issues:
    #1. SAP Authentication does not work.  When trying to log into InfoView using SAP Authentication, I get the following error:
    Account information not recognized:
    CSecSAPR3Binding::XRFCCnxBroker::BorrowConnection() failed. See following log entries for details.
    Failed while trying to log on to SAP system.
    The following RFC error was returned: [Group, Key, Message]:
    [103, "RFC_ERROR_LOGON_FAILURE", "Name or password is incorrect (repeat logon)"].
    The entitlement system has therefore been disabled in memory.
    This may be because the SAP system is unavailable or because the credentials are invalid.
    The entitlement system has to be re-enabled before it can be used again.
    #2.  BOE is unable to import the SAP roles (from CMC SAP Authentication configuration).  The application throws the following error:
    An error has occurred:
    com/sap/mw/jco/JCO$Function
    I am using JCo v 2.1.8.  sapjco.jar was extracted to C:\Program Files\Business Objects\Tomcat55\common\lib and sapjcorfc.dll was extracted to C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86.  librfc32.dll was installed in a prior step by the SAP Front End, and the file exists in C:\Windows\system32.
    Any other ideas?
    Edited by: Eric Axelrod on Feb 3, 2009 11:24 PM

  • Impliment SAP Authentication for Translation manager BI 4.0

    Hello Experts,
    We are using SAP Authentication type  to logon and to create the reports.The reports are created now.We would need to have these reports translated using Translation Manager (TM) but they have provided a user name on Enterprise login.
    But when we try to import the reports it is getting failed and giving an error "InitInitilization Java" exception .
    As when the clinet tool TM is opened it is not showing the SAP authentication it has (Enterprise,Windows AD,LDAP,Standalone) and no SAP.
    So can you suggest about how to have the SAP login for TM also.We are using BI 4.0 SP 2.7.Reports are created using BEX as back end.
    thanks in advance
    Lekshmi

    Hi Lekshmi,
    In your Translation Manager web.xml look for Authentication.default and set sso.sap.primary and set the values as
    <context-param>
      <param-name>authentication.default</param-name>
      <param-value>secSAPR3</param-value>
      </context-param>
    <context-param>
      <param-name>sso.sap.primary</param-name>
      <param-value>true</param-value>
      </context-param>
    Thanks,
    Sravanthi

  • SAP Authentication not available

    Hello together!
    on a BOE-System (XI 3.1, SP3, FP 3.5) is the SAP Authentication for the InfoView- and the CMC-logon not available. I think the problem is that they haven't installed the SAPJCO correct or did some other mistakes during the installation and configuration process. Until now I tried the following because to install and configurate the system new is not really a opportunity:
    check if in the CMC the SAP Authentication is enable
    check in the web.xml if the authentication.visible is set to true
    copied the sapjco.jar into the Tomcat55\shared\lib and Tomcat55\common\lib
    copied the two *.dll from the SAPJCO to the windows\system32 folder
    set the classpath
    redeployed the Apps: InfoViewApp, InfoviewAppActions, CmcApp, CmcAppActions, PartnerPlatformServices, SAP, OpenDocument and dswsbobje
    run the partnercafinstall.bat
    and restart the tomcat and the Server Intelligence Agent
    Btw the Integration Kit for SAP works - it's just the problem with the missing authentication method.
    Another question depending on that problem (maybe) regards  the BW Publisher: There is a role for publishing content, this role have the essential rights and the role is added to the corresponding SAP system folder under the SAP structure in the CMC. But if you want to piblish a Crystal Reports report as a BW-User that is a member of the role but is not imported in the CMC you get the error EAS 30001(An error occurred when synchronizing folder hierarchy for role) which means that the user does not have sufficient rights to publish reports. If I put the role to the administrator group everything works fine except that the reports creates a folder structure SAP\2.0\*SYSTEM\New Object11552\New Object11553\REPORT*. Why are the folder "New Object11552" and "New Object11553" created and what's the problem with the rights?
    I appreciate any hints what else I can do - because as I mentioned above a complete new-install is not really a opportunity.
    Thanks in advance!

    Thanks Heiko and Ingo for your responses!
    @Heiko
    Hi Heiko, I couldn't find the SAP JCO 2.1.9 version to download - so I tried the 2.1.10 version; but still the same problem
    @Ingo
    Hi Ingo,
      >>so the SAP Authentication in the CMC is available and you are able to import the SAP Roles ?
    yes, the SAP Authentication in the CMC is available and I'm able to import SAP roles - that works absolutely fine; it's just that users can't select the SAP-Authentication method for the logon.
      >>EAS 30001
    ok, that was also my idea that it is important that the sap user who want's to publish content is imported in the cmc - but because of the problem that the sap authentication is not available at logon that's currently not possible. So, I think if this problem is solved - the problem with EAS 30001 is also gone.
      >>Make sure the role as descriptions in transaction PFCG in all the languages that you use for publishing
    you're absolutely correct - that was the problem! Thanks Ingo! Could you explain what are the steps I have to do to translate the description of a role in transaction SE63 after I created the role in the transaction PFCG or do you have a link with the HowTo for me? Hope we'll also find a solution for the missing SAP-Authentication method.
    Mario

  • [OPENDOC] Crystal report unable connect as SAP authentication

    Dear Expert
    I'm facing problem when accessing Crystal Report  via URL that generated by OpenDoc.
    for example the URL :
    http://sapbobj:8080/CrystalReports/viewrpt.cwr?id=6172&promptex-[!V000001] ="[0CALMONTH].[200901]"
    it bring me to log on page before access the report. but in log on page in Authentication drop down box no "SAP", only show "Enterprise", "LDAP", "Windows AD". but my requirement is need log on as SAP authentication.
    in my webi and CMC all authentication is show, but only in Crystal report no "SAP" Authentication
    Can you help me to show "SAP" Authentication in Log On page?
    Best Regards,
    Luqman Hakim

    Hi Stratos,
    I already try to open Crystal report using Opendoc Syntax, and the CR Doc is opened.
    but [please advice] i still cannot open CR Doc with selection Variable form BEX,it always go to "Parameter Entry" page.
    in WebI the selection is work.
    example :
    i have query in BEX with Variable Date and Province.
    in Webi :
    http://<servername>/OpenDocument/opendoc/openDocument.jsp?iDocID=5878&sIDType=CUID&SRefresh=Y&lsSCal.year/+month=012009&lsSPROV=100
    the URL will give me the result to Webi with the selection i defined in URL (Date = 01.2009 and Prov = 100).
    in Crystal report :
    http://<servername>/OpenDocument/opendoc/openDocument.jsp?iDocID=6815&sIDType=CUID&SRefresh=Y&lsS[!V000001]=01.2009&lsS[!V000002]=100
    the URL give me into page "Parameter Entry" not directly to result,
    please help me, how to work with selection variable in Crystal report.
    Luqman

  • SAP Authentication on IPHONE/IPAD

    Hello,
    Is there a way to view analytics on iphone and ipad through SAP authentication Business Objects Explorer (Polestar)? I am able to view analytics with my enterprise credentials, but I get the follwing error when I use with my SAP credentials (PS_10001_invalid_credentials_logon). I am able to logon on successfully with both credentials through my PC browser.
    Thanks
    Percy
    Edited by: Percy Adusei on Sep 13, 2010 10:04 PM

    我的BOE版本是12.1.0.882,Explorer的版本是12.1.1,是能够正常建立信息空间,并且也能正常发布,但就是用Ipad不能登录,提示错误也是u201CPS_10001_Invalid_credentials_logonu201D。
    我同样的版本也是装在另外一台机器上,用IPad是可以正常连接的。
    请问是否是windows的什么设置相关?
    补充,有一条机器操作系统是WINXP,是可以成功用IPad连接的。另外一台是Win server 2003 sp2,就是提示上面的错误。
    Edited by: Tiffany.Xue on Nov 24, 2010 9:45 AM

  • SAP Authentication Method Missing

    Dear Experts, I have been having this problem for sometime. I have redone the whole work again just to make sure I'm not missing anything. Any help is appreciated.
    I'm on BO XI R2, with Tomcat 5.0,27, Windows 2003 environment, Java connector 2.1.8,
    I'm missing SAP authentication method in the Java InfoView. I have Enterprise, LDAP and WinAD in the list but not SAP authentication. While my Java Infoview for SAP works just fine.
    Also with IIS, the .NET InfoView does have SAP authentication and it works fine as well.
    Kindly assist me in fixing this.
    BTW, which configuration file in tomcat hold this info about authentication methods?

    8 --> Configured the Kerberos Windows AD Authentication in BOE System (these includes the steps to apply it on IIS and Java Application Servers (Tomcat)) by following the
             instructions in BusinessObjects Enterpriseu2122 XI Release 2 Deployment and Configuration Guide, Chapter 13
    9 --> Installed Live Office Client 11.5.8.826 (server and client component on the same machine)
           a) Enabled Live Office client components (by running the enable_addin.exe utility)
           b) Running side-by-side Live Office installations (enable the Live Office Add-In)
    10 --> Install Xcelsius 2008, Version 12.1.0.247
    11 --> Install BusinessObjects XI Release 2 Integration Kit for SAP SP1
    12 --> Install BusinessObjects XI R2 Service Pack 2 for Integration Kits
    13 --> Make sure that BOE Sample Reports is imported to the installed BOE system
    14 --> Configured and Tested IIS for SAP Authentication with SSO for SAP InfoView in BI system and
               SAP Enterprise System to point to the installed BOE system
    15 --> Configure Tomcat (Web.config files) to use BOE Cluster Name & SAP Authentication with SSO
              enabled for SAP InfoView site when it is used from the SAP Enterprise Portal
    16 -->Tested to logon to Live Office with SAP Authentication. SAP Authentication is missing in the Live
             Office like Java InfoView
    Kindly point out to me where I'm going wrong?

  • LiveOffice/SAP Authentication

    Dear Experts, I have installed LiveOffice as per the installation documents. It seems to work fine. But when I try to save the anything to Enterprise, I do not see any SAP authentication. I do have SAP integration kit already installed. Am I missing anything? Please guide.

    It is installed on same machine. I checked my installation steps again one more time. I do not see that I missed any step mentioned n the installation guide.
    I still do not see the SAP authentication in the LiveOffice! Kindly guide me thru.
    These are the steps I performed:
    1 --> Installed all the prerequisites including (SAP GUI, Oracle Client, IIS, Prepare SQL Database, etc..) following the instructions in Business Objects XI Installation Configuration Process.
    2 -->     Installed BusinessObjects Enterprise XI R2 with SP2 following the same guide Business Objects XI Installation Configuration Process.
    3 -->      Installed Crystal Report XI Release 2 SP2 and made sure that installation went OK by checking SAP tool bar in CR client.
    4 -->     Installed Tomcat 5.0.27 by following the installation guide.
           a) Defined users for the Tomcat Web Server Administration as per the release notes
           b) Went to C:\Program Files\Business Objects\Tomcat\conf\tomcatusers.xml and add the following:
               <role rolename="manager"/> <role rolename="admin"/> <user username="admin" password="password"
           c) Ran the Tomcat Manager from the following URL: http://localhost:8080/manager/html. Test to logon to the Tomcat Manager roles="admin,manager"/>
           d) Test to logon to the Tomcat Manager Administration (http:// localhost:8080/admin/)
    5 --> Deployed the default WAR files for BOE applications by following the BusinessObjects Enterpriseu2122 XI Release 2 Installation Guide
    6 -->     Installed and configured SAP Java Connector 3.0.2 Components
         a) For installing of SAP Java Connector, I copied librfc32.dll (actually it is already there by installation of SAP GUI) and sapjcorfc.dll to C:\WINDOWS\system32 and copy sapjco.jar to the application serveru2019s shared library folder C:\Program Files\Business Objects\Tomcat\shared\lib
         b) Created the folder (META-INF) in the shared TOMCAT location  C:\Program Files\Business Objects\Tomcat\shared\classes
         c) Copied the file authPluginExts.properties from C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\java\applications\SAP to C:\Program Files\Business Objects\Tomcat\shared\classes\ META-INF
         d) Copied the un-zipped SAP Java Connector folder sapjco-ntintel-2.1.8 to: D:\Program Files
         e) Added to the PATH environment variable, the fowling path:  D:\Program Files\sapjco-ntintel-2.1.8 that contains the un-zipped SAP Java Connector.
         f) Add the CLASSPATH environment variable includes the sapjco.jaras:
            C:\Program Files\Business Objects\Tomcat\shared\lib\sapjco.jar;C:\Program Files\Business Objects\Tomcat\shared\classes\META-INF
    7 --> Create a file called desktopwar.xml and add the following content <Context docBase="C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\java\applications\SAP\sap_desktop.war" path="/businessobjects/enterprise115/SAP/desktoplaunch" crossContext="false" debug="0" reloadable="true" trusted="false"/>
    8 -->   Configured the Kerberos Windows AD Authentication in BOE System (these includes the steps to apply it on IIS and Java Application Servers (Tomcat)) by following the instructions in BusinessObjects Enterpriseu2122 XI Release 2 Deployment and Configuration Guide, Chapter 13
    9 --> Installed Live Office Client 11.5.8.826 (server and client component on the same machine)
          a) Enabled Live Office client components (by running the enable_addin.exe utility)
          b) Running side-by-side Live Office installations (enable the Live Office Add-In)
    10 --> Install Xcelsius 2008, Version 12.1.0.247     
    11 --> Install BusinessObjects XI Release 2 Integration Kit for SAP SP1  
    12 --> Install BusinessObjects XI R2 Service Pack 2 for Integration Kits
    13 --> Make sure that BOE Sample Reports is imported to the installed BOE system
    14 --> Configured and Tested IIS for SAP Authentication with SSO for SAP InfoView in BI system and SAP Enterprise System to point to the installed BOE system
    15 --> Configure Tomcat (Web.config files) to use BOE Cluster Name & SAP Authentication with SSO enabled for SAP InfoView site when it is used from the SAP Enterprise Portal
    16 -->Tested to logon to Live Office with SAP Authentication. SAP Authentication is missing in the Live Office like InfoView
    Kindly point out out me where I'm going wrong?

  • Disabled the SAP authentication on BO

    Hi,
    I´ve installed the sap integration kit on BO XI3.1 SP3, but the SSO by kerberos isn´t running. I´ve disabled the Sap authentication and the user can login with her windows user id and password.
    How can return to use the SSO?
    More thanks

    Hi,
    you have to check both.
    You have to write back the settings you entered during the configuration of your WindowsAD setup.
    These are Environment related to your Environment. Check the Documentation you used for the configuration.
    Regards
    -Seb.

Maybe you are looking for

  • Word file opened using WEBUTIL getting locked

    Hi, I am opening a word file using webutil's client_host and it is getting locked even after I close it. There is no winword.exe running in the machine(Task Manager). If I try to open the file, it says 'the file is being used by another user, do you

  • How to wait till the end of DOS program started using Runtime.exec(cmd)?

    In my Java program I need to call two DOS batch programs namely call.bat and start.bat. First I need to start the batch program call.bat and once that program is completed, I need to call the other batch file start.bat. The piece of code which I am u

  • Create a Print button to Print a specific PDF File

    Hi, Need help with scripting. I'm creating a Menu Page where in I list the PDF files and right beside it put a PRINT BUTTON which of course will print that specific PDF file. Is this doable or not? Thanks. VicZam

  • Dependecy injection EJB into a jsp

    Hello, How can I do a dependency injection of and EJB into a jsp? When Iu2019m trying to used it (see below), It doesnu2019t work, What Iu2019m doing wrong? Also I tried to do a lookup, but I canu2019t do a cast because the classe returned by the loo

  • AFTER EFFECTS WILL EITHER NOT OPEN OR CRASHES BEFORE IT OPENS.

    Hello all. My dilemma is AE will not open at all. I will click on the icon and wait for it to load, nothing happens. I double click on it more than twice and it opens up straight to the AE interface and then crashes. My system is updated with the req