Re: Questions on using OWB to implement JSR 299 and JSR 330 for another app server

2010-01-13 Thread Gurkan Erdogdu
Hi David; Answers are detailed under each of your question. Thanks; --Gurkan From: David Ezzio To: dev@openwebbeans.apache.org Sent: Wed, January 13, 2010 6:10:42 PM Subject: Questions on using OWB to implement JSR 299 and JSR 330 for another app server --

Re: Comments on dependencies

2010-01-13 Thread Gurkan Erdogdu
Hi David; Thanks for comments. >>>M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar -- not needed for >>>compilation webbeans-impl's pom.xml does not contain this. Where is the location of this dependency, which pom? >>>Also, M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA.jar -- u

[jira] Updated: (OWB-151) @Dependent beans not interceptable

2010-01-13 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bergmark updated OWB-151: - Attachment: publicFieldTest.patch > @Dependent beans not interceptable > --

[jira] Commented: (OWB-151) @Dependent beans not interceptable

2010-01-13 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799820#action_12799820 ] Joe Bergmark commented on OWB-151: -- I do not believe the current commit completely solve all

Re: Questions on using OWB to implement JSR 299 and JSR 330 for another app server

2010-01-13 Thread Mark Struberg
Hi David! To explain this a bit more general: OpenWebBeans has 3 different layers 1st layer is webbeans-impl aka our owb-core. This has almost no non-SE dependency (only one is the Servlet spec because we need this for Mock testing, etc). 2nd layer are our 'plugins' which are purely based on

Re: Procedure for generating Javadoc and User Guide

2010-01-13 Thread David Ezzio
Hi Matthias, Thanks for the offer. I was able to generate the pdf. The issue that Mark and I are discussing is the generation of html, which I don't need. Thanks again, David Matthias Wessendorf wrote: Hey David, should we generate the doc for you? As a tmp work-around ? :) -M On Wed,

Questions on using OWB to implement JSR 299 and JSR 330 for another app server

2010-01-13 Thread David Ezzio
All, I am trying to understand the work that will be required to use OWB to implement JSR 299 and JSR 330 for an application server. I'll present my current understanding and ask some questions. I've identified the following SPI interface packages and the implementing classes found in the OWB so

Comments on dependencies

2010-01-13 Thread David Ezzio
All, At rev 898415, I set up Eclipse projects using the eclipse plugin. Systematically removing M2_REPO jars from the project's dependency list, I discovered the following: For webbeans-impl: M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar -- not needed for compilation Also, M2_REPO/

Re: Procedure for generating Javadoc and User Guide

2010-01-13 Thread Matthias Wessendorf
Hey David, should we generate the doc for you? As a tmp work-around ? :) -M On Wed, Jan 13, 2010 at 4:35 PM, David Ezzio wrote: > Hi Mark, > > I run it from the command line. > > Don't know anything about "offline" mode.  I use maven for other projects. >  But I have found that docbook generati

Re: Procedure for generating Javadoc and User Guide

2010-01-13 Thread David Ezzio
Hi Mark, I run it from the command line. Don't know anything about "offline" mode. I use maven for other projects. But I have found that docbook generation has always been an issue. Others that I work with have also found it to be problematic. The only setting that I change in my settings