Re: log4jResource setting in GBean: ApplicationLog4jConfigurationGBean

2009-07-10 Thread Kevan Miller
On Jul 10, 2009, at 2:43 AM, lvdpal wrote: Well attaching the whole application might be a bit overwhelming. Thank You!!! ;-) Viola, I'd really we rather not request attachments (especially potentially large attachments) on our mailing lists. Would prefer that we either use Jira (Attach

Re: About JCA 1.5 Admin objects and JNDI

2009-07-10 Thread David Jencks
On Jul 10, 2009, at 3:01 AM, johnxmas wrote: Hi all, With JCA 1.5 was introduced the concept of Admin Objects. So now, you cand deploy in your resource adapter much more thant a ConnectionFactory; I used the feature to include in my deployment the InteractionSpec and ConnectionSpec. Bu

Re: Geronimo plugin project example?

2009-07-10 Thread David Jencks
On Jul 10, 2009, at 3:07 AM, Fredrik Jonson wrote: Hi all, I'm looking for a simple example geronimo plugin project. During the last couple of days I've tried building the samples, the daytrader and even some geronimo core plugin projects using maven. And I've failed every time! Either du

Geronimo plugin project example?

2009-07-10 Thread Fredrik Jonson
Hi all, I'm looking for a simple example geronimo plugin project. During the last couple of days I've tried building the samples, the daytrader and even some geronimo core plugin projects using maven. And I've failed every time! Either due to unresolved, probably (publicly) unpublished dependenci

About JCA 1.5 Admin objects and JNDI

2009-07-10 Thread johnxmas
Hi all, With JCA 1.5 was introduced the concept of Admin Objects. So now, you cand deploy in your resource adapter much more thant a ConnectionFactory; I used the feature to include in my deployment the InteractionSpec and ConnectionSpec. But at lookup time, it sems these objects are passed by

RE: Sending HTML emails in Geronimo

2009-07-10 Thread SHAW, Thomas
Thanks Rick i will check this out now! -Original Message- From: Rick McGuire [mailto:rick...@gmail.com] Sent: 10 July 2009 10:53 To: user@geronimo.apache.org Subject: Re: Sending HTML emails in Geronimo To send HTML mail, you need to use a multipart body. Here's a very nice article on

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 pre

Re: J2EE Connector deployment problem

2009-07-10 Thread Ivan
Here is a good article for the logging in Geronimo http://www.ibm.com/developerworks/websphere/tutorials/0903_madgula/index.html?ca=drs- 2009/7/10 David Jencks > > On Jul 10, 2009, at 12:36 AM, johnxmas wrote: > > >> try the following code: >> >> > class="org.apache.geronimo.system.logging.log4

Re: J2EE Connector deployment problem

2009-07-10 Thread David Jencks
On Jul 10, 2009, at 12:36 AM, johnxmas wrote: try the following code: class = "org .apache .geronimo.system.logging.log4j.ApplicationLog4jConfigurationGBean" name="DirectoryLog4jConfiguration"> META-INF/log4j.properties ServerInfo anything else, let us know. Jeff C In this

Sending HTML emails in Geronimo

2009-07-10 Thread SHAW, Thomas
> Hi Guys, > > I am having problems sending html emails from a geronimo server. When my code > runs on the J2EE preview server in eclipse everything works fine. Is there > anything i need to configure on the server to assist the sending of these > emails? > > The email arrives in my inbox as t

Re: Re: Re: J2EE Connector deployment problem

2009-07-10 Thread johnxmas
try the following code: META-INF/log4j.properties ServerInfo anything else, let us know. Jeff C In this case, I get org.apache.geronimo.kernel.config.LifecycleException: start of com.scort.demos/vscics/1.0/ear failed // Caused by: org.apache.geronimo.gbean.InvalidConfiguration