Update release script
---------------------
Key: ISPN-104
URL: https://jira.jboss.org/jira/browse/ISPN-104
Project: Infinispan
Issue Type: Task
Reporter: Manik Surtani
Assignee: Navin Surtani
Priority: Minor
Fix For: 4.0.0.BETA1
The release script (written in Python) needs to be updated to:
1. Include JMX docs
2. Include config guide (ISPN-89)
3. Update docs with Google Analytics tags (currently done by running bin/updateTracker.sh manually before uploading docs)
4. Upload javadocs to SourceForge
5. Upload release files to SourceForge (SourceForge has an API for this)
6. Upload XSD schema to www.infinispan.org (need to check with the JBoss.org team on how to do this programmatically. Currently done via the CMS interface)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More JMX information to be exposed
----------------------------------
Key: ISPN-142
URL: https://jira.jboss.org/jira/browse/ISPN-142
Project: Infinispan
Issue Type: Feature Request
Components: JMX, reporting and management
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 4.0.0.CR1, 4.0.0.GA
This is a wish-list of what folks want to see exposed via JMX (and JOPR). Please add to the comments with what you would like to see.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
test Infinispan binding to JNDI
-------------------------------
Key: ISPN-100
URL: https://jira.jboss.org/jira/browse/ISPN-100
Project: Infinispan
Issue Type: Feature Request
Reporter: Mircea Markus
Assignee: Manik Surtani
Fix For: 4.0.0.GA
This is related to a forum post(http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235108#423....
a serialization exception appeared when trying to bind JBossCache instance in JNDI; same should hapend for Infinispan.
Though I wouldn't expect the CacheDelegate to be serialized, this JIRA is for checking that binding a Infinispan instance can be placed in JNDI.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Automatically generate the JOPR XML descriptor for the JOPR plugin
------------------------------------------------------------------
Key: ISPN-135
URL: https://jira.jboss.org/jira/browse/ISPN-135
Project: Infinispan
Issue Type: Feature Request
Components: JMX, reporting and management
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 4.0.0.BETA1
Details in the discussion thread
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Update ManagedAttribute annotations to expose more information for use by JOPR
------------------------------------------------------------------------------
Key: ISPN-134
URL: https://jira.jboss.org/jira/browse/ISPN-134
Project: Infinispan
Issue Type: Feature Request
Components: JMX, reporting and management
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 4.0.0.BETA1
Details are in the mail list thread.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support creating JdbcXXXCacheStore from JNDI-Datasource
-------------------------------------------------------
Key: ISPN-105
URL: https://jira.jboss.org/jira/browse/ISPN-105
Project: Infinispan
Issue Type: Feature Request
Components: Loaders and Stores
Affects Versions: 4.0.0.ALPHA5
Reporter: Klaus Friedel
Assignee: Manik Surtani
In an JavaEE environment JDBC connections are created from Datasources so it should be possible to create a JdbcXXXCacheStore from a JNDI Datasource.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Look into why UDP tests fail on Hudson
--------------------------------------
Key: ISPN-99
URL: https://jira.jboss.org/jira/browse/ISPN-99
Project: Infinispan
Issue Type: Task
Components: RPC
Affects Versions: 4.0.0.ALPHA4
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 4.0.0.BETA1
On trunk at the moment, there are a lot of time out exceptions waiting for cluster formation when the -Dprotocol.stack=udp flag is passed in. Need to look into why this is the case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
expose CacheManager to be accessible as an MBean
------------------------------------------------
Key: ISPN-118
URL: https://jira.jboss.org/jira/browse/ISPN-118
Project: Infinispan
Issue Type: Feature Request
Reporter: Mircea Markus
Assignee: Manik Surtani
Fix For: 4.0.0.BETA1
[Galder]
>>> Couple methods, discussed in more detail at http://tinyurl.com/lq688t section 11.2
>>>
>>> 1) Use the CacheManager to create your cache; the CacheManager is available in JNDI at java:/CacheManager. See Section 11.2.1.
>>>
>>> 2) Use CacheJmxWrapperMBean and it's "cache" mbean attribute. Simplest way is to deploy it via a -service.xml. Section 5.4.2 of JBC 3.1 docs at http://tinyurl.com/m49qen has other methods.
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Remove MarshallerImpl once JBoss Marshaller marshalling has been road tested
----------------------------------------------------------------------------
Key: ISPN-91
URL: https://jira.jboss.org/jira/browse/ISPN-91
Project: Infinispan
Issue Type: Task
Affects Versions: 4.0.0.BETA1
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira