[ https://issues.apache.org/jira/browse/TOMEE-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333348#comment-14333348
]
Romain Manni-Bucau commented on TOMEE-1520:
-------------------------------------------
Will you attach a sample?
TomEE handles EJB and CDI normal scoped beans (@requestScoped, @ApplicationScoped typically).
CDI @Singleton not having a proxy has a new instance by client and for a rest service the
request is the client.
Did I get right your issue?
> A service as a singleton is not working
> ---------------------------------------
>
> Key: TOMEE-1520
> URL: https://issues.apache.org/jira/browse/TOMEE-1520
> Project: TomEE
> Issue Type: Bug
> Components: TomEE Arquillian Adapters
> Affects Versions: 1.7.1
> Environment: Operating System : Windows 7 Enterprise 64 bit, Service Pack 1
> Java : Java HotSpot(TM) 64-Bit Server VM, version "1.7.0_71"
> TOMEE : apache-tomee-1.7.1-plus.zip
> Reporter: srikanth guttula
>
> A simple rest service deployed as a singleton is not working. The service deployed as
a singleton, is behaving just like a per-request service. The same example is working as expected
in wildfly-8.2.0.Final. Debug statements also showed the same issue.
> The example code is not optimized specifically to any particular servlet container.
> The example code can be typed directly from "Chapter 3-Your First JAX-RS Service" of
"RESTful Java with JAX-RS 2.0" 2nd edition by Bill Burke
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|