Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    A couple of small suggestions

    3.0p 2012-08-26 nightly

    I'll unite it all in one topic

    1. Does framework.properties in isomorphic_core_rpc.jar really should contain this stuff? Causing warnings while working with AdminConsole?

    Code:
    # example of overriding on a per-instance basis
    #apps.supplyCatalog.location: $webRoot/supplyCatalog
    #datasources.supplyItem.location: $webRoot/supplyCatalog/datasources
    datasources.largeValueMap_orderItem.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/sql/largeValueMap
    datasources.cartItem.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/sql/userSpecificData
    datasources.dynamicReporting_orderItem.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/sql/dynamicReporting
    datasources.queuedAdd_order.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/sql/queuedAdd
    datasources.queuedAdd_orderItem.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/sql/queuedAdd
    datasources.supplyItemHBAutoDerive.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/autoDerivation
    datasources.largeValueMap_orderItemHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/largeValueMap
    datasources.queuing_order.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/queuing
    datasources.queuing_userHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/queuing
    datasources.flattenedBeans_flatUserHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/flattenedBeans
    datasources.masterDetail_orderHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/masterDetail
    datasources.masterDetail_orderItemHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/masterDetail
    datasources.customDataSource_user.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/other/customDataSource
    datasources.ormDataSource_country.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/other/ormDataSource
    datasources.reusableORMDataSource_country.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/other/reusableORMDataSource
    datasources.reusableORMDataSource_supplyItem.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/other/reusableORMDataSource
    datasources.worldHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate
    datasources.supplyItemJPAAutoDerive.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/jpa
    datasources.worldJPA2.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/jpa
    datasources.mediaLibrary.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/sql/upload
    datasources.mediaLibraryHB.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/hibernate/upload
    datasources.countryTransactions.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/transactions/jdbcOperations
    datasources.rbCountryTransactions.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/transactions/rollback
    datasources.lastUpdated.location: $isomorphicDir/system/reference/inlineExamples/serverExamples/transactions/jdbcOperations
    datasources.supplyItemWithOps.location: $isomorphicDir/system/reference/inlineExamples/grids/ds

    2. Quick Start Guide pdf.
    Page 32 (inner paging - 22)

    Code:
    hidden Defaults to true;
    primaryKey Defaults to true;
    Probably both defaults to false.

    #2
    Thanks for pointing out the QuickStart issue.

    The settings in framework.properties are for DataSource files that are only included in the SmartClient SDK, we'll see if we can get rid of these so they don't cause warnings. However, the warnings are harmless.

    Comment

    Working...
    X