ejb-3.1
Where should I put the call to the Hibernate annotationConfiguration() to this be called only once?
I have in my web application some java beans (EJB 3.1) that make use of Hibernate SessionFactory and therefore I need to centralize the creation of this object since I just need one sessionFactory for[详细]
2023-02-27 03:12 分类:问答Jetty 8 + EJB 3.1 + JTA + CDI + JPA 2 stack?
Can anyone tell me if it is cu开发者_如何转开发rrently possible to \"glue together\" a partial Java EE 6 Web Profile over Jetty?[详细]
2023-02-26 02:21 分类:问答The mystery of Java EE 6 annotations inheritance
I\'m using inheritance with EJB in a few scenarios, sometimes with annotations in the super class like this generic entityDAO:[详细]
2023-02-22 09:34 分类:问答EJB's and JPA: Update on database will not show on page until server is restarted
I have built an application with EJB\'s and JPA2.If I have my page running and I change something in the database it will not show on the page.I\'ve tried different browsers, non caching sessions of t[详细]
2023-02-16 19:11 分类:问答Inject Spring beans into EJB3
I\'m trying to inject Spring beans into an EJB using @Interceptors(SpringBeanAutowiringInterceptor.class) but I cannot get it working with the beanRefContext.xml examples I\'ve seen.[详细]
2023-02-16 08:06 分类:问答Embeddable Container in Jboss 6.0.0.Final
I\'m trying develop unit tests for EJB 3.1 session beans, and I can\'t find anything definitive as to whether or not this is supported/included.[详细]
2023-02-14 02:30 分类:问答Hibernate EJB IllegalArgument
I have this mysterious hibernate ql exception. It involves three classes: package com.systemspecs.Entity;[详细]
2023-02-14 01:19 分类:问答Should you use Entity Beans for Domain Model
given the deprecation of loads of design patterns because of the new improvements in the Java EE world, DTO\'s are largely frowned upon.[详细]
2023-02-12 02:50 分类:问答Using @RunAs in my EJB Schedulers
I have many EJBs with my business methods. These methods use @RolesAllowed annotation to check if user can execute this method.[详细]
2023-02-09 02:06 分类:问答Is it possible to use EJB 3.1 in desktop applications?
Is this possible?Does anyone ever do this?I feel like I can lay out my application better if I use what I\'m used to in web applications.Would it possib开发者_开发知识库le to use this and dependency i[详细]
2023-02-07 08:42 分类:问答