Trying to get BPEL users

Hi All,
I am trying to get BPEL users using SOA suite 10.1.3.1
I am using the BPMAuthorizationService in order to invoke method search users passing the filter with * so that it will get all users:
BPMAuthorizationService authSvc = wfSvcClient.getAuthorizationService(wfCtx.getIdentityContext());
List list = authSvc.searchUsers(filter);
where the filter is :
ComplexSearchFilter filter = authSvc.getSearchFilterInstance(BPMUser.class, sSearchableAttributes[0], SearchFilter.OPERATOR_EQUAL, "*");
filter.setLogicalOperator(ComplexSearchFilter.LOGICAL_OPERAND_OR);
for (int i = 1; i < sSearchableAttributes.length; i++) {
ComplexSearchFilter f = authSvc.getSearchFilterInstance(BPMUser.class, sSearchableAttributes, SearchFilter.OPERATOR_EQUAL, "*");
filter.addFilterComponent(f);
I developed a simple web application having a servlet containing this code, it works fine when deployed on the SOA home instance having the parent application as hw_services, but when this application is deployed having the default parent it doesn't create the authSvc variable correctly and returns null.
Is their any configuration files, library jars I am missing here, do i need to upgrade to a new SOA version, please help.

Hi,
Please check if the following steps were done:
1. Jar file was deployed to SOA_Oracle_Home\services\lib directory.
2. Jar file was added to the library path. This is done by adding line <library path="SOA_Oracle_Home\bpel\system\services\lib\isplugin.jar"/> to the application.xml file in SOA_Oracle_Home\j2ee\home\config directory.
Regards,
Deepak Suri

Similar Messages

  • AE Crash trying to get the user 'language' registry key

    This is a strange crash I get just opening all sorts of different AE projects.
    <140735243008352> <ASL.ResourceUtils.GetLanguageIDFromRegistry> <0> Unable to obtain the User 'Language' registry key at: Software\Adobe\After Effects\10.5.1\ Defaulting to 'en_US'.
    It happens on a wide variety of projects just on opening them. Almost all are 720p. but some have footage, others are just PSD or other image files (PNG, JPG). Many of them have trapcode particular 2.1/form 2, but some don't. 
    I have to find another project, open it, and then hope it doesn't cause a crash. If not, then I can go back and open the project that crashed upon opening and it works fine. It may open a few times without problems, and then upon opening it another time, it will crash with the same warning.
    I have a MacPro 2.66 GHz quad-core with 16GB RAM running 10.7.1 with an ATI Radeon HD 4870 card with 512MB of memory.
    Seems rather bizarre to crash on trying to get a language registry setting, so any ideas for correcting this would be most helpful.  Thanks.
    Pete

    I'm having a similar issue with After Effects.  I have Adobe After Effects CS5.5 (v.10.5.1) and it keeps crashing when switching between AE and other programs.  Here's a video of what's happening with mine.
    I don't have any special plug-ins loaded except for what came with the program.  OpenGL rendering is turned on and have tried turning it off to see if it make the problem go away and it doesn't make a difference. 
    Greatly appreciate any assistance I can get on this.
    Computer System
    Dell Precision M6600 Laptop
    Intel(R) Core(TM) i7-2920XM CPU @ 2.50GHz
    16GB RAM
    2GB NVIDIA Quadro 4000M
    Driver Version 285.62
    Optimus is turned off so it's just the Quadro 4000M Card - no Intel HD Graphics in the background
    413GB Free (687GB Total) Primary HD
    200GB Free (250GB Total) D Drive
    Windows 7 64-bit SP1 Professional
    Adobe Master Collection CS5.5 (Website Download)
    After Effects v.10.5.1 Update (Website Download version)

  • Trying to Get Netwrok Users Working in a Prelude to Portable Home User

    Hi,
    Currently the standalone server has 5 local client side users. I have created another user in WGM who has a network home folder. I can't log into him. The only other network user I have is the serveradmin, setup at the start of the process, which I can log onto with now problem.
    The network user home folder is on a AFP automount share with guest access. I went to "home" on WGM and selected the AFP path (which is less than 83 characters) and successfully created the home folder. (I don't know if it is relevent but two other attemts at making home directories are still selectable in the home list, even though they no loger exist. In fact they still come up in the finder if I goto network/servers/myserver.company.co.uk/Volumes/).
    My login screen is meant to show network users (having set the preference in WGM for my Mac), but only shows my local account, gueest and other. When I try to log on with the network user, it just shakes.
    I did create a local account for this user, bound the account to the network account. The home folder automount didn't mount. When I manually mounted it the user's directory was there but with no access to the folders. I then noticed that if I logged into one local account the second local account I logged into would not show he server as a shared computer via AFP in the Finder (SMB showed up fine).
    I suspect that I've set something up odd, but I am suspicious of the AFP automount. Any ideas?
    Thanks,
    Francis.

    Thank you David & Jeff for responding.
    To David - I had setup my new user as described by the documents and by you (i.e. Created user, made a "User" sharepoint with automount set as AFP "User Home Folders", used WGM to select this share for said user and created folder). The users homefolder can be seen under the share "Users". If I create a locally managed user on a client Mac and link it with this user, I can navigate to the folder under the "My Server" directory. What I wanted to do, and believe can do, is have this user as a network account, not a local one, with its home folder mapped automounting (which I thought meant that I could go to the relevant folders by using the standard icon's on the Finder - am I wrong? will I always need to go My Server>Users>username?).
    To Jeff - this is the output:
    Primary address = 192.168.0.2
    Current HostName = myserver.mycompany.co.uk
    DNS HostName = myserver.mycompany.co.uk
    The names match. There is nothing to change.
    I have set WGM for this computer to show network accounts on the login screen. It doesn't show the user I'm trying to setup.
    Many thanks in advance for your thoughts.

  • How to get an user field in a sap form

    SBO2004
    I'm trying to get an user field in a sap form(651).
    My code is:
    Dim FrmT As SAPbouiCOM.Form
    Dim Itm As SAPbouiCOM.Item
    FrmT = GestorSAP.SBO_Application.Forms.GetForm("651", 1)
    If (Not FrmT Is Nothing) Then       
       Itm = FrmT.Items.Item("U_Project")
    End If
    Frmt is not nothing, but itm is ever nothing and gives me an exception(item not valid). If i go to sap and look at this form, with debugging info activated, i see:
    Form=651 Itm=U_Project Variable=1 OCLG,U_Project
    What am i ding wrong?

    Hi Miguel Angel.
    Try with form "-651".
    UDF form is the negative sap form.
    HTH
    Juli
    P.S:I'm not sure your code works, I never work with GetForm method, but yes with UDF form

  • How to get The users from a Collaborator that is type Group.

    Hello, I'm trying to get the users (and their emails) of a collaborator inside a Master Agreement that is type group.
    I've tried the following methods:
    1- Using a IBeanHomeLocator to get the GroupIBeanHomeIfc (with the static variable of sHOME_NAME) and then trying to get the Group with the DocumentId that the colaborator's method (getDocumentId()) returns and the GroupIBeanHome method findGroup().
    The result was null
    2 - Using exactly the same method as before, but instead of using the DocumentId, I did a query, in order to get the field USER_GROUP_OBJECT_ID,  to get the Id of the group.
    The result is still null.
    I'm not sure if there is a direct way to get it, or if i'm misusing the GroupIBeanHomeIfc.
    Thanks in advance!

    Hi Oscar,
    In the document collaborator class there is a method getCollaboratorType() which returns CollaboratorTypeEnumType and there are certain values assigned to them.
    user - A user collaborator
    group - A group collaborator
    contact - A user contact
    So, hashcode of 2 returns the group.
    Please have a look in to the below code.
    collaborators = doc.getCollaborators();
         if(collaborators.size() > 0)
            collabIter = collaborators.iterator();
              while (collabIter.hasNext())
                 member = collabIter.next();
                 collabType= member.getCollaboratorType();
                 hashValue= collabType.hashCode();
                    if(hashValue==2)
                              collabName= member.getDisplayName();
                              throw new ApplicationException("collabName:" +collabName);
    In the above code collabName returns the name of the group, with this you can search for the specified group using IbeanHomeLocator for group and then you can get the members in it and their mail Id's
    Hope it helps you and let me know if you need any assistance.
    Thanks,
    Raj.

  • Query to get the User who updated BP Catalog No. for an Item.

    Hi experts,
    I am trying to get the user id who updated BP Catalog No. for an Item. BPCatalog Number details are available in OSCN table. There is no BPCatalog No. field available in ItemMaster OITM, or in ItemHistory AITM. Also, I searched for history table of OSCN. I could not find it.
    Any help is appreciated.
    Thanks in advance,
    Parvatha Solai.N

    Hi,
    Thanks for your quick response and reply.
    Regards,
    Parvatha Solai

  • Getting a user task list by assignee...

    Hello,
    I had many problems trying to get a user task list from a java file. I found a way.
    I do it this way because the IWorklistService class return cero tasks with any WhereCondition... please if any one found a proper way to do this, please let me know.
    I use nanoxml library.
    public static ArrayList queryWorklistServiceI(ArrayList users){ 
    // Lookup the worklist service.
    IWorklistService worklist =
    (IWorklistService)locator.lookupService( IWorklistService.SERVICE_NAME );
    try
    WhereCondition cond = new WhereCondition();
    cond.append("title like '%TaskActionHandler'").append("and").append(WhereConditionHelper.whereInstancesOpen());
    IInstanceHandle[] i = locator.listInstances(cond);
    ArrayList tareas = new ArrayList();
    for(int j=0; j<i.length;j++){
    IXMLParser xmlParser = XMLParserFactory.createDefaultXMLParser();
    IXMLReader xmlReader = StdXMLReader.stringReader(i[j].getAuditTrail());
    xmlParser.setReader(xmlReader);
    IXMLElement xml_e = (IXMLElement) xmlParser.parse();
    Vector children = xml_e.getChildren();
    IXMLElement task = ((IXMLElement)children.get(4)).getFirstChildNamed("details");
    IXMLParser xmlParser_task = XMLParserFactory.createDefaultXMLParser();
    IXMLReader xmlReader_task = StdXMLReader.stringReader(task.getContent());
    xmlParser_task.setReader(xmlReader_task);
    IXMLElement xml_task = (IXMLElement) xmlParser_task.parse();
    xml_task = xml_task.getFirstChildNamed("part").getFirstChildNamed("task");
    String asignado = "";
    asignado = xml_task.getFirstChildNamed("assigneeUsers").getContent();
    if(asignado==null){
    asignado = xml_task.getFirstChildNamed("assigneeGroups").getContent();
    boolean b = false;
    for(int k=0;k<users.size()&&!b;k++){
    if(((String)users.get(k)).equals(asignado))
    if(b){
    String id = xml_task.getFirstChildNamed("instanceId").getContent();
    String titulo = xml_task.getFirstChildNamed("title").getContent();
    String estado = xml_task.getFirstChildNamed("state").getContent();
    String modificado = (xml_task.getFirstChildNamed("modifyDate").getContent()).substring(0,16);
    String tarea_id = xml_task.getFirstChildNamed("taskId").getContent();
    Vector datos = xml_task.getFirstChildNamed("payload").getFirstChildNamed("Datos").getChildren();
    ArrayList datos_array = new ArrayList();
    for(int k=0;k<datos.size();k++){
    IXMLElement dato = (IXMLElement)datos.get(k);
    Dato d = new Dato(dato.getFirstChildNamed("Nombre").getContent(),dato.getFirstChildNamed("Valor").getContent(),false,"");
    datos_array.add(d);
    Tarea t = new Tarea(id,titulo,estado,asignado,modificado,tarea_id,datos_array);
    tareas.add(t);
    return tareas;
    } catch (Exception e){System.out.println(e);}
    return null;

    someone??

  • I'm trying to get into game center to download some things. Enter user id/password then keep getting a "you are not part of this/the administrator group" then a cancel or retry command. What do I do? (I am using a friends wi-fi) What d

    I am trying to get into the Game Center and download some apps. I enter my user id/password the keep getting a "you are not part of the/this administrators group" message then a cancel/retry command. What do I do to become part of this/the administrators group? I am using a friend's wi-fi...Help!

    I am trying to get into the Game Center and download some apps. I enter my user id/password the keep getting a "you are not part of the/this administrators group" message then a cancel/retry command. What do I do to become part of this/the administrators group? I am using a friend's wi-fi...Help!

  • I have tried to change my User id which is an email address I no longer want to use. Now I am constantly getting requests from icloud and Apple ID for my password and cant get into my icloud account.

    I have tried to change my User id which is an email address I no longer want to use. Now I am constantly getting requests from icloud and Apple ID for my password and cant get into my icloud account.

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Gmail on iphone was working fine until yesterday when it prompted me with the message cannot get mail user name or password for gmail is incorrect, i have tried deleting the account and re-created a new account, same problem, can anyone help?

    gmail on iphone was working fine until yesterday when it prompted me with the message "cannot get mail user name or password for gmail is incorrect", i have tried deleting the account and re-created a new account, same problem, can anyone help?

    paulcb, you're a genius, it worked, thank you so much, you don't know how much stress you have taken off my shoulders, I am constantly on my email in my iphone everyday.  Thanks a million, take care. Robert.

  • I'm getting a User Cannot be Authenticated message when trying to order photo cards, books, etc - which I have done successfully many times

    I'm getting a User Cannot be Authenticated message when trying to order photo cards, books, etc - which I have done successfully many times

    In your account in the Apple store (store.apple.com) reenter all of yoru information and be sure one click ordering is on -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    and try again
    LN

  • The kerberos PAC verification failure when all users of only one RODC Site, trying to get access iis webpage of different site using Integrated Windows Authentication

    The kerberos PAC verification failure when all users of only one Site which having only one RODC server(A), trying to get access iis webpage of different site which having WDC server(B) using Integrated Windows Authentication. But when they accessing the
    website using IP address, it is not asking for credentials as I think it is using NTLM Authentication at that time which is less secure than Kerberos.
    Note that:- All user accounts and Computers of the RODC has been allowed cache password on the RODC. Nearest WDC for the RODC (A) is the WDC (B).
    The website is hosted on a windows server 2003 R2 and generating below system event log for those users of the RODC site :-
    Event Type: Error
    Event Source: Kerberos
    Event Category: None
    Event ID: 7
    Date:
    <var style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">date</var>
    Time:
    <var style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">time</var>
    User: N/A
    Computer:
    <var style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">computer_name (the 2003 server)</var>
    Description: The kerberos subsystem encountered a PAC verification failure. This indicates that the PAC from the client<var style="color:#333333;font-family:'Segoe
    UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">computer_name</var> in realm <var
    style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">realm_name</var> had
    a PAC which failed to verify or was modified. Contact your system administrator.
    This issue has been raised for last one week. Before that everything was fine. No Group Policy changed, Time also same.
    In this situation do I need to do Demotion of the RODC and re-promote it as RODC again  or is there any other troubleshooting to resolve it.
    Thanks in Advanced
    Souvik

     Hi Amy,
    Thanks for your response
    I noticed that Logon server could become incorrect again after user re-login or restart of a workstation.
    It seems root cause is different.  Need a permanent solution.
    The Workstations of the RODC site are getting IP from a DHCP server by automatic distribution of IP from a specific subnet for the site only.  The RODC is
    the Primary DNS server for the site.
    I have checked the subnet and it is properly bound with only with that AD site. The group of users and workstations are in the same site AD organisational Unit.
    Sometime I restarted the NET LOGON service and DNS server service on ther RODC server and sometime rebooted the server. But the Logon server issue has not fixed permanently.
    The internal network bandwidth of the site is better than the bandwidth to communicate with other site.  
    The server is Windows server 2008 R2 standard and hosting the below roles
    RODC
    DNS
    File server
    The server performance is Healthy in core times when maximum users usually logins. 
    Any further support would be much appreciated Amy
    Thanks
    Souvik

  • After the risk analysis I am trying to mitigate the users with risk ID and I am getting an authorization error.

    Dear All,
    I am trying to mitigate some users and after running risk analysis when I am trying to mitigate them I am getting an error saying I am not authorized to do so.
    I have requird roles to do my activity-

    Dear Prasant,
    I am getting above error.
    I have required roles
    GRC_CONTROL_APPROVER
    GRC_RISK_OWNER
    Regards,
    Abhishek

  • I am trying to get into my iCloud account and it is saying invalid user name and password

    I am trying to get into my iCloud account and it is saying "Invalid User Name or Password". I thought that you use your Apple I.D. and password, but that does not work! So, how do you reset your user name and/or password if you don't know what ones ICloud is seeking....

    After resetting your password you might then need to log out of your account on your device by phone on your id in Settings > Store (Settings > iTunes & App Stores if it's on iOS 6) and then log back in so as to 'refresh' the account on it
    If that doesn't fix it then you might need to contact iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7

    I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7 and I'm unable to find a solution.

    I can't be certain exactly which steps are going to be needed in each case, but if you work through this in sequence hopefully one of the steps will prove effective.
    First try this:
    With iTunes closed.
    Press the WinLogoKey+R
    Type in %appdata% and press return
    Double click on Apple Computer
    Double click on iTunes
    Delete the file CD Info.cidb
    Start iTunes and try again.
    If that doesn't work close iTunes and try deleting com.apple.iTunes.Gracenote.plist in the same folder.
    If that doesn't work close iTunes and try deleting iTunesPrefs.xml. This will reset your some of your preferences in iTunes so be sure to check them and reset as required.
    If that still hasn't resolved things close iTunes and try deleting the entire %appdata%\Apple Computer folder or look for parallel files/folders in the C:\Users\<User>\AppData\Local or C:\Users\<User>\AppData\LocalLow in case a corrupt file is persisting there.
    Note that any iOS device backups are stored in the MobileSync folder within Apple Computer. Once things are working you should backup your devices again as soon as possible.
    Or it might not be the preference files after all...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

Maybe you are looking for

  • Can no longer authenticate SMTP server in Mail

    After updating to 10.4.3, the httpmail plugin stopped working in Mail, so I downloaded it again and reinstalled it. Unfortunately, as I have read in many other posts, httpmail doesn't work well with 10.4.3. That part I can deal with. However, Mail wa

  • Installation error

    I have looked around on the forums and hahe found similar threads, but none of them really helped me solve my problem. so here it is, I am running Ubuntu 10.4 Lucid Linux OS 32-bit. I installed Oracle Database 10g universal through Synaptic Package M

  • Add text in mail for payment notification RFFOAVIS_FPAYM

    Hi All, We are sending payment notification to vendors via RFF0AVIS_FPAYM program. We are using SAP script form for this. We want to add text in mail body. I have checked note 1033893. I have created text with name z* in SO10 and assigned in process

  • Daily crashes

    Hello, I am experiencing crashes multiple times a day and would appreciate some help deciphering the console messages. I can't point to exactly when these crashes started as I recently updated and installed many new programs. The crash starts with a

  • Error on creating PO

    Hi Folks,    I am trying to create Standard Purchase Order. I have given todays date as Delivery Date. I am getting Error "Deliv. date outside period covered by factory calendar US" on clicking Save button.    Calender 'US' is assigned to the Receivi