Can I give a regex pattern for activation-config-property-value in ejb-jar.xml? instead of something like this.
I try to inject dependency in EJB 3.0 using only deployment descriptor. When I deploy my app to Glassfish (v3.1) I get this exception:
1) We are using OpenEJB (both embedded and standalone) with a few deployed EJBs. We would like to specify some simple static business rules and values (example: icon_size=200). Normally, we would put
I have an MDB with a meth开发者_如何学JAVAod annotated as @Postconstruct. It was being executed OK.
Is it possible to define resource references that are applicable to all EJBs in an application? Currently I have an ejb-jar.xml that looks something like this:
I have to correct some C++/STL code. Unfortunately I have very little C++ experience and know nothing about STL. Nevertheless I finished most of it, but the function b开发者_开发百科elow is still givi