Re: debugging WS deployed in Geronimo-2

2007-02-27 Thread Kanchana Welagedara
Hi Lin On Mon, 2007-02-26 at 10:09 -0500, Lin Sun wrote: Hi there, IIUC about what you are trying to do, you 'll need the WTP server adapter for geronimo 2.0 to do that. But I don't think the adapter (also called devtools) is ready yet for 2.0. Yes.Exactly.But there should be a way

Re: Geronimo v2.0 Documentation update

2007-02-27 Thread Jack
Hernan Cunico [EMAIL PROTECTED] wrote: Hi All, Administration docs are half way through. Would like to hear new ideas for topics to cover, see http://cwiki.apache.org/GMOxDOC20/documentation.html Just added Virtual Host configuration example for both Jetty and Tomcat. Cheers! Hernan hi, i

Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Norbert Rieger
Hello, I try to connect from my web application to an existing Session EJB (MfcSession) thru it's local interface. Both, the WAR and the EJB, are running within the same geronimo installation. When installing the web app I get the following message: Deployer operation failed: Could not find an

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

2007-02-27 Thread Rick McGuire
Kamalanathan Raman wrote: Hi Aman, The geronimo-java-mail-transport jar should be present inside the repository/Geronimo folder just check for that and add to your classpath The geronimo-javamail-transport jar doesn't exist any more in the 1.2 release. It has been replaced by the

Re: debugging WS deployed in Geronimo-2

2007-02-27 Thread Sachin Patel
-sachin On Feb 27, 2007, at 4:15 AM, Kanchana Welagedara wrote: Hi Lin On Mon, 2007-02-26 at 10:09 -0500, Lin Sun wrote: Hi there, IIUC about what you are trying to do, you 'll need the WTP server adapter for geronimo 2.0 to do that. But I don't think the adapter (also called devtools) is

Re: Error when deploying a SQL Server DBpool with jtds 1.2 driver

2007-02-27 Thread Peter Petersson
That line should be perfectly right, I am not sure but I think that you may have missed editing the line below it dep:artifactIdMSSqlDB_Name/dep:artifactId MSSqlDB_Name == should be what ever name you use in your geronimo-web.xml sys:resource-link Also the connectiondefinition-instance data

Re: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Jack
--- Norbert Rieger [EMAIL PROTECTED] wrote: Hello, I try to connect from my web application to an existing Session EJB (MfcSession) thru it's local interface. Both, the WAR and the EJB, are running within the same geronimo installation. When installing the web app I get the following

Re: debugging WS deployed in Geronimo-2

2007-02-27 Thread Lin Sun
Hi Kanchana, if you want to debug server side code and see the flow on the server side, you could follow this link about how to do remote debugging with jboss or weblogic: http://eclipsezone.com/eclipse/forums/t53459.html. I was able to follow that for geronimo 2.0 and add breakpoints on the

RE: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Mark Aufdencamp
Hi Norbert, I'm no expert here, but just got done working on a similar learning curve. I believe that local can only be defined if an EAR/application.xml/ geronimo-application.xml file exist, defining an enterprise application project.I'm using a remote rather than local session bean and

AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Norbert Rieger
Hello, thanx a lot for your answer. try ejb-ref-nameejb/MfcSession/ejb-ref-name in web.xml. I tried this already, got the same exception. -Ursprüngliche Nachricht- Von: Jack [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 27. Februar 2007 15:35 An: user@geronimo.apache.org Betreff: Re:

RE: AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Mark Aufdencamp
I'm not sure about the answer to your question. I was under the impression that an EAR had to be in place for a local definition and subsequent invocation, buthaven't gotten that far in my learning curve yet. My approach to learning EJB's on Geronimo was to: 1.Build a simple stateless session

RE: AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Mark Aufdencamp
Just reading back over and realized you were asking about adding the ejb-jar and openejb-jar to the webapp. They are in the EJB module, not the webapp. The point is that the container has an abstraction to be fulfilled at deployment time. The EJB uses ejb-jar.xml for generic descriptor metadata,

AW: AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Norbert Rieger
Hi Mark, maybe my question was not exactly enough (my EJB learning curve is still in it's infancy). The EJB is already running in Geronimo, the remote interface works fine for client applications (java) and web applications. Due to performance issues I would like to use the local interface

RE: AW: AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread Mark Aufdencamp
Sounds like your one step ahead of me in working on the local interface. Maybe someone else will chime in and show us the appropriate ejb-local-ref in both the ejb-jar and openejb-jar, along with appropriate invocation code? I'd be more than willing to document these three scenarios for the

Re: JPA in geronimo

2007-02-27 Thread Dain Sundstrom
On Feb 24, 2007, at 2:52 PM, Dario Andrade wrote: How do I assemble a project in order to use geronimo's jpa support? Does anyone recommend toplink jar lib or openjpa to be added to my class path? I highly recommend OpenJPA over toplink. I find toplink much more picky and hard to

Re: AW: AW: Accessing the local interface of an Session EJB from a WAR

2007-02-27 Thread David Jencks
On Feb 27, 2007, at 7:59 AM, Norbert Rieger wrote: Hi Mark, maybe my question was not exactly enough (my EJB learning curve is still in it's infancy). The EJB is already running in Geronimo, the remote interface works fine for client applications (java) and web applications. Due to

Re: JPA in geronimo

2007-02-27 Thread Dain Sundstrom
On Feb 25, 2007, at 2:11 AM, David Jencks wrote: On Feb 24, 2007, at 8:47 PM, Lasantha Ranaweera wrote: Hi David, I have been going on this same jpa sample given on testsuite and having a problem too (may be I am missing some basic thing in JSR). Anyway thought to give a try on this same

Re: Adding Tomcat Valve specific web apps

2007-02-27 Thread Aman Nanner/MxI Technologies
Is the valve-chain element supposed to refer to a GBean valve name? I've tried this but I'm getting deployment errors. I have defined the following valve chain in my config.xml gbean name=FirstValve attribute

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

2007-02-27 Thread Aman Nanner/MxI Technologies
I'd like to rebuild the Geronimo 1.2 branch with javamail config dependency enabled properly. Do I need to add some kind of dependency to the plan.xml for javamail config? Rick McGuire [EMAIL PROTECTED] wrote on 02-27-2007 07:20:01 AM: Kamalanathan Raman wrote: Hi Aman, The

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

2007-02-27 Thread Rick McGuire
Aman Nanner/MxI Technologies wrote: I'd like to rebuild the Geronimo 1.2 branch with javamail config dependency enabled properly. Do I need to add some kind of dependency to the plan.xml for javamail config? If you're rebuilding from source, add the following lines to the dependencies

Re: Geronimo v2.0 Documentation update

2007-02-27 Thread Hernan Cunico
Thanks for your feedback Jack. If you are talking about the Multiple Repositories and Server Instances article, I'm taking a look at it now and will make the necessary updates. As for automatic port assignment, you are absolutely right, there is no tool for that and it might be a good area to

Re: Runing Apache Roller 3.0 on Geronimo 1.1.1

2007-02-27 Thread Peter Petersson
Nice to know I am not the only one wanting to see this app. running on G. Unfortunately I did not have any luck with Geronimo 1.2 beta ether this time i could not get Roller running at all due to the following: 21:30:13,854 INFO [HbmBinder] Mapping collection:

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

2007-02-27 Thread Aman Nanner/MxI Technologies
Thanks, I rebuilt Geronimo with the dependency and it works now. Aman Rick McGuire [EMAIL PROTECTED] wrote on 02-27-2007 02:23:39 PM: Aman Nanner/MxI Technologies wrote: I'd like to rebuild the Geronimo 1.2 branch with javamail config dependency enabled properly. Do I need to add some

Re: Runing Apache Roller 3.0 on Geronimo 1.1.1

2007-02-27 Thread Tim McConnell
Hi Peter, I was able to get Roller working on the Tomcat version of Geronimo 1.1.1 in November of 2006, with the help of this article below: http://www.savoirtech.com/roller/page/jgenender?entry=roller_on_apache_geronimo I have a presentation that details all the version levels for the

Re: Web App Servlet calling EJB

2007-02-27 Thread Lasantha Ranaweera
Hi Mark, Sharing documentation would be fantastic. We highly appreciate since it is one of the critical parts in every open source project. If we can create an EJB sample application with Eclipse/Geronimo plug in with some screen prints would be ideal :-) . More documentation we get that