Keith Byrne [http://community.jboss.org/people/kabyrne] replied to the discussion
"jbpm4.3 - NumberFormatException on validateRepositoryCache" To view the discussion, visit: http://community.jboss.org/message/533369#533369 -------------------------------------------------------------- The actual cause of the NumberFormatException is https://jira.jboss.org/jira/browse/JBPM-2478 https://jira.jboss.org/jira/browse/JBPM-2478. When configured with Spring, jBPM looks in the Spring context for autowiring candidates based on class type when instantiating the RepositoryCache, in this case a Map. The first Map it finds is the Spring systemProperties bean and injects this, when it really should just leave the deployment and deploymentClassLoaders as empty Maps. Is there a way to turn jBPM autowiring off, at least for specific classes? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/533369#533369] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
