Re: [Resin-interest] Access server id param within resin.xml

2010-10-01 Thread Emil Ong
There's a complete listing of all the environment variables here: http://www.caucho.com/resin-4.0/admin/config-el.xtp These apply to both 3.1 and 4.0. Emil On Fri, Oct 01, 2010 at 12:54:22PM +0100, Stargazer wrote: On 01-Oct-2010 11:20, Daniel López wrote: With Resin 3.1.5, ${server.id}

Re: [Resin-interest] Missing response headers for css files using Quercus

2010-09-10 Thread Emil Ong
Hi Matt, Try setting your file encoding to UTF-8 (or whatever you intend to use): system-property file.encoding=utf-8/ On Mac, Java's default file encoding is MacRoman, which Firefox doesn't understand. We have a bug open for this here: http://bugs.caucho.com/view.php?id=4180 I'm not exactly

Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Emil Ong
filed a bug to address the issue: http://bugs.caucho.com/view.php?id=4192 Best, Emil On Mon, Aug 30, 2010 at 01:39:41PM -0400, Alexandre Bertails wrote: 2010/8/27 Emil Ong e...@caucho.com: Hi Alexandre, Sorry, I still don't understand one point.  What are you expecting ${RESIN

Re: [Resin-interest] php.ini and include_path

2010-08-27 Thread Emil Ong
/8/26 Emil Ong e...@caucho.com: Hi, I don't think we support the ${RESIN} variable in php.ini at the moment, but out of curiosity, why do you need the Resin root if you're using Jetty? I'm trying to write a Java/Scala wrapper for some existing code in PHP. The first step is to make

Re: [Resin-interest] php.ini and include_path

2010-08-26 Thread Emil Ong
Hi, I don't think we support the ${RESIN} variable in php.ini at the moment, but out of curiosity, why do you need the Resin root if you're using Jetty? Thanks, Emil On Wed, Aug 25, 2010 at 07:57:48PM -0400, Alexandre Bertails wrote: Hi all, I have this worky partial web.xml: [[ servlet

Re: [Resin-interest] resin:Dispatch and friends

2010-07-06 Thread Emil Ong
Hi Rick, Looks like your tag has dispatch with a lower case D. It needs to be upper case as in resin:Dispatch. Best, Emil On Sun, Jul 04, 2010 at 12:30:10PM -0700, Rick Mann wrote: I'm trying to add some rewrite rules for WordPress in my resin.xml file. However, when I try the examples

Re: [Resin-interest] in Resin 4.0.7 HtttpServletRequest needs to an instance of CauchoRequest

2010-06-30 Thread Emil Ong
On Wed, Jun 30, 2010 at 06:04:21PM +0200, Andrea Sodomaco wrote: [snip] Any ideas or suggestions? Is this beaviour to be considered a bug of resin? Yes, it is a bug that Alex recently fixed: http://bugs.caucho.com/view.php?id=4073 It should be fixed for Resin 4.0.8 due out soon (a week

Re: [Resin-interest] Can't launch 3.0.23, missing ResinBoot

2010-04-05 Thread Emil Ong
Hi Rick, You need to run httpd.sh for Resin 3.0: http://caucho.com/resin-3.0/install/install.xtp Emil On Mon, Apr 05, 2010 at 02:07:53PM -0700, Rick Mann wrote: I'm trying to resurrect my old installation of Resin, 3.0.23, but it's not launching for some reason. I can't figure out why it

Re: [Resin-interest] Resin-4.0.5 Watchdog on Shutdown

2010-03-30 Thread Emil Ong
Hi Aaron, This is the correct behavior. In 4.0.x, we changed the watchdog to be a long-lived process. If you'd like to shut it down, along with all running resin instances, use the shutdown command. We're in the process of updating the documentation this week to reflect the change. Thanks,

Re: [Resin-interest] Resin-4.0.5 Watchdog on Shutdown

2010-03-30 Thread Emil Ong
the watchdog running and issue a start. Let us know if you run into the issue with port conflicts again. It should only be a configuration issue. Emil On Mar 30, 2010, at 11:49:59, Emil Ong wrote: Hi Aaron, This is the correct behavior. In 4.0.x, we changed the watchdog to be a long-lived

Re: [Resin-interest] AMFPHP on Quercus

2010-03-05 Thread Emil Ong
. I'll file this as a bug - there might be an easy fix. http://bugs.caucho.com/view.php?id=3926 Invoking the PHP from Java can be tricky for cases like these. Some care needs to be taken to do it correctly. Thanks, Emil Cheers, Brian On Mar 4, 2010, at 7:43 PM, Emil Ong wrote: Hi Brian

Re: [Resin-interest] AMFPHP on Quercus

2010-03-04 Thread Emil Ong
Hi Brian, I think your best bet is to use BlazeDS. As far as I know, nobody has used AMFPHP with Quercus, but using BlazeDS would be simple (just use new Java(some.blazeds.Clazz, first arg, etc) to create objects). You could also try using Hessian Flash, but then you'd need your objects to be

Re: [Resin-interest] resin 4.0.4 lacks of bin/ dir

2010-03-03 Thread Emil Ong
Emil Ong e...@caucho.com BTW, the command to run Resin with console output has changed to java -jar lib/resin.jar console if you're used to running it that way. ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2010-02-24 Thread Emil Ong
Thanks, Michael! Good detective work. I added a note to the wiki: http://wiki.caucho.com/Eclipse Emil On Wed, Feb 24, 2010 at 12:44:36AM +0100, Michael Ludwig wrote: Michael Ludwig schrieb am 22.09.2009 um 13:11:56 (+0200): The Resin Eclipse Feature (REF) produces exceptions on my Eclipse

Re: [Resin-interest] resin:AdminAuthenticator - com.caucho.bam.NotAuthorizedException

2010-02-22 Thread Emil Ong
On Fri, Feb 19, 2010 at 02:16:46PM +0100, Michael Ludwig wrote: Okay, sounds like: The document element (top-level tag) of the imported file has to match the parent element of resin:import in the importing document. Correct? That's right. If that's the rule, maybe it would be useful to spell

Re: [Resin-interest] resin:AdminAuthenticator - com.caucho.bam.NotAuthorizedException

2010-02-18 Thread Emil Ong
Hi Michael, Can you try running: $ java -jar lib/resin.jar shutdown It's possible you have an old watchdog running that hasn't updated its authenticator. shutdown kills all watchdogs and resin instances. Emil On Thu, Feb 18, 2010 at 04:08:08PM +0100, Michael Ludwig wrote: I've configured an

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2009-10-05 Thread Emil Ong
it, but it might be a workaround until we can figure out the true source of the problem. Emil On Wed, Sep 23, 2009 at 09:44:07AM -0700, Emil Ong wrote: On Wed, Sep 23, 2009 at 11:32:12AM +0200, Michael Ludwig wrote: Emil Ong schrieb: Is this a fresh install of Galileo or do you have other plugins

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2009-09-23 Thread Emil Ong
On Wed, Sep 23, 2009 at 11:32:12AM +0200, Michael Ludwig wrote: Emil Ong schrieb: Is this a fresh install of Galileo or do you have other plugins installed? The install started out as Eclipse IDE for Java Developers, not Java EE. I then installed additional functionality. The Tomcat

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2009-09-22 Thread Emil Ong
/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI

Re: [Resin-interest] Caucho site missing eclipse plug-in link?

2009-09-21 Thread Emil Ong
___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho

Re: [Resin-interest] min-free-memory

2009-08-20 Thread Emil Ong
On Thu, Aug 20, 2009 at 05:21:45PM +0200, Mattias Jiderhamn wrote: What happened to the min-free-memory config tag in Resin 4? Still available? Where to put it? Hi Mattias, It has changed to memory-free-min. Emil ___ resin-interest mailing list

Re: [Resin-interest] Eclipse Plugin

2009-07-02 Thread Emil Ong
trivial to solve. Hmm... it could be an artifact of removing and reinstalling. The plugin and site are unchanged from before. Does this happen on install or when using the plugin? Emil Emil Ong Chief Evangelist Caucho Technology, Inc

Re: [Resin-interest] Eclipse Plugin

2009-07-01 Thread Emil Ong
On Tue, Jun 30, 2009 at 11:03:07PM +0200, Michael Ludwig wrote: Emil Ong schrieb am 14.05.2009 um 09:23:04 (-0700): logger name=com.caucho level=finest/ That should show why Resin's serving a 404. And it did - see my last mail on this thread. If there is any additional information

Re: [Resin-interest] 4.0.0 on osx make problem

2009-06-29 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI: contexts and dependency injection

Re: [Resin-interest] Eclipse Plugin

2009-05-14 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI: contexts and dependency

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

Re: [Resin-interest] About editing resin.conf

2009-05-06 Thread Emil Ong
... When using NFS, you should disable dependency checking on files. Set dependency-check-interval-1/dependency-check-interval Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http

Re: [Resin-interest] ResinDeploy Ant Task Error

2009-05-05 Thread Emil Ong
-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin

Re: [Resin-interest] ResinDeploy Ant Task Error

2009-05-05 Thread Emil Ong
/hmtp [09-05-05 09:39:42.736] {main} Host[default] initializing [09-05-05 09:39:42.736] {main} Host[default] root-directory=/c:/src/caucho/resin/ On Tue, May 5, 2009 at 8:50 AM, Emil Ong e...@caucho.com wrote: Switching to 8080 is right - HMTP operates on the HTTP port.  For the error

Re: [Resin-interest] EC2 prebuilt resin instance?

2009-04-28 Thread Emil Ong
. For those that haven't seen it, here's my blog post on building the AMIs for yourself: http://blog.caucho.com/?p=177 Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI: contexts and dependency injection

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI: contexts and dependency injection

Re: [Resin-interest] 3.2.1 on Mac OS X/Darwin?

2009-03-30 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI: contexts and dependency injection

Re: [Resin-interest] Why Apache?

2009-03-10 Thread Emil Ong
an alternative for in our rewrite dispatch rules: http://caucho.com/resin/doc/rewrite-tags.xtp I find the XML syntax much more readable than the line-noise syntax of mod_rewrite. Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel

Re: [Resin-interest] Problems finding jar files in orbeon web application

2009-03-09 Thread Emil Ong
/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Java CanDI: contexts

Re: [Resin-interest] Fwd: Issue getting JNI up and running

2009-01-14 Thread Emil Ong
root root 4096 Jan 6 19:48 .. -rwxr-xr-x 1 root root 170308 Jan 3 00:11 libresin_os.so Hi, You're missing 2 SOs: libresin.so and libresinssl.so. You'll need to recompile and/or check for compilation errors. Emil Emil Ong Chief

Re: [Resin-interest] Using php views in Spring framework - can one benefit from resin Pro compilation features?

2008-12-10 Thread Emil Ong
Hi Huima, I just gave a talk at Devoxx about Quercus and I mentioned that you were using Spring MVC and Quercus in this way. I got a couple of questions about details and code samples. Any chance you can share some with us? Thanks! Emil - Original Message From: Heimo Laukkanen

Re: [Resin-interest] hessian: flash snap broken?!

2008-10-29 Thread Emil Ong
a working flash hessian snap for that. tia, .V ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief

Re: [Resin-interest] 3.2 experience?

2008-10-29 Thread Emil Ong
On Wed, Oct 29, 2008 at 04:55:48PM +, Stargazer wrote: Emil Ong wrote: Resin 3.2.1 is our latest release in the 3.2 branch, which is our development branch. This branch still undergoes our extensive release testing, but has many changes which have not been quite as vetted Resin 3.1

Re: [Resin-interest] Logs not rotating correctly

2008-10-27 Thread Emil Ong
.20081015.0104 [rest deleted for brevity] ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief

Re: [Resin-interest] Resin/Quercus with PHP/Wordpress

2008-10-16 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services ___ resin-interest

Re: [Resin-interest] Comet param via hessian

2008-09-12 Thread Emil Ong
://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java

Re: [Resin-interest] comet hessian param

2008-09-11 Thread Emil Ong
give it a bit over a month... Emil On Wed, Sep 10, 2008 at 3:48 PM, Emil Ong [EMAIL PROTECTED] wrote: On Wed, Sep 10, 2008 at 01:09:32PM -0700, Vic Cekvenich wrote: Yes, having 2 is OK. But I have no way to register one w/ the other. Any idea how I know who is who

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Emil Ong
. That will probably wait until Servlet 3.0 so we can put out a reasonable example. Until then, you can use two services, one a streaming service and one a traditional Hessian RPC service. Take care, Emil Emil Ong Chief Evangelist Caucho

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Emil Ong
/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java

Re: [Resin-interest] resin-interest Digest, Vol 27, Issue 6

2008-09-08 Thread Emil Ong
this as a bug because Zend Framework has been a on the wish list a while. It'll be pretty gratifying if we can get it working with just a few PDO functions. http://bugs.caucho.com/view.php?id=2914 Thanks, Emil Best regards. On Sun, Sep 7, 2008 at 9:26 PM, Emil Ong [EMAIL PROTECTED] wrote: On Sun, Sep

Re: [Resin-interest] resin-interest Digest, Vol 27, Issue 6

2008-09-07 Thread Emil Ong
. Thanks, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services

[Resin-interest] Quercus talk at JavaZone

2008-09-04 Thread Emil Ong
/show.do?page=192articleid=6189 and the page with an abstract for my talk: http://javazone.no/incogito/session/Quercus.html Hope to see you there! Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL

Re: [Resin-interest] Quercus PHP for TCP Servers?

2008-09-04 Thread Emil Ong
. Keep us updated on your progress! It sounds like a very interesting project. Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source

Re: [Resin-interest] Resin 3.17 - Quercus - in_array($needle, $haystack, TRUE) produces unsupported operation exception

2008-09-02 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services ___ resin-interest mailing

Re: [Resin-interest] XML Streaming issue with XFire and Resin 3.1.6

2008-08-13 Thread Emil Ong
it here: http://bugs.caucho.com/view.php?id=2842 If you could add a code sample or point me at an example XFire application that does this, that would help tremendously. Thanks, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel

Re: [Resin-interest] java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency

2008-08-08 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services

Re: [Resin-interest] Error while deploying a web application on Resin 3.1.6

2008-07-11 Thread Emil Ong
-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 361-2436 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin

Re: [Resin-interest] Need expert to help with JVM troubleshooting

2008-07-10 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 361-2436 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services ___ resin-interest

Re: [Resin-interest] SOAP in Resin

2008-06-04 Thread Emil Ong
be outdated. We recommend using a third-party SOAP stack for these purposes. Some stacks that have been used and tested by other users are CXF, Axis, Axis2, XFire, and Metro/JAX-WS RI. Best, Emil Emil Ong Chief Evangelist Caucho

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
server is much better integrated than Apache with Resin. Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
/display/JETTY/GWT Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian

Re: [Resin-interest] Resin - Quercus - Facebook - PHP API

2008-05-12 Thread Emil Ong
that want to use Facebook, especially since the official Java Facebook API was just retired. PHP developers, too. :-) Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http

Re: [Resin-interest] Does Resin Pro 3.0.24 work with java 1.6 on Leopard?

2008-04-30 Thread Emil Ong
that you have some application class files that were compiled using your old JDK, but since the source files haven't changed, Resin isn't doing a recompile. Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300

Re: [Resin-interest] Resin + JProfiler: Howto

2008-04-09 Thread Emil Ong
-resin.html Thanks Andrew! I'm going to give you a linkback from my blog and I can transfer this into our wiki if you don't mind. Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http

Re: [Resin-interest] NullPointerException on invoking EntityManager.persist()

2008-04-08 Thread Emil Ong
/view.php?id=2579 We might want to do a workaround in our code, even if it's not properly our bug. Thanks for the great detective work! :-) Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL

[Resin-interest] Quercus presentation at SF Java Meetup, April 7

2008-03-12 Thread Emil Ong
, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services

Re: [Resin-interest] about the jpa of resin

2008-02-27 Thread Emil Ong
implementation. That should be enough to get you started, even if you want to use another JPA besides Resin's or Hibernate. Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho

Re: [Resin-interest] submitting bugs on snapshot versions?

2008-02-25 Thread Emil Ong
released version. For example, if you found a bug in a snapshot between 3.1.4 and 3.1.5, you should use 3.1.4. Thanks! Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable

Re: [Resin-interest] submitting bugs on snapshot versions?

2008-02-25 Thread Emil Ong
On Mon, Feb 25, 2008 at 03:48:23PM -0800, Emil Ong wrote: On Mon, Feb 25, 2008 at 03:25:18PM -0800, Daniel Spangler wrote: Is it of bad form to submit bugs that have arisen on a snapshot version? If not, then what release tag do we log it under in Mantis? Hi Daniel, Bugs for snapshots

Re: [Resin-interest] Hibernate and Resin 3.1.4

2008-02-21 Thread Emil Ong
release 3.1.5. Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services

Re: [Resin-interest] Hessian-Flash: An SWF file is on anothre domain(ex: facebook) and it needs to call my service. How?

2008-01-24 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services

Re: [Resin-interest] Resin clustered session store

2008-01-16 Thread Emil Ong
n.java:103) The only difference would be the version of Resin used. I think someone else posted a question about it to the XFire mailing list and didn't receive a response. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emil Ong Sent: 14

[Resin-interest] Are you blogging about Resin?

2008-01-16 Thread Emil Ong
engineers and we're looking for interesting posts to link to. Happy blogging! Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server

Re: [Resin-interest] Resin clustered session store

2008-01-14 Thread Emil Ong
http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java

Re: [Resin-interest] NPE at com.caucho.quercus.lib.db.JdbcConnectionResource$TableKey.equals(JdbcConnectionResource.java:933)

2008-01-13 Thread Emil Ong
). Thanks for letting us know that it's working for you! Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP

Re: [Resin-interest] hessian-flex SocketTimeoutException

2008-01-10 Thread Emil Ong
rotating and calling hessian java and generating these exceptions. Cool! Thanks, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server

Re: [Resin-interest] NPE at com.caucho.quercus.lib.db.JdbcConnectionResource$TableKey.equals(JdbcConnectionResource.java:933)

2008-01-02 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services ___ resin

Re: [Resin-interest] http://hessian.caucho.com/comet

2007-12-27 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services ___ resin-interest

[Resin-interest] Win64 ISAPI (was: 3.0.25 Update)

2007-12-11 Thread Emil Ong
Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services ___ resin-interest

Re: [Resin-interest] Caucho bug tracker

2007-12-08 Thread Emil Ong
On Fri, Dec 07, 2007 at 11:40:45AM -0800, Chris Chen wrote: Scott, Is it just me or is the bug tracker database down? I can't seem to reach it from different ISP locations. It's back up now. Take care, Emil Emil Ong Chief

[Resin-interest] Resin 3.1.4 is available

2007-12-06 Thread Emil Ong
and compatibility See http://caucho.com/resin-3.1/doc/resin-ioc.xtp * Performance improvements in Quercus * GoogleMapAPI now works in Quercus Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto

Re: [Resin-interest] org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix ns2 for element ns2:requestUser is not bound.

2007-11-05 Thread Emil Ong
--- Mattias Jiderhamn [EMAIL PROTECTED] wrote: Emil Ong wrote (2007-11-03 06:09): --- Huitang Li [EMAIL PROTECTED] wrote: All the above is based on what is left in my brain for this matter, and probably I have not referred to the resin API names perfectly. However, I

Re: [Resin-interest] resin-interest Digest, Vol 17, Issue 1

2007-11-02 Thread Emil Ong
. Thanks so much for the clear explanation! I was able to fix this very quickly because of your help. Look for the fix to be in the next snapshot and release. Best, Emil Emil Ong Software Engineer Caucho Technology, Inc. Tel. (858) 456

Re: [Resin-interest] resin 3.1 JAX-WS exception

2007-09-13 Thread Emil Ong
in a couple weeks. Thanks, Emil Emil Ong Software Engineer Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server -- Quercus: PHP in Java -- Hessian Web Services

Re: [Resin-interest] hessian flex (Stream Error)

2007-09-13 Thread Emil Ong
Hi Vic, The Flex client code you sent looks ok (although it also looks like it got garbled by either your mail client or the list). The IOError suggests that the URL you're passing might be incorrect for the given context. Where is the SWF file coming from? Looking at the Java client, I see

Re: [Resin-interest] Flex Hessian (push)

2007-09-13 Thread Emil Ong
--- Vic Cekvenich [EMAIL PROTECTED] wrote: http://hessian.caucho.com/ria - Outstanding! I will be using this right away, I was looking for an open source binary protocol for as3, and have used hessian in the past, no more need for Data Service product and the loads of jars it comes w/.

Re: [Resin-interest] WebServiceContext

2007-07-09 Thread Emil Ong
personally if you don't want to discuss your application on the list. Emil Emil Ong Software Engineer Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source -- Resin: application server