Re: Geronimo 2.0

2008-01-23 Thread Kevan Miller
On Jan 23, 2008, at 2:33 AM, jithesh wrote: Hi guys, This is my first post in this forum. I was using geronimo 1.1 for deploying my appfuse(v1.9.4) application. Recently i upgraded the server to geronimo 2.0. But the application is throwing errors while deploying. My appfuse

Geronimo and logging to SYSLOG

2008-01-23 Thread Tomasz Mazan
Hi I've configured my server to send part of logs to SYSLOG. There's quote from server-log4j.properties log4j.appender.SYSLOG=org.apache.log4j.net.SyslogAppender log4j.appender.SYSLOG.layout=org.apache.log4j.PatternLayout log4j.appender.SYSLOG.layout.ConversionPattern=%d{ABSOLUTE} %-6p

Re: Geronimo Deployment goes forever

2008-01-23 Thread gersek
HI Tim , I think I am using eclipse plug-in to generate EAR and found following bug report for Eclipse WTP. https://bugs.eclipse.org/bugs/show_bug.cgi?id=207826 If there is a plug-in from Geronimo I would like to use. This site will not let me upload 20 mb of my workspace. If you want me

Re: Strange plug with delivering messages to MDB

2008-01-23 Thread Kevan Miller
Has anybody had a chance to look at Beniamin's problem? I think it would be a good idea to understand this issue, before cutting 2.1 If I recall correctly, Beniamin didn't have a test program he could share with us. We may need to rig one up. I don't see an MDB test in testsuite. Probably

Re: Strange plug with delivering messages to MDB

2008-01-23 Thread Jacek Laskowski
On Jan 23, 2008 6:19 PM, Kevan Miller [EMAIL PROTECTED] wrote: I probably won't have a chance to look at this until this weekend... Me too and that's why I'm quiet lately. Had to finish some other assignments (cf. openejb). Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Geronimo 2 EJB3 Remote Access Example

2008-01-23 Thread xypher
Hi, I'm relatively new to Geroimo 2 and EJB3. I googled a lot, but I found no simple example for my request. I'd like to develop an Session Bean and to access this bean from an remote client over JNDI lookup. Can anybody give my an simple example or tell my where I can find something like this.

How to configure transport to use ssl://localhost:61616

2008-01-23 Thread jklcom99
I'm using Geronimo 1.1.1. How do I modify the configuration in Geronimo so that AMQ will listen on ssl://localhost:61616 instead of the default tcp://localhost:61616? Or for that matter adding additional transport connectors that AMQ will listen to? Thank you -- View this message in

Re: Geronimo 2 EJB3 Remote Access Example

2008-01-23 Thread Viet Nguyen
There are some sample applications on our wiki. For a session bean sample, you might want to take a look at this: http://cwiki.apache.org/GMOxDOC20/very-simple-session-ejb-example.html. There are other samples there too if you're interested. Thanks, Viet On Jan 23, 2008 5:14 PM, xypher [EMAIL

Re: How to configure transport to use ssl://localhost:61616

2008-01-23 Thread Kevan Miller
On Jan 23, 2008, at 5:15 PM, jklcom99 wrote: I'm using Geronimo 1.1.1. How do I modify the configuration in Geronimo so that AMQ will listen on ssl://localhost:61616 instead of the default tcp://localhost:61616? Or for that matter adding additional transport connectors that AMQ will

Re: Geronimo 2.0

2008-01-23 Thread Jarek Gawor
Move the description element to the top of the init-param element. For example, change: init-param param-nameallowDeclarations/param-name param-valuefalse/param-value descriptionControls whether or not declarations are considered valid./description /init-param to:

Re: Geronimo 2.0

2008-01-23 Thread jithesh
Hi, Thanks for your response. Here is my server log description 15:45:25,078 WARN [JspModuleBuilderExtension] Invalid transformed taglib org.apache.xmlbeans.XmlException: Invalid deployment descriptor: errors: D:\Program

Re: Geronimo 2.0

2008-01-23 Thread jithesh
Thanks for your response... Will u please provide the file name that i need to modify the text. Thanks, Jithesh PM Jarek Gawor-2 wrote: Move the description element to the top of the init-param element. For example, change: init-param

Re: Geronimo 2.0

2008-01-23 Thread David Jencks
umm, isn't it fairly clear from the error message? WEB-INF\lib\standard.jar!\META-INF\scriptfree.tld Can you tell us if this file starts out with taglib xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd; version=2.1