Re: Geronimo 2.1 and Seam

2008-06-18 Thread steausti
Hello Jay, I work with Burt and we are moving to Geronimo 2.1.1 and we have found that many of the initial issues we encountered are fixed in this latest version. We were wondering if you knew if there have been any changes with respect to the Hibernate transaction manager jar. Should we contin

Re: Error opening the editor

2008-06-18 Thread Tim McConnell
Hi Tim, I think you may be using an older version of the Geronimo Eclipse Plugin (GEP). This was a problem in the 2.0.0 version of the GEP but has been fixed in the 2.1.0 release. If this is the case, could you try the newer version and let me know what happens ?? Tim Harsch wrote: Hi all,

java.lang.NoClassDefFoundError: org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl

2008-06-18 Thread pmavinakuli
Hello, All. We are facing a problem while starting "our" geronimo server , due to the following problem. We have added the jar file name in metainf file. Still it has not been able to start the geronimo without any problem. Any help would be greatly appreciated. Thanks a lot in advance. Except

Re: How to convert from Tomcat to Geronimo

2008-06-18 Thread Kevan Miller
On Jun 18, 2008, at 7:20 PM, Tim Harsch wrote: Hi all, I’m fairly new to J2EE in general, so please forgive my naïve question. I would like to take a simple hello world type JSP and Servlet project running via WTP 2.0.2 on Europa. Running on Apache Tomcat Server it runs f

Re: How to convert from Tomcat to Geronimo

2008-06-18 Thread Dain Sundstrom
I'd like to suggest you take a look at the Apache OpenEJB plugin for Tomcat (http://openejb.apache.org/tomcat.html). Basically, you drop the openejb.war into Tomcat and you get a JEE compatible Tomcat. OpenEJB also has support for Collapsed EAR deployment (http://openejb.apache.org/collapse

Error opening the editor

2008-06-18 Thread Tim Harsch
Hi all, I get the following error when trying to open geronimo-web.xml file: " There was an error opening the editor. The elements in the plan may not be qualified, do you want to try to auto-correct this? Otherwise the default text editor will be opened."

How to convert from Tomcat to Geronimo

2008-06-18 Thread Tim Harsch
Hi all, I’m fairly new to J2EE in general, so please forgive my naïve question. I would like to take a simple hello world type JSP and Servlet project running via WTP 2.0.2 on Europa. Running on Apache Tomcat Server it runs fine. But then, after stopping Tomcat, when I try to rig

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-18 Thread David Jencks
On Jun 18, 2008, at 4:31 AM, Stig Even Larsen wrote: Hi again, I think I've found an related error. I use javaBeans for wrapping Session EJB via jndi (one-to-one, method to method) to avoid to much java code in jsps. request.isUserInRole() always return false no mather how many times it i

Redhat patch level cheatsheet?

2008-06-18 Thread Brandie.B.Huber
Anyone have a link to a cheatsheet that translates RedHat Enterprise's backported patch levels for Apache products to Apache Geronimo's original patch levels? I'm not able to find it via Google or RHN. Thanks in advance! Brandie smime.p7s Description: S/MIME cryptographic signature

download firefox today

2008-06-18 Thread Mohammad Shamsi
Download Day is here! Set a Guinness World Record Enjoy a Better Web http://www.spreadfirefox.com/en-US/worldrecord/ -- sincerely yours M. H. Shamsi

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-18 Thread Stig Even Larsen
David Jencks wrote: On Jun 17, 2008, at 12:35 PM, Stig Even Larsen wrote: Quoting Stig Even Larsen <[EMAIL PROTECTED]>: Stig Even Larsen wrote: David Jencks wrote: On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wr