Re: javamail

2006-03-02 Thread Rick McGuire
Vamsavardhana Reddy wrote: This looks like a bug in Geronimo's implementation of Transport.send(). It's not connecting to the transport before sending the message. I'll take care of fixing this, since I'm poking around in the javamail code these days. As a work around, don't use

Re: JavaMail

2006-03-30 Thread Rick McGuire
Anjul Srivastava wrote: Could somebody please give me a quick summary of how to install Sun's JavaMail implementation into geronimo? Or a web link that explains how? The tutorial I found at IBM's site did not work out for me, probably because it relates to an older version. I couldn't find

Re: [announce] Apache Geronimo welcomes Guillaume Nodet as our newest committer

2006-04-27 Thread Rick McGuire
Gee, another rookie :-) Congratulations and welcome! Rick Dain Sundstrom wrote: The Apache Geronimo PMC is proud to announce Guillaume Nodet as our newest Apache Geronimo committer, and look forward to his continued great work on XBean and the Geronimo integration with Service Mix. His

Re: Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Rick McGuire
Fran Varin wrote: We are trying to configure Geronimo to use the JavaMail API and experiencing some difficulty with the configuration. We have configured the GBean as follows: ?xml version=1.0 encoding=UTF-8? configuration xmlns=http://geronimo.apache.org/xml/ns/deployment;

Re: [announce] Apache Geronimo welcomes Joe Bohn as our newest committer

2006-06-20 Thread Rick McGuire
A hearty welcome Joe! Rick Sachin Patel wrote: In recognition of his contributions to the Apache Geronimo community, the Geronimo PMC is proud to announce the committership of Joe Bohn. Joe has contributed in many areas, including the console and as of recent, the work on our minimal

Re: JavaMail support in AG

2006-06-22 Thread Rick McGuire
Santosh Koti wrote: As of now , it is a Sun’s implementation, in future AG is going to come up with its own version. Not strictly true. Geronimo 1.0 ships with an implementation of 1.3, but it is a very limited implementation (basically enough to pass the certification tests). Most people

Re: Problems with the email sending

2006-08-22 Thread Rick McGuire
Constantino Jacob wrote: What version of Geronimo are you using? The javamail support was improved significantly in the 1.1 release. Try adding emailProperties.put(mail.debug, true); which will dump out the session conversation so I can see what has actually happened. The debug output

Re: JavaMail and Geronimo 1.0

2006-09-05 Thread Rick McGuire
The Javamail code in Geronimo 1.0 is a very incomplete implementation. If at all possible, upgrade to Geronimo 1.1. I suspect this will fix your problem. If it does not, then try setting the mail.debug session property to true and send the debug information to this list. I should be able to

Re: Mailing from geronimo

2006-09-29 Thread Rick McGuire
Peter Petersson wrote: Hi all! I quite new to Geronimo (using 1.1.1) and have some problems geting mail to work from a geronimo-quartz job. As I understand it I need to set up a gbean or do some other configuration for javamail to work (?). Yes, your application needs to have a dependency on

Re: Geronimo and Base 64

2006-10-03 Thread Rick McGuire
sreepriya ramakrishnan wrote: Hi all, Can anyone tell me of any available class in Geronimo package jars that can help me to decode Base 64 encoded strings? I tried using the MimeUtility.decode method in geronimo-javamail_1.3.1_spec-1.0.jar file, but it did not work. Not surprising.

Re: File attatchement in geronimo mail

2006-10-03 Thread Rick McGuire
Peter Petersson wrote: Im using Geronimo 1.1.1 and has just started to look into geronimo-mail. Is it posible to send a multipart mail with a file atatchement in the current imp. of geronimo-mail ? In the case of yes any (code) examples out there explaining how to get it done ? I've got some

Re: File attatchement in geronimo mail

2006-10-03 Thread Rick McGuire
Peter Petersson wrote: Im using Geronimo 1.1.1 and has just started to look into geronimo-mail. Is it posible to send a multipart mail with a file atatchement in the current imp. of geronimo-mail ? In the case of yes any (code) examples out there explaining how to get it done ? Here's a simple

Re: Using Geronimo JavaMail implementation

2006-10-12 Thread Rick McGuire
Arnaud Blandin wrote: Hi, I would like to upgrade the Email Webservice shipped with Intalio|BPMS (http://bpms.intalio.com/content/view/114/84/) to use the Geronimo Javamail implementation. It will greatly ease the installation procedure as you won't require to download the Sun implementation.

Re: sending email in geronimo

2006-12-07 Thread Rick McGuire
You must be using Geronimo 1.0. The newer 1.1 version has a more fully implemented version of javamail 1.3.1 level. Upgrading to 1.1 should fix your problem unless you are dependent upon new features in the 1.4 version. Unfortunately, because the javamail api code is used by other server

Re: Bug in geronimo-javamail_1.4_mail-1.0.jar?

2007-01-01 Thread Rick McGuire
Geist Alexander wrote: Done. https://issues.apache.org/jira/browse/GERONIMO-2679 I cant find the source for the mail implementation. Maybe i can fix this problem und build geronimo-javamail.jar to replace the buggy version. Sorry, but im a nub in geronimo and its implementation. I've fixed

Re: Bug in geronimo-javamail_1.4_mail-1.0.jar?

2007-01-01 Thread Rick McGuire
of what needs to be fixed and also allows others to see the problems and potentially contribute fixes. Rick Rick McGuire schrieb: Geist Alexander wrote: Done. https://issues.apache.org/jira/browse/GERONIMO-2679 I cant find the source for the mail implementation. Maybe i can fix this problem

Re: geronimo mail 1.1.1

2007-01-25 Thread Rick McGuire
The message about unable to relay for that address is sent back from the SMTP server. I'm not sure what it didn't like, but it appears it couldn't figure out where to relay the message. The part I find interesting is the stack trace. You're using the Sun javamail transport implementation,

Re: geronimo mail 1.1.1

2007-01-25 Thread Rick McGuire
/ /dep:environment /module Rick McGuire wrote: Michael C. wrote: Thank you for your replies, they are greatly appreciated. I would like to step back for a moment and be sure i understand the big picture. When our team first changed over from WSAD to MyEclipse and decided to use Geronimo 1.0

Re: geronimo mail 1.1.1

2007-01-29 Thread Rick McGuire
(javax.mail.AuthenticationFailedException: null) /Error Rick McGuire wrote: Michael C. wrote: We removed all references to the sun mail.jar file in the geronimo classpath and i removed the GBEAN references from the geronimo email plan and left only the geronimo mail dependency jars. We undeployed

Re: geronimo mail 1.1.1

2007-01-29 Thread Rick McGuire
(javax.mail.AuthenticationFailedException: null):Send failure (javax.mail.AuthenticationFailedException: null) /Error Rick McGuire wrote: Michael C. wrote: We removed all references to the sun mail.jar file in the geronimo classpath and i removed the GBEAN references from the geronimo email plan and left

Re: geronimo mail 1.1.1

2007-02-12 Thread Rick McGuire
Michael C. wrote: Sorry about that, honestly I was not sure exactly where to add one up. How do you add a Jira, and how can I track its progress? New Jiras can be created here: http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220 I have a suspicion your problem is a

Re: javax.mail.NoSuchProviderException when Trying to send mail usingGeronimo 1.1.1 - Reg

2007-02-19 Thread Rick McGuire
[EMAIL PROTECTED] /attribute /gbean !-- module connectortranql-connector-1.2.rar/connector alt-dd / /module -- /application Thanks and Regards, Kamal -Original Message- From: Rick McGuire [mailto:[EMAIL PROTECTED] Sent: Monday

Re: javax.mail.MessagingException: .. could not connect to SMTP host -Reg

2007-02-22 Thread Rick McGuire
There's a bug in the code that sorts out the connection host when you are using Transport.send(). There are two workarounds I know of for the problem: 1) set the target SMTP host using the mail.host property rather than mail.smtp.host, or 2) Rather than use Transport.send(), explicitly

Re: javax.mail.MessagingException: .. could not connect to SMTPhost -Reg

2007-02-22 Thread Rick McGuire
file inside Geronimo/var folder also to reflect to my host , but iam not sure from where it is picking up this attribute. Kindly help me resolve this issue. Thanks and Regards, Kamal -Original Message- From: Rick McGuire [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 3:50 PM

Re: javax.mail.MessagingException: .. could not connect to SMTPhost-Reg

2007-02-22 Thread Rick McGuire
this is correct or do I need to change anything. Thanks and Regards, Kamal -Original Message- From: Rick McGuire [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 5:16 PM To: user@geronimo.apache.org Subject: Re: javax.mail.MessagingException: .. could not connect to SMTPhost-Reg I

Re: javax.mail.NoSuchProviderException when Trying to send mail using Geronimo 1.1.1 - Reg

2007-02-26 Thread Rick McGuire
Aman Nanner/MxI Technologies wrote: Hi, I'm also getting a NoSuchProviderException, but in Geronimo 1.2. It seems that the geronimo-javamail-transport module has been moved, or no longer exists, so what dependency should I use in its place? In 1.2, the javamail providers are in

Re: javax.mail.NoSuchProviderException when Trying to send mail usingGeronimo 1.1.1 - Reg

2007-02-27 Thread Rick McGuire
tried deploying with this configuration, but the deployment failed as this does not exist in the repository anywhere. Is the geronimo-javamail_1.3.1_provider supposed to exist as a module or configuration in the repository? Is it a separate plugin? Rick McGuire [EMAIL PROTECTED] wrote on 02-26-2007

Re: javax.mail.NoSuchProviderException when Trying to send mail usingGeronimo 1.1.1 - Reg

2007-02-27 Thread Rick McGuire
section of configs/javamail/pom.xml: dependency groupIdorg.apache.geronimo.javamail/groupId artifactIdgeronimo-javamail_1.3.1_provider/artifactId /dependency Rick Rick McGuire [EMAIL PROTECTED] wrote on 02-27-2007 07:20:01 AM: Kamalanathan Raman wrote

Re: javax.mail.MessagingException: java.net.SocketTimeoutException: Read timed out

2007-03-07 Thread Rick McGuire
It appears you're accessing an SMTP server that doesn't send a reply back from a QUIT message. This is the first one of these I've encountered. The good news is there's a session property you can configure to change whether the SMTPTransport waits for a response from a QUIT command. The bad

Re: javax.mail.MessagingException: java.net.SocketTimeoutException: Read timed out

2007-03-07 Thread Rick McGuire
mail.debug=true mail.smtp.port=25 [EMAIL PROTECTED] /attribute /gbean Kindly let me know what to do here..iam puzzled.. Thanks and Regards, Kamal - Original Message From: Rick McGuire [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Wednesday, 7 March, 2007 4:19:13

Re: javax.mail.MessagingException: java.net.SocketTimeoutException: Read timed out

2007-03-07 Thread Rick McGuire
) at org.openejb.dispatch.AbstractMethodOperation.invoke(_AbstractMethodOperation.java:90_) Thanks and Regards, Kamal - Original Message From: Rick McGuire [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Wednesday, 7 March, 2007 4:19:13 PM Subject: Re

Re: avax.mail.NoSuchProviderException when Trying to send mail

2007-03-13 Thread Rick McGuire
[EMAIL PROTECTED] wrote: hi, I facing problem when i send mail from my java application, and also i use Geronimo 1.1.1. that's why i want to down load geronimo-javamail_1.3.1_spec-1.1.jar. from which site i download it. Thanks and Regards yogesh A NoSuchProviderException would not be

Re: java:comp/ORB

2007-03-19 Thread Rick McGuire
David Jencks wrote: On Mar 17, 2007, at 5:34 PM, Andres wrote: We are porting an application from Websphere 6.1 to Geronimo 1.1.1. We have a CORBA component (not EJB) that used to obtain the ORB by looking up java:comp/ORB. Is there a way to do this in the present release using JNDI or

Re: Cannot compile j2ee-corba-yoko config in 1.2 SNAPSHOT

2007-03-21 Thread Rick McGuire
I suspect you may have a mismatch between the latest Geronimo level and the currently published version of openejb2. You may need to build that yourself before trying to build Geronimo. Rick Aman Nanner/MxI Technologies wrote: Hi, I'm trying to compile the latest Geronimo SNAPSHOT, but it

Re: java:comp/ORB

2007-03-24 Thread Rick McGuire
Andres wrote: I'm debugging it, and it doesn't ever go through CorbaRefBuilder. I see it hitting CORBABean.java in openejb-corba and starting the ORB. Would this class be called during the loading of the j2ee-corba-yoko module? If so, I can continue to debug it. Otherwise, which stage of the

Re: Exception when using CORBA in 2.0 M5: Invalid ORB class

2007-05-22 Thread Rick McGuire
David Jencks wrote: The java base corba classes from sun have some mistakes, so we use the yoko ones. To use the (yoko) orb you need to start geronimo something like java -Djava.endorsed.dirs=lib/endorsed -jar bin/server.jar --long To also get on the fly jpa enhancement you need to include

Re: Geronimo 1.1.1 Pop3 problem

2007-05-29 Thread Rick McGuire
Alessandro Pilonato wrote: Good morning, I would to know the functionality about pop3 javamail on geronimo 1.1.1. I premise that I already use the geronimo javamail smtp configuration. I have an application ear , with ejb 2.0. For smtp, I define the dependencies, a gbean on my

Re: AW: Using JacORB not possible within Geronimo?

2007-07-23 Thread Rick McGuire
Dain Sundstrom wrote: The actual code we use to create the orb bound to java:comp/ORB is simply ORB orb = ORB.init(); so it should what with what ever you have configured as the default ORB in your VM. OpenEJB doesn't even have a dependency on Yoko. I would hope this is not true. ORB.init()

Re: Mails are not delivering to destination by using Geronimo's default JavaMail session

2007-07-26 Thread Rick McGuire
You might try setting the mail.debug property in the Geronimo mail session configuration to see what the traffic between the client and the server look like. Also, please include the version of Geronimo you're running with, as potential solutions can differ with the version involved. Rick

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-22 Thread Rick McGuire
. Unfortunately, the fix won't ship until the next Geronimo update, but you'll have a corrected jar to run with while you're on 1.1.1. Rick Regards, Chee Seng Rick McGuire wrote: This is the first time I've encountered an SMTP server that sends a response back like this. I've opened a JIRA

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-23 Thread Rick McGuire
; while(line.isContinued()) line = getReply(); return true; } As it is decompiled code, I am not sure if your source code is like the above, so it is just my guess. I would be happy to help to test again with new builds. :-) Best Regards, Chee Seng Rick McGuire wrote

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-27 Thread Rick McGuire
made this very easy to fix. Rick Regards, Chee Seng Rick McGuire wrote: Chua Chee Seng wrote: Hi Rick, It works! Thank you very much. :-) If you don't mind, I am curious about the rule '220-' indicating there is continuous line and '220' indicating it does not have continuous

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Rick McGuire
Could you post a stack trace for this new failure? Are you able to instantiate an instance of javax.mail.Multipart in your code? I have a suspicion that the problem is with the classloader used to load the SMTPAppender class, not the classloader configuration of your app itself. Rick Xh

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Rick McGuire
Kevan Miller wrote: On Sep 6, 2007, at 7:15 AM, Rick McGuire wrote: Could you post a stack trace for this new failure? Are you able to instantiate an instance of javax.mail.Multipart in your code? I have a suspicion that the problem is with the classloader used to load the SMTPAppender

Re: My first time

2007-10-18 Thread Rick McGuire
It looks like something on your system is using the same port that the ORB naming service is configured to use (1050). This might be a transient problem that would go away with a fresh reboot. If it's persistent, then you can change the port by editing the file

Re: IIOP Marshalling depends on JDK implementation?

2007-11-21 Thread Rick McGuire
It appears that the Vector writeObject() method exists only for synchronization purposes. It just calls the defaultWriteObject() method of the ObjectOutputStream. This results in an identical serialized value being used. I know the WAS CE developers have gotten CORBA marshalling to work

Re: Library Consisting of org.apache.geronimo.interop.rmi.iiop.Any is needed

2008-02-01 Thread Rick McGuire
rajuchn wrote: Hi I have Downloaded geronimo-jetty6-jee5-2.0.2-bin.zip from the Apache site. But i could not find the org.apache.geronimo.interop.rmi.iiop.Any class. Please suggets me the library in which the org.apache.geronimo.interop.rmi.iiop.Any implementation will be available. That

Re: Substitute geronimo javamail with sun implementation

2008-04-23 Thread Rick McGuire
maho77 wrote: Rick McGuire wrote: I think others will need to help you with the configuration, but please report the errors you're seeing with the Geronimo POP3 implementation. We'll see if we can get them fixed for you. Rick I think the problem I have has something to do

Re: Unexpected behavior from QuotedPrintableDecoderStream?

2008-05-16 Thread Rick McGuire
Pieper, Aaron (SAIC) wrote: It looks to me like QuotedPrintableDecoderStream’s read() method doesn’t look like it fulfills the contract from InputStream. InputStream says it will return -1 when there is no more data to be read. However, QuotedPrintableDecoderStream returns 0 in this case.

Re: How to configure remote SMTP host?

2008-06-02 Thread Rick McGuire
sbyonge wrote: I am having trouble with mail session in Geronimo. I updated var/config/config.xml to point to remote STMP host module name=org.apache.geronimo.configs/javamail/2.1.1/car gbean name=SMTPTransport attribute name=hostsmtpgw.mycom.com/attribute

Re: Encoding problem in geronimo-javamail implementation

2008-06-02 Thread Rick McGuire
maho77 wrote: Hello, it seems to me that the geronimo javamail implementation has some encoding problems. I use G2.1.1 I retrieve Message via POP3 and than I start parsing the parts in the Message class. Everything works fine as long as I the mails are UTF-8 mails. If there's an mail lets say

Re: Encoding problem in geronimo-javamail implementation

2008-06-02 Thread Rick McGuire
maho77 wrote: Rick McGuire wrote: maho77 wrote: Hello, it seems to me that the geronimo javamail implementation has some encoding problems. I use G2.1.1 I retrieve Message via POP3 and than I start parsing the parts in the Message class. Everything works fine as long as I the mails

Re: Error with openjpa in geronimo under PostgreSQL

2008-06-12 Thread Rick McGuire
[EMAIL PROTECTED] wrote: Hi All, I'm quite sure that I found a bug in Geronimo, or as I assumed openjpa. Therefore I created an JIRA-Issue under https://issues.apache.org/jira/browse/OPENJPA-627. https://issues.apache.org/jira/browse/OPENJPA-627 But nothing happens. No Votes, no

Re: Cannot send email using geronimo default email session

2008-07-22 Thread Rick McGuire
Does your server require an SSL connection? The transport has connected ok, but has not received a response back from the server for the initial welcome reply. This sort of points in the direction of perhaps needed to use the smtps protocol rather than smtp. Rick metamor wrote: Thank you

Re: Cannot send email using geronimo default email session

2008-07-23 Thread Rick McGuire
metamor wrote: Thanks, but smtps did not help. Is correct the smtp authentication code that I am using? I am sure that the credentials that I am using are correct. Any help will be appreciated. What happened when you tried to use smtps? Did it fail in the same way? You might try setting

Re: Cannot send email using geronimo default email session

2008-07-23 Thread Rick McGuire
metamor wrote: I tried using the sun smtp implementation and works. With Geronimo I have turned on debug and I get the following error: SMTPTransport DEBUG: Connecting to server mail.foo.com:-1 for user noreply SMTPTransport DEBUG: Attempting plain socket connection to server mail.foo.com:25

Re: SecurityException trying to use JavaMail

2008-10-13 Thread Rick McGuire
Kevan Miller wrote: On Oct 11, 2008, at 8:07 PM, John wrote: Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting a SecurityException. Here is a subset of the stacktrace:

Re: SecurityException trying to use JavaMail

2008-10-13 Thread Rick McGuire
Kevan Miller wrote: On Oct 13, 2008, at 7:14 AM, Rick McGuire wrote: Kevan Miller wrote: On Oct 11, 2008, at 8:07 PM, John wrote: Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting

Re: Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider?

2008-10-21 Thread Rick McGuire
It looks like a bug to me too. Open a Jira here, using the mail component: http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220 Rick Torsten Schlabach (Tascel eG) wrote: Hi all! I was just hunting a bug and came along this here:

Re: Accessing corba from geronimo [SOLVED]

2008-10-22 Thread Rick McGuire
A better approach would be to use corbaname: URL format to look up the object. This tells the ORB the location of the naming service providing the object reference and which one you want. I believe the following would give you want you want:

Re: Description of plugins??

2009-03-11 Thread Rick McGuire
chi runhua wrote: Hi all, I've been working on plugins group topic and try to summarize the description of each plugin. Some of plugins description are fairly clear and easy to understand. But some of them are not. Here I list some of plugins with a little description, could someone help to

Re: geronimo-javamail-1.4 problem

2009-04-01 Thread Rick McGuire
Glenn Macgregor wrote: Hi All, I am using servicemix-4.0.0 which integrates geronimo-javamail-1.4. I am connecting to an exchange server via imap(s) and getting a NullPointerException in the login phase. a001 CAPABILITY OK The Microsoft Exchange IMAP4 service is ready.

Re: geronimo-javamail-1.4 problem

2009-04-01 Thread Rick McGuire
Glenn Macgregor wrote: Hi All, I am using servicemix-4.0.0 which integrates geronimo-javamail-1.4. I am connecting to an exchange server via imap(s) and getting a NullPointerException in the login phase. a001 CAPABILITY OK The Microsoft Exchange IMAP4 service is ready.

Re: I am getting javax.mail.AuthenticationFailedException

2009-04-19 Thread Rick McGuire
I'm not completely sure what you're trying to do here. Configuring SMTPHost and SMTPPort has no connection to the POP3 protocol. That only controls SMTP protocol. If you need to have POP3 configured, you can add a POP3Transport gbean to the javamail configuration. However, that only

Re: I am getting javax.mail.AuthenticationFailedException

2009-04-20 Thread Rick McGuire
and avoid the loading of the classes related geronimo-mail.jar. Rick McGuire wrote: I'm not completely sure what you're trying to do here. Configuring SMTPHost and SMTPPort has no connection to the POP3 protocol. That only controls SMTP protocol. If you need to have POP3 configured, you

Re: Sending HTML emails in Geronimo

2009-07-10 Thread Rick McGuire
To send HTML mail, you need to use a multipart body. Here's a very nice article on how to do this: http://java.sun.com/developer/EJTechTips/2004/tt0426.html Rick SHAW, Thomas wrote: Hi Guys, I am having problems sending html emails from a geronimo server. When my code runs on the J2EE

Re: Yoko Corba client cannot reach EJB via SSL

2009-09-28 Thread Rick McGuire
The Yoko ORB does not directly support SLL connections. That capability can only be added by building an SSL capable ORB using the appropriate interceptors and plugins to enable the SLL transport. That is capability that the Geronimo server and client provide for the ORB instances it uses to

Re: Bug in Geronimo JavaMail

2009-10-15 Thread Rick McGuire
This sounds like a new issue. Please open a Jira against this. Rick von Janowsky, Simon wrote: Hello, we found a bug in the geronimo javamail, and couldn't find a issue for this in jira. When a url ist set to receive email the username ist extracted correctly using UrlName class, but when

Re: Trouble with Geronimo's javax.mail under OSGi

2010-06-01 Thread Rick McGuire
On 5/31/2010 11:52 AM, Jeremias Maerki wrote: I'd like to share my experience with the Geronimo javax.mail bundles. I've had to resort to a work-around in the end to get this to work after spending half a day tracking down the problem. I have an OSGi-based application and only use some Geronimo

Re: Trouble with Geronimo's javax.mail under OSGi

2010-06-01 Thread Rick McGuire
On 5/31/2010 11:52 AM, Jeremias Maerki wrote: I'd like to share my experience with the Geronimo javax.mail bundles. I've had to resort to a work-around in the end to get this to work after spending half a day tracking down the problem. I have an OSGi-based application and only use some Geronimo

[ANNOUNCE] Welcome Rex Wang as a new member of the Geronimo PMC

2010-09-07 Thread Rick McGuire
Please join us in congratulating as a new member of the Geronimo PMC. In addition to serving as a release manager for the Geronimo 2.1.5 server release, Rex also has demonstrated a clear commitment to Geronimo in numerous other areas. We're very glad that he has accepted our invitation

Re: [specs] javamail-provider - bcc header

2010-09-08 Thread Rick McGuire
On 9/7/2010 4:43 PM, Rafał Krupiński wrote: Hi all Is it expected behaviour that MimeMessage.setBcc actually adds Bcc header to the emails sent? This is not the behavior for the sun version, so it is definitely not the expected behavior. Please open a Jira report for this problem. Rick

Re: [specs] javamail-provider - bcc header

2010-09-08 Thread Rick McGuire
On 9/7/2010 4:43 PM, Rafał Krupiński wrote: Hi all Is it expected behaviour that MimeMessage.setBcc actually adds Bcc header to the emails sent? All my recipients see all the other Bcc recipients. This is a pretty simple fix, so I went ahead and opened a Jira for it:

Re: Setting up TSSConfig via JMX

2010-10-15 Thread Rick McGuire
On 10/15/2010 11:08 AM, Andriy Pepenin wrote: Hi, In my application, I intensively use geronimo via JMX. The problem I found is that when I'm setting TSSConfig via JMX, I'm getting exception: java.lang.ClassNotFoundException: org.apache.geronimo.corba.security.config.tss.TSSConfig in

Re: Setting up TSSConfig via JMX

2010-10-29 Thread Rick McGuire
On 10/29/2010 11:43 AM, Andriy Pepenin wrote: Hello Rick, Sorry for delay with reply to your message. I tried to snapshot part Geronimo's configuration state, and restore it later. Now my prototype are able to snapshot\udpate almost all aspects of Geronimo's configuration state except

Re: general installation question

2011-01-13 Thread Rick McGuire
On 1/13/2011 7:14 AM, Luciano Salotto wrote: I don't think you need to uninstall tomcat, it won't affect your G install. The only possible conflict I can think of are port conflicts if both are running at the same time. Rick On Thu, Jan 13, 2011 at 8:06 AM, setcookie fr...@7l7.de

Re: Bug geronimo-javamail_1.4_provider version 1.8.2

2011-01-18 Thread Rick McGuire
On 1/18/2011 7:47 AM, Denis Trueby wrote: Dear Geronimo-Team, I found a bug in the geronimo-javamail_1.4_provider version 1.8.2 package. The class org.apache.geronimo.javamail.authentication.DigestMD5Authenticatorthe String US-ASCII is used very often. The bug is in line 275, where its