On Dec 31, 2012, at 7:57 AM, Markku Saarela wrote: > Hi, > > Has Java EE spec any API to determine is code running in EJB or WEB container?
no. > > Or is there any better way than examine stacktrace? I'm imagining that you have some library or perhaps CDI code that is called from both a servlet and an ejb? Why do you care? Just to figure out why something is working the way it is, or do you need to take different action depending on what calls this code? You could pass appropriate context information to the code in question from the caller. david jencks > > Rgds, > > Markku
