OWF Builder - Sample Workflows

Hi,
I am totally new to Oracle Workflow and just installed the Oracle Workflow Engine on Oracle 10g Database. Also managed to get the Administrator's and User's Web based consoles configured.
Now I'm tiring to work with OWF Builder. OWF Builder was configured to get connected to the database. There were some sample workflows that could be loaded from the DB to the OWF Builder. But the code implementation is not there. Can anyone please explain a simple workflow (with 3 or 4 process nodes) with the code implementation, so I will be able to get an idea of the codes and node setup?
According to what I understood, in OWF Builder, the graphical nodes are used to represent the transfer of parameter/s from one node to another. But to implement the functionality of process node, one has to write codes with Java or PL/SQL. Please verify whether I am correct or not?
Thank you.
Best Regards,
Shanaka

Hi,
Well the best way i can suggest is to download this sample "Leave Approval" workflow from my website:
http://yuvi.esmartdesign.com/index.htm
Explanation:
This WF is a simple Leave Approval workflow that sends a simple leave notification to the approver, requesting him/her to approve the leave for a specific duration. The leave can be either approver or rejected. Once the leave is approved/rejected, a notification reaches the mailbox of the requestor in Apps.
This is a very simple WF with only three activities namely:
NOTIFY_APPROVER
NOTIFY_REQUESTOR_APPROVE
NOTIFY_REQUESTOR_REJECT
All the notifications have messages attached to them. In case if the Approver takes no action, by default the leave is APPROVED.
Hope this is clear and simple to understand.
{This workflow file shall be available on my website only for a small duration}
Pointers:
Check the "Oracle Workflow" section under the "Downloads" category in my website.
HTH,
Nitin

Similar Messages

  • How to link  web dynpro screen and R/3 ,so that I can build a workflow.

    Hi all,
             I  have to build a workflow for Personnel Administration(PA) in HR module. The document is not standard, so I have to build my own Bussiness object. But the senerio, screeens for particular document are designed in web-dynpro which will be there in separate portal and we suppose to link this in R/3 system. Whenever user fills that particular document (a form or a document in a portal) and clicks on submit button which is provided in the document workflow should get trigger. Also this screen should be used as workitem to a persons SAP inbox as well as in the portal inbox.
      <b>Please help me</b> for what should be my starting point in designing workflows.
    It would be helpful if anyone provides me with detailed describe step for each and everything along with few links and examples. As i m new to sap
    Thanks in advance.............Do reply......]

    /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    I think this maybe helpful to you.

  • I am not able to open, compile and build sample plugin projects from Indesign CS4 SDK

    Hi,
    I am new to Indesign plugin development.
    I have downloaded Indesign CS4 SDK Products version for Windows.
    I have downloaded Adobe Indesign CS4 trial version.
    I have Microsoft Visual C++ 6.0 . I want to build sample SDK examples given
    in SDK. But when I open them from visual c++ /prj folder the project is not
    getting opened.
    I want to load Dollyxs and build it and using that develop some projects.
    Also want to build and run the SDK examples .
    So can anybody help about what software I need n which version of visul c++
    is needed for this.And how to Install
    them.
    Thanks n Regards,
    Ravi Sharma

    Hi,
    Thank u very much for your response.
    Now I am getting error as :Error spawning cmd.exe. while I am building project (Indesign cs4-Windows).
    I have set properties for .fr and .rc files .Am I missing any other setting to be made.
    Can u help me?
    Regards,
    Ravi Sharma

  • Building complex flash game in Flash Builder 4 - Workflow/Best Practices

    I'm investigating switching to Flash Builder 4 for building a complex game that currently lives purely inside Flash CS4.  CS4 is a pretty terrible source code editor and debugger.  It's also quite unstable.  Many crashes caused by bad behavior in the SWF will take out the entire IDE so are almost impossible to debug.  And I've heard other horror stories.  To be clear, for this project I'm not interested in the Flex API, just the IDE.
    Surprisingly, it seems Flash Builder 4 isn't really set up for this type of development.  I was hoping for an "Import FLA" option that would import my Document Class, set it as the main entry point, and figure out where other assets live and construct a new project.  What is the best workflow for developing a project like this?
    What I tried:
    -Create a new Actionscript Project in the same directory where my CS4  lives
    -Set the primary source file to match the original project's source file and location
    -Set my main FLA as "export to SWC", and added "SWC PATH" to my flash builder 4 project.
    -Compile and run.. received many errors due to references to stage instance. I changed these to GetChildByName("stagename").  Instead, should I declare them as members of the main class?  (this would mimic what flash CS4 does).
    -My project already streams in several external SWF's.  I set these to "Export SWC" to get compile-time access to classes and varaibles. This works fine in cs4, the loaded SWF's behave as if they were in the native project.  Is the same recommended with FB4?
    -Should I also be setting the primary FLA as "export to swc"?  If not, how do I reference it from flex, and how does flex know which fla it should construct the main stage with?
    Problems:
    -I'm getting a crash inside a class that is compiled in one of the external SWF's (with SWC).  I cannot see source code for the stack inside this class at all.  I CAN see member variables of the class, so symbol information exists.  And I do see the stack with correct function names.  I even see local variables and function parameters in the watch window! But no source.  Is this a known bug, or "by design"? Is there a workaround?  The class is compiled into the main project, but I still cannot see source.  If FLEX doesn't support source level debugging of SWC's, then it's pretty useless to me.   The project cannot live as a single SWF.  It needs to be streaming and modular for performance and also work flow. I can see source just fine when debugging the exact same SWC/SWF through CS4.
    -What is the expected workflow with artists/designers working on the project?  Currently they just have access to all the latest source, and to test changes they run right through flash.  Will they be required to license Flash Builder as well so they can test changes?  Or should I be distributing the main "engine" as a SWF, and having it reference other SWF files that artists can work on?  They they compile their SWF in CS4, and to test the game, they can load the SWF I distribute.
    A whitepaper on this would be awesome, since I think a lot of folks are trying to go this direction.  I spent a long time searching the web and there is quite a bit of confusion on this issue, and various hacks/tricks to make things work.  Most of the information is stale from old releases (AS2!).
    If a clean workflow I would happily adopt Flash Builder 4 as the new development tool for all the programmers.  It's a really impressive IDE with solid performance, functional intellisense, a rich and configurable interface, a responsive debugger..I could go on and on.  One request is shipping with "visual studio keyboard layout" for us C++ nerds.
    Thanks very much for reading this novel!

    Flash builder debugging is a go!  Boy, I feel a bit stupid, you nailed the problem Jason - I didn't have "Permit Debugging set".  I didn't catch it because debugging worked fine in CS4 because, well, CS4 doesn't obey this flag, even for externally loaded SWF files (I think as long as it has direct access to the SWC). Ugh.
    I can now run my entire, multi SWF, complex project through FB with minimal changes.  One question I do have:
    In order to instantiate stage instances and call the constructor of the document class, I currently load the SWF file with LoaderContext.  I'm not even exporting an SWC for the main FLA (though I may, to get better intellisense).  Is this the correct way of doing it?  Or should I be using , or some other method to pull it into flex?  They seem to do the same thing.
    The one awful part about this workflow is that since almost all of my code is currently tied to symbols, and lives in the SWF, any change i make to code must first be recompiled in CS4, then I have to switch back to FB.  I'm going to over time restructure the whole code base to remove the dependency of having library symbols derive from my own custom classes.  It's just a terrible work flow for both programmers and artists alike.  CS5 will make this better, but still not great.  Having a clean code base and abstracted away assets that hold no dependencies on the code  seems like the way to go with flash.  Realistically, in a complex project, artists/designers don't know how to correctly set up symbols to drive from classes anyway, it must be done by a programmer.  This will allow for tighter error checking and less guess work.  Any thoughts on this?
    Would love to beta test CS5 FYI seeing as it solves some of these issues.
    Date: Thu, 21 Jan 2010 15:06:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Building complex flash game in Flash Builder 4 - Workflow/Best Practices
    How are you launching the debug session from Flash Builder? Which SWF are you pointing to?
    Here's what I did:
    1) I imported your project (File > Import > General > Existing project...)
    2) Create a launch configuration (Run > Debug Configuration) as a Web Application pointing to the FlexSwcBug project
    3) In the launch config, under "URL or path to launch" I unchecked "use default" and selected the SWF you built (I assume from Flash Pro C:\Users\labuser\Documents\FLAs\FlexSwcBug\FlexSwcBugCopy\src\AdobeBugExample_M ain.swf)
    4) Running that SWF, I get a warning "SWF Not Compiled for Debugging"
    5) No problem here. I opened Flash Professional to re-publish the SWF with "Permit debugging" on
    6) Back In Flash Builder, I re-ran my launch configuration and I hit the breakpoint just fine
    It's possible that you launched the wrong SWF here. It looks like you setup DocumentClass as a runnable application. This creates a DocumentClass.swf in the bin-debug folder and by default, that's what Flash Builder will create a run config for. That's not the SWF you want.
    In AdobeBugExample_Main.swc, I don't see where classCrashExternal is defined. I see that classCrashMainExample is the class and symbol name for the blue pentagon. Flash Builder reads the SWC fine for me. I'm able to get code hinting for both classes in the SWC.
    Jason San Jose
    Quality Engineer, Flash Builder
    >

  • Building approval workflow that spans two system

    Hi,
    We are on oracle apps 11i.
    There is a requirement to build a workflow that spans oracle purchasing and another procurement system for PR.
    After purchase requisition is handled in the system it should be forwarded to the other procurement system.
    the procurement manger would either approve the purchase request and continue with the cycle in the external system or reject and send it back to oracle for modification.
    this is how i see the solution so far:
    -enter employee name and relevant position that refers to the manager in the external procurement system
    -add position to existing position hierarchy
    - when PR is sent in hierarchy to above manager, a database trigger can run to send the data to external system
    till this point,please advise if there is a more appropriate solution
    for the inbound data, how should i update the workflow? What are the APIs that i can use to reject the PR and send it back to requester for modification? if approved, how to handle the PR workflow in Oracle? How to stop the buyer from autocreating a PO automatically from PR?
    regards

    Hi,
    "Approval workflow is ambiguous. Inform system administrator"
    This error comes when you have more than one workflow active and your start conditions has a conflict. ( means you have same conditions for both the active workflows)
    Go to SWETYPV and find out your active workflows for the Business object BUS2121 and deactivate the one if both are not required. Select on the active workflow and go to details where you will find this FM SWB_2_CHECK_FB_START_COND_EVAL. If this FM exists then there is a start condition for your active workflow.
    Then go to SWB_PROCUREMENT or SWB_COND and select your BOR as EC Requirement Coverage Request and findout the active start conditions for both of your active workflows. Analyse and if there is a conflict change it.
    If you dont have start conditions for both the WFs then create for one with the create tab in SWB_COND.
    Let me know if you need any further inputs.
    Best regards,
    Sridhar.

  • Tax query builder with "workflow status" property

    Hi,
    is it possible to create a tax query builder with "workflow status" property? For example: folder A only with documents "Relased", folder B only with document "In progress"?
    In property meta data I saw that there is a property "cm_workflowState", I made it indexable, but it doesn't work....
    thanks,
    Paolo

    Hi,
    Thanks to share your post.
    For the issue, I think it may due to the wrong handling of the encoding type “UTF-8”, please refer to the followed article, they may give you a hand:
    http://blogs.sun.com/shankar/entry/how_to_handle_utf_8.
    http://devlog.info/2008/08/24/php-and-unicode-utf-8/.
    Hope this could help you!
    Leo

  • Sample Workflow

    Hi,
    Can anyone please share sample workflow examples. I am unable to create any workflow working a complete cycle.
    I tried the simplest eg, when an email triggers a workflow process n the process sends an email but the process never get started.
    The documentation available does not seem to be very useful for a newbie.
    Thanx !

    To trigger a workflow form an email requires the email sent to conform to the datastructure expected, so it is not necessarily the easiest starting point.
    If you can define a starting form and initiate by submitting that using the standard out-of-the toolbox library components (all advice in the form designer help, if I recall correctly), then the starting point testing is much easier.
    Which version of workflow do you use? Version 6.2 comes with 2 inbuilt samples (in the intrinsics folder) while for 7 you can download some samples from the Adobe knowledgecentre for the product.
    Good luck,
    Sanna

  • Configuring Universal Inbox -- Sample Workflow files missing.

    hi,
    On page 156 of the "Siebel Applications Administration Guide" for version 8.0 in the bookshelf, the following was mentioned. But in my sample applicaion installation I could not find any of these sample workflow xml files. Is anybody out there able to locate these sample workflow files ? Or if you have some samples that can be shared on working with the Universal Inbox ?
    Where to Find the Sample Workflow Files
    These sample workflows are provided as part of the sample database installation. You can find these
    workflow files in the SIEBEL_CLIENT_HOME\SAMPLE\WORKFLOWS directory. (For example, C:\Program
    Files\Siebel\7.8\web client\SAMPLE\WORKFLOWS)
    The names of the files that contain the sample workflows are:
    ■ Inbox - Service Demo Creation.xml
    ■ Inbox - Service Action.xml
    ■ Inbox - Service Detail Action.xml
    Thanks
    S

    I received the 3 sample WFPs from someone this morning. This question can be closed now.

  • Flash CS5 Pro/Flash Builder 4 Workflow

    I'm new to using Flash Builder as an AS3 editor for Flash Pro projects.  I've followed multiple tutorials on the workflow between the two but keep hitting a snag.
    For example: If I create a new FLA file, edit the document class and select Flash Builder as the editor it opens FB and opens the new ActionScript Class dialog.  All of the proper data is filled in but the "Finish" button is greyed out.  If I browse to set the package to the default and click OK it displays an error at the top of the dialog saying "Super class flash.display.MovieClip cannot be resolved for the selected project."  This happens any time I enter "flash.display.MovieClip" in the Superclass field when creating a new Class or attempt to edit the class definition of a MovieClip in the FLA library.  Why is it not recognizing references to flash.display.MovieClip?  Even when I use the FB code editor it doesn't code hint anything in the flash.display package.  Any clues?
    Thanks,
    Jeff

    I re-linked playerglobal.swc in my ActionScript Build Path and it's working now.

  • Sample workflow for Create new user in IDM

    Hi,
    I'm new to Identity Manager. I had obtain task to create new workflow with this requirements:
    - create new user
    - make some approvals
    - deploy this user to some resource (AD, LDAP, SQL)
    I have problem with first step. I tried to create user by the help of http://www.javapassion.com/idm/ create user samples, but I'm affraid that mentioned samples aren't enough for real deployment. They are good for understanding of IDM.
    So I decided to explore workflows/rules that are used as default in IDM. I think Create User dialog that is in menu Accounts -> List Accounts -> New Actions -> New User . But I'm not sure which workflow is used for this dialog. Is it Create User in ProvisioningTask, or some template in TaskDefinition, or Create User Template in TaskTemplate, or something another?
    (I'm listing this templates through List Object in Debug interface).
    I appreciate every help
    Petr

    Chapo,
    thanks a lot for informations. I have try to find corresponding process mapping for 'Create User' under Configure tab. I found process 'createUser'. So I looked for 'createUser' workflow under 'Task definition' or 'Configuration' in debug. But there was no such workflow. Only workflow with similar name was 'Create Resource User', but it doesn't look like right workflow. I expected workflow with name 'Create User'. Does anybody have this workflow under 'Task Definition' in debug?

  • Integration Services - Building Sample Database in MS Access

    We have purchased Integration Services and I want to start testing on a desktop. I was told that I could use MS Access to do this. Does anyone know how I get the sample databases into Access? The install contains sql scripts that build the database in SQLSvr, Oracle, etc., but not Access. Any help would be appreciated. Thanks! - Deb

    You can use the SQL server sql syntax to create your databases in Access. Just remove "GO" and run the script. If you had sql server, you could create the database /tables in SQL and use DTS to convert it to Access.

  • Inconsistent State Error when running DataMiner OBE sample workflows

    Hello
    In a test environment, running Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production and using SQL Developer Client 3.0.0.4
    and Data Miner 11.2.0.1.10.109. ,
    java version "1.6.0_27"
    Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
    Java HotSpot(TM) Client VM (build 20.2-b06, mixed mode, sharing)
    I setup my test user and imported the OBE workflows. When I try to Run any of the components, I get an error : Inconsistent State - Finished job detected but unable to reload the editor.
    java.lang.Exception: Inconsistent state - finished job detected, but unable to reload the editor.
         at oracle.dmt.dataminer.workflow.WorkflowEditor.jobFinished(Unknown Source)
         at oracle.dmt.dataminer.runner.RunItem.fireJobFinished(Unknown Source)
         at oracle.dmt.dataminer.runner.RunItem.access$100(Unknown Source)
         at oracle.dmt.dataminer.runner.RunItem$7.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    If I close the workflow, I cannot reopen. I get a error: Failed to open Workflow.

    Thanks.
    I downloaded a later version and this has resolved the issue.
    Oracle SQL Developer 3.2.20.09
    Data Miner     oracle.dmt.dataminer     11.2.1.1.09.87     Loaded
    Removed the old repository and installed the new updated and the issue was resolved.

  • Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

    Hi, i had some trouble getting to this stage because I am also fairly new to Mac OSX but with some common sense and googling I made it to the step of creating the project for the samples.
    This is what it shows when running the generation via ./GenerateSamples_mac.sh
    PWD is <MYXMPDIR>/samples/build/xcode/intel_64, CMAKE LOCATION IS <MYXMPDIR>/samples/build/../../tools/cmake/bin/cmake.app/Contents/bin/cmake, dir is xcode/intel_64
    -- The C compiler identification is AppleClang 6.0.0.6000056
    -- The CXX compiler identification is AppleClang 6.0.0.6000056
    -- Check for working C compiler using: Xcode
    -- Check for working C compiler using: Xcode -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler using: Xcode
    -- Check for working CXX compiler using: Xcode -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    INFO:64 Target is chosen
    -- OSX SDK is set to /Applications/Xcode.app/Contents/Developer
    INFO:Add CustomSchema sample
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    -- ===========================================================================
    --  XMP_Samples_64
    -- ===========================================================================
    -- Configuring done
    -- Generating done
    -- Build files have been written to: <MYXMPDIR>/samples/build/xcode/intel_64
    Xcode project created successfully
    I dont know if the Framework errors are whats causing the errors when compiling above project.
    Now when I open the project, set base SDK to a recent one and try to run @ALL_BUILD, its giving me 25 errors for DumpMainXMP like these (a bit shortened)
    Build target DumpMainXMP
    Ld <MYXMPDIR>/samples/target/macintosh/intel_64/Debug/DumpMainXMP normal x86_64
        cd <MYXMPDIR>/samples/build/cmake
        export MACOSX_DEPLOYMENT_TARGET=10.7
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cl ang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOS X10.9.sdk -L<MYXMPDIR>samples/target/macintosh/intel_64/Debug -F<MYXMPDIR>/samples/target/macintosh/intel_64/Debug -filelist <MYXMPDIR>/samples/build/cmake/DumpMainXMP/build_x64/XMP_Samples_64.build/Debug/DumpMainX MP.build/Objects-normal/x86_64/DumpMainXMP.LinkFileList -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names <MYXMPDIR>/samples/build/cmake/../../../public/libraries/macintosh/intel_64/Debug/libXMPC oreStatic.a <MYXMPDIR>/samples/build/cmake/../../../public/libraries/macintosh/intel_64/Debug/libXMPF ilesStatic.a -Xlinker -dependency_info -Xlinker <MYXMPDIR>/samples/build/cmake/DumpMainXMP/build_x64/XMP_Samples_64.build/Debug/DumpMainX MP.build/Objects-normal/x86_64/DumpMainXMP_dependency_info.dat -o <MYXMPDIR>/samples/target/macintosh/intel_64/Debug/DumpMainXMP
    Undefined symbols for architecture x86_64:
      "_CFBundleCopyExecutableArchitectures", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleCopyResourceURL", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleCreate", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleGetFunctionPointerForName", referenced from:
          XMP_PLUGIN::GetFunctionPointerFromModuleImpl(__CFBundle*, char const*) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleIsExecutableLoaded", referenced from:
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleLoadExecutableAndReturnError", referenced from:
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFDataGetBytes", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFNumberGetValue", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFRelease", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::UnloadModule(__CFBundle*, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFNumber const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFData const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFString const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFURL const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFStringCreateWithCString", referenced from:
          XMP_PLUGIN::MakeCFString(std::string const&, unsigned int) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFURLCreateDataAndPropertiesFromResource", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFURLCreateFromFileSystemRepresentation", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFURLCreatePropertyFromResource", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_ConvertFromTextToUnicode", referenced from:
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_ConvertFromUnicodeToText", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_CreateTextEncoding", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_CreateTextToUnicodeInfo", referenced from:
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_CreateUnicodeToTextInfo", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_DisposeTextToUnicodeInfo", referenced from:
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_DisposeUnicodeToTextInfo", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_GetTextEncodingBase", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_UpgradeScriptInfoToTextEncoding", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_kCFAllocatorDefault", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
    "_kCFURLFileLength", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    The basic linking seems to be fine from what I can tell. Dont know what else is causing the problem though..
    When I am trying to build targets individually, I get even more errors.
    Appreciate any help
    Best regards bengalo

    Aight, I dug into cmake a bit and found that i only needed to change <xmpdir>/build/shared/ToolchainLLVM.cmake to set the correct XMP_OSX_SDK
    that also solved the problems of not being able to compile the sample projects.
    In XCode it still shows up as a custom entry with "SDK not found" but the path is correct and I think XCode also figures it out when linking (cant recall if I tested)
    Anyway its enough for CMake to find its way and I still manually changed it to use the latest SDK for my project...
    I didnt get the static libraries to actually work yet but thats probably due to my noobness at dephicering compiler errors and nothing related to your project
    I'll try to use the frameworks, maybe I have better luck with those =)
    UPDATE: My C++ Standard Library was set to libc++ which is the compiler default.
    I changed it to libstdc++ and it compiled. Maybe the default was changed, I dont know really, couldnt be bothered to find out though
    Only included the header files so far but I'm fairly confident its going to work.
    Have to figure out how to nicely include it into my project. Guess it's going to be a wrapper, not sure about how to do that but lots of light at the end of the tunnel...
    Thanks for your support

  • Building Sample Applications Fails

    Hi,
    I just installed everything from the update center (looking for those performance improvements.) Now when I create a new project, using any of the samples, the build fails looking for classes in import com.sun.rave.web.ui.* i.e. import com.sun.rave.web.ui.component.MessageGroup;
    Can anyone tell me where the unfound packages are.
    Thanks
    Tom

    You may want to try to use a new user dir or delete your user dir and restart.
    Hope that helps.

  • Problems building samples

    Hi,
    I've just installed the Java Card Development Kit 2.1.2. I'm trying to build the samples, but I'm getting an error when running the converter. Here's the output:
    <<<
    C:\jdk1.4\JC212\samples\classes>call c:\jdk1.4\JC212\bin\converter -config ..\src\com\sun\javacard\samples\HelloWorld\HelloWorld.opt
    Java Card 2.1.2 Class File Converter (version 1.2)
    Copyright (c) 2001 Sun Microsystems, Inc. All rights reserved.
    error: com.sun.javacard.samples.HelloWorld.HelloWorld: unsupported class file format of version 46.0.
    conversion completed with 1 errors and 0 warnings.
    >>>
    I'm working on a Win2K SP 2, with SDK1.4 beta. Should I use 1.3 instead?
    Thanks in advance,
    Marcos.

    yes.
    1.2.2 or 1.3.

Maybe you are looking for