Thanks and my apologies for breaking stuff.... I thought I had checked this but evidently not :-(
BTW I don't think the slowdown from using the singleton service is something to worry about since Mark, David Blevins and I all want to rewrite the OWB wiring to avoid the static lookups which should be even faster than the TCCL cache I removed. thanks again david jencks On Nov 30, 2010, at 12:23 AM, Gurkan Erdogdu (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/OWB-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965148#action_12965148 > ] > > Gurkan Erdogdu commented on OWB-502: > ------------------------------------ > > Compiler errors fix in r1040432. > >> Only cache the ContextService once, in the SingletonService >> ----------------------------------------------------------- >> >> Key: OWB-502 >> URL: https://issues.apache.org/jira/browse/OWB-502 >> Project: OpenWebBeans >> Issue Type: Bug >> Components: Core >> Affects Versions: 1.0.1 >> Reporter: David Jencks >> Assignee: Gurkan Erdogdu >> Fix For: 1.0.1 >> >> >> Currently the ContextService is cached once in the SingletonService, which >> can be replaced in environments that don't use enough classloaders to >> distinguish different web apps in an ear, and also cached by classloader in >> ContextFactory, which can't as easily be replaced. Caching twice is too >> compilcated. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. >
