问题标签 [webcenter-sites]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vanity-url - Webcenter Sites : Vanity URLs for images or PDF
I'm working with Webcenter Sites 12.2.1 and I have a question about templating for medias with vanity URLs. My users would like to have vanity URLs for some Medias like PDFs or Images or such blobs. I'm able to do so for text based attributes such as javascripts or css but for blob based attributes I'm a bit stuck. The point is that for doing vanity URLs for an asset I have to use a template. In the template if I have to display a text there is no problem. For a blob I can get the attribute but if I want to stream the result in as template without calling the blob server URL I don't get anything usable.
Here is the code of the template that I use:
I've already tried a workaround : redirecting to the blob server but the problem is that then I can't use urls directly as for images < img src="/prettyUrl" > with a redirect doesn't work.
Did anyone try to do so ?
webcenter - Webcenter Sites - 如何按属性值对资产集列表进行排序?
我有一个带有属性列表的资产(Modal_MKT)。这些属性之一是 order(int 值)。我想获取在 WCS 中创建的 Modal_MKT 元素列表,按 order 字段排序。
我让我的代码循环遍历所有正确的模式,但最终列表没有按我的“订单”字段排序。
这列出了 Modal_MKT 内容中的所有资产,但没有按我的属性排序
oracle - Oracle WebCenter 站点:用户 fwadmin 的身份验证失败。内部错误代码:-100
我正在为 Oracle WebCenter Sites 创建一个新应用程序时遇到问题,我正在尝试使用 Asset API 在 WebCenter Sites 中设置我的独立应用程序,因此在构建时,我收到以下错误:
这是我试图在我的服务中使用的代码:
我真的不知道该怎么办。如果有人可以帮助我,我将不胜感激。此致。
oracle - 如何在 Oracle webcenter Sites IPv6 中配置 SitesExplorer localhost?
我安装了 Jump Start Kit Oracle webcenter 站点,它运行良好,但是当我尝试打开 SitesExplore 以查看数据库时,主机名“localhost”无法正常工作,但 127.0.0.1 运行良好,但 webcenter 的链接始终有效使用“本地主机:端口”。你知道我该如何解决吗?因为我在其他电脑上使用 host:"localhost" 并且看起来没有这个问题。
错误:无法在端口 9080 上联系服务器“localhost”上的 Oracle Webcenter 站点
我知道这是相同的“localhost”和“127.0.0.1”,但我想知道因为有些机器可以很好地与主机“localhost”和其他没有。
java - 如何使用 Oracle 网站中心站点 11g 创建示例“helloworld 站点”?
我是网站中心网站的新手。我们已经完成了网站中心网站的设置过程。我一直在研究开发者指南,也在谷歌中搜索过,但我无法清楚地了解这一切。我找到了其中一个创建示例的视频,但那是针对 12c 版本的。我没有安装 jumpstart 工具包和 eclipse,想使用 Web 中心站点界面开发站点。我有管理员凭据。
所以任何在网站中心工作的人,请帮助我。
谢谢阿什什
webcenter - 按 id Webcenter Sites 过滤资产集
我需要按 id 过滤资产集,我的资产类型是flex asset
. 我以前从来没有通过 id 这样做过,而且我一直坚持这一点。
这是我的代码:
第一个列表有60 个元素,第二个列表有600。我需要使用这个约束来提取只需要的元素并使用多个值获取它们的属性,但我没有得到这个。有什么帮助吗?谢谢
webcenter-sites - 在网站中心站点中哪里可以找到文章示例应用程序
我是网站中心网站的新手。我正在尝试在网站中心站点开发人员指南中查找 WEM 框架下描述的文章示例应用程序。
任何人都可以分享一个链接,我可以从那里下载该应用程序。
webcenter - 在 Webcenter 站点中如何使用模板代码检索页面属性的值
以上通常是编写模板代码时获取Flex属性值的代码。实际上typename
用于指定 Flex Attribute 类型。
Page 属性的代码是什么?其次,“typename”值应该是什么来获取Page属性的值?
oracle - Oracle WebCenter - 无法编辑资产
当我尝试编辑资产时收到以下错误消息:
您无法修改此资产,因为它已被安排发布。请在发布操作完成后重试。如果这种情况仍然存在,请联系您的系统管理员。
此外,当我尝试从发布队列中删除这些资产(发布>选择目标>准备发布的资产>取消批准)时,我收到以下错误消息:
无法取消批准已删除的资产。
有没有人遇到过这些问题并找到了解决方案?
非常感谢。
oracle12c - jsp页面到在webcentersite中工作的groovy控制器
如何将 jsp 页面集成到 webcentersite(oracle) 和页面导航中的 groovy 控制器