I\'m going slightly insane trying to make a Java EE 6 webapp portable between Glassfish AS 3.x and JBoss AS 6 (and 7 when released).
I have the archetype org.jboss.weld.archetypes:jboss-javaee6-webapp:1.0.1.CR2 and I try to understand the class MemberListProducer:
I currently set up a Java EE project for a new business application using CDI. The application is a pure server application (using jms, webservices and such, but has no frontend).
I am getting an exception object references an unsaved transient instance - save the transient instance before f开发者_开发百科lushing
I am trying to see the compatibly of different jee6 servers. With this occasion I did a very basic WS app
I have an object in which a member is an enum, and I want to write a query returning all elements for which that member is in a list of values. So, I\'ve written the following JQP query
I have a JSF page that has a h:form that has some textfields and also an imageupload gadget from primefaces
My web app has a JSF2.0 page that looks more or less like this: I nee开发者_运维百科d to preview the image, before i upload it and save it to the file system:
I\'m doing form-based authentication in JSF and I can get it to work but it requires a server specific deployment descriptor to specify the JAAS security domain info.
How should I test an EJB 3.1 which gets an instance of EntityManager injected? A possible EJB: @Stateless