Thank you, Gerhard. My web app contains a beans.xml, and CDI is working fine with no issues. I’m using Wink 1.4.
So, it seems that JCDI is the key to getting Wink and CDI working together. Thanks for the link! I’ll check it out and let you know if I have any issues. - Chris On Nov 3, 2013, at 3:36 AM, Gerhard Petracek <[email protected]<mailto:[email protected]>> wrote: hi, in a full ee6 application-server it has to work out-of-the-box (once you add/package a beans.xml correctly). fyi: you can have a look at a simple arquillian-test at [1]. (wink 1.4 is released already.) regards, gerhard [1] http://svn.apache.org/repos/asf/wink/tags/wink-1.4.0/wink-jcdi-server/src/test/java/org/apache/wink/jcdi/server/test/WinkCdiTest.java 2013/11/3 Harris, Christopher P <[email protected]<mailto:[email protected]>> Hi. I’ve created a Question on JIRA: https://issues.apache.org/jira/browse/WINK-417 I’ve read about a icdi patch submitted by Gerhard Petracek. I’m using wink-client 1.4, however, I haven’t added the wink-server dependency to my pom.xml. I’ve registered the Wink servlet (org.apache.wink.server.internal.servlet.RestServlet) in web.xml without, so I take it that WAS v8.0 provides Wink 1.0. I also haven’t declared the ibm-wink-jaxrs.jar artifact that I’ve seen in several Wink/IBM tutorials. That artifact come with the Web 2.0 feature pack. So, to further expand my CDI question: 1.) I Gerhard’s patch included in the latest 1.4.x snapshot? 2.) If so, where can I obtain this 1.4.x snapshot? I assume the Apache snapshots repo. It would be great if a snapshot dependency could be published to Maven Central and a pom.xml dependency snippet could be included in the download documentation on your main site. 3.) Can someone confirm that WAS v8.0 indeed provides an Apache Wink server? The information transmitted is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or legally privileged material. Delivery of this message to any person other than the intended recipient(s) is not intended in any way to waive privilege or confidentiality. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from any computer. For Translation: http://www.baxter.com/email_disclaimer The information transmitted is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or legally privileged material. Delivery of this message to any person other than the intended recipient(s) is not intended in any way to waive privilege or confidentiality. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from any computer. For Translation: http://www.baxter.com/email_disclaimer
