Re: OWB integration with OpenEJB Tomcat Integration Code

2010-04-15 Thread Gurkan Erdogdu
Hello; Think is that I bundle OWB jars into openejb.war, therefore those jars are added to deployed web application or cataliane classpath. There is no need to add OWB jars into deployed web applications, because they are added by integration at runtime. One more thing, Currently there is a pro

Re: OWB integration with OpenEJB Tomcat Integration Code

2010-04-14 Thread Gurkan Erdogdu
Hello; I have attached the patch into jira. https://issues.apache.org/jira/browse/OPENEJB-1257 Thanks; --Gurkan 2010/4/13 Gurkan Erdogdu > Hi; > > I have done it :) Now, I deploy my collapsed ear without adding any OWB > configuration and libraries into the module. Simply dropping module wit

Re: OWB integration with OpenEJB Tomcat Integration Code

2010-04-12 Thread Jean-Louis MONTEIRO
Congrats and thanks for that. Can't wait to play with :) Jean-Louis 2010/4/13 Gurkan Erdogdu : > Hi; > > I have done it :) Now, I deploy my collapsed ear without adding any OWB > configuration and libraries into the module. Simply dropping module with > WEB-INF/beans.xml, and all of the magic is

Re: OWB integration with OpenEJB Tomcat Integration Code

2010-04-12 Thread Gurkan Erdogdu
Hi; I have done it :) Now, I deploy my collapsed ear without adding any OWB configuration and libraries into the module. Simply dropping module with WEB-INF/beans.xml, and all of the magic is done by integration. Hey, how could I integrate this code into SVN, or maybe before asking to the communi