问题标签 [gatein]

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.

0 投票
2 回答
187 浏览

extjs - jboss gatein merge.js 给出错误

我正在为我的 Web 应用程序使用 jboss Gatein 3.2。在gatein-resource.xml 中,我已从ext-js 3.2 升级到3.4。这给了我在firebug控制台中的java脚本错误,并且所有ext-js组件和gatein portlet的菜单也都没有加载。这仅在生产模式下发生,但在开发模式下工作正常。可能出了什么问题(ext-js 3.2 在开发模式和生产模式下都可以正常工作)

下面是我的gatein resource.xml

0 投票
1 回答
371 浏览

hibernate - GateIn portlet 在启动时呈现异常

我在 GateIn 3.6 上部署了一个战争文件(比如 myimpl.war),并使用 JBOSS AS7 作为服务器。当我启动我的服务器后,出现了一个异常,如下所示。

我在 Windows 7(64 位)操作系统上使用 java 6(64 位)。此外,我没有使用 maven 进行依赖解析,只需手动将相应的 jar 复制/粘贴到 war 文件的 WEB-INF/lib 文件夹中即可进行依赖解析。我在 application-context.xml 中的数据源定义如下

0 投票
1 回答
247 浏览

javascript - 带有 GateIn 的 ExtJs 不工作

我通过以下方式在gatein-resources.xml(我使用GateIn 3.6)上添加了ExtJS(我正在使用ExtJs 3.2)库

但是当我启动 GateIn 时,我的 firebug 控制台上出现Ext not defined错误

另外在这里我附上了由gatein-resources.xml文件处理的ext-base.js文件(是原始的ext-base.js)

但它在 GateIn 3.2 上运行良好。在那个版本上,我使用 <javascript> 标签来添加 javascript gatein-resources.xml 文件。但是在 GateIn 3.6 中不推荐使用此标签,因此我在 gatein-resources.xml 上使用上述指定标签

如何重现此问题: - 是 ext-base.js 文件,它在启动 GateIn 时带有 gateIn 的标头标签,而这个 ext-base.js 文件是通过 gatein-resources.xml 添加的。是原始的 ext-base.js。这两个文件的区别在于 ext-base.js 来自 gatein,其中包含一些额外的代码行,如下所示

但是,如果您在 firebug 控制台上运行此代码并执行 'Ext' 命令,则 firebug 会返回一个错误,即"Ext not defined"在此处输入图像描述 但是,如果您运行原始代码,那么您可以成功执行“Ext”命令。 在此处输入图像描述 我重复'我正在使用 GateIn 作为开发模式'

0 投票
2 回答
375 浏览

websphere - Websphere 6 中的 Portlet 到 Jboss 7.1.1

我正在互联网上寻找一些关于 portlet 的教程,但我找不到好的教程。我需要将部署在 websphere 6 中的 portlet 迁移到 jboss 7,我对此有一些疑问,希望您能帮助我

  1. 是否可以将 portlet 从 websphere 迁移到 jboss 7?我知道您需要一个 portlet 容器,但我在 jboss 7 中找不到该参考
  2. 我在 jboss 页面中发现了一个名为 GateIn 的项目,它看起来像是一个 portlet 容器,这是正确的吗?
  3. 在 websphere 中开发的 portlet 可以在不修改代码的情况下迁移到其他应用程序服务器?
  4. 我的同事都不知道 portlet,而且由于互联网上的例子很少,我认为这是一个几乎不推荐使用的解决方案,这是正确的吗?

谢谢!

0 投票
1 回答
225 浏览

gatein - 无法使用gatein public api创建用户页面

当我使用gatein public api 创建用户页面时,出现org.gatein.api.EntityNotFoundException异常。下面是我创建用户页面的代码

下面是异常的堆栈跟踪

另外在这里我附上我的portal-configuration.xml以供参考

你能帮我说明这个问题的原因吗?

0 投票
1 回答
200 浏览

javascript - Extjs 3.4 not fully working in GateIn 3.6 - Closure compiler compression issue

I am using ext-js version 3.4 with GateIn 3.6 (jboss as 7). On GateIn some ext components are not working fine (especially tree) when GateIn as in production mode. I think this issue is due to javascript compression mechanism. I got the same issue in GateIn 3.2 then after i find that in GateIn 3.6 they changed the java compression machanism (in this GateIn they are using closure compiler) but still have the same issue. Here follows my problem with example

I created two examples which contains same code of tree loading
Example 1 :- Here the ext js related files are not compressed
Example 2 :- Here the ext js files are compressed using closure compiler
(You can run the above two example by deploying it into a server like wamp, xamp, jboss... etc)

On Example 1 it is possible to expand the tree. But on the second case (Example 2) the tree expanded only first level. Is there is any idea to resolve this issue.

I cant directly specify the ext js libraries without compression in production mode. Because in GateIn java scripts are specified inside in gatein-resources.xml file. In production mode i think by default GateIn compresses the files in gatein-resources.xml using closure compiler.

0 投票
1 回答
136 浏览

jboss - Gatein jboss中的密码到期

我现在正在使用组织 api og jboss 来创建用户。

现在我想设置密码到期日期。有没有办法通过调用jobss提供的api来做到这一点。

或者

我们应该添加我们自己的逻辑,比如 cron 作业。

0 投票
1 回答
607 浏览

solr - 如何组合来自两个不同 Lucene 索引的结果?

用例:

  • JBoss 门户 / Gatein

  • Pentaho BI

两者都在它们之上构建了基于 Lucene 的搜索。作为用户,我需要为我的搜索查询同时查看门户内容和 BI 报告。

有没有办法查询两者然后组合结果?

我假设的两个索引的架构和配置都不同,因此合并或 Solr 分布式搜索选项似乎不适合。

谢谢

0 投票
2 回答
436 浏览

redirect - GateIn - 在 portlet 中重定向

如何通过 URL(在支持 bean 中)将用户重定向到 portlet 中的其他页面?我们在 JBoss 5.1.0 上使用 GateIn 3.1

通常,FacesContext.getCurrentInstance().getExternalContext().redirect("url")就足够了,但在这里它不起作用,它不会重定向用户。

context.getApplication().getNavigationHandler().handleNavigation(context, null, page)也不行。

我们希望避免为我们可以重定向到的每个可能的页面制定导航规则。

编辑:它似乎a4j:commandButton引起了一些问题,在我们将其替换为h:commandButton我们被重定向但不仅在 portlet 中而且在门户中。

0 投票
1 回答
260 浏览

javascript - 如何从 head 标签中删除 Gatein 门户容器资源

我们创建了一个 Gatein 门户网站,当我们使用以下 url 访问它时。

localhost:8080/portal/myportal,从gatein门户容器加载到head标签的资源很少。

请参考 Gatein Portal 容器中包含的门户网站脚本的以下源代码。请让我知道如何从 head 标签中删除这些门户容器资源。

提前致谢