Questions tagged «jboss7.x»

1
当两个链都在同一个包中结束时,为什么违反使用约束?
我有四个捆绑包,每个捆绑包仅包含一个清单。捆绑是 app哪个进口com.example.foo.fragment和com.example.bar foo 哪个出口 com.example.foo;uses:=com.example.foo.cfg foo.fragment这是foo该出口的一部分com.example.foo.fragment,com.example.foo.fragment.cfg;uses:=com.example.foo.fragment bar哪些com.example.bar进出口com.example.foo 捆绑级别的依赖图: app -> bar | | | v | foo | | v v foo.fragment 当我在JBoss AS 7.2中一次安装所有捆绑软件时,它们就可以正常工作。但是,如果我是在其他app捆绑软件之后安装捆绑软件,无论是第一次安装还是成功启动然后将其卸载之后,都会发生以下违反约束的情况: Caused by: org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource com.example.app [HostBundleRevision[com.example.app:0.0. 0]] because it is exposed to package 'com.example.foo.fragment' from resources com.example.foo [HostBundleRevision[com.example.foo:0.0.0]] and …

10
生命周期配置未涵盖插件执行(JBossas 7 EAR原型)
我正在使用带有Maven M2E插件1.0.100的Eclipse 3.7 Indigo。 使用JBoss 7.x JavaEE 6 EAR原型,EAR的pom给了我这个错误: 生命周期配置未涵盖的插件执行:org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml(执行:default-generate-application-xml,阶段:generate-resources) <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.6</version> <configuration> <!-- Tell Maven we are using Java EE 6 --> <version>6</version> <!-- Use Java EE ear libraries as needed. Java EE ear libraries are in easy way to package any libraries needed in the ear, …

3
JBoss AS 7:如何清理tmp?
我注意到在我的JBoss Application Server 7安装下,standalone/tmp我有400 MB的文件与过去的部署相关,其中一些已经使用了几个月。 如何清理?它应该自动发生吗?有工具吗?我可以自己删除所有这些文件吗?
76 java  jboss  jboss7.x 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.