[JBoss JIRA] (AS7-5515) JNDI view in management console/CLI doesn't show exported tree
by James Livingston (JIRA)
James Livingston created AS7-5515:
-------------------------------------
Summary: JNDI view in management console/CLI doesn't show exported tree
Key: AS7-5515
URL: https://issues.jboss.org/browse/AS7-5515
Project: Application Server 7
Issue Type: Bug
Components: Naming
Affects Versions: 7.1.2.Final (EAP)
Reporter: James Livingston
Assignee: Eduardo Martins
When viewing the JNDI tree in the management console (or CLI), under java:jboss it shows "WritableServiceBasedNamingStore@68bedd6c" against "exported". With the fix for AS7-5492 applied it will not appear at all.
The exported tree needs to be added to the list in namimg/src/main/java/org/jboss/as/naming/management/JndiViewOperation.java
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5492) JNDI listBindings() does not work for items in java:jboss/exported
by James Livingston (JIRA)
James Livingston created AS7-5492:
-------------------------------------
Summary: JNDI listBindings() does not work for items in java:jboss/exported
Key: AS7-5492
URL: https://issues.jboss.org/browse/AS7-5492
Project: Application Server 7
Issue Type: Bug
Components: Naming
Affects Versions: 7.1.2.Final (EAP)
Reporter: James Livingston
Assignee: Eduardo Martins
When an object is bound to java:jboss/exported/abc/def (for example using the naming subsystem in standalone.xml), it can be retrieved from a remote client with context.lookup("abc/def").
Calling context.listBindings("abc") return 0 bindings. This appears to be because ServiceBasedNamingStore.lookup() checks the service registry and then the boundServices, but listBindings() only checks the boundServices.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (JBRULES-3623) Guvnor UI change
by Moushmi Bej (JIRA)
Moushmi Bej created JBRULES-3623:
------------------------------------
Summary: Guvnor UI change
Key: JBRULES-3623
URL: https://issues.jboss.org/browse/JBRULES-3623
Project: Drools
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Moushmi Bej
Assignee: Mark Proctor
HI,
It will be really helpful if anyone can let me know how to make UI changes like changing the header color(existing blue color) in drools-guvnor.
Best regards,
Mousumi
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5434) NPE when running certain commands in jboss-cli non-interactive mode
by Cheng Fang (JIRA)
Cheng Fang created AS7-5434:
-------------------------------
Summary: NPE when running certain commands in jboss-cli non-interactive mode
Key: AS7-5434
URL: https://issues.jboss.org/browse/AS7-5434
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.2.0.Alpha1
Reporter: Cheng Fang
Assignee: Alexey Loubyansky
{noformat}
# jboss-cli.sh -c "history
java.lang.NullPointerException
at org.jboss.as.cli.impl.CommandContextImpl.getHistory(CommandContextImpl.java:1009)
at org.jboss.as.cli.handlers.HistoryHandler.printHistory(HistoryHandler.java:81)
at org.jboss.as.cli.handlers.HistoryHandler.doHandle(HistoryHandler.java:64)
at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle(CommandHandlerWithHelp.java:86)
at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:563)
at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:579)
at org.jboss.as.cli.impl.CliLauncher.processCommands(CliLauncher.java:282)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:231)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
# jboss-cli.sh -c "help --commands"
java.lang.NullPointerException
at org.jboss.as.cli.handlers.HelpHandler.handle(HelpHandler.java:67)
at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:563)
at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:579)
at org.jboss.as.cli.impl.CliLauncher.processCommands(CliLauncher.java:282)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:231)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-5532) CLONE - Remote store config errors in AS7
by Radoslav Husar (JIRA)
Radoslav Husar created AS7-5532:
-----------------------------------
Summary: CLONE - Remote store config errors in AS7
Key: AS7-5532
URL: https://issues.jboss.org/browse/AS7-5532
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.1.1.Final
Environment: Windows
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
When remote-store is configured in domain.xml, on server startup following errors :-
[Server:server-one] 17:00:00,889 ERROR [org.jboss.msc.service.fail] (pool-13-thread-1) MSC00001: Failed to start service jboss.infinispan.web.repl: org.jboss.msc.servic
e.StartException in service jboss.infinispan.web.repl: org.infinispan.CacheException: Unable to invoke method public void org.infinispan.loaders.CacheLoaderManagerImpl.
start() on object
[Server:server-one] at org.jboss.as.clustering.msc.AsynchronousService$1.run(AsynchronousService.java:62) [jboss-as-clustering-common-7.1.1.Final.jar:7.1.1.Final]
[Server:server-one] Caused by: org.infinispan.CacheConfigurationException: Unable to instantiate class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFacto
ry
[Server:server-one] Caused by: java.lang.ClassNotFoundException: org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
Looks like some issue in locating the jar which contains this class file. I could resolve this issue by :-
Adding the following :-
<module name="org.infinispan.client.hotrod"/>
in %JBOSS_HOME%/modules/org/infinispan/main/module.xml
This seems to be a bug as it should work out of the box.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months