Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

    • Bug
    • Improvement
    • New Feature
  • SMX4-558786 - Add two new bundles for Struts2 project: struts2-core and struts2-xwork
    • Task
      *
    • Test
    • Wish

Known Issues

  • When running any of the activemq: commands in the console you may get the following error when trying to connect to the local broker:
    Code Block
    
    ERROR: java.lang.RuntimeException: Failed to execute list task. Reason: java.io.IOException: 
    Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: jmxrmi
    
    You can workaround this by adding --jmxlocal to the command. For example, activemq:list --jxmlocal would list the local ActiveMQ broker. This problem will be fixed in ServiceMix 4.5 (as per SMX4-784).

SVN Tag Checkout

Code Block
svn co http://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.4.0/

...