Re: [Resin-interest] Resin 4.0.0 release

2009-05-08 Thread Emil Ong
On Fri, May 08, 2009 at 06:55:46AM +0200, Jan Kriesten wrote:
 
 Hi Scott,
 
  We've just released Resin 4.0.0 for download at http://caucho.com/download 
 
 great to see it released. :-)
 
 I have a small problem with the maven-plugin, though, starting resin:
 
 ---8---
 08.05.2009 06:52:54 com.caucho.server.webapp.WebApp setConfigException
 WARNUNG: WEB-INF/resin-web.xml:5: com.caucho.sql.DBPool.init():
 javax.naming.NameNotFoundException: java:comp/env
 
 3:   system-property
 java.naming.factory.initial=com.caucho.naming.InitialContextFactoryImpl /
 4:
 5:   database
 6: jndi-namejdbc/test/jndi-name
 7: driver type=com.mysql.jdbc.Driver
 ---8---
 
 This works with 3.1.8 - what do I need to do to get it working again?

Hi Jan,

I've filed this here:

http://bugs.caucho.com/view.php?id=3488

Not sure what the issue might be yet... the maven plugin just runs a
simple embedded Resin.  I've confirmed that the same config works in the
normal Resin environment so it must be something either with the plugin
or the embedded code.

Thanks,
Emil



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


Re: [Resin-interest] Resin 4.0.0 release

2009-05-07 Thread Bill Au
I just noticed that the status for JSR313 is now listed as Withdrawn.
What implication does that have on a stable release of 4.0?

Bill

On Thu, May 7, 2009 at 12:02 PM, Scott Ferguson f...@caucho.com wrote:

 We've just released Resin 4.0.0 for download at http://caucho.com/download
 .

 Resin 4.0 has a large number of internal changes and enhancements over
 3.1, and it is the development branch.  If you need a stable version
 of Resin, you should continue to use Resin 3.1.  The expected date for
 a stable version of Resin 4.0 is tied to the JavaEE spec dates for
 JavaEE 6, so it's a moving target.

 Major Features in Resin 4.0.0:

   o Resin 10,000
 - 10,000 simultaneous connections

   o Project Jar Repository
  - uses Maven pom.xml dependencies to build classloaders
  - replaces complex OSGi bundles with simple .jar management

   o CanDI - Java Contexts and Dependency Injection (JSR-299)
 - resin.xml/web.xml config fully integrated with CanDI
 - Rewrite/Dispatch redesign using CanDI
 - Security redesign using CanDI
 - JMS Queue/Topic redesign using CanDI

   o Protocol enhancements
 - FastCGI port and proxy
 - HTTP proxy

   o Cloud Computing redesign
 - Dynamic servers
 - Distributed deployment with .git repository and BAM/HMTP
 * eclipse, ant, maven and /resin-admin deployment
 - Clustered session refactor with BAM/HMTP for dynamic servers
 - Clustered Cache (JCache)
 - Load Balance refactor for dynamic servers
 - Load Balance green connections
 - Remote JMX refactored to use BAM/HMTP
 - Watchdog refactored to use BAM/HMTP
 - BAM/HMTP rename and refactor

   o Quercus
 - performance and compatibility work
 - Google App Engine support


 ___
 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 4.0.0 release

2009-05-07 Thread Scott Ferguson


On May 7, 2009, at 12:08 PM, Bill Au wrote:

I just noticed that the status for JSR313 is now listed as  
Withdrawn.  What implication does that have on a stable release of  
4.0?


It looks like it's just replaced by 316.

-- Scott




Bill

On Thu, May 7, 2009 at 12:02 PM, Scott Ferguson f...@caucho.com  
wrote:

We've just released Resin 4.0.0 for download at http://caucho.com/download
.

Resin 4.0 has a large number of internal changes and enhancements over
3.1, and it is the development branch.  If you need a stable version
of Resin, you should continue to use Resin 3.1.  The expected date for
a stable version of Resin 4.0 is tied to the JavaEE spec dates for
JavaEE 6, so it's a moving target.

Major Features in Resin 4.0.0:

  o Resin 10,000
- 10,000 simultaneous connections

  o Project Jar Repository
 - uses Maven pom.xml dependencies to build classloaders
 - replaces complex OSGi bundles with simple .jar management

  o CanDI - Java Contexts and Dependency Injection (JSR-299)
- resin.xml/web.xml config fully integrated with CanDI
- Rewrite/Dispatch redesign using CanDI
- Security redesign using CanDI
- JMS Queue/Topic redesign using CanDI

  o Protocol enhancements
- FastCGI port and proxy
- HTTP proxy

  o Cloud Computing redesign
- Dynamic servers
- Distributed deployment with .git repository and BAM/HMTP
* eclipse, ant, maven and /resin-admin deployment
- Clustered session refactor with BAM/HMTP for dynamic servers
- Clustered Cache (JCache)
- Load Balance refactor for dynamic servers
- Load Balance green connections
- Remote JMX refactored to use BAM/HMTP
- Watchdog refactored to use BAM/HMTP
- BAM/HMTP rename and refactor

  o Quercus
- performance and compatibility work
- Google App Engine support


___
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] Resin 4.0.0 release

2009-05-07 Thread Jan Kriesten

Hi Scott,

 We've just released Resin 4.0.0 for download at http://caucho.com/download 

great to see it released. :-)

I have a small problem with the maven-plugin, though, starting resin:

---8---
08.05.2009 06:52:54 com.caucho.server.webapp.WebApp setConfigException
WARNUNG: WEB-INF/resin-web.xml:5: com.caucho.sql.DBPool.init():
javax.naming.NameNotFoundException: java:comp/env

3:   system-property
java.naming.factory.initial=com.caucho.naming.InitialContextFactoryImpl /
4:
5:   database
6: jndi-namejdbc/test/jndi-name
7: driver type=com.mysql.jdbc.Driver
---8---

This works with 3.1.8 - what do I need to do to get it working again?

Best regards, --- Jan.



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