How can I set BPEL server enviorment and create BPEL domain?

Without use the http console, how can I set BPEL server enviorment and create BPEL domain?
When I try to use API like below
import com.oracle.bpel.client.Server;
Server s = new Server(ServerAuthFactory.authenticate("oracle","localhost"));
But I always got four exceptions and one warning like below:
java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\ejb.properties (The system cannot find the path specified)
Warning: unable to read transaction.interoperability config property
java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
java.lang.Exception: Failed to create "ejb/collaxa/system/ServerBean" bean; exception reported is: "javax.naming.CommunicationException: Can't find SerialContextProvider
Is it right to use com.oracle.bpel.client.Server like this, please help me.
Best regards,
Vita

Anyone can help me? Because I need deploy BPEL process on production server, so I need the Java funtion to create domain. Thank you very much if you can tell me the correct method of using com.oracle.bpel.client.Server API.

Similar Messages

  • Image: How can I set the inner shadow and inner glow

    Hi
    How can I set the inner shadow and inner glow of a picture in a graphic frame? Any ideas which boss is to use?
    is there anywhere an example?
    Thanks
    Hans

    Hi<br /><br />I try to change the attributes (inner shadow and inner glow) using the following code:<br /><br />int CTest::test(UIDRef uidRefPageItem)<br />{<br />  int                                       iErr = ERR_NO;<br />  int                                       iReturn = -1;<br />  UID                                       uidColor = -1;<br />  IXPAttributeSuite::AttributeList          oAttrList;<br />  IXPAttributeSuite::AttributeTypeAndValue  oAttribute;<br /><br />  do {<br />    // Interface atrribute utils<br />    Utils<IXPAttributeUtils> ipAttributeUtils;<br />    // Set attribute list<br />    {<br />      IXPAttributeSuite::AttributeTypeAndValue  oAttribute(IXPAttributeSuite::kContentInnerShadowApply, kTrue);<br />      oAttrList.push_back(oAttribute);<br />    }<br />    {<br />      IXPAttributeSuite::AttributeTypeAndValue  oAttribute(IXPAttributeSuite::kContentInnerShadowBlendMode, kPMBlendNormal);<br />      oAttrList.push_back(oAttribute);<br />    }<br />    {<br />      IXPAttributeSuite::AttributeTypeAndValue  oAttribute(IXPAttributeSuite::kContentInnerShadowOpacity, 50.0);<br />      oAttrList.push_back(oAttribute);<br />    }<br />    UIDList uidList(uidRefPageItem);<br />    // Kommando ausführen<br />    iReturn = ipAttributeUtils->ApplyAttributesToPageItems(oAttrList, uidList);<br />    if (iReturn != kSuccess) {<br />      iErr = -1;<br />      break;<br />    }<br />  } while (kFalse);<br />  return iErr;<br />}<br /><br />iReturn is success, but this code doesn't change the attributes for an inner shadow.<br /><br />- What could be wrong?<br /><br />- Is it right to use the uid reference from the page item or is it neccessary to use the uid refernece of the image?<br /><br />Thanks for the support.<br /><br />Kind regards<br />Hans

  • How can a use a itunes soft. and create a new id

    how can a use a itunes soft. and create a new id itunes ?
    and
    we are update the lattest version in my iphone 3gs 16gb ?
    how can backup my iphone and install other application ?
    pls. reply me .
    jayesh panchal

    It is not possible to delete an apple id completely. You can only delete information like credit card, adress, name... To do this, go to iTunes Store, click on your email adress in the upper right corner and enter your password. Now you can manage your account.
    An apple id without password is not possible.

  • How can I delete my apple id and create another one with the same email?

    How can I delete my apple id and create another one with the same email?

    So sorry; somehow I forgot to provide the link.   Here it is ...
    Frequently asked questions about Apple ID
    Again, my apologies.

  • How can i set action on UITaBar and get event from that

    Hi All,
    I m doing one apps in which i have to add three UITabBarItem and this is UITabBarSystemItem.
    Now i cannot understand that how can i set action and get event from the?
    And how can i set various views on three tab bar item.
    I have to use UITabBar means i have to use UINavigationController+UITabBar
    My code id
    tabBar =[[UITabBar alloc] initWithFrame:CGRectMake(0,370,320,50)];
    tabBar.backgroundColor =[UIColor blackColor];
    UITabBarItem *search =[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:0];
    UITabBarItem *recents =[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemRecents tag:1];
    UITabBarItem *favorites =[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemFavorit es tag:2];
    tabBar.items =[[NSArray arrayWithObjects:search,recents,favorites, nil] retain];
    tabBar.selectedItem = search;
    [myView addSubview:tabBar];
    [tabBar release];
    I add a action:
    UITabBarItem *search =[[UITabBarItem alloc] InitWithTabBarSystemItem:UITabBarSystemItemSearch tag:0 action:@selector(select:)];
    So it error: Warning -no'InitWithTabBarSystemItem:tag:action:' method fount
    So any can help me regarding it?

    Thanks RickMaddy very much.
    I read and do with sample at the View Controller Programming Guide . But when run it only view TabBar with title but haven't got any TabBarItem on it. I searched a few example about TabBar and i did, but i want do a form with a button then press on button it view a form with 2 TabBarItem on TabBar and press each TabBarItem will show correlative form page 1, page 2.
    UITabBarController *tabBarControl = [[[UITabBarController alloc] initWithNibName:nil bundle:nil] autorelease];
    tabBarControl.title = @"Tab bar";
    ViewControl1 *view1 = [[[ViewControl1 alloc] initWithNibName:@"ViewControl1" bundle:nil] autorelease];
    ViewControl1 *view2 = [[[ViewControl1 alloc] initWithNibName:@"ViewControl2" bundle:nil] autorelease];
    tabBarControl.viewControllers = [NSArray arrayWithObjects:view1,view2,nil];
    [self.navigationController pushViewController:tabBarControl animated:YES];

  • How can I set the Lock Model and data structure ?

    Hi ,
    I just have two questions about JE:
    1) Is there some method for me to set the lock mode level , such as record lock, page lock and database lock in JE?
    2) I learned that there are Btree and Hash,etc , data structures , How can I set the data structure when using JE ?
    Thanks in advance !
    Chris

    I think you're confusing our DB (C-based product) with JE. JE does not have lock mode levels, page locks (it does not have pages), or database locks. JE only has the BTREE method, it does not have the HASH method. For JE, please be sure to reference the JE doc page:
    http://www.oracle.com/technology/documentation/berkeley-db/je/index.html
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Root CA-How can I set my server the single CA in my own intranet?

    I have some confidential network(without any internet connection).
    How can I generate FULL certificate chain with my own CA (without requesting any external certificate)? Software is Solaris 9 (Sparc) & SunONE Portal Server.
    Sincerely.
    Yurry A. Buharkin

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    <welcome-fiile-list>
    <welcome-file>over.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    please see the above.
    i have saved my jsp files in the root dir of webapps. in c:/tomcat/webapps/root/web_inf/web.xml , the content of this web.xml is as shown above.... but it still dont work .... how i can i rectify this problem.
    really thanks a lot

  • How can we set the column size and height dynamically

    Hi All,
    I have a requirement where i am designing rtf for excel output.Here i have a column where the height of that particular column must get reset dynamically according to the data that's getting populated.
    Thankq in advance.

    I had the same problem and I finally found that you can't set a form bean.
    There is no methods to do this.
    The only way is to make it a dynamic form bean, but i haven't investigated it.
    Now I use normal beans to move data between pages.
    Sorry if it's not what you want. If you have another solution let me know.

  • How can I set my folio to 'public'  (created in 'Digital Publishing Suite' folio-builder & producer)

    Hi guys,
    I have created a book in Indesign and published it Folio Builder and put it online with Folio Producer.
    Now I would like to have my client and a group of reviewers to view it online on their tablets, but they can't. I have invited them using the 'share' menu, they created an adobe ID, downloaded the viewer app, but they still can't.
    My feeling is that it is because I can not set my folio to be published 'public' (please see screenshot).
    Now my question is why can't I set the folio to 'public'?
    I am a Adobe creative cloud member.

    You need a DPS Professional or an Enterprise Account to publish as Public, With Adobe Creative Cloud workflow, you can create an app by using 'Create App' command from Folio Builder Panel.
    Now to share the folio with reviewers, just share the folios with the Adobe id's using the Share button (Two figures) in Folio Producer. Your reviewers will need to download Adobe Content Viewer from App store, login with their id's and then they can download and check out the folio.

  • How can I set my folio to 'public'  (created Digital Publishing Suite folio-builder & producer)

    Hi guys,
    I have created a book in Indesign and published it Folio Builder and put it online with Folio Producer.
    Now I would like to have my client and a group of reviewers to view it online on their tablets, but they can't. I have invited them using the 'share' menu, they created an adobe ID, downloaded the viewer app, but they still can't.
    My feeling is that it is because I can not set my folio to be published 'public' (please see screenshot).
    Now my question is why can't I set the folio to 'public'?
    I am a Adobe creative cloud member.

    Already answered this question in another thread: http://forums.adobe.com/message/5913043#5913043

  • How can I delete my itunes account and create a new one ?

    Hi Everyone
    I've got a problem with my current account itunes (french) :
    I'm between France and Spain. I usaully use french applications but I would like to be able to pick some apps in the spanish itunes store, and in the english one (such as i already do in the french one). Lately I change my payment data to my spanish visa card data, since then I cannot download any app anymore.
    So I tried to create a new account in the itunes store choosing the spanish location, but it s not possible since my actual email adress is the back up email adress of my french account .
    Can you please provide me some support ?
    A good day to you all.
    Audrey

    You can access www.appleid.apple.com and open your old account and delete.

  • We have three Ipads in our house.  We have one itunes account with multiple devices like two Iphones and Apple TV.   My question is about our three Ipads.   How can I set up the imessaging and facetime on all three devices while only using one Itunes acct

    Okay.  We have three Ipads in our house with only one Itunes account.   When I go into imessaging and facetime on each of the devices, it wants to start switching my wife's cell phone and then the three emails associated with each Ipad to the contact information for all of the Ipads.    As of this morning, only the imessaging and facetime are turned on my wife's iphone and ipad.   My kids imessaging and facetime is turned off.     Do you really have to have an itunes account for each device to make then work???    Any help would be very much appreciated.
    Ryan

    There is only one solution. Each user must have their own separate user account. All of their respective data would be contained in their separate user accounts. This also means each will have a separate iTunes Library. If you all use the same third-party apps, then each will have to purchase their own copies under their own Apple IDs. Some data sharing is possible. See:
    iTunes- How to open an alternate iTunes Library file or create a new one
    iTunes- How to share music and video
    iTunes- How to share music between different accounts on a single computer
    iTunes- Setting up Home Sharing on your computer

  • HT201269 Hi. My kids are all on my itunes account.  They have purchased music and apps.  I need to set up their own accounts since when on my account they also get my ext messages.  How can I set up new accounts and transfer what they purchased from my ac

    Hi.  My kids are all on my itunes account.  As a result they also ge my text messages.  I would like to set up their own accounts but be able to transfer the songs and apps they purchased.  Can this be done?

    You can still share an iTunes account for purchasing and downloading content. Just create a new Apple ID for iCloud to use for Messaging. If you try to create a new Apple ID for music and content, everything on their phone is tied to the Apple ID used for purchases, and would then require the password for that Apple ID to update. The way I described is easier.

  • So I have an Ipod Touch and an Iphone, the ipod has now been given to my daughter how can I set a different password and account for that??

    So I am trying to almost totally reset my ipod so my daughter can have it and not have a credit card attached and also i want a different appleID--Is this possible?? any how??

    First create a new ID by:
    How do I get an Apple ID?
    You may already have an Apple ID, and you only need one for everything you do with Apple. If you aren't sure, visitMy Apple ID and click "Find out."
    If you don't have an Apple ID, you can create one at My Apple ID. You can also create one by signing up for an Apple service (such as an iTunes Store or iCloud). You should use your primary email address as your Apple ID.
    What happens when you try to create a new account? Error message?

  • How can I set the file name and folder for output to PDF from another application?

    I am developing an application in Microsoft Access where the printed reports are to be saved in PDF format for archive purposes. I can send the output to Adobe X, but the default file name is the Access report name and the folder selected is the one last used.
    What I need to do is to create the file with a specific name (which changes for each run) and to a specific folder (which also changes for each run).
    The language I'm using is Visual Basic for Applications which is located in an Access form that controls the report production.
    Any suggestions, please?

    Got it - many thanks.

Maybe you are looking for

  • I'm trying to update my iphone 4 to IOS 5.0.1 but there is no space to backup on drive C so i can't continue updating via itunes

    iTunes requires about 11 GB space when there is only 500 MB free on local disk C and its all windows stuff i can't delete. how can i update ? my current IOS is 4.3.3 thanks

  • Can't sign Acrobat Pro 6 PDF with Reader 8

    I have many documents created with Acrobat Pro 6. Some have signature fields (forms). My manager has Reader 8. When she opens the documents, the "sign" capability is not available. She clicks in the signature fields and nothing happens. From the File

  • Multiple profit centers under one code

    Hi Team, When we have more than one profit centers created under same code, the system gives "+" for the name and when we double click on the name1, it displays all the profit centers. Incase I want the name and details of the profit center as on tod

  • JTable cell add Image

    hi, pls let me know how to add image in JTable particular cell. I am trying to add image in a particular column each row at runtime ( developing database application), those images are in remote location and also directory files. I am trying to use b

  • Can I use APEX directly read/sync with the Oracle Tables ?

    We have a Oracle Database to manage the design data.I am trying to setup a web-based front end using APEX to manage & monitor the parts ordering & logisitics.I want to drive the master data directly from the database without any export or data transf