RE: GBean classloader and dependencies

2007-11-01 Thread Anil Arora
When I use the gbean inside the plan, I end up going back to square one. It can't even find my sharedlib classes. I attached a debugger to this and I don't see the SharedLib class instantiated with my lib parameters. Anil > -Original Message- > From: David Jencks [mailto:[EMAIL PROTEC

Re: GBean classloader and dependencies

2007-11-01 Thread David Jencks
On Nov 2, 2007, at 12:23 AM, Anil Arora wrote: Here’s what I think you’re saying…although I’ve not been able to get this to work right. http://geronimo.apache.org/xml/ns/j2ee/web-1.1"; xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1"; xmlns:naming="http:/

RE: GBean classloader and dependencies

2007-11-01 Thread Anil Arora
Here's what I think you're saying...although I've not been able to get this to work right. http://geronimo.apache.org/xml/ns/j2ee/web-1.1"; xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1"; xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.1";>

Re: GBean classloader and dependencies

2007-11-01 Thread David Jencks
On Nov 1, 2007, at 5:06 PM, Anil Arora wrote: I have an issue now. I added some libraries using the sharedlib gbean. However, one of my classes that is in one of these libraries has a dependency of the jasper-jdt compiler in tomcat. I know that this is a module which I can reference, b

GBean classloader and dependencies

2007-11-01 Thread Anil Arora
I have an issue now. I added some libraries using the sharedlib gbean. However, one of my classes that is in one of these libraries has a dependency of the jasper-jdt compiler in tomcat. I know that this is a module which I can reference, but I'm not sure how. Do I put a dependency tag in th

Re: MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-01 Thread Kevan Miller
On 11/1/07, David Jencks <[EMAIL PROTECTED]> wrote: > > Paul may have more info, but my understanding is that for javaee > compliance we need to, by default, support myfaces 1.2 and ignore any > attempt to use earlier/other jsf implementations. > > You might be able to disable this support by turni

RE: Problems deploying exploded webapp

2007-11-01 Thread Anil Arora
Ok...I figured this out... Changed my geronimo-web.xml file to include a dependency... http://geronimo.apache.org/xml/ns/j2ee/web-1.1"; xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1"; xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.1";>

Re: Cannot access the geronimo server?

2007-11-01 Thread MShah
That was it. There is a blank config file. Thanks Jarek. Jarek Gawor-2 wrote: > > Just a thought, how does your var/config/config.xml file look like? > Maybe somehow it got corrupted and is pretty much empty or has a few > modules listed? > > Jarek > > On 11/1/07, MShah <[EMAIL PROTECTED]>

SOLVED: Re: Building sample project - maven error

2007-11-01 Thread PeterAU2
Yes, that was it. Thanks for your help. Peter Jarek Gawor-2 wrote: > > That looks to me like your firewall is still kicking in (or you have > some other communication problems). Turn it off and keep it off until > maven is done building the code. > > Jarek > > On 11/1/07, PeterAU2 <[EMAIL PRO

Re: Cannot access the geronimo server?

2007-11-01 Thread Jarek Gawor
Just a thought, how does your var/config/config.xml file look like? Maybe somehow it got corrupted and is pretty much empty or has a few modules listed? Jarek On 11/1/07, MShah <[EMAIL PROTECTED]> wrote: > > What do I modify in the server-log4j.properties file to get more information > in the lo

Re: Cannot access the geronimo server?

2007-11-01 Thread MShah
Also I cannot start geronimo from the command line. I get the following error: C:\geronimo6_5-2_0_1\bin>java -Djava.endorsed.dirs=lib/endorsed -javaagent:bin/j pa.jar -jar bin/server.jar Unrecognized option: -javaagent:bin/jpa.jar Could not create the Java virtual machine. Any tips on resolvi

Re: Newbee -- unable to build the sample application

2007-11-01 Thread Jarek Gawor
We are cleaning up our samples and I removed the repository entry from the pom file which caused that problem for you. I put that back in yesterday and that's why you had to do svn up. Jarek On 11/1/07, Matthew Simmons <[EMAIL PROTECTED]> wrote: > Gentlemen, > > That did it. Just for my own educ

Re: Cannot access the geronimo server?

2007-11-01 Thread David Jencks
On Nov 1, 2007, at 11:21 AM, MShah wrote: What do I modify in the server-log4j.properties file to get more information in the log file? Could anyone please let me know, as I would like to debug this further? I think these lines are key, but I haven't figured out how the logging leve

Re: Newbee -- unable to build the sample application

2007-11-01 Thread Viet Nguyen
Matt, For the samples, you probably do not want to change the POMs. You probably changed the pom's parent's module ids so it couldn't find it. This was primarily why I asked if you have tried it out on other samples because I was afraid that you did not have a clean copy of the sample itself. Reg

Problems deploying exploded webapp

2007-11-01 Thread Anil Arora
I am trying to deploy my exploded webapp application but I'm running into class not found issues. Error: Unable to distribute interlace: org.apache.geronimo.common.DeploymentException: Failed to load servlet class com.interlacesystems.system.ISStartupServlet Failed

Re: Cannot access the geronimo server?

2007-11-01 Thread MShah
What do I modify in the server-log4j.properties file to get more information in the log file? Could anyone please let me know, as I would like to debug this further? Thanks, Manisha djencks wrote: > > > On Oct 30, 2007, at 4:26 PM, MShah wrote: > >> >> I have a new install of Geronimo and l

Re: Newbee -- unable to build the sample application

2007-11-01 Thread Matthew Simmons
Gentlemen, That did it. Just for my own education, why did I need to update via Subversion? I have talked to people who ran it without doing so. Did I screw up the POM file or something (that was the only thing updated)? Thanks Jarek and Viet. Matt On 11/1/07, Jarek Gawor <[EMAIL PROTECTED]>

Re: MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-01 Thread David Jencks
Paul may have more info, but my understanding is that for javaee compliance we need to, by default, support myfaces 1.2 and ignore any attempt to use earlier/other jsf implementations. You might be able to disable this support by turning off the myfaces and myfaces-deployer modules in confi

MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-01 Thread Jochen Zink
Hello all, I try to deploy a JSF-Webapplication which depends on myfaces 1.1.5. This Application runs successfully under Tomcat 6. Know, I want deploy this application under Geronimo 2.0.2. With exactly the same WAR file, nothing is happen. No Error Messages and no HTML Page is shown in the br

Re: Building sample project - maven error

2007-11-01 Thread Jarek Gawor
That looks to me like your firewall is still kicking in (or you have some other communication problems). Turn it off and keep it off until maven is done building the code. Jarek On 11/1/07, PeterAU2 <[EMAIL PROTECTED]> wrote: > > I'm on a Windows box, so I had to go and download and install svn f

Re: Newbee -- unable to build the sample application

2007-11-01 Thread Jarek Gawor
Do svn up and try again. Jarek On 11/1/07, Matthew Simmons <[EMAIL PROTECTED]> wrote: > Viet, > > Thanks for the response. > > Yes, I've tried to run 'mvn install' with the other samples and I get the > same outcome. I am posting the stack trace below. > > Matt > > C:\Geronimo\Samples\calculator

RE: Migrating tomcat to geronimo

2007-11-01 Thread Anil Arora
> -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 31, 2007 4:54 PM > To: user@geronimo.apache.org > Subject: Re: Migrating tomcat to geronimo > > > On Oct 31, 2007, at 3:33 PM, Anil Arora wrote: > > >> -Original Message- > >> From: D

Re: Newbee -- unable to build the sample application

2007-11-01 Thread Matthew Simmons
Viet, Thanks for the response. Yes, I've tried to run 'mvn install' with the other samples and I get the same outcome. I am posting the stack trace below. Matt C:\Geronimo\Samples\calculator\jaxws-calculator-war>mvn install [INFO] Scanning for projects... [INFO] ---

Re: Basic Auth passwords in webservices

2007-11-01 Thread Neerup
djencks wrote: > > >>I'm curious as to why. This is AFAIK rather unusual. If you need to >>propagate the credentials from the caller on to some other service >>you call that may well be possible without involving your business >>logic. > > I know. But the "busines logic" is not a servi