cdi
JDO with Java EE 6 (CDI and JTA?)
I apologize if this is an obvious question, but I\'m going through the Java EE 6 tutorial while reading a couple books and it\'s getting hard to correlate all of the information.[详细]
2023-03-26 06:31 分类:问答CDI: Intercepted method nested call from non-intercepted method of the same bean - should be invoked?
If I have methods public List<IrcEvent> getEventsByCriteria(IrcEventCriteria crit, boolean descending) {[详细]
2023-03-26 00:55 分类:问答Wicket: What to keep in mind when making a (CDI-enabled) Page Serializable?
What do I need to keep in mind when making a Wicket Page Serializable? I\'m especially concerned about开发者_如何学Python CDI beans - is it okay to rely on seam-wicket to re-inject beans as necessary[详细]
2023-03-25 23:15 分类:问答CDI @TransactionAttribute for bean
I am experimenting with CDI on a test application. I have a DAO which injects a container managed JTA persistence context like this:[详细]
2023-03-25 11:14 分类:问答Custom error page does not work with Weld & Tomcat7
In my web application I\'m trying to use custom error page. However this does not work with Weld. When I navigate to a non-existing page in my app instead of getting custom error page I see exception[详细]
2023-03-25 09:25 分类:问答JSF does not populate @Named @RequestScoped bean with submitted input values
this is my first question in this beautiful site. I have googled a lot but I didn\'t find any solution.[详细]
2023-03-25 04:35 分类:问答Dynamically fire CDI event with qualifier with members
I\'m trying to use CDI events in my backend services, on JBoss AS6 - ideally with maximum code reuse.[详细]
2023-03-25 02:53 分类:问答JSF2 Managed Bean Reference Problem: CDI Injection?
I have a managed bean called: @ManagedBean(name=\"configBean\") @SessionScoped public class configBean implements Serializable {[详细]
2023-03-24 07:55 分类:问答Richfaces 4 a4j:commandLink action not firing in rich:popupPanel
I seem to be having a problem where I have an a4j:commandLink on a rich:popupPanel but the action is not firing.The xhtml looks as follows:[详细]
2023-03-24 04:07 分类:问答How to enable Seam 3 debug level logging on a Glassfish server
After migrating to CDI/Seam 3 I\'m getting these messages in my server log: WARN: Cannot attempt extension on null.[详细]
2023-03-24 02:09 分类:问答