Re: [Resin-interest] Resin V Glassfish

2009-11-28 Thread Kai Virkki
Well, JBoss already has a CDI implementation called Weld, so Resin  
really isn't exceptional in this account. CDI is actually based on  
JBoss Seam and Google Guice.

Cheers,

-Kai


On 27.11.2009, at 12.10, Wesley Wu wumen...@gmail.com wrote:

 As long as Scott continue to work for the Resin's future I'll never  
 switch to other platform.

 I loved the WebBeans so much from December 2007, now called CDI.

 I don't think other vendors could produce a competitive  
 implementation of CDI versus Resin, in at least next 12 months.

 They have to throw in lots of labor and money to keep up with the  
 more than two years hard work of Scott and his stuff.

 The forthcoming failure of OpenJPA is an example, which can nowhere  
 compete with Hibernate  EclipseLink in every aspect.


 -Wesley
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Resin V Glassfish

2009-11-28 Thread Wesley Wu
Yes, congratulations to Gavin King.
Competition is a good thing.

I think Scott will produce products with less bugs or we'll change to Weld
:)

2009/11/28 Kai Virkki kai.vir...@gmail.com

 Well, JBoss already has a CDI implementation called Weld, so Resin
 really isn't exceptional in this account. CDI is actually based on
 JBoss Seam and Google Guice.

 Cheers,

 -Kai


 On 27.11.2009, at 12.10, Wesley Wu wumen...@gmail.com wrote:

  As long as Scott continue to work for the Resin's future I'll never
  switch to other platform.
 
  I loved the WebBeans so much from December 2007, now called CDI.
 
  I don't think other vendors could produce a competitive
  implementation of CDI versus Resin, in at least next 12 months.
 
  They have to throw in lots of labor and money to keep up with the
  more than two years hard work of Scott and his stuff.
 
  The forthcoming failure of OpenJPA is an example, which can nowhere
  compete with Hibernate  EclipseLink in every aspect.
 
 
  -Wesley
  ___
  resin-interest mailing list
  resin-interest@caucho.com
  http://maillist.caucho.com/mailman/listinfo/resin-interest


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Multi-Part request error when using HmuxRequest in Resin 4.0.2(GA)

2009-11-28 Thread Alex
 Multi-Part request error when using HmuxRequest.


Thanks Wesley,

I reported a bug: http://bugs.caucho.com/view.php?id=3790

Alex
 
 My resin 4.0.2 was behind an apache 2.1.x using CauchoRequest to forward all 
 request for a virtual host to resin.
 
 If I use 8080 port without apache, everything goes fine.
 
 2009-11-28 13:14:28.916 ERROR [server-127.0.0.1:6800-5] 
 c.b.c.s.MultiPartRequest (103) - Unable to parse request
 org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: 
 Processing of multipart/form-data request failed. Stream ended unexpectedly
   at 
 org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
  [FileUploadBase.class:1.2.1]
   at 
 com.buysou.cms.servlet.JakartaMultiPartRequest.parse(JakartaMultiPartRequest.java:61)
  [classes:na]
   at 
 com.buysou.cms.servlet.MultiPartRequestWrapper.init(MultiPartRequestWrapper.java:47)
  [classes:na]
   at 
 com.buysou.cms.servlet.CmsPageFilter.wrapRequest(CmsPageFilter.java:268) 
 [classes:na]
   at 
 com.buysou.cms.servlet.CmsPageFilter.doFilter(CmsPageFilter.java:138) 
 [classes:na]
   at 
 com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
  [resin.jar:4.0.2]
   at 
 com.buysou.servlet.filters.encoding.EnhancedEncodingFilter.doFilter(EnhancedEncodingFilter.java:85)
  [classes:na]
   at 
 com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:169) 
 [pro.jar:4.0.2]
   at 
 com.caucho.server.webapp.AccessLogFilterChain.doFilter(AccessLogFilterChain.java:103)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:290)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.hmux.HmuxRequest.handleInvocation(HmuxRequest.java:475) 
 [resin.jar:4.0.2]
   at 
 com.caucho.server.hmux.HmuxRequest.handleRequestImpl(HmuxRequest.java:394) 
 [resin.jar:4.0.2]
   at 
 com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:357) 
 [resin.jar:4.0.2]
   at 
 com.caucho.server.port.TcpConnection.handleRequestsImpl(TcpConnection.java:619)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.port.TcpConnection.handleRequests(TcpConnection.java:556) 
 [resin.jar:4.0.2]
   at 
 com.caucho.server.port.TcpConnection$AcceptTask.doTask(TcpConnection.java:1194)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.port.TcpConnection$ConnectionReadTask.runThread(TcpConnection.java:1127)
  [resin.jar:4.0.2]
   at 
 com.caucho.server.port.TcpConnection$AcceptTask.run(TcpConnection.java:1158) 
 [resin.jar:4.0.2]
   at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901) 
 [resin.jar:4.0.2]
   at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866) 
 [resin.jar:4.0.2]
 Caused by: 
 org.apache.commons.fileupload.MultipartStream$MalformedStreamException: 
 Stream ended unexpectedly
   at 
 org.apache.commons.fileupload.MultipartStream$ItemInputStream.makeAvailable(MultipartStream.java:983)
  [MultipartStream$ItemInputStream.class:1.2.1]
   at 
 org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:887)
  [MultipartStream$ItemInputStream.class:1.2.1]
   at java.io.InputStream.read(InputStream.java:85) [na:1.6.0_14]
   at org.apache.commons.fileupload.util.Streams.copy(Streams.java:94) 
 [Streams.class:1.2.1]
   at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64) 
 [Streams.class:1.2.1]
   at 
 org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
  [FileUploadBase.class:1.2.1]
   ... 21 common frames omitted
 




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest