|
| 1.6 | modified | ejort | common/src/main/org/jboss/xml/binding/MappingObjectModelFactory.java | Changes to the mapping object model.1) Add more logging so you can see (at least at a 50,000 ft view)what it is doing.2) Changed the field mapping so it is by class/localname not justlocal name. Otherwise it gets confused when you override thetwo different classes with the same tag name.3) Just pass the java.lang.String if the setter takes a java.lang.Object |
| 1.4 | modified | ejort | common/src/main/org/jboss/xml/binding/MappingObjectModelProvider.java | Changes to the mapping object model.1) Add more logging so you can see (at least at a 50,000 ft view)what it is doing.2) Changed the field mapping so it is by class/localname not justlocal name. Otherwise it gets confused when you override thetwo different classes with the same tag name.3) Just pass the java.lang.String if the setter takes a java.lang.Object |
| 1.15 | modified | ejort | common/src/main/org/jboss/xml/binding/Unmarshaller.java | Switch backt to the SAX parser.The XNI version doesn't emit endElement notifications forthe short form tags <mytag/> which means the stack gets out of step. |
| 1.9 | modified | ejort | common/src/main/org/jboss/util/Classes.java | SImple utilities for class dumping, useful in debugging andavailable to all modules. |
| 1.2 | modified | ejort | common/src/main/org/jboss/xml/binding/parser/xni/XniJBossXBParser.java | Add toString() for the attributes in the new Parser |
| 1.22 | modified | ejort | aop/.classpath | Build artificats belong in the output directory where cvs will ignore them.Kabir, please check your config and stop changing this. |
| 1.27 | modified | ejort | testsuite/.classpath | Fix the eclipse build |
| 1.9 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/ProxyDeployer.java | added SLSB request failover |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java | added SLSB request failover |
| 1.6 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/stateless/StatelessRemoteProxyFactory.java | added SLSB request failover |
| 1.7 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteProxyFactory.java | added SLSB request failover |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusteredProxy.java | added SLSB request failover |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusterProxyFactory.java | added SLSB request failover |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/stateful/BaseStatefulProxyFactory.java | added SLSB request failover |
| 1.188 | modified | starksm | cache/src/main/org/jboss/cache/TreeCache.java | Fix the wild card imports and simplify the jndi name binding implementation |
| 1.369 | modified | starksm | build/build.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar |
| 1.1 | added | starksm | varia/src/resources/services/invoker/httpha/jboss-service.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar. |
| 1.1 | added | starksm | varia/src/resources/services/invoker/httpha/jboss-web.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar. |
| 1.1 | added | starksm | varia/src/resources/services/invoker/httpha/web.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar. |
| 1.5 | modified | starksm | varia/src/resources/services/invoker/http/jboss-service.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar. |
| 1.4 | modified | starksm | varia/src/resources/services/invoker/http/web.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar. |
| 1.99 | modified | starksm | varia/build.xml | Split the rmi/http invoker into a non-ha and ha version so that the defaultconfiguration can be independent of the jbossha.jar. |
| 1.17 | modified | belaban | cache/docs/design/JBossCacheRoadmap.txt | no message |