Chain - Catalog Question.

2005-10-18 Thread Ramaswamy, Muthu
Hi All- I am new to using the Chain Framework. Followed the examples and got all of them working! Question: Can I use multiple Catalog? If yes, how can I load multiple catalog and refer those catalog/commands? Is there an api that one should use to load multiple catalog or write our own? Th

Re: [email] HTML Emails with images don't display in Outlook 2000

2005-10-18 Thread Andrew
At 17:43 18/10/2005, Dion Gillard wrote: How does it look when sent to other email clients? These clients are fine: Qualcomm Eudora 6.0.3.0 Microsoft Outlook Express 6.00 SquirrelMail 1.5.1 (webmail client) - To unsubscribe,

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Oleg Kalnichevski
On Tue, Oct 18, 2005 at 06:40:06PM +0200, Wynand wrote: > Oleg > I've been thinking (and trying various things), how come a browser like IE > can do ssl through this proxy server of mine to https://www.verisign.com. > Can you think of what is it doing differently? Any suggestion will help, > this

Re: [email] HTML Emails with images don't display in Outlook 2000

2005-10-18 Thread Dion Gillard
How does it look when sent to other email clients? On 10/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am having a problem sending HTML Emails with inline image attachments > against the client Microsoft Outlook 2000 SP-3. > I am using commons-email-1.0.jar > > With an HtmlEmail I am emb

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Wynand
Oleg I've been thinking (and trying various things), how come a browser like IE can do ssl through this proxy server of mine to https://www.verisign.com. Can you think of what is it doing differently? Any suggestion will help, this seems to me like a solvable problem that may not need a proxy serv

[email] HTML Emails with images don't display in Outlook 2000

2005-10-18 Thread [EMAIL PROTECTED]
I am having a problem sending HTML Emails with inline image attachments against the client Microsoft Outlook 2000 SP-3. I am using commons-email-1.0.jar With an HtmlEmail I am embedding 2 images, adding an HTML part and Text part. The resultant Body structure is: Entity Content-Type

Re: LogConfigurationException & ClassCastException: Digester & WebSphere Portal]

2005-10-18 Thread Sebastian Komander
Ähm..sorry :) I mean: The portlet runs great in a TestEnvironment (V5.0). But it runs *not* on a full Portal Server( WebSphere Portal Extend, V5.0.2 ). --- I tried to change the ClassLoader Mode (PARENT_LAST) and WAR-Classloader (Application), but nothing changed. Kind regards, Sebastian

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Wynand
Yes, thanks alot. This isn't good news for me but at least it narrows my options down to just one ;-) On 10/18/05, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Tue, Oct 18, 2005 at 04:39:44PM +0200, Wynand wrote: > > Oleg, > > I may have stumbled on the cause of this problem by accident.

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Oleg Kalnichevski
On Tue, Oct 18, 2005 at 04:39:44PM +0200, Wynand wrote: > Oleg, > I may have stumbled on the cause of this problem by accident. I read that > there is such an option as "http_access deny CONNECT" in the squid > configuration, and that's exactly what httpclient tries to do when it tries > to make a

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Wynand
Just a small change is made to the example is : *httpclient.getState().setProxyCredentials(AuthScope.ANY, new UsernamePasswordCredentials("MyUser", "xxx"));* maybe it's important, dunno... On 10/18/05, Wynand <[EMAIL PROTECTED]> wrote: > > Oleg, > I may have stumbled on the cause of this probl

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Sameer Nanda
> > > I also do not know everything ( and I'm author of > hibernate plugin of xdoclet... I just can not > work so fast to reflect all the changes... ) > > My pleasure I was talking to an author all this time. -Sameer

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Wynand
Oleg, I may have stumbled on the cause of this problem by accident. I read that there is such an option as "http_access deny CONNECT" in the squid configuration, and that's exactly what httpclient tries to do when it tries to make a ssl connection though a proxy. I don't have access to the squid c

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Konstantin Priblouda
--- Sameer Nanda <[EMAIL PROTECTED]> wrote: > > I didnt knew this fact about Hibernate. No wonder... They change maping DTD pretty fast, without any announcement, and their release rate is also prety high. I also do not know everything ( and I'm author of hibernate plugin of xdoclet... I

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Sameer Nanda
> You are not quite correct on this. Almost every > property mapping in hibernate suports nice > parameter: > access="field|method" - you can easily guess what it > does mean. > > So for example you can force hibernate to work with > your collection field, and return wrapped > unmodifiable collecti

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Konstantin Priblouda
--- Sameer Nanda <[EMAIL PROTECTED]> wrote: > Yah I agree with you, just went through the 2min > quick tutorial, its good. > But again its a problem bcos I am using Hibernate > for mapping my tables with > Beans and unfortunately Hibernate does need > getters/setters . You are not quite co

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Sameer Nanda
> > It's really good when it comes to serialize / > deserealize stuff to XML. But XML is not really human > readable. And instead of going through setters / > getters it goes directly through fields. > This could be a problem for Hibernate proxies though. > Or not... > It's also good for primitives

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Konstantin Priblouda
--- Sameer Nanda <[EMAIL PROTECTED]> wrote: > Hi Konstantin, > > Just looked at XStream, looks pretty kool, may be > something I might start > looking into for my purpose. Thanks for directing me > there. It's really good when it comes to serialize / deserealize stuff to XML. But XML is not re

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Sameer Nanda
Hi Konstantin, Just looked at XStream, looks pretty kool, may be something I might start looking into for my purpose. Thanks for directing me there. In the mean time I was stilll wondering why dont I get a element in the XML o/p even though I have it declared in my mapping.xml but

Re: HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Oleg Kalnichevski
On Tue, Oct 18, 2005 at 02:30:24PM +0200, Wynand wrote: > Hi All, > I've just started using the commons httpclient 3.0 rc4. It works just as > expected, except for connecting to a HTTPS site through a HTTP proxy > (Squid/2.4.STABLE6). > I have tried the the example as per the SSL guide, but to no

HttpClient 3.0 - Tunneled HTTPS connections through HTTP proxies

2005-10-18 Thread Wynand
Hi All, I've just started using the commons httpclient 3.0 rc4. It works just as expected, except for connecting to a HTTPS site through a HTTP proxy (Squid/2.4.STABLE6). I have tried the the example as per the SSL guide, but to no avail; I get the following error : 2005/10/18 13:28:19:234 CAT [D

LogConfigurationException & ClassCastException: Digester & WebSphere Portal

2005-10-18 Thread Sebastian Komander
Hi, I've created a portlet. I use commons-digester 1.7 to read an xml file. The portlet is running great in a WebSphere Portal V5.0 Test Environment. But, if i deploy the portlet, I get a LogConfigurationException and a ClassCastException. I think, the problem is, that WebSphere Portal has an own

Re: [betwixt] Books on Betwixt

2005-10-18 Thread Konstantin Priblouda
--- Sameer Nanda <[EMAIL PROTECTED]> wrote: > I am still looking for good books on Betwixt, anyone > wants to recommend any > good books !!! I'm not aware of them. Try to look in O'Reily or Manning publishing. Best book is always source :) regards, [ Konstantin Pribluda http://www.pr

Re: [betwixt] Problem loading a Bean in Betwixt

2005-10-18 Thread Konstantin Priblouda
--- Sameer Nanda <[EMAIL PROTECTED]> wrote: Hey Sameer, Just come into my mind. If you are not really interested in nice formatted XML ( and only in read/write ) you may give xstream ( http://xstream.codehaus.org ) a try. It's good for quick results. And try to disable proxies ( lazy