Workspace refresh cascading

Hi there,
We're trying to create a setup where we have a linear hierarchy of workspaces (A is a child of LIVE, B is a child of A) that would allow us to phase propagating the changes from the LIVE environment to the other workspaces in a controlled fashion.
However, we're noticing something that does not work as expected (based on our understanding of the documentation): when refreshing A from LIVE, the changes make it into B, too. Since we're refreshing only A (and none of the workspaces are created with the continuously refresh mode), we'd expect the changes to stop at A and to only move to B when B is explicitly refreshed.
Are we missing something fundamental here? We checked the workspaces creation documentation several times, but it does not mention the changes being propagated to the ancestors when refreshing a workspace, so this looks like a bug to us. We're using 10.2.0.4.3, BTW.
Please advise.
Best regards,
Babacu

Hi,
This is expected behavior. When using the default behavior of dbms_wm.RefreshWorkspace, the parent version of the workspace being refreshed is modified to point to the current version of its parent workspace. This will cause any child workspaces to be refreshed at the same time. If you only would like to refresh the one workspace, and not any of its children, then you can set the copy_data parameter to true, which will copy all of the required rows into the workspace being refreshed, and leave its children workspaces unaffected.
Regards,
Ben

Similar Messages

  • Workspace refresh issue

    We have a process that has a User Step  where the initial user selection is assigned to a LC group.  If that group  contains more than 10 users, the workspace is not refreshing for any of the  users after the first 10 when we invoke a process route.  The task will  disappear from workspace after the route has been invoked, but it will not  reappear in the group queue.  It works fine for the first 10 users in the  group.  The order of the users in the group seems to be determined by the user  name.
    Any suggestion?
    Thanks

    Sounds like a bug.  The default behaviour when querying for a list of users (in a group or otherwise) is to limit the response to 10 items.
    What version are you running?

  • Refresh workspace

    Hi I need that the workspace refresh every certain time so I created a global automatic activity with tihs code:
    run as Presentable
    refresh run
    but I'm getting an error:
    ENGL_01226 Error en un componente al ejecutar la actividad '/Transacciones#Default-1.0/Actualización' (método BP Actualización).
    Detalles:
    El método 'CIL_actualización' de la clase 'TesoreriaMonex_v3.Transacciones.Default_1_0.Instance' no se ha podido ejecutar correctamente.
    Debido a: java.lang.NullPointerException
    fuego.lang.ComponentExecutionException: El método 'CIL_actualización' de la clase 'TesoreriaMonex_v3.Transacciones.Default_1_0.Instance' no se ha podido ejecutar correctamente.
         at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:519)
         at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:273)
         at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:219)
         at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1280)
         at fuego.server.execution.GlobalTaskExecution.invoke(GlobalTaskExecution.java:152)
         at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:513)
         at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:697)
         at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:657)
         at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:154)
         at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:116)
         at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:96)
         at fuego.server.execution.GlobalTaskExecution.executeGlobalCIL(GlobalTaskExecution.java:87)
         at fuego.server.execution.GlobalAutomaticPolling.execute(GlobalAutomaticPolling.java:91)
         at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
         at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
         at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
         at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
         at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
         at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:62)
         at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)
         at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:251)
         at fuego.server.execution.ToDoItem.run(ToDoItem.java:536)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:775)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:446)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    Caused by: java.lang.NullPointerException
         at TesoreriaMonex_v3.Transacciones.Default_1_0.Instance.CIL_actualización(Instance.xcdl:2)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:512)
         ... 28 more
    thanks

    waiting for 10.3.2 version

  • Refresh fragments

    I have quite a bit of trouble refreshing fragments that are used as regions on pages.
    i have 2 use cases:
    1. 2 or more fragments that are on the same jsff page, one of them holds an overview of the data in the database and the rest is used to change it. How do i refresh the overview region when the data change?
    2. a fragment is used by being imported as a jar to another workspace and then dropped as a region on a jsff. How do i from another fragment or page in this new workspace refresh it.
    Hopefully there is a solution i can use for both cases.
    Any ideas?
    TIA

    Hi,
    your question falls into the category of region interaction. Here are your choices
    Option 1. The task flows use a shared Datacontrol setting. In this case a PPR of a dependent region shows the data change
    Opion 2. Task flows cannot use PPR directly (e.g. the fragments are in sibling regions) : In this case you can work with bean dependency injection: Create a managed bean in viewScope in the parent task flow definition. Pass a reference to the managed bean to the task flows as input parameters (both task flows will need to have a input parameter defined that takes a reference to this bean and safes it in a task fow page flow scope bean). This way both regions can call out o the parent taskflow, which now has control to refresh (PPR) a dependent region.
    read: http://one-size-doesnt-fit-all.blogspot.co.uk/2010/09/master-child-btf-chaperone-contextual.html
    Option 3. Contextual events: See http://docs.oracle.com/cd/E23943_01/web.1111/b31974/web_adv.htm#CACJBFGI
    Frank

  • APEX application deployment

    Hi All,
    I will soon be exporting my first APEX application from a development database to a test database. I do not want to export the data which the application is built on as the development database contains sample data instead of the "real" data. Before exporting my application, I will of course install APEX 3.2.1 in the test environment and then import the "real" data into the test database so that once the application has been exported and installed in the new environment, the APEX application will already have its data in place.
    On page 14-12 in Chapter 14 of the Oracle Application Express Application Builder User's Guide, I saw the following section:
    Exporting an Application
    When you export an application, Oracle Application Express generates a text file containing PL/SQL API calls.
    To export an application:
    1. Navigate to the Export page:
    a. On the Workspace home page, click the Application Builder icon.
    b. Select an application.
    c. On the Application home page, click Export/Import.
    d. On the Export/Import page, click Export and then click Next.
    2. From Application, select the application to be exported.
    3. From File Format, select how rows in the export file will be formatted:
    ■ Choose UNIX to have the resulting file contain rows delimited by line feeds.
    ■ Choose DOS to have the resulting file contain rows delimited by carriage
    returns and line feeds.
    4. From Owner Override, optionally select another owner. By default, the application is owned by the owner identified in the application attribute owner.
    5. From Build Status Override, select one of the following:
    ■ Run Application Only - Developers can only run an application
    ■ Run and Build Application - Developers can both run and edit an application
    Selecting Run Application Only is an effective way to protect an application from modifications from other developers.
    6. From Debugging, select one of the following:
    ■ Yes exports the application with debugging enabled.
    ■ No exports the application with debugging disabled.
    7. From Exporting Supporting Object Definitions, specify whether to export
    supporting object definitions with your application.
    8. From Export Comments, specify whether to export comments for this application.
    See "Adding Developer Comments" on page 6-22.
    9. Use the As of field to export your application as it was previously defined. Specify the number of minutes in the field provided.
    10. Click Export Application
    Since I do not have any images, themes, static files, workspace users, cascading style sheets, etc, to export, it makes no sense to use the “Packaged Application” method to perform the export. All I need is the application definition that contains all my interactive reports, forms, etc.
    The next step would then be to Import the application into the target Oracle Application Express instance and install the application.
    This method should be OK for my needs, right?
    Thanks

    By simply doing an application export, all you will export is the metadata associated with your application (page definitions, items, processes, validations etc).
    No "Customer Data" will be exported neither will any tables or PL/SQL packages that are owned by your parsing schema.
    If you aim is simply to export the APEX application and no tables, pl/sql units, data etc, then doing a simple application export should be good enough. Thats all we ever do and then add the PL/SQL units / table data on top as additional scripts.
    Hope that helps
    Duncs
    http://djmein.blogspot.com
    As a courtesy, please remember to mark helpful or correct responses accordingly :)

  • Dynamic List Populate in Tabular Report

    Hi All,
         Could anybody help / advise me out in getting done the following requirement in Oracle APEX 4.1. I tried using AJAX / visited DENES KUBICEK application but its getting complicated with AJAX. Any quick inputs will be highly appreciated
    I would like to implement dynamic list in Tabular Column. Here is a typical example; If there are two list Deptno LOV, Employee Name LOV. Based on the department number selected, Employees pertaining to that department should be populated.
    Thanks,
    Ahmed

    Thanks a ton your kind advise Scott. I tried following up the same somehow not getting through. I have created the sample application in the following workspace under cascade lov tab following the same steps. Any correction will be of great help. Many Thanks again.
    Workspace Name: apex_app_tst
    username/passwd: test/test
    http://apex.oracle.com/pls/apex/f?p=1847:2:100801961610213:::::

  • JDeveloper and Team System Extension not working

    I am using JDeveloper 11g (11.1.1.1) and latest VSTS extension. The Team System extension does not work.
    Here are what I have done:
    1) Install JDev, JDev team system extension, TFS team explorer.
    2) Workspace created in Team Explorer.
    3) JDev Versioning control set for Team system. Select workspace, refresh it.
    4) Create a new application/project under team explorer workspace. In Application explorer, The application and project showed up with a "X" mark - not in source control.
    5) Add the application/project into source control. Succeeded.
    6) But - the application and project still show up with "X" mark. Trying to add again, JDev pop up error message: "file already exists in source control". Files still show up in pending changes window.
    I am using windows XP SP2 for development.
    Any ideas? Please, this is urgent.
    Edited by: user8658859 on 2009/9/24 上午 2:55

    I am betting you are running 4.3?  I just upgraded my GS3 to 4.3 and now I can't get the GMail smart extension to work.  Previously, I was able to on the same phone (but running 4.1.2) but couldn't use WatchIt.  Now I can use WatchIt, but can't use Gmail.  How frustrating!!

  • SCUP Publishing is Failing

    I've made user I have the WSUS hotfix installed as suggested. I've also exported and imported the self-signed cert. However I'm still getting a failure. Below is the failure log. 
    System Center Update Publisher starting up...$$<Updates Publisher><Thu Jun 26 11:3:16.76 2014.1><thread=1>
    Building database connection string.$$<Updates Publisher><Thu Jun 26 11:3:16.105 2014.1><thread=1>
    No database file information found in configuration file, using default database file name 'scupdb.sdf' in folder 'C:\Users\Administrator\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000'.$$<Updates Publisher><Thu Jun 26
    11:3:16.143 2014.1><thread=1>
    Connecting to stored data file at C:\Users\Administrator\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf...$$<Updates Publisher><Thu Jun 26 11:3:16.252 2014.1><thread=1>
    Current settings:$$<Updates Publisher><Thu Jun 26 11:3:19.478 2014.1><thread=1>
        Setting: SCUP Database File: <default> C:\Users\Administrator\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf$$<Updates Publisher><Thu Jun 26 11:3:19.483 2014.1><thread=1>
        Setting: WSUS Publishing Enabled: False$$<Updates Publisher><Thu Jun 26 11:3:19.485 2014.1><thread=1>
        Setting: ConfigMgr Integration Enabled: False$$<Updates Publisher><Thu Jun 26 11:3:19.487 2014.1><thread=1>
        Setting: Proxy Server settings used: False$$<Updates Publisher><Thu Jun 26 11:3:19.489 2014.1><thread=1>
        Setting: CRL Checking Enabled: False$$<Updates Publisher><Thu Jun 26 11:3:19.501 2014.1><thread=1>
        Setting: CheckCatalogSubscriptionsOnStartup: True$$<Updates Publisher><Thu Jun 26 11:3:19.503 2014.1><thread=1>
        Setting: Always check for local update content before downloading : False$$<Updates Publisher><Thu Jun 26 11:3:19.505 2014.1><thread=1>
    Creating workspaces...$$<Updates Publisher><Thu Jun 26 11:3:19.512 2014.1><thread=1>
    Updates workspace: Refreshing alerts.$$<Updates Publisher><Thu Jun 26 11:3:19.579 2014.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Acrobat 11 Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 26 11:3:19.681 2014.4><thread=4>
    Downloading file: http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat11_Catalog.cab to C:\Users\Administrator\AppData\Local\Temp\2\\2beb4gii.x23\Acrobat11_Catalog.cab$$<Updates Publisher><Thu Jun 26 11:3:19.827 2014.4><thread=4>
    Downloaded completed for file: http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat11_Catalog.cab.$$<Updates Publisher><Thu Jun 26 11:3:19.930 2014.4><thread=4>
    Refreh Alerts: Catalog "Adobe Acrobat 11 Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 26 11:3:19.939 2014.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Acrobat X Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 26 11:3:19.945 2014.4><thread=4>
    Downloading file: http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat10_Catalog.cab to C:\Users\Administrator\AppData\Local\Temp\2\\i1ydpe0x.hga\Acrobat10_Catalog.cab$$<Updates Publisher><Thu Jun 26 11:3:19.947 2014.4><thread=4>
    Downloaded completed for file: http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat10_Catalog.cab.$$<Updates Publisher><Thu Jun 26 11:3:19.968 2014.4><thread=4>
    Refreh Alerts: Catalog "Adobe Acrobat X Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 26 11:3:19.971 2014.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Flash Player Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 26 11:3:19.973 2014.4><thread=4>
    Downloading file: http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab to C:\Users\Administrator\AppData\Local\Temp\2\\2gy1adzt.uvb\AdobeFlashPlayerCatalog_SCUP.cab$$<Updates Publisher><Thu Jun 26 11:3:19.976
    2014.4><thread=4>
    Downloaded completed for file: http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab.$$<Updates Publisher><Thu Jun 26 11:3:20.73 2014.4><thread=4>
    Refreh Alerts: Catalog "Adobe Flash Player Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 26 11:3:20.76 2014.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Reader 11 Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 26 11:3:20.78 2014.4><thread=4>
    Downloading file: http://armmf.adobe.com/arm-manifests/win/SCUP/Reader11_Catalog.cab to C:\Users\Administrator\AppData\Local\Temp\2\\rhfnvr52.rj0\Reader11_Catalog.cab$$<Updates Publisher><Thu Jun 26 11:3:20.81 2014.4><thread=4>
    Downloaded completed for file: http://armmf.adobe.com/arm-manifests/win/SCUP/Reader11_Catalog.cab.$$<Updates Publisher><Thu Jun 26 11:3:20.100 2014.4><thread=4>
    Refreh Alerts: Catalog "Adobe Reader 11 Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 26 11:3:20.103 2014.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Reader X Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 26 11:3:20.115 2014.4><thread=4>
    Downloading file: http://armmf.adobe.com/arm-manifests/win/SCUP/Reader10_Catalog.cab to C:\Users\Administrator\AppData\Local\Temp\2\\0gfasyjm.dtl\Reader10_Catalog.cab$$<Updates Publisher><Thu Jun 26 11:3:20.117 2014.4><thread=4>
    Downloaded completed for file: http://armmf.adobe.com/arm-manifests/win/SCUP/Reader10_Catalog.cab.$$<Updates Publisher><Thu Jun 26 11:3:20.137 2014.4><thread=4>
    Refreh Alerts: Catalog "Adobe Reader X Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 26 11:3:20.140 2014.4><thread=4>
    Refreh Alerts: Completed refresh of catalog alerts.$$<Updates Publisher><Thu Jun 26 11:3:20.145 2014.4><thread=4>
    Restoring window settings from last session$$<Updates Publisher><Thu Jun 26 11:3:21.592 2014.1><thread=1>
    Initialization completed, displaying main window.$$<Updates Publisher><Thu Jun 26 11:3:21.923 2014.1><thread=1>
    Updates workspace: Import updates selected, starting import wizard.$$<Updates Publisher><Thu Jun 26 11:3:33.825 2014.1><thread=1>
    WizardBase: Confirm Import Software Updates Catalog Wizard wizard cancellation, cancellation confirmed.$$<Updates Publisher><Thu Jun 26 11:3:37.835 2014.1><thread=1>
    Page Import Type cancel requested.$$<Updates Publisher><Thu Jun 26 11:3:37.841 2014.1><thread=1>
    Updates workspace: Starting create update wizard.$$<Updates Publisher><Thu Jun 26 11:3:41.217 2014.1><thread=1>
        WizardBase: Confirm Create Software Update Wizard wizard cancellation, cancellation confirmed.$$<Updates Publisher><Thu Jun 26 11:4:18.106 2014.1><thread=1>
        Page Package Information cancel requested.$$<Updates Publisher><Thu Jun 26 11:4:18.111 2014.1><thread=1>
    Updates workspace: Create update wizard cancelled.$$<Updates Publisher><Thu Jun 26 11:4:18.120 2014.1><thread=1>
    Updates workspace: Starting create update wizard.$$<Updates Publisher><Thu Jun 26 11:4:23.54 2014.1><thread=1>
        WizardBase: Confirm Create Software Update Wizard wizard cancellation, cancellation confirmed.$$<Updates Publisher><Thu Jun 26 11:4:27.268 2014.1><thread=1>
        Page Package Information cancel requested.$$<Updates Publisher><Thu Jun 26 11:4:27.273 2014.1><thread=1>
    Updates workspace: Create update wizard cancelled.$$<Updates Publisher><Thu Jun 26 11:4:27.282 2014.1><thread=1>
    Workspace: Starting settings dialog...$$<Updates Publisher><Thu Jun 26 11:4:36.422 2014.1><thread=1>
    Settings: TestConnection selected.$$<Updates Publisher><Thu Jun 26 11:4:43.648 2014.1><thread=1>
    TestConnection: Verifying current update server settings...$$<Updates Publisher><Thu Jun 26 11:4:43.652 2014.1><thread=1>
    Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu Jun 26 11:4:43.661 2014.1><thread=1>
    The system cannot find the file specified$$<Updates Publisher><Thu Jun 26 11:4:45.115 2014.1><thread=1>
    TestConnection: Verification succeeded. However, no signing certificate was detected for the update server. You will not be able to publish content to the update server without first registering a signing certificate.$$<Updates Publisher><Thu Jun 26
    11:4:46.718 2014.1><thread=1>
    Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu Jun 26 11:4:48.159 2014.1><thread=1>
    The system cannot find the file specified$$<Updates Publisher><Thu Jun 26 11:4:48.218 2014.1><thread=1>
    SetCertificate: Successfully created a new signing certificate.$$<Updates Publisher><Thu Jun 26 11:4:50.897 2014.1><thread=1>
    Settings: TestConnection selected.$$<Updates Publisher><Thu Jun 26 11:4:50.902 2014.1><thread=1>
    TestConnection: Verifying current update server settings...$$<Updates Publisher><Thu Jun 26 11:4:50.905 2014.1><thread=1>
    Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu Jun 26 11:4:50.907 2014.1><thread=1>
    TestConnection: Verification succeeded.$$<Updates Publisher><Thu Jun 26 11:4:50.951 2014.1><thread=1>
    TestConnection: Configuration Manager connection test.$$<Updates Publisher><Thu Jun 26 11:5:30.594 2014.1><thread=1>
    TestConnection: Verifying configuration manager server setting.$$<Updates Publisher><Thu Jun 26 11:5:30.599 2014.1><thread=1>
    Settings: Applying settings changes.$$<Updates Publisher><Thu Jun 26 11:5:50.48 2014.1><thread=1>
    Current settings:$$<Updates Publisher><Thu Jun 26 11:5:50.74 2014.1><thread=1>
        Setting: SCUP Database File: <default> C:\Users\Administrator\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf$$<Updates Publisher><Thu Jun 26 11:5:50.86 2014.1><thread=1>
        Setting: WSUS Publishing Enabled: True$$<Updates Publisher><Thu Jun 26 11:5:50.88 2014.1><thread=1>
        Setting: WSUS Publishing is configured to use local server.$$<Updates Publisher><Thu Jun 26 11:5:50.91 2014.1><thread=1>
        Setting: ConfigMgr Integration Enabled: True$$<Updates Publisher><Thu Jun 26 11:5:50.93 2014.1><thread=1>
        Setting: Configuration Manager integration remote Server: nibsccmcfg01$$<Updates Publisher><Thu Jun 26 11:5:50.95 2014.1><thread=1>
        Setting: Configuration Manager client threshold is 1$$<Updates Publisher><Thu Jun 26 11:5:50.97 2014.1><thread=1>
        Setting: Configuration Manager client threshold is disabled (0).$$<Updates Publisher><Thu Jun 26 11:5:50.100 2014.1><thread=1>
        Setting: Proxy Server settings used: False$$<Updates Publisher><Thu Jun 26 11:5:50.102 2014.1><thread=1>
        Setting: CRL Checking Enabled: False$$<Updates Publisher><Thu Jun 26 11:5:50.104 2014.1><thread=1>
        Setting: CheckCatalogSubscriptionsOnStartup: True$$<Updates Publisher><Thu Jun 26 11:5:50.107 2014.1>
    PublishItem: Update 'Acrobat 11.0.04 Update (UpdateId:'a1028fa4-a031-4a1f-a8da-5ad80217080f' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 11:41:2.325 2014.18><thread=18>
    Building dependency graph for update 'Acrobat 11.0.05 Update (UpdateId:'8daced6f-1754-408f-a35b-746c574d03ca' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:2.497 2014.18><thread=18>
        Update 'Acrobat 11.0.05 Update (UpdateId:'8daced6f-1754-408f-a35b-746c574d03ca' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' has direct dependency on 2 other items.$$<Updates Publisher><Thu Jun 26 11:41:2.548 2014.18><thread=18>
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...$$<Updates Publisher><Thu Jun 26 11:41:2.550 2014.18><thread=18>
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:2.570 2014.18><thread=18>
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...$$<Updates Publisher><Thu Jun 26 11:41:2.572 2014.18><thread=18>
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:2.596 2014.18><thread=18>
    Found total of 2 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 26 11:41:2.599 2014.18><thread=18>
    2 dependencies were not found in scup database during dependency evaluation for update 'Acrobat 11.0.05 Update (UpdateId:'8daced6f-1754-408f-a35b-746c574d03ca' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:2.601
    2014.18><thread=18>
    PublishItem: Update 'Acrobat 11.0.05 Update (UpdateId:'8daced6f-1754-408f-a35b-746c574d03ca' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 11:41:2.619 2014.18><thread=18>
    Building dependency graph for update 'Acrobat 11.0.03 Update (UpdateId:'49c5378a-753a-4f7c-b9ee-f3258054aaf0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:2.686 2014.18><thread=18>
        Update 'Acrobat 11.0.03 Update (UpdateId:'49c5378a-753a-4f7c-b9ee-f3258054aaf0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' has direct dependency on 2 other items.$$<Updates Publisher><Thu Jun 26 11:41:2.740 2014.18><thread=18>
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...$$<Updates Publisher><Thu Jun 26 11:41:2.742 2014.18><thread=18>
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:2.764 2014.18><thread=18>
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...$$<Updates Publisher><Thu Jun 26 11:41:2.766 2014.18><thread=18>
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:2.791 2014.18><thread=18>
    Found total of 2 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 26 11:41:2.793 2014.18><thread=18>
    2 dependencies were not found in scup database during dependency evaluation for update 'Acrobat 11.0.03 Update (UpdateId:'49c5378a-753a-4f7c-b9ee-f3258054aaf0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:2.795
    2014.18><thread=18>
    PublishItem: Update 'Acrobat 11.0.03 Update (UpdateId:'49c5378a-753a-4f7c-b9ee-f3258054aaf0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '3e0afb10-a9fb-4c16-a60e-5790c3803437' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 11:41:2.814 2014.18><thread=18>
    Building dependency graph for update 'Acrobat 11.0.01 Update (UpdateId:'86f3a808-9ff1-46d6-9f1c-98c10f0aad46' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:2.869 2014.18><thread=18>
        Update 'Acrobat 11.0.01 Update (UpdateId:'86f3a808-9ff1-46d6-9f1c-98c10f0aad46' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' has direct dependency on 2 other items.$$<Updates Publisher><Thu Jun 26 11:41:2.924 2014.18><thread=18>
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...$$<Updates Publisher><Thu Jun 26 11:41:2.926 2014.18><thread=18>
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:2.946 2014.18><thread=18>
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...$$<Updates Publisher><Thu Jun 26 11:41:2.949 2014.18><thread=18>
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:2.969 2014.18><thread=18>
    Found total of 2 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 26 11:41:2.971 2014.18><thread=18>
    2 dependencies were not found in scup database during dependency evaluation for update 'Acrobat 11.0.01 Update (UpdateId:'86f3a808-9ff1-46d6-9f1c-98c10f0aad46' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:2.973
    2014.18><thread=18>
    PublishItem: Update 'Acrobat 11.0.01 Update (UpdateId:'86f3a808-9ff1-46d6-9f1c-98c10f0aad46' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 11:41:2.993 2014.18><thread=18>
    Building dependency graph for update 'Acrobat 11.0.06 Update (UpdateId:'bb352485-ab1c-4e6f-8c00-d4373f94ab9a' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:3.57 2014.18><thread=18>
        Update 'Acrobat 11.0.06 Update (UpdateId:'bb352485-ab1c-4e6f-8c00-d4373f94ab9a' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' has direct dependency on 2 other items.$$<Updates Publisher><Thu Jun 26 11:41:3.109 2014.18><thread=18>
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...$$<Updates Publisher><Thu Jun 26 11:41:3.111 2014.18><thread=18>
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:3.135 2014.18><thread=18>
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...$$<Updates Publisher><Thu Jun 26 11:41:3.137 2014.18><thread=18>
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:3.158 2014.18><thread=18>
    Found total of 2 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 26 11:41:3.169 2014.18><thread=18>
    2 dependencies were not found in scup database during dependency evaluation for update 'Acrobat 11.0.06 Update (UpdateId:'bb352485-ab1c-4e6f-8c00-d4373f94ab9a' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:3.171
    2014.18><thread=18>
    PublishItem: Update 'Acrobat 11.0.06 Update (UpdateId:'bb352485-ab1c-4e6f-8c00-d4373f94ab9a' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '3e0afb10-a9fb-4c16-a60e-5790c3803437' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 11:41:3.190 2014.18><thread=18>
    Building dependency graph for update 'Acrobat 11.0.02 Update (UpdateId:'709b0e9f-51e8-4292-989c-7f9519cdf875' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:3.252 2014.18><thread=18>
        Update 'Acrobat 11.0.02 Update (UpdateId:'709b0e9f-51e8-4292-989c-7f9519cdf875' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' has direct dependency on 2 other items.$$<Updates Publisher><Thu Jun 26 11:41:3.312 2014.18><thread=18>
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...$$<Updates Publisher><Thu Jun 26 11:41:3.323 2014.18><thread=18>
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:3.355 2014.18><thread=18>
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...$$<Updates Publisher><Thu Jun 26 11:41:3.357 2014.18><thread=18>
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:41:3.386 2014.18><thread=18>
    Found total of 2 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 26 11:41:3.388 2014.18><thread=18>
    2 dependencies were not found in scup database during dependency evaluation for update 'Acrobat 11.0.02 Update (UpdateId:'709b0e9f-51e8-4292-989c-7f9519cdf875' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:41:3.390
    2014.18><thread=18>
    PublishItem: Update 'Acrobat 11.0.02 Update (UpdateId:'709b0e9f-51e8-4292-989c-7f9519cdf875' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 11:41:3.409 2014.18><thread=18>
    PublishProgress: Publish operation completed.$$<Updates Publisher><Thu Jun 26 11:41:3.411 2014.18><thread=18>
    Publish: Background processing completed.$$<Updates Publisher><Thu Jun 26 11:41:3.413 2014.1><thread=1>
    WizardBase: closing Publish Software Updates Wizard wizard.$$<Updates Publisher><Thu Jun 26 11:45:22.461 2014.1><thread=1>
    Publications workspace: Publish wizard completed.$$<Updates Publisher><Thu Jun 26 11:45:22.470 2014.1><thread=1>
    Updates workspace: Starting create update wizard.$$<Updates Publisher><Thu Jun 26 11:45:50.18 2014.1><thread=1>
        WizardBase: Confirm Create Software Update Wizard wizard cancellation, cancellation confirmed.$$<Updates Publisher><Thu Jun 26 11:45:57.883 2014.1><thread=1>
        Page Package Information cancel requested.$$<Updates Publisher><Thu Jun 26 11:45:57.894 2014.1><thread=1>
    Updates workspace: Create update wizard cancelled.$$<Updates Publisher><Thu Jun 26 11:45:57.903 2014.1><thread=1>
    Publications workspace: Starting publish wizard for publication 'AdobeUpdate01'.$$<Updates Publisher><Thu Jun 26 11:53:37.153 2014.1><thread=1>
        Publish: Preparing list of selected updates for publishing.$$<Updates Publisher><Thu Jun 26 11:53:43.391 2014.15><thread=15>
        Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu Jun 26 11:53:43.395 2014.15><thread=15>
        Publish: Update server name: NIBSCCMAPP01$$<Updates Publisher><Thu Jun 26 11:53:43.505 2014.15><thread=15>
        Publish: Publish operation starting for 7 updates.$$<Updates Publisher><Thu Jun 26 11:53:43.507 2014.15><thread=15>
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing.$$<Updates Publisher><Thu Jun 26 11:53:43.510 2014.15><thread=15>
        Publish: Publish: Update server appears to be configured with a certificate.$$<Updates Publisher><Thu Jun 26 11:53:43.609 2014.15><thread=15>
        Building dependency graph for update 'Acrobat 11.0.07 Update (UpdateId:'3317069d-086b-4e44-9b77-e95c1ac46dc5' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 11:53:43.668 2014.15><thread=15>
        Update 'Acrobat 11.0.07 Update (UpdateId:'3317069d-086b-4e44-9b77-e95c1ac46dc5' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' has direct dependency on 2 other items.$$<Updates Publisher><Thu Jun 26 11:53:43.726 2014.15><thread=15>
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...$$<Updates Publisher><Thu Jun 26 11:53:43.729 2014.15><thread=15>
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:53:43.750 2014.15><thread=15>
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...$$<Updates Publisher><Thu Jun 26 11:53:43.753 2014.15><thread=15>
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.$$<Updates Publisher><Thu Jun 26 11:53:43.777 2014.15><thread=15>
    Found total of 2 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 26 11:53:43.780 2014.15><thread=15>
    2 dependencies were not found in scup database during dependency evaluation for update 'Acrobat 11.0.06 Update (UpdateId:'bb352485-ab1c-4e6f-8c00-d4373f94ab9a' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')'$$<Updates Publisher><Thu Jun 26 12:18:27.682
    2014.9><thread=9>
    PublishItem: Update 'Acrobat 11.0.06 Update (UpdateId:'bb352485-ab1c-4e6f-8c00-d4373f94ab9a' Vendor:'Adobe Systems, Inc.' Product:'Adobe Acrobat')' cannot be published as its dependency '3e0afb10-a9fb-4c16-a60e-5790c3803437' does not exist in both the updates
    publisher database and in WSUS.$$<Updates Publisher><Thu Jun 26 12:18:27.702 2014.9><thread=9>
    PublishProgress: Publish operation completed.$$<Updates Publisher><Thu Jun 26 12:18:27.705 2014.9><thread=9>
    Publish: Background processing completed.$$<Updates Publisher><Thu Jun 26 12:18:27.707 2014.1><thread=1>

    The answer is right in the log you posted.
    TestConnection: Verification succeeded. However, no signing certificate was detected for the update server. You will not be able to publish content to the update server without first registering a signing certificate.
    John Marcum | Microsoft MVP - Enterprise Client Management
    My blog: System Center Admin | Twitter:
    @SCCM_Marcum | Linkedin:
    John Marcum

  • Org.hibernate.MappingException: broken column mapping

    I have 2 tables I'm trying to do a left outer join.
    Code:
    "FROM Family AS f INNER JOIN f.personVersion AS pv
    LEFT OUTER JOIN pv.personDetails"
    I see this as a one-to-one relationship between the foreign key in Person_Details and the Primary Key in Person_Version
    PERSON_VERSION
    KEY TYPE COLUMN NAME REF TABLE REF COLUMN
    PK_PERSON_VERSION Primary PERSON_VERSION_ID
    FK1_PRSN_VRSN Foreign EVENT_ID EVENT EVENT_ID
    PERSON_DETAILS
    KEY TYPE COLUMN NAME REF TABLE REF COLUMN
    PK_PERSON_DETAILS Primary PERSON_ID, PERSON_VERSION_ID
    FK1_PERSON_DTLS Foreign PERSON_VERSION_ID PERSON_VERSION PERSON_VERSION_ID
    My Person_Version class :
    Code:
    @Entity public class PersonVersion extends BaseEntity {       private static final long serialVersionUID = 1L;       private PersonDetails  personDetails; ...... }
    My ORM.xml:
    Code:
    <entity class="com.PersonVersion">         <table name="person_version" />         <sequence-generator name="SEQ" sequence-name="SQ_person_version" allocation-size="1"/>         <attribute-override name="id">             <column name="person_version_id" column-definition="NUMBER(38)"/>         </attribute-override>         <attributes>             <basic name="eventId">                 <column name="event_id" column-definition="NUMBER(38)" />             </basic>                         <one-to-one fetch="EAGER" name="personDetails" optional="true">                 <join-column name="person_version_id" insertable="false" updatable="false"/>                 <cascade>                     <cascade-refresh/>                 </cascade>             </one-to-one>         </attributes>     </entity>
    When I start my server I get the following error:
    Reason: javax.persistence.PersistenceException: org.hibernate.MappingException: broken column mapping
    for: personDetails.id of: com.PersonVersion
    Has anyone run into this issue?

    SHIBA wrote:
    Hi All,
    I have two tables Emp and Dept with primary key of Dept table is Foregn key of Emp table
    I had created hibernate mapping file ,hibernate configuration file and POJO clasess using Reverse Engineering.
    i'm using spring framework for this.
    when i try to access dept information on page.
    it throws an exception as follows
    Initialization of bean failed; nested exception is org.hibernate.MappingException: entity class not found : Emp
    My guess is that your hibernate.cfg.xml does not contain an .hbm.xml for both Dept and Emp.
    %

  • Ignoring cache - selecting directly from database

    I have a scenario where several tables will be mapped using Toplink for the data access benefits, but will be updated ouside of the Toplink process. Obviously this behavior negates the beneift of caching in toplink and I need a reliable way to bypass the cache when selecting from these tables.
    The only method I've found in my testing to overcome this problem is to select "Always Refresh" and "Disable Cache Hits" on the related entities in the Toplink Mapping Workbench. All other configurations, including setting the identity map size to 0 will return stale instances of these objects.
    I've also tried invoking dontCheckCache() and setCacheUsage() on my query with the understanding, based on the API documentation, that the cache would be ignored for the query. In both cases the returned object was retrieved from the cache and not the database.
    While the workbench solution will suffice for my purposes, I would like to know if there are other methods of ignoring the cache. Also, I'm curious about why the query methods I've mentioned don't seem to have any affect on the source of the resulting objects.
    I am using Toplink v9.0.3

    Using "Always Refresh" and "Disable Cache Hits" is probably the best method to ensure that no cached data is every returned from queries. If you are using optimistic locking you may also use "onlyRefreshCacheIfNewerVersion" in conjunction with these.
    For the full/weak identity maps the size is only the default map size, it will grow as objects are added, so setting this to 0 will have no effect on what is cached, you could set the cache type to NoIdentityMap ("None") to achieve this, but usage of alwaysRefreshCache is a better way as is still preserves object identity.
    The query options dontCheckCache() and setCacheUsage() are in-memory querying options, they effect how cache hits are obtained, but do not effect how the objects are cached or refreshed. To refresh objects at the query level use refreshIdentityMapResult() ("Refresh"). Using refresh at the query level should also meet your needs, and may be better than setting the alwaysRefreshCache option on the descriptor as then you can control which queries refresh and which can obtain cache hits. (for example you may want to query for employees to refresh, but allow the query for the 1-1 backreference for phone numbers to obtain a cache hit). For refresh queries you can also set the refresh cascade depth.

  • I have had TOPLINK-28018  error afte I had added one-to-many or many-to-one

    Hello.
    I am using TopLink and Spring. I have the followng persistence.xml:
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    version="1.0">
    <persistence-unit name="registry" transaction-type="RESOURCE_LOCAL">
    <mapping-file>ru/lanit/ps/registry/model/rpaymenttype.xml</mapping-file>
    <mapping-file>ru/lanit/ps/registry/model/radministrativelevel.xml</mapping-file>
    <mapping-file>ru/lanit/ps/registry/model/rterritory.xml</mapping-file>
    <mapping-file>ru/lanit/ps/registry/model/stateowner.xml</mapping-file>
    <properties>
    <property name="com.intellij.javaee.persistence.datasource" value="Datasource"/>
    <property name="toplink.logging.level" value="FINE"/>
    <property name="toplink.jdbc.driver" value="org.hsqldb.jdbcDriver"/>
    <property name="toplink.jdbc.url" value="jdbc:hsqldb:mem:PUBSER"/>
    <property name="toplink.jdbc.password" value=""/>
    <property name="toplink.jdbc.user" value="sa"/>
    </properties>
    </persistence-unit>
    </persistence>
    All my classes are inherited from StateOwner.class and only the RTerritory class has "one-to-many" and "many-to-one" relationships. When I add rterritory.xml to persistence.xml I have the following error (before all works fine):
    log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext).
    log4j:WARN Please initialize the log4j system properly.
    [TopLink Config]: 2007.12.18 02:47:15.812--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Long ru.lanit.ps.registry.model.StateOwner.getId()] is being defaulted to: ID.
    [TopLink Config]: 2007.12.18 02:47:15.859--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Long ru.lanit.ps.registry.model.StateOwner.getStateTerritoryId()] is being defaulted to: STATETERRITORYID.
    [TopLink Config]: 2007.12.18 02:47:15.875--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String ru.lanit.ps.registry.model.StateOwner.getStringId()] is being defaulted to: STRINGID.
    [TopLink Config]: 2007.12.18 02:47:15.875--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String ru.lanit.ps.registry.model.StateOwner.getStateStatus()] is being defaulted to: STATESTATUS.
    [TopLink Config]: 2007.12.18 02:47:15.875--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.Long ru.lanit.ps.registry.model.StateOwner.getStateVersion()] is being defaulted to: STATEVERSION.
    [TopLink Config]: 2007.12.18 02:47:15.890--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String ru.lanit.ps.registry.model.StateOwner.getStateAuthor()] is being defaulted to: STATEAUTHOR.
    [TopLink Config]: 2007.12.18 02:47:15.890--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.sql.Timestamp ru.lanit.ps.registry.model.StateOwner.getStateCreationDate()] is being defaulted to: STATECREATIONDATE.
    [TopLink Config]: 2007.12.18 02:47:15.890--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.sql.Timestamp ru.lanit.ps.registry.model.StateOwner.getStateModificationDate()] is being defaulted to: STATEMODIFICATIONDATE.
    [TopLink Config]: 2007.12.18 02:47:15.890--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.lang.String ru.lanit.ps.registry.model.StateOwner.getStateComment()] is being defaulted to: STATECOMMENT.
    [TopLink Config]: 2007.12.18 02:47:15.906--ServerSession(25709120)--Thread(Thread[main,5,main])--The column name for element [public java.sql.Timestamp ru.lanit.ps.registry.model.StateOwner.getStateProcessedDate()] is being defaulted to: STATEPROCESSEDDATE.
    [TopLink Config]: 2007.12.18 02:47:15.906--ServerSession(25709120)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class ru.lanit.ps.registry.model.StateOwner] is being defaulted to: DTYPE.
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'GroundOfRefusalServiceTarget' defined in class path resource [groundofrefusal.xml]: Cannot resolve reference to bean 'GroundOfRefusalDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'GroundOfRefusalDao' defined in class path resource [groundofrefusal.xml]: Cannot resolve reference to bean 'entityManagerFactory' while setting bean property 'entityManagerFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [openJPAsettings.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: Exception [TOPLINK-28018] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: predeploy for PersistenceUnit [registry] failed.
    Internal Exception: java.lang.NullPointerException
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'GroundOfRefusalDao' defined in class path resource [groundofrefusal.xml]: Cannot resolve reference to bean 'entityManagerFactory' while setting bean property 'entityManagerFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [openJPAsettings.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: Exception [TOPLINK-28018] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: predeploy for PersistenceUnit [registry] failed.
    Internal Exception: java.lang.NullPointerException
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [openJPAsettings.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: Exception [TOPLINK-28018] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: predeploy for PersistenceUnit [registry] failed.
    Internal Exception: java.lang.NullPointerException
    Caused by: javax.persistence.PersistenceException: Exception [TOPLINK-28018] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: predeploy for PersistenceUnit [registry] failed.
    Internal Exception: java.lang.NullPointerException
         at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:615)
         at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:178)
         at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:218)
         at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:251)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1201)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1099)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1099)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:91)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:75)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:65)
         at ru.lanit.ps.registry.VerifyApplicationContext.setUp(VerifyApplicationContext.java:44)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
         at org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
         at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
         at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
         at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:71)
         at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
         at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
         at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
         at com.intellij.rt.junit4.Junit4ClassSuite.run(Junit4ClassSuite.java:78)
         at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:40)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
    Caused by: Exception [TOPLINK-28018] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: predeploy for PersistenceUnit [registry] failed.
    Internal Exception: java.lang.NullPointerException
         at oracle.toplink.essentials.exceptions.EntityManagerSetupException.predeployFailed(EntityManagerSetupException.java:212)
         ... 61 more
    Caused by: java.lang.NullPointerException
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.OneToManyAccessor.process(OneToManyAccessor.java:142)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.RelationshipAccessor.processRelationship(RelationshipAccessor.java:275)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProject.processRelationshipDescriptors(MetadataProject.java:564)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProject.process(MetadataProject.java:497)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProcessor.processAnnotations(MetadataProcessor.java:231)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processORMetadata(PersistenceUnitProcessor.java:354)
         at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:584)
         ... 60 more
    Process finished with exit code -1
    This is my RTerritory.class and rterritory.xml
    public class RTerritory extends StateOwner {
    private static final long serialVersionUID = 5372570539234097349L;
    //link to parent
    private RTerritory parentTerritory;
    //title
    private String title;
    //string type
    private String type;
    //Level
    private Integer level;
    //set of children
    private Set<RTerritory> children = new HashSet<RTerritory>(0);
    public RTerritory() {
    public RTerritory(Long RTerritory, String title, String type) {
    setId(RTerritory);
    this.title = title;
    this.type = type;
    public RTerritory(Long id, RTerritory parentTerritory, String title, String type, Integer level) {
    super(id);
    this.parentTerritory = parentTerritory;
    this.title = title;
    this.type = type;
    this.level = level;
    public RTerritory(Long RTerritory, RTerritory parentTerritory, String title,
    String type, Set<RTerritory> RTerritories) {
    setId(RTerritory);
    this.parentTerritory = parentTerritory;
    this.title = title;
    this.type = type;
    this.children = RTerritories;
    public RTerritory(Long id, RTerritory parentTerritory, String title, String type, Integer level, Set<RTerritory> children) {
    super(id);
    this.parentTerritory = parentTerritory;
    this.title = title;
    this.type = type;
    this.level = level;
    this.children = children;
    public Integer getLevel() {
    return level;
    public void setLevel(Integer level) {
    this.level = level;
    public RTerritory getParentTerritory() {
    return this.parentTerritory;
    public void setParentTerritory(RTerritory parent_Territory) {
    this.parentTerritory = parent_Territory;
    public boolean hasParentTerritory() {
         return getParentTerritory() != null;
    public String getTitle() {
    return this.title;
    public void setTitle(String title) {
    this.title = title;
    public String getType() {
    return this.type;
    public void setType(String type) {
    this.type = type;
    public Set<RTerritory> getChildren() {
    return this.children;
    public void setChildren(Set<RTerritory> children) {
    this.children = children;
    public void addChildTerritory(RTerritory territory) throws Exception {
    if (children != null && territory != null) {
    children.add(territory);
    territory.setParentTerritory(this);
    } else {
    throw new Exception("Parameter is null or children is null");// TODO throw exception ?
    public void removeChildTerritory(RTerritory territory) {
    if (children != null && territory != null) {
    children.remove(territory);
    territory.setParentTerritory(null); // TODO territory.setParentTerritory(this.getParentTerritory()) ?
    public boolean equals(Object o) {
    if (this == o) return true;
    if (o == null || getClass() != o.getClass()) return false;
    if (!super.equals(o)) return false;
    RTerritory that = (RTerritory) o;
    if (level != null ? !level.equals(that.level) : that.level != null) return false;
    if (title != null ? !title.equals(that.title) : that.title != null) return false;
    if (type != null ? !type.equals(that.type) : that.type != null) return false;
    return true;
    public int hashCode() {
    int result = super.hashCode();
    result = 31 * result + (title != null ? title.hashCode() : 0);
    result = 31 * result + (type != null ? type.hashCode() : 0);
    result = 31 * result + (level != null ? level.hashCode() : 0);
    return result;
         @Override
         public boolean isReference() {
              return true;
    <?xml version="1.0" encoding="UTF-8"?>
    <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
    version="1.0">
    <package>ru.lanit.ps.registry.model</package>
    <entity class="RTerritory" name="RTerritory">
    <table name="reg_r_territory"/>
    <primary-key-join-column name="R_TERRITORY" referenced-column-name="STATUS_ID"/>
    <attribute-override name="id">
    <column name="R_TERRITORY"/>
    </attribute-override>
    <attributes>
    <basic name="title">
    <column length="256" name="TITLE" nullable="false"/>
    </basic>
    <basic name="type">
    <column length="256" name="TYPE" nullable="false"/>
    </basic>
    <basic name="level">
    <column name="LEVEL"/>
    </basic>
    <!--<many-to-one name="parentTerritory" target-entity="RTerritory">
    <join-column name="PARENT_TERRITORY_ID"/>
    <cascade>
    <cascade-persist/>
    <cascade-merge/>
    <cascade-refresh/>
    </cascade>
    </many-to-one>-->
    <one-to-many name="children" mapped-by="parentTerritory" target-entity="RTerritory">
    <cascade>
    <cascade-all/>
    </cascade>
    </one-to-many>
    <transient name="parentTerritory"/>
    <!--<transient name="children"/>-->
    </attributes>
    </entity>
    </entity-mappings>
    If I make "parentTerritory" and "children" transient - all works well. Above workes also (comment out and without transient) on OpenJpa.
    What do I do wrong if I use TopLink?
    This is part of my applicationContext.xml
    <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    <property name="persistenceXmlLocation"
    value="/META-INF/persistence.xml"/>
    <property name="jpaVendorAdapter">
    <bean class="org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter"/>
    </property>
    <property name="loadTimeWeaver">
    <bean class="org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver"/>
    </property>
    </bean
    Thanks a lot.

    Hello.
    Thanks a lot for answer.
    When I comment out and remove transient I obtain the following exception:
    Internal Exception: java.util.NoSuchElementException
         at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:615)
         at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:178)
         at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:218)
         at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:251)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1201)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1099)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1099)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:91)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:75)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:65)
         at ru.lanit.ps.registry.VerifyApplicationContext.setUp(VerifyApplicationContext.java:44)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
         at org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
         at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
         at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
         at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:71)
         at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
         at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
         at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
         at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
         at com.intellij.rt.junit4.Junit4ClassSuite.run(Junit4ClassSuite.java:78)
         at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:40)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
    Caused by: Exception [TOPLINK-28018] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: predeploy for PersistenceUnit [registry] failed.
    Internal Exception: java.util.NoSuchElementException
         at oracle.toplink.essentials.exceptions.EntityManagerSetupException.predeployFailed(EntityManagerSetupException.java:212)
         ... 61 more
    Caused by: java.util.NoSuchElementException
         at java.util.AbstractList$Itr.next(AbstractList.java:427)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataDescriptor.getPrimaryKeyFieldName(MetadataDescriptor.java:539)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ObjectAccessor.processOneToOneForeignKeyRelationship(ObjectAccessor.java:113)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ObjectAccessor.processOwningMappingKeys(ObjectAccessor.java:190)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ManyToOneAccessor.process(ManyToOneAccessor.java:106)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.RelationshipAccessor.processRelationship(RelationshipAccessor.java:275)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataDescriptor.getMappingForAttributeName(MetadataDescriptor.java:486)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.RelationshipAccessor.getOwningMapping(RelationshipAccessor.java:122)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.OneToManyAccessor.process(OneToManyAccessor.java:142)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.RelationshipAccessor.processRelationship(RelationshipAccessor.java:275)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProject.processRelationshipDescriptors(MetadataProject.java:564)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProject.process(MetadataProject.java:497)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProcessor.processAnnotations(MetadataProcessor.java:231)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processORMetadata(PersistenceUnitProcessor.java:354)
         at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:584)
         ... 60 more
    Process finished with exit code -1
    I want to say that exception is same and I don't use GlassFish I run Unit test.
    This is my rterritory.xml now:
    <?xml version="1.0" encoding="UTF-8"?>
    <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
    version="1.0">
    <package>ru.lanit.ps.registry.model</package>
    <entity class="RTerritory" name="RTerritory">
    <table name="reg_r_territory"/>
    <primary-key-join-column name="R_TERRITORY" referenced-column-name="STATUS_ID"/>
    <attribute-override name="id">
    <column name="R_TERRITORY"/>
    </attribute-override>
    <attributes>
    <basic name="title">
    <column length="256" name="TITLE" nullable="false"/>
    </basic>
    <basic name="type">
    <column length="256" name="TYPE" nullable="false"/>
    </basic>
    <basic name="level">
    <column name="LEVEL"/>
    </basic>
    <many-to-one name="parentTerritory" target-entity="RTerritory">
    <join-column name="PARENT_TERRITORY_ID"/>
    <cascade>
    <cascade-persist/>
    <cascade-merge/>
    <cascade-refresh/>
    </cascade>
    </many-to-one>
    <one-to-many name="children" mapped-by="parentTerritory" target-entity="RTerritory">
    <cascade>
    <cascade-all/>
    </cascade>
    </one-to-many>
    <!--<transient name="parentTerritory"/>
    <transient name="children"/>-->
    </attributes>
    </entity>
    </entity-mappings>
    I can't understand What do I do wrong when I include "one-to-many" and "many-to-one" mapping? I want to note it (above mapping) works rightly if I use OpenJpa and one works rightly with TopLink if I remove one-to-many and many-to-one and do them transient.
    Thanks a lot.
    Message was edited by:
    user610937
    Message was edited by:
    user610937

  • Publishing SCUP 2011 updates to WSUS/SCCM are failing

    Hi, i'm using SCUP 2011 to publish some Dell driver updates to my ConfigMgr server. However, after creating a self signed certificate based on the installation instructions publishing updates keeps failing. I'm testing it all on 1 VM with all roles installed
    locally: SCCM, WSUS and SCUP. Importing catalogs and assigning them is not an issue. Just when i want to publish a group of assigned updates i keep getting the error stating that publishing has failed. I tried creating a new self signed certificate, tried
    to import it in Trusted Publishers and Trusted Root Certification Authorities. Tried using the WSUS self signed certificate to be used in SCUP. However no succes. Below is a snippet of the SCUP logfile. Can anyone point me in the right direction?
    Thanks in advance!
    Log file snippet:
    =============================================================================================
    TestConnection: Verifying current update server settings...$$<Updates Publisher><Thu May 26 6:23:35.122 2011.1><thread=1>
    Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu May 26 6:23:35.124 2011.1><thread=1>
    TestConnection: Verification succeeded.$$<Updates Publisher><Thu May 26 6:23:35.187 2011.1><thread=1>
    Settings: Applying settings changes.$$<Updates Publisher><Thu May 26 6:23:37.660 2011.1><thread=1>
    Current settings:$$<Updates Publisher><Thu May 26 6:23:37.809 2011.1><thread=1>
        Setting: SCUP Database File: <default> C:\Users\Administrator\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf$$<Updates Publisher><Thu May 26 6:23:37.812 2011.1><thread=1>
        Setting: WSUS Publishing Enabled: True$$<Updates Publisher><Thu May 26 6:23:37.814 2011.1><thread=1>
        Setting: WSUS Publishing is configured to use local server.$$<Updates Publisher><Thu May 26 6:23:37.815 2011.1><thread=1>
        Setting: ConfigMgr Integration Enabled: True$$<Updates Publisher><Thu May 26 6:23:37.817 2011.1><thread=1>
        Setting: Configuration Manager integration is configured to use local server.$$<Updates Publisher><Thu May 26 6:23:37.819 2011.1><thread=1>
        Setting: Configuration Manager client threshold is 1$$<Updates Publisher><Thu May 26 6:23:37.820 2011.1><thread=1>
        Setting: Configuration Manager client threshold is disabled (0).$$<Updates Publisher><Thu May 26 6:23:37.822 2011.1><thread=1>
        Setting: Proxy Server settings used: False$$<Updates Publisher><Thu May 26 6:23:37.823 2011.1><thread=1>
        Setting: CRL Checking Enabled: False$$<Updates Publisher><Thu May 26 6:23:37.824 2011.1><thread=1>
        Setting: CheckCatalogSubscriptionsOnStartup: True$$<Updates Publisher><Thu May 26 6:23:37.825 2011.1><thread=1>
        Setting: Always check for local update content before downloading : False$$<Updates Publisher><Thu May 26 6:23:37.827 2011.1><thread=1>
    Settings: user closed dialog.$$<Updates Publisher><Thu May 26 6:23:37.828 2011.1><thread=1>
    Workspace: Settings dialog has completed.$$<Updates Publisher><Thu May 26 6:23:37.849 2011.1><thread=1>
    Publications workspace: Starting publish wizard for publication 'Dell Updates'.$$<Updates Publisher><Thu May 26 6:23:40.277 2011.1><thread=1>
        Publish: Preparing list of selected updates for publishing.$$<Updates Publisher><Thu May 26 15:23:42.878 2011.9><thread=9>
        Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu May 26 15:23:42.879 2011.9><thread=9>
        Publish: Update server name: SCOM$$<Updates Publisher><Thu May 26 15:23:42.908 2011.9><thread=9>
        Publish: Publish operation starting for 1 updates.$$<Updates Publisher><Thu May 26 15:23:42.909 2011.9><thread=9>
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing.$$<Updates Publisher><Thu May 26 15:23:42.910 2011.9><thread=9>
        Publish: Publish: Update server appears to be configured with a certificate.$$<Updates Publisher><Thu May 26 15:23:43.44 2011.9><thread=9>
        Building dependency graph for update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'$$<Updates Publisher><Thu
    May 26 15:23:43.157 2011.9><thread=9>
        No dependencies found for update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'$$<Updates Publisher><Thu
    May 26 15:23:43.224 2011.9><thread=9>
    Found total of 0 dependencies (may include duplicates).$$<Updates Publisher><Thu May 26 15:23:43.225 2011.9><thread=9>
    PublishItem: Update ''AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'' has no dependencies.$$<Updates Publisher><Thu May
    26 15:23:43.225 2011.9><thread=9>
    PublishItem: Publishing update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'.$$<Updates Publisher><Thu May 26 15:23:43.225
    2011.9><thread=9>
    PublishItem: --- Evaluating software update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')' for publishing as MetadataOnly.$$<Updates
    Publisher><Thu May 26 15:23:43.226 2011.9><thread=9>
    PublishItem: --- Software update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')' needs to be published (no content).$$<Updates
    Publisher><Thu May 26 15:23:43.505 2011.9><thread=9>
    PublishItem: --- Metadata only SDP XML file for publishing created at C:\Users\Administrator\AppData\Local\Temp\tmp5B2C.tmp$$<Updates Publisher><Thu May 26 15:23:44.517 2011.9><thread=9>
    PublishItem: --- Calling update server API for publishing update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'$$<Updates Publisher><Thu
    May 26 15:23:44.648 2011.9><thread=9>
    2011-05-26 13:23:47.071 UTC Error
    Scup2011.9 Publisher.PublishPackage
    PublishPackage(): Operation Failed with Error: Cannot access a closed Stream.
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.PublishPackage(String sourcePath, String additionalSourcePath, String packageDirectoryName)
       at Scup.Wizards.PublishItem.PublishPackage(PublishReportItem reportItem, IPublisher publisher, String contentFolder)
       at Scup.Wizards.NormalPublishItem.Publish(PublishReportItem reportItem)
       at Scup.Wizards.PublishItem.PublishUpdateAndDependencies(PublishReport report)
       at Scup.Wizards.PublishOperation.Start()
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()$$<Updates Publisher><Thu May 26 15:23:47.71 2011.9><thread=9>
    PublishItem: InvalidException occurred during publishing: Cannot access a closed Stream.$$<Updates Publisher><Thu May 26 15:23:47.258 2011.9><thread=9>
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.$$<Updates Publisher><Thu May 26 15:23:47.259 2011.9><thread=9>
    Publish: Background processing completed.$$<Updates Publisher><Thu May 26 6:23:47.260 2011.1><thread=1>

    This is what i get on the log
    System Center Update Publisher starting up...$$<Updates Publisher><Thu Jun 9 10:25:15.780 2011.1><thread=1>
    Building database connection string.$$<Updates Publisher><Thu Jun 9 10:25:16.467 2011.1><thread=1>
    No database file information found in configuration file, using default database file name 'scupdb.sdf' in folder 'C:\Users\administrator.PROTEGO\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000'.$$<Updates Publisher><Thu
    Jun 9 10:25:16.983 2011.1><thread=1>
    Connecting to stored data file at C:\Users\administrator.PROTEGO\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf...$$<Updates Publisher><Thu Jun 9 10:25:17.452 2011.1><thread=1>
    Current settings:$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: SCUP Database File: <default> C:\Users\administrator.PROTEGO\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: WSUS Publishing Enabled: True$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: WSUS Publishing is configured to use local server.$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: ConfigMgr Integration Enabled: False$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: Proxy Server settings used: True$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Proxy Server: 172.16.11.12$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Proxy Port: 8080$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Proxy User: <no value>$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: CRL Checking Enabled: False$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: CheckCatalogSubscriptionsOnStartup: True$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: Always check for local update content before downloading : False$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
    Creating workspaces...$$<Updates Publisher><Thu Jun 9 10:25:31.827 2011.1><thread=1>
    Updates workspace: Refreshing alerts.$$<Updates Publisher><Thu Jun 9 10:25:31.999 2011.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Acrobat X Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 9 10:25:32.217 2011.4><thread=4>
    Downloading file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat10_Catalog.cab to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\gkha5cbk.amd\Acrobat10_Catalog.cab$$<Updates Publisher><Thu Jun 9 10:25:32.342 2011.4><thread=4>
    Downloaded completed for file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat10_Catalog.cab.$$<Updates Publisher><Thu Jun 9 10:25:32.624 2011.4><thread=4>
    Refreh Alerts: Catalog "Adobe Acrobat X Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 9 10:25:32.874 2011.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Reader X Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Downloading file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Reader10_Catalog.cab to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\pyc0tso5.cze\Reader10_Catalog.cab$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Downloaded completed for file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Reader10_Catalog.cab.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Refreh Alerts: Catalog "Adobe Reader X Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Flash Player Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Downloading file:
    http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\pwhqj5zf.g15\AdobeFlashPlayerCatalog_SCUP.cab$$<Updates Publisher><Thu Jun 9 10:25:32.905
    2011.4><thread=4>
    Downloaded completed for file:
    http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab.$$<Updates Publisher><Thu Jun 9 10:25:33.233 2011.4><thread=4>
    Refreh Alerts: Catalog "Adobe Flash Player Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 9 10:25:33.233 2011.4><thread=4>
    Refreh Alerts: Completed refresh of catalog alerts.$$<Updates Publisher><Thu Jun 9 10:25:33.249 2011.4><thread=4>
    Restoring window settings from last session$$<Updates Publisher><Thu Jun 9 10:25:35.483 2011.1><thread=1>
    Initialization completed, displaying main window.$$<Updates Publisher><Thu Jun 9 10:25:37.858 2011.1><thread=1>
    Updates workspace: Starting publish wizard with 1 updates.$$<Updates Publisher><Thu Jun 9 10:26:18.905 2011.1><thread=1>
        Publish: Preparing list of selected updates for publishing.$$<Updates Publisher><Thu Jun 9 10:26:22.839 2011.9><thread=9>
        Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu Jun 9 10:26:22.865 2011.9><thread=9>
        Publish: Update server name: PASAVMEX$$<Updates Publisher><Thu Jun 9 10:26:23.165 2011.9><thread=9>
        Publish: Publish operation starting for 1 updates.$$<Updates Publisher><Thu Jun 9 10:26:23.167 2011.9><thread=9>
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing.$$<Updates Publisher><Thu Jun 9 10:26:23.170 2011.9><thread=9>
        Publish: Publish: Update server appears to be configured with a certificate.$$<Updates Publisher><Thu Jun 9 10:26:24.509 2011.9><thread=9>
        Building dependency graph for update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'$$<Updates Publisher><Thu Jun 9 10:26:24.664 2011.9><thread=9>
        No dependencies found for update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'$$<Updates Publisher><Thu Jun 9 10:26:24.737 2011.9><thread=9>
    Found total of 0 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 9 10:26:24.739 2011.9><thread=9>
    PublishItem: Update ''Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'' has no dependencies.$$<Updates Publisher><Thu Jun 9 10:26:24.761 2011.9><thread=9>
    PublishItem: Publishing update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'.$$<Updates Publisher><Thu Jun 9 10:26:24.761 2011.9><thread=9>
    PublishItem: --- Evaluating software update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' for publishing as FullContent.$$<Updates Publisher><Thu Jun 9 10:26:24.787 2011.9><thread=9>
    PublishItem: --- Software update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' needs to be published with full content.$$<Updates Publisher><Thu Jun 9 10:26:25.170 2011.9><thread=9>
    PublishItem: Retrieving content for update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'.$$<Updates Publisher><Thu Jun 9 10:26:25.427 2011.9><thread=9>
    PublishItem: --- Content will be saved to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\o4xcjeui.qt1\AdbeRdrUpd1001_Tier1.msp.$$<Updates Publisher><Thu Jun 9 10:26:25.428 2011.9><thread=9>
    PublishItem: Download Content: file was downloaded successfully.$$<Updates Publisher><Thu Jun 9 10:26:26.567 2011.9><thread=9>
    PublishItem: Successfully retrieved content for software update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' to local file: C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\o4xcjeui.qt1\AdbeRdrUpd1001_Tier1.msp$$<Updates
    Publisher><Thu Jun 9 10:26:26.568 2011.9><thread=9>
    File C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\o4xcjeui.qt1\AdbeRdrUpd1001_Tier1.msp appears to be signed, retrieved certificate, checking signature...$$<Updates Publisher><Thu Jun 9 10:26:26.700 2011.9><thread=9>
    PublishItem: --- SDP XML file for publishing created at C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\tmp6396.tmp$$<Updates Publisher><Thu Jun 9 10:26:27.443 2011.9><thread=9>
    PublishItem: --- Calling update server API for publishing update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'$$<Updates Publisher><Thu Jun 9 10:26:27.568 2011.9><thread=9>
    2011-06-09 15:26:37.691 UTC Info Scup2011.9 ThreadEntry _ThreadPoolWaitCallback.PerformWaitCallback$$<Updates Publisher><Thu Jun 9 10:26:37.691 2011.9><thread=9>
    2011-06-09 15:26:37.699 UTC Info Scup2011.9 CabUtilities.CheckCertificateSignature File cert verification failed for C:\Program Files\Update Services\autest.cab with 2147942402$$<Updates Publisher><Thu Jun 9 10:26:37.699 2011.9><thread=9>
    2011-06-09 15:26:37.701 UTC Info Scup2011.9 WsusTestKeys.AreTestKeysAllowed Server test key check: test keys are NOT allowed$$<Updates Publisher><Thu Jun 9 10:26:37.701 2011.9><thread=9>
    2011-06-09 15:26:37.974 UTC Info Scup2011.9 CabUtilities.CheckCertificateSignature File cert verification failed for
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab with 2148204809$$<Updates Publisher><Thu Jun 9 10:26:37.974 2011.9><thread=9>
    2011-06-09 15:26:38.022 UTC Error Scup2011.9 Publisher.VerifyAndPublishPackage VerifyAndPublishPackage(): Failed to Verify Signature for file:
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.VerifyAndPublishPackage()
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.PublishPackage(String sourcePath, String additionalSourcePath, String packageDirectoryName)
       at Scup.Wizards.PublishItem.PublishPackage(PublishReportItem reportItem, IPublisher publisher, String contentFolder)
       at Scup.Wizards.NormalPublishItem.Publish(PublishReportItem reportItem)
       at Scup.Wizards.PublishItem.PublishUpdateAndDependencies(PublishReport report)
       at Scup.Wizards.PublishOperation.Start()
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()$$<Updates Publisher><Thu Jun 9 10:26:38.22 2011.9><thread=9>
    2011-06-09 15:26:38.024 UTC Error Scup2011.9 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.PublishPackage(String sourcePath, String additionalSourcePath, String packageDirectoryName)
       at Scup.Wizards.PublishItem.PublishPackage(PublishReportItem reportItem, IPublisher publisher, String contentFolder)
       at Scup.Wizards.NormalPublishItem.Publish(PublishReportItem reportItem)
       at Scup.Wizards.PublishItem.PublishUpdateAndDependencies(PublishReport report)
       at Scup.Wizards.PublishOperation.Start()
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()$$<Updates Publisher><Thu Jun 9 10:26:38.24 2011.9><thread=9>
    PublishItem: InvalidException occurred during publishing: Verification of file signature failed for file:
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab$$<Updates Publisher><Thu Jun 9 10:26:38.41 2011.9><thread=9>
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.$$<Updates Publisher><Thu Jun 9 10:26:38.50 2011.9><thread=9>
    Publish: Background processing completed.$$<Updates Publisher><Thu Jun 9 10:26:38.54 2011.1><thread=1>

  • Interactive reporting : error while refreshing MSSQL data in Workspace

    Hi all,
    I recently work with Hyperion and I am facing an issue that makes me crazy.
    My configuration is simple :
    - 1 win2003 server with Hyperion Interactive Reporting services and workspace installed (both works properly)
    - 1 winXP machine with MS Sql Server 2005
    - My dev PC an winXP with IR studio.
    I created an IR report with a MSSQL query that retrieves data into a Table.
    The report is displayed properly and the data is OK.
    When I refresh the data in IR studio, everything is OK.
    I import the OCE file into the the workspace, following by the BQY file.
    The report is displayed properly in workspace with the correct data.
    I change the data in the MSSQL server and I try to refresh the report in the workspace.
    So, I open the report in the workspace and I click on the refresh button.
    But when I do that, I get an error message.
    I read somewhere that we have to configure the DAS.
    I assume that the configuration is made via the Administer/Database connection management (sorry if names are not correct, but I have a french version).
    But when I try to add a new connection, I have only 4 choices for the type of database : Essabse, Financial Management, Planning and SAP BW.... No MSSQL Server.
    I hope that anyone among you can help me, but anyway, thanks for reading my post.

    You need to enter DATABASE details in DAS (Data Access Services) by running Service Configurator.
    Then run Remote and Local Service configurator to enter database details.
    ##I assume that the configuration is made via the Administer/Database connection management (sorry if names are not correct, but I have a french version).
    This is something related to Financial Reporting.
    Hope this helps.
    Regards,
    Manmohan Sharma

  • Error while refreshing bqy file on workspace using stored procedure

    Hi,
    I am using stored procedure which returns ref-cursor. The report is running fine locally but on Workspace, while refresh, it gives the following error.
    An Interactive Reporting Service error has occurred.-SQL API: [SQLNumResultCols], SQL RETURN: [-1], SQL STATE: [HY010], SQL NATIVE ERROR: [0], SQL MESSAGE: [[Microsoft][ODBC Driver Manager] Function sequence error]
    (0)
    I have ODBC/ODBC connection set up at BI+ configurator.
    Thanks,
    Manish

    We also met this issue. Some guy told me this is a Hyperion limitation, is it true? I really need this function in Hyperion:(

  • Refresh activities listed in workspace inbox automatically

    Hi, I have a split-n implemented inside a process. The activity is asigned to a group of persons with a specific role. The first person who executes the activity completes the activity and the process continues, but this activity is still shown in other persons whom the activity was assigned previously.
    I want to reload other users' inbox so they can't see this activity anymore.
    I found this code inside workspace.properties, which is located in OraBPMStudioHome\webapps\workspace\WEB-INF.
    # Not used in this version.
    fuego.workspace.refreshTimeMin=1
    I've also found this code for FuegoBPM System Administrator 5
    fuego.portal.autoRefreshMenuOptions=true
    fuego.portal.refreshTimeMin=0.1
    I've tried coping this code inside in workspace.properties but it didn't work.
    Does anybody know the equivalent to refresh activities listed in workspace inbox automatically code used in Oracle BPM Studio 10.3.1.0?

    Hi Joe,
    normally the inbox is refreshed automatically when you enter.
    We found the program that is called when you enter the inbox.
    Here you can add additional code.
    Function module: SINWP
    subroutine: append_folrg_to_tree
    Best regards,
    Werner.

Maybe you are looking for