You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by David Blevins <da...@visi.com> on 2009/10/06 21:46:54 UTC

Ready to roll: 3.1.2

Things look good with the TCK so going to start rolling the 3.1.2  
release.

-David


Re: Ready to roll: 3.1.2

Posted by Jean-Louis MONTEIRO <je...@atosorigin.com>.
Great!

Is there something i can do?

Jean-Louis


David Blevins wrote:
> 
> Things look good with the TCK so going to start rolling the 3.1.2  
> release.
> 
> -David
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Ready-to-roll%3A-3.1.2-tp25775483p25775527.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.


Re: Ready to roll: 3.1.2

Posted by David Blevins <da...@visi.com>.
Finally!

This one was giving me trouble.  Had to pick it apart bit by bit.   
Turns out the problem wasn't in the change (revision 785901) itself.   
This was a classic case of fix a bug and find a bug you didn't know  
you already had.  We had a chunk of code that scanned for annotated  
@WebService and @WebServiceProvider classes in a webapp that would  
never actually find anything ever.  The change fixed it so that it  
would now find them as expected and there was actually a bug in the  
code that would have executed had it found any such classes.  So I  
patched up that code and now all works as it should have.

I guess people using @WebService and @WebServiceProvider must have  
been listing them in the web.xml explicitly -- or annotating them as  
EJBs.

Anyway, committing the fix now.  New binaries to follow, this time  
with a vote.

-David

On Oct 8, 2009, at 9:30 PM, David Blevins wrote:

> Narrowed it down to this change:   http://svn.apache.org/viewvc?view=rev&revision=785901
>
> Nothing jumps out from the commit, going to have to dig in with a  
> debugger.
>
> -David
>
> On Oct 8, 2009, at 5:18 PM, David Blevins wrote:
>
>> I rolled the binaries:
>>
>> https://repository.apache.org/content/repositories/openejb-012/
>>
>> When running the tests on the uploaded binaries it seems we do have  
>> one Tomcat failure related to webservices.
>>
>> Attempting to hunt down the problem now.
>>
>> itests.tomcat.run:
>>    [java] _________________________________________________
>>    [java] |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
>>    [java]
>>    [java] Running EJB compliance tests on HTTP/Tomcat Server
>>    [java] _________________________________________________
>>    [java] ............................F.............
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] .........................................
>>    [java] ......................................
>>    [java] Time: 12.769
>>    [java]
>>    [java] ~~ Failure Results ~~~~~~~~~
>>    [java]
>>    [java] There was 1 failure:
>>    [java]
>>    [java] Failure Summary:
>>    [java] 1) Servlet.WebserviceServlet.invokePojoWebservice
>>    [java]
>>    [java] Failure Details:
>>    [java]
>>    [java] 1) Servlet.WebserviceServlet.invokePojoWebservice
>>    [java] 	"java.lang.reflect.InvocationTargetException
>>    [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
>> Method)
>>    [java] 	at  
>> sun 
>> .reflect 
>> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>    [java] 	at  
>> sun 
>> .reflect 
>> .DelegatingMethodAccessorImpl 
>> .invoke(DelegatingMethodAccessorImpl.java:25)
>>    [java] 	at java.lang.reflect.Method.invoke(Method.java:592)
>>    [java] 	at  
>> org 
>> .apache 
>> .openejb 
>> .test.servlet.WebserviceServlet.service(WebserviceServlet.java:50)
>>    [java] 	at  
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina 
>> .core 
>> .ApplicationFilterChain 
>> .internalDoFilter(ApplicationFilterChain.java:269)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina 
>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: 
>> 188)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina 
>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina 
>> .core.StandardContextValve.invoke(StandardContextValve.java:174)
>>    [java] 	at  
>> org 
>> .apache 
>> .openejb.tomcat.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina 
>> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>>    [java] 	at  
>> org 
>> .apache 
>> .catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 
>> 108)
>>    [java] 	at  
>> org 
>> .apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
>> 174)
>>    [java] 	at  
>> org 
>> .apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
>> 874)
>>    [java] 	at org.apache.coyote.http11.Http11BaseProtocol 
>> $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java: 
>> 665)
>>    [java] 	at  
>> org 
>> .apache 
>> .tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java: 
>> 528)
>>    [java] 	at  
>> org 
>> .apache 
>> .tomcat 
>> .util 
>> .net 
>> .LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>>    [java] 	at org.apache.tomcat.util.threads.ThreadPool 
>> $ControlRunnable.run(ThreadPool.java:689)
>>    [java] 	at java.lang.Thread.run(Thread.java:613)
>>    [java] Caused by: javax.xml.ws.soap.SOAPFaultException: Could  
>> not send Message.
>>    [java] 	at  
>> org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java: 
>> 192)
>>    [java] 	at $Proxy113.hello(Unknown Source)
>>    [java] 	at  
>> org 
>> .apache 
>> .openejb 
>> .test 
>> .servlet 
>> .WebserviceServlet.invokePojoWebservice(WebserviceServlet.java:77)
>>    [java] 	... 22 more
>>    [java] Caused by: org.apache.cxf.interceptor.Fault: Could not  
>> send Message.
>>    [java] 	at  
>> org 
>> .apache 
>> .cxf 
>> .interceptor 
>> .MessageSenderInterceptor 
>> .handleMessage(MessageSenderInterceptor.java:48)
>>    [java] 	at  
>> org 
>> .apache 
>> .cxf 
>> .phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java: 
>> 220)
>>    [java] 	at  
>> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276)
>>    [java] 	at  
>> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222)
>>    [java] 	at  
>> org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
>>    [java] 	at  
>> org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java: 
>> 171)
>>    [java] 	... 24 more
>>    [java] Caused by: java.net.MalformedURLException: Invalid  
>> address. Endpoint address cannot be null.
>>    [java] 	at  
>> org.apache.cxf.transport.http.HTTPConduit.getURL(HTTPConduit.java: 
>> 760)
>>    [java] 	at  
>> org.apache.cxf.transport.http.HTTPConduit.getURL(HTTPConduit.java: 
>> 745)
>>    [java] 	at  
>> org.apache.cxf.transport.http.HTTPConduit.setupURL(HTTPConduit.java: 
>> 677)
>>    [java] 	at  
>> org.apache.cxf.transport.http.HTTPConduit.prepare(HTTPConduit.java: 
>> 472)
>>    [java] 	at  
>> org 
>> .apache 
>> .cxf 
>> .interceptor 
>> .MessageSenderInterceptor 
>> .handleMessage(MessageSenderInterceptor.java:46)
>>    [java] 	... 29 more"
>>    [java]
>>    [java] FAILURES!!!
>>    [java] Tests run: 1350,  Failures: 1,  Errors: 0
>>    [java]
>>    [java]
>>    [java] _________________________________________________
>>    [java] CLIENT JNDI PROPERTIES
>>    [java] java.naming.provider.url = http://127.0.0.1:8080/openejb/ 
>> ejb
>>    [java] java.naming.factory.initial =  
>> org.apache.openejb.client.RemoteInitialContextFactory
>>    [java] _________________________________________________
>>
>>
>
>


Re: Ready to roll: 3.1.2

Posted by David Blevins <da...@visi.com>.
Narrowed it down to this change:   http://svn.apache.org/viewvc?view=rev&revision=785901

Nothing jumps out from the commit, going to have to dig in with a  
debugger.

-David

On Oct 8, 2009, at 5:18 PM, David Blevins wrote:

> I rolled the binaries:
>
>  https://repository.apache.org/content/repositories/openejb-012/
>
> When running the tests on the uploaded binaries it seems we do have  
> one Tomcat failure related to webservices.
>
> Attempting to hunt down the problem now.
>
> itests.tomcat.run:
>     [java] _________________________________________________
>     [java] |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
>     [java]
>     [java] Running EJB compliance tests on HTTP/Tomcat Server
>     [java] _________________________________________________
>     [java] ............................F.............
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] .........................................
>     [java] ......................................
>     [java] Time: 12.769
>     [java]
>     [java] ~~ Failure Results ~~~~~~~~~
>     [java]
>     [java] There was 1 failure:
>     [java]
>     [java] Failure Summary:
>     [java] 1) Servlet.WebserviceServlet.invokePojoWebservice
>     [java]
>     [java] Failure Details:
>     [java]
>     [java] 1) Servlet.WebserviceServlet.invokePojoWebservice
>     [java] 	"java.lang.reflect.InvocationTargetException
>     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
> Method)
>     [java] 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     [java] 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:25)
>     [java] 	at java.lang.reflect.Method.invoke(Method.java:592)
>     [java] 	at  
> org 
> .apache 
> .openejb 
> .test.servlet.WebserviceServlet.service(WebserviceServlet.java:50)
>     [java] 	at  
> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>     [java] 	at  
> org 
> .apache 
> .catalina 
> .core 
> .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: 
> 269)
>     [java] 	at  
> org 
> .apache 
> .catalina 
> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>     [java] 	at  
> org 
> .apache 
> .catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 
> 213)
>     [java] 	at  
> org 
> .apache 
> .catalina.core.StandardContextValve.invoke(StandardContextValve.java: 
> 174)
>     [java] 	at  
> org 
> .apache 
> .openejb.tomcat.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
>     [java] 	at  
> org 
> .apache 
> .catalina 
> .authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
>     [java] 	at  
> org 
> .apache 
> .catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>     [java] 	at  
> org 
> .apache 
> .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>     [java] 	at  
> org 
> .apache 
> .catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 
> 108)
>     [java] 	at  
> org 
> .apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
> 174)
>     [java] 	at  
> org 
> .apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
> 874)
>     [java] 	at org.apache.coyote.http11.Http11BaseProtocol 
> $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java: 
> 665)
>     [java] 	at  
> org 
> .apache 
> .tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java: 
> 528)
>     [java] 	at  
> org 
> .apache 
> .tomcat 
> .util 
> .net 
> .LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>     [java] 	at org.apache.tomcat.util.threads.ThreadPool 
> $ControlRunnable.run(ThreadPool.java:689)
>     [java] 	at java.lang.Thread.run(Thread.java:613)
>     [java] Caused by: javax.xml.ws.soap.SOAPFaultException: Could  
> not send Message.
>     [java] 	at  
> org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java: 
> 192)
>     [java] 	at $Proxy113.hello(Unknown Source)
>     [java] 	at  
> org 
> .apache 
> .openejb 
> .test 
> .servlet 
> .WebserviceServlet.invokePojoWebservice(WebserviceServlet.java:77)
>     [java] 	... 22 more
>     [java] Caused by: org.apache.cxf.interceptor.Fault: Could not  
> send Message.
>     [java] 	at  
> org 
> .apache 
> .cxf 
> .interceptor 
> .MessageSenderInterceptor 
> .handleMessage(MessageSenderInterceptor.java:48)
>     [java] 	at  
> org 
> .apache 
> .cxf 
> .phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java: 
> 220)
>     [java] 	at  
> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276)
>     [java] 	at  
> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222)
>     [java] 	at  
> org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
>     [java] 	at  
> org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java: 
> 171)
>     [java] 	... 24 more
>     [java] Caused by: java.net.MalformedURLException: Invalid  
> address. Endpoint address cannot be null.
>     [java] 	at  
> org.apache.cxf.transport.http.HTTPConduit.getURL(HTTPConduit.java:760)
>     [java] 	at  
> org.apache.cxf.transport.http.HTTPConduit.getURL(HTTPConduit.java:745)
>     [java] 	at  
> org.apache.cxf.transport.http.HTTPConduit.setupURL(HTTPConduit.java: 
> 677)
>     [java] 	at  
> org.apache.cxf.transport.http.HTTPConduit.prepare(HTTPConduit.java: 
> 472)
>     [java] 	at  
> org 
> .apache 
> .cxf 
> .interceptor 
> .MessageSenderInterceptor 
> .handleMessage(MessageSenderInterceptor.java:46)
>     [java] 	... 29 more"
>     [java]
>     [java] FAILURES!!!
>     [java] Tests run: 1350,  Failures: 1,  Errors: 0
>     [java]
>     [java]
>     [java] _________________________________________________
>     [java] CLIENT JNDI PROPERTIES
>     [java] java.naming.provider.url = http://127.0.0.1:8080/openejb/ 
> ejb
>     [java] java.naming.factory.initial =  
> org.apache.openejb.client.RemoteInitialContextFactory
>     [java] _________________________________________________
>
>


Re: Ready to roll: 3.1.2

Posted by David Blevins <da...@visi.com>.
I rolled the binaries:

   https://repository.apache.org/content/repositories/openejb-012/

When running the tests on the uploaded binaries it seems we do have  
one Tomcat failure related to webservices.

Attempting to hunt down the problem now.

itests.tomcat.run:
      [java] _________________________________________________
      [java] |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
      [java]
      [java] Running EJB compliance tests on HTTP/Tomcat Server
      [java] _________________________________________________
      [java] ............................F.............
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] .........................................
      [java] ......................................
      [java] Time: 12.769
      [java]
      [java] ~~ Failure Results ~~~~~~~~~
      [java]
      [java] There was 1 failure:
      [java]
      [java] Failure Summary:
      [java] 1) Servlet.WebserviceServlet.invokePojoWebservice
      [java]
      [java] Failure Details:
      [java]
      [java] 1) Servlet.WebserviceServlet.invokePojoWebservice
      [java] 	"java.lang.reflect.InvocationTargetException
      [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native  
Method)
      [java] 	at  
sun 
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
39)
      [java] 	at  
sun 
.reflect 
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 
25)
      [java] 	at java.lang.reflect.Method.invoke(Method.java:592)
      [java] 	at  
org 
.apache 
.openejb.test.servlet.WebserviceServlet.service(WebserviceServlet.java: 
50)
      [java] 	at  
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      [java] 	at  
org 
.apache 
.catalina 
.core 
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: 
269)
      [java] 	at  
org 
.apache 
.catalina 
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
      [java] 	at  
org 
.apache 
.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 
213)
      [java] 	at  
org 
.apache 
.catalina.core.StandardContextValve.invoke(StandardContextValve.java: 
174)
      [java] 	at  
org 
.apache.openejb.tomcat.catalina.OpenEJBValve.invoke(OpenEJBValve.java: 
45)
      [java] 	at  
org 
.apache 
.catalina 
.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
      [java] 	at  
org 
.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java: 
127)
      [java] 	at  
org 
.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: 
117)
      [java] 	at  
org 
.apache 
.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
      [java] 	at  
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 
174)
      [java] 	at  
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: 
874)
      [java] 	at org.apache.coyote.http11.Http11BaseProtocol 
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
      [java] 	at  
org 
.apache 
.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
      [java] 	at  
org 
.apache 
.tomcat 
.util 
.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java: 
81)
      [java] 	at org.apache.tomcat.util.threads.ThreadPool 
$ControlRunnable.run(ThreadPool.java:689)
      [java] 	at java.lang.Thread.run(Thread.java:613)
      [java] Caused by: javax.xml.ws.soap.SOAPFaultException: Could  
not send Message.
      [java] 	at  
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:192)
      [java] 	at $Proxy113.hello(Unknown Source)
      [java] 	at  
org 
.apache 
.openejb 
.test 
.servlet.WebserviceServlet.invokePojoWebservice(WebserviceServlet.java: 
77)
      [java] 	... 22 more
      [java] Caused by: org.apache.cxf.interceptor.Fault: Could not  
send Message.
      [java] 	at  
org 
.apache 
.cxf 
.interceptor 
.MessageSenderInterceptor.handleMessage(MessageSenderInterceptor.java: 
48)
      [java] 	at  
org 
.apache 
.cxf 
.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
      [java] 	at  
org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276)
      [java] 	at  
org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222)
      [java] 	at  
org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
      [java] 	at  
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:171)
      [java] 	... 24 more
      [java] Caused by: java.net.MalformedURLException: Invalid  
address. Endpoint address cannot be null.
      [java] 	at  
org.apache.cxf.transport.http.HTTPConduit.getURL(HTTPConduit.java:760)
      [java] 	at  
org.apache.cxf.transport.http.HTTPConduit.getURL(HTTPConduit.java:745)
      [java] 	at  
org.apache.cxf.transport.http.HTTPConduit.setupURL(HTTPConduit.java:677)
      [java] 	at  
org.apache.cxf.transport.http.HTTPConduit.prepare(HTTPConduit.java:472)
      [java] 	at  
org 
.apache 
.cxf 
.interceptor 
.MessageSenderInterceptor.handleMessage(MessageSenderInterceptor.java: 
46)
      [java] 	... 29 more"
      [java]
      [java] FAILURES!!!
      [java] Tests run: 1350,  Failures: 1,  Errors: 0
      [java]
      [java]
      [java] _________________________________________________
      [java] CLIENT JNDI PROPERTIES
      [java] java.naming.provider.url = http://127.0.0.1:8080/openejb/ 
ejb
      [java] java.naming.factory.initial =  
org.apache.openejb.client.RemoteInitialContextFactory
      [java] _________________________________________________


Re: Ready to roll: 3.1.2

Posted by Luis Fernando Planella Gonzalez <lf...@gmail.com>.
Any chance for 3.1.2 to include 
https://issues.apache.org/jira/browse/OPENEJB-1027 ?
;)

--
Luis Fernando Planella Gonzalez



Em Terça-feira 06 Outubro 2009, às 16:46:54, David Blevins escreveu:
> Things look good with the TCK so going to start rolling the 3.1.2
> release.
> 
> -David
>