Does the bea content repository is JSR-170 compliant

Hi ALL,
Actually i want to use the bea content repository form my web service so should i go for SPI interface or i should use the JCR (Java Conetnt repository)API.
But i would be able to use the JCR interface only if the bea content repository is JSR 170 compliant.
Pls. suggest me the right way.
Thanks.........

The BEA repository is not yet JSR-170 compliant.

Similar Messages

  • How to Export/Import Datas from BEA content Repository

    Hi,
    I want to Export the datas from BEA content repository and import into the ORacle Repository. Can anybody please let me know how to do that . Thanks in advance.
    Best regards,
    Venkat.S

    copy the files from
    (username)/library/preferences/AICS3settings/en_us/workspaces
    to
    (username)/library/preferences/AICS5settings/en_us/workspaces

  • Cannot find the Web Content repository in test system under KM Content

    Hi Experts,
    We have implemented Web Page Composer in our development landscape. I have created a web page with the required content in the development and now wish to transport this web page and its content to our test system.
    However when I navigate to Content Administration -> KM Content, inside the root directory I am not able to find the Web Content repository within which all WPC content resides.
    I want to know what configuration has to be done in the test system so that the Web Content repository becomes available within KM Content.
    Thanks and Regards,
    Saurabh

    Hi,
    I just want a confirmation on whether I will have to deploy the .SCA file for Web Page Composer in my test and production systems to be able to use the web pages I have created in the development environment.
    Regards,
    Saurabh

  • Anonymous access to the WPC pages of the Web Content repository

    During setting up access of anonymous user to Web Page Composer pages we need to use Web Content repository that is not in the Documents repository.
    As is in the note 837898 there are no prefixes for WPC pages in the URL Generator Service.
    So the an anonymous user get login screen then attempt to access any WPC pages of the Web Content repository.
    How to achieve that content in the Web Content repository get as Content Link property the value '/irj/go/km/docs/wpccontent/u2026', rather than '/irj/servlet/prt/prtroot/...'?

    Hi Vladimir
    Did you try the following from the note:
    2. Open the PCD Editor as Content Administrator: Content Administration > Portal Content > Portal Content > Portal Users > Standard Portal Users > Standard User Role > Open > Object
    a) Navigate to Home (note the tooltip "com.sap.km. home_ws") > Hidden > URL Access.
               b) Open contained iView: Document (km-doc-iview) for editing
               c) Select the property category "Advanced"
               d) Change the property "Authentication Scheme" to "anonymous"
               e) Save the changes.
    I think that ought to fix your problems.
    Else go see this note 1237530 as it describes that there has been some mis-coding internally in WPC with relation to using /irj/go/km/docs instead of standard servlet.
    Best regards,
    Martin Søgaard

  • Oracle Content Management and JSR 170

    Does anbody know whether latest Oracle Content Management SDK have implemented support for JSR 170?
    I cannot find this information a anywhere.

    hi tom,
    this is the portal content management forum. could you please post your question in the CM SDK forum here:
    http://forums.oracle.com/forums/forum.jsp?forum=152
    thanks,
    christian

  • External BEA Content Repository

    Good day,
    I am attempting to create a new BEA Repository that resides in an external database and have followed the instructions as described in Creating Additional BEA Repositories at http://e-docs.bea.com/wlp/docs81/repository/repository.html
    After deploying the content_repo.jar and bouncing the WebLogic Portal Server, I am not able to view or edit repository content. It is also not possible to manage content types in the new repository.
    Has anyone managed to create an external repository and published content to it satisfactorily?
    The errors I get are of the following types:
    1.) Error Retrieving Tree Operation.
    EJB Exception: : com.bea.content.RepositoryRuntimeException: Error getting the folders files. Parent Id: {0} Type: {1} at com.bea.content.repo.internal.RepoNodeOpsBean.getNodeChildren(RepoNodeOpsBean.java:1228) at com.bea.content.repo.internal.RepoNodeOpsEJBRefImpl_57333u_ELOImpl.getNodeChildren(RepoNodeOpsEJBRefImpl_57333u_ELOImpl.java:776) at com.bea.content.spi.internal.NodeOpsImpl.getNodeChildren(NodeOpsImpl.java:285) at ... (400 lines trimmed off)
    or:
    2.) Defined Types for Repository: RefImplRepository An exception has been thrown while trying to render this page.
    Exception Message:
    Error getting types.; nested exception is: javax.ejb.TransactionRolledbackLocalException: EJB Exception: ; nested exception is: com.bea.content.RepositoryRuntimeException: While trying to look up comp/env/jdbc/contentDataSource in /app/ejb/content_repo.jar#RepoObjectClassReaderEJBRefImpl.... (500 lines trimmed off)
    Thanks for your time.

    Does it work in the admin tools when you click on the placeholder and preview it?
    In the admin tools, do you have the primary property configured on your node's type? (to be the binary you want displayed)
    Can you retrieve the content by hitting the ShowProperty servlet? (try a url like http://localhost:7001/<webappname>/ShowDoc/<path to your node>

  • Bea content repository bug (?)

    Hi All,
    I've encountered a problem working with the Bea weblogic content repository.
    I've tried to create a new property for a content type wich has already some contents associated.
    The results is that if i try to set the new proprery value, for a content that has been loaded before the new property was created, the admin console displays an error (reported below)
    Does someone know if there's a bug on the content managemtent, and if it is, how can be avoided?
    Here is a summarization of the steps i followed:
    1. Loaded a new content of Image type (named image1)
    2. Created a new property (image width) for the type Image
    3. Tried to set the new property of the content image1 --> (ERROR)
    4. Loaded another content of the same type (named image2)
    5. Tried to set the new property of the content image2 --> (OK)
    Thank you in advance,
    Kind regards.
    -- Marco --
    --------------------- ERROR LOG ---------------------
    java.lang.NullPointerException
         at content.node.nodeSelected.properties.NodePropertiesController.saveProperty(NodePropertiesController.java:1032)
         at content.node.nodeSelected.properties.NodePropertiesController.saveProperties(NodePropertiesController.java:986)
         at content.node.nodeSelected.properties.NodePropertiesController.saveProperties(NodePropertiesController.java:779)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:869)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:90)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
         at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:99)
         at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:180)
         at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:168)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    hi,
    I have not verified it with BEA, but I have analyzed the error as I encountered it my self. Seems like the bug arises from a missing row in the CM_PROPERTY table. This seems to trigger a bug of some sort in the content framework.
    You could try to make a sql ( should be easy ) to insert the missing rows.
    I have blogged about this in my [url http://blog.thej2eestruggle.com]J2EE blog.
    - Anders Mathisen

  • Getting uploded file object from bea Content repository

    Hi,
    This is regarding bea portal 8.1 content repository
    I have a content node ,type of content is message or article
    Now in this one of the attribute is Attachment..
    I have uploded a XMl file to this attribute
    How do i retrive this file object using bea cutom tags,,
    Are there any custom tag available? or
    can i accessthis document using some kind of API..?
    Can anyone please throw light on this...
    Quick response will be highly appreciated
    Thanx a lot
    Manish Rathi

    Manish,
    You can use the GetPropertyTag located in com.bea.content.manager.servlets.jsp.taglib,
    or you can also use the API directly. To use the api, you would do something like
    this:
    Property property = node.getProperty("Attachment");
    ID propertyId = property.getId();
    ID nodeId = node.getId();
    NodeOps nops = repositoryManager.getNodeOps();
    InputStream is = nops.getPropertyBytes(nodeId, propertyId);
    Regards,
    James
    "Manish" <[email protected]> wrote:
    >
    Hi,
    This is regarding bea portal 8.1 content repository
    I have a content node ,type of content is message or article
    Now in this one of the attribute is Attachment..
    I have uploded a XMl file to this attribute
    How do i retrive this file object using bea cutom tags,,
    Are there any custom tag available? or
    can i accessthis document using some kind of API..?
    Can anyone please throw light on this...
    Quick response will be highly appreciated
    Thanx a lot
    Manish Rathi

  • Bea content repository configuration

    Hi All,
    Can somebody can tell me that what will be impact of setting
    streamble property set to true in BEA repository configuration.
    and one more doubt that how can we use multiple BEA systme repository ?
    PLs. reply ASAP
    Thanks.
    Edited by btsl_deepti at 03/16/2007 3:37 AM

    These javadocs on the RepositoryConfig class explain what streaming binary content means and the implications for its use:
    http://e-docs.bea.com/wlp/docs92/javadoc/com/bea/content/manager/RepositoryConfig.html
    For multiple repositories, see the "Configuring Additional BEA Repositories" section on this page:
    http://e-docs.bea.com/wlp/docs92/cm/filesystemArchCM.html

  • Does the web content viewer consume DPS downloads?

    If you enable social sharing via the web content viewer, does each person who shares (or views) an article consume a folio download credit from your DPS account?

    Here's the help topic on how this works: http://helpx.adobe.com/digital-publishing-suite/help/social-media-download-counts.html#soc ial_media_download_counts.
    Neil

  • Accessing bea content repository through a webservice

    Hi All,
    I want to use the bea default database based repository through a web service.
    So please suggest me the way to do this.
    Can i use the spi interface to do the same if yes
    then how should i go ahead ?
    Regards,
    BTSL_Deepti

    Yes, it's called InDesign Server :-)

  • What does the corrupted content error message mean when FireFox 7.0.1 tries to open a web page?

    Corrupted Content Error. The page you are trying to view cannot be shown because an error in the data transmission was detected. Please contact the website owners to inform them of this problem. Ever since FireFox updated to 7.0.1 this error occurs.
    Signing out of Hotmail generates that message I mentioned: Corrupted Content Error. The page you are trying to view cannot be shown because an error in the data transmission was detected. Please contact the website owners to inform them of this problem. Ever since FireFox updated to 7.0.1 this error occurs. How do I stop it? Now it appears to be doing it across multiple websites. The TRY AGAIN button always comes up when initially trying to load a webpage - very frustrating.

    You can get a "Corrupted Content Error" error if there are multiple location redirects send via the HTTP response headers or other entries may be wrong.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=681140 bug 681140] - Corrupted Content error due to multiple Content-Disposition header field instances

  • Using the BEA Content Management System

    Hello,
    We are currently attempting to setup CMS under Weblogic Portal 8.1 (sp4) for use with an application we are building. We have built a new "type" with its own custom properties.
    In a JSP, we need to provide drop downs that a user can select from, to query the CMS for documents. The values in the drop downs mirror the values in the property fields of the documents kept in the CMS. There should be a distinct list for the drop downs, no duplicate entries.
    Has anyone built drop downs populated from the property values of the documents in CMS?
    Was this built using content selectors? Or was this built using queries to the database supporting the CMS?
    An additional note, the amount of content will increase by at least 1gig a year.
    Thank you,
    Robert

    The ability to retrieve a set of distinct values (across all nodes) for a given Property Definition is not a built-in capability.
    However, you can add this capability, like this:
    - find an external storage location for storing this data (basically a 1:m relationship from String propDef to propDefValue) -- see below for some ideas.
    First, process existing nodes:
    - for each property definition on the specified type:
    - retrieve all nodes of that type (by iterating, or by query)
    - for each node of that type:
    - retrieve the property value
    - check if the property value is in the external storage location; if not, add it
    - end for
    - end for
    Once this is complete, you only need to process new nodes:
    - when node of the specified type is added, for each property definition:
    - check if the property value is in the external storage location; if not, add it.
    You can construct your drop-down list from the external storage data.
    Several ideas for the external storage location:
    - unrestricted property choices on the associated PropertyDefinition on the ObjectClass.
    - database table
    - content nodes of a new type.

  • How Does The BEA WebLogic Face This Competition?

    Websphere application server 4.0 is claiming that it will be the ultimate application
    server and it soon 'll become the no.1 in the market because WebSphere Application
    Server, Version 4 Leverage your e-business with the foundation of the most rapidly
    growing e-business platform:
    Web services: Speed your application development with full Web services - SOAP,
    UDDI, WSDL, XML, and J2EE 1.2 (Java 2 Enterprise Edition platform) certification
    - including robust integration & transaction technology
    Database Support: Leverage your existing assets with unparalleled connectivity
    with CORBA and ActiveX interoperability; and expanded database support
    Programming Model Extensions: Manage your changing e-business with Web services
    and J2EE programming model extensions Internationalization allows for intelligent
    adjustments in business logic to accommodate client locales for time zones, currencies,
    and languages. Business rules beans enable dynamic updates without coding when
    business practices change. Shared work areas let you efficiently share dynamic
    customer information from one end of a distributed application to the other. Performance
    Enhancements: Move at lightning speed with performance enhancements including
    dynamic reload of EJBs, dynamic caching (muti-tier), JNDI caching, and more

    Yes, but look at the 3lbs weight differerce! I don't know, but when you look at the PC laptops with 17" they're usually gigantic, fat and ugly. They're not comparable to the mac laptops. I'd buy a thinkpad, but nothing else is of the same quality.

  • Content repository - Multiple unrestricted ordering issue for a property

    Hi there,
    I have a problem in terms of getting the correct ordering for a property that I have defined in the BEA Content Repository. Does anyone know what can be done?
    Below is a description of what I am doing. I hope someone can help me order the vector returned or advise me on a better way on doing this. Thanks for your help in advance!
    Andrew
    Description
    In the BE Content Repository, I have set up a type with properties set to "Multiple Unrestricted" and of Data Type "String". Basically the entries for this property will be used to fill in a table on my HTML page.
    e.g.
    column_1 Multiple Unrestricted String
    column_2 Multiple Unrestricted String
    column_3 Multiple Unrestricted String
    column_4 Multiple Unrestricted String
    What I am planning to do is fill this in for say the weather. Column 1 will be the city name, column 2 will be the temperature, column 3 will be another city name and column 4 will be the temperature.
    e.g.
    Column 1 | Column 2 | Column 3 | Column 4
    =========================================
    City 1 | 12-20C | City 2 | 14-19C
    City 3 | 20-25C | City 4 | 25-30C
    City 5 | 5-10C | City 6 | -10-5C
    and so on...
    So for the defined content item I have entered in the following:
    column_1 >> "City 1", "City 3", "City 5"
    column_2 >> "12-20C", "20-25C", "25-30C"
    column_3 >> "City 2", "City 4", "City 6"
    column_4 >> "14-19C", "25-30C", "-10-5C"
    However when I reference the content item in my HTML page, the ordering in the returned vector is totally different to the way in which i entered the data into the content repository...
    I access the information this way:
    <cm:getProperty resultId="vect_col_1" node="<%= content_node%>" name= "<%= RepositoryProps.COLUMN_1%>" isMultiple="true" resultType="String" />
    Thanks for your help!

    Hi there,
    I have a problem in terms of getting the correct ordering for a property that I have defined in the BEA Content Repository. Does anyone know what can be done?
    Below is a description of what I am doing. I hope someone can help me order the vector returned or advise me on a better way on doing this. Thanks for your help in advance!
    Andrew
    Description
    In the BE Content Repository, I have set up a type with properties set to "Multiple Unrestricted" and of Data Type "String". Basically the entries for this property will be used to fill in a table on my HTML page.
    e.g.
    column_1 Multiple Unrestricted String
    column_2 Multiple Unrestricted String
    column_3 Multiple Unrestricted String
    column_4 Multiple Unrestricted String
    What I am planning to do is fill this in for say the weather. Column 1 will be the city name, column 2 will be the temperature, column 3 will be another city name and column 4 will be the temperature.
    e.g.
    Column 1 | Column 2 | Column 3 | Column 4
    =========================================
    City 1 | 12-20C | City 2 | 14-19C
    City 3 | 20-25C | City 4 | 25-30C
    City 5 | 5-10C | City 6 | -10-5C
    and so on...
    So for the defined content item I have entered in the following:
    column_1 >> "City 1", "City 3", "City 5"
    column_2 >> "12-20C", "20-25C", "25-30C"
    column_3 >> "City 2", "City 4", "City 6"
    column_4 >> "14-19C", "25-30C", "-10-5C"
    However when I reference the content item in my HTML page, the ordering in the returned vector is totally different to the way in which i entered the data into the content repository...
    I access the information this way:
    <cm:getProperty resultId="vect_col_1" node="<%= content_node%>" name= "<%= RepositoryProps.COLUMN_1%>" isMultiple="true" resultType="String" />
    Thanks for your help!

Maybe you are looking for