jboss-weld
Java advanced imaging not available to EJB modules in Glassfish on Mac, but show up in EARs
I\'m developing an application that uses the Geotools, which in turn uses the Java Advanced imaging (JAI) API to run under Glassfish. When I run my application from Netbeans as an EJB jar file it fail[详细]
2023-03-05 13:39 分类:问答seam-wicket with Jetty 6.1.26, Weld 1.1.1
I am trying seam-wicket with embedded Jetty 6.1.26, Weld 1.1.1, seam-wicket 3.0.0, Wicket 1.4.17 After I fixed seam-wicket bug which prevents BeanManager being found (JNDI does not work, needs to pul[详细]
2023-03-04 06:34 分类:问答Arquillian - Weld SE - getting NullPointerException
I am new to Arquillian and want to get some basic testing working (inject a bean and assert it does something).[详细]
2023-03-03 15:08 分类:问答How do I combine @Asynchronous and Weld/CDI Events and @Observes(during=TransactionPhase.AFTER_COMPLETION) in Glassfish 3.1
First of all let me state, that the following code example worked just fine in GF 3.0.1. The troubles started when we switched to GF 3.1.[详细]
2023-03-01 08:27 分类:问答Apache MyFaces CODI PageBean: "Argument bean must not be null"
I\'m currently experimenting a little with Apache MyFaces CODI. I managed to create a simple working Typesafe-Navigation using @Page and an action Method which returns a Class.[详细]
2023-03-01 04:43 分类:问答Inject String with qualifier in CDI
I\'m trying to do simple thing. Inject qualified String (or File) in CDI. So I have a qualifier: @Retention(RetentionPolicy.RUNTIME)[详细]
2023-02-27 03:32 分类:问答Weld 1.0.1-Final: Conversation Scope bean keeps recreated even after beginning conversation?
Im currently using : Apache tomcat 7 JBoss Weld servlet 1.0.1-Final empty beans.xml <listener-class>org.jboss.weld.environment.servlet.Listener</listener-class> in the web.xml[详细]
2023-02-22 09:33 分类:问答How make Seam3 Solder with CDI work in WebSphere 7?
I want to use Seam Solder and Seam Faces 3 in WebSphere 7 with JSF 2.0 (RI is Mojarra 2.0.4) and CDI. I Included all required dependencies (Weld 1.1, JBoss Logging), but the server doesn\'t start sayi[详细]
2023-02-19 01:28 分类:问答CDI/Weld: book or resource recommendation [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-16 19:28 分类:问答JSF2 managed bean annotation + scope + injection confusion
I would like to achieve this idealism : To have only 1 implementation for the JSF Bean container, like to use only Spring or Weld but not both. Currently i am using Spring for my backend, so i prefe[详细]
2023-02-16 11:48 分类:问答