Re: Deploying Axis2 1.0 in Geronimo 1.1.1 yields error

2006-11-10 Thread Michael Moser
Thanks for your help! I was following a tutorial (https://www6.software.ibm.com/developerworks/education/ws-understand-web-services1/) and there I read to just put the axis.jar into geronimo's deploy folder. So there might be two issues: one, that geronimo already comes with axis (as Chris

JavaScript error on Geronimo's console when requesting Information

2006-11-10 Thread Michael Moser
Downloaded and installed geronimo 1.1.1 to WinXP box. Start login as system/manager and click on the Information link on left side tree-view. I always get a JavaScript error reading: Wrong number of parameters, 1 expected line 82, column: 0 Yes, I admit, this is using Internet Explorer (V7)

Re: JavaScript error on Geronimo's console when requesting Information

2006-11-10 Thread Aaron Mulder
Can you find out what's at line 82? Thanks, Aaron On 11/10/06, Michael Moser [EMAIL PROTECTED] wrote: Downloaded and installed geronimo 1.1.1 to WinXP box. Start login as system/manager and click on the Information link on left side tree-view. I always get a JavaScript error reading:

Re: JavaScript error on Geronimo's console when requesting Information

2006-11-10 Thread Michael Moser
In the main document there is only plain vanilla HTML code at that line ... trtddiv class=Selectiontable width=100% border=0 cellpadding=1 cellspacing=0 ... so I guess, that's not the culprit. The page references four other .js files: One in the

Re: JavaScript error on Geronimo's console when requesting Information

2006-11-10 Thread Paul McMahan
Thanks for doing the extra detective work. This looks like a problem in IE7 javascript processing to me. The offending script you referenced is only present in the login page and is inlined directly in that JSP's html content. It is not (or at least I don't understand how it could possibly be)

ClassCastException in org.openejb.client.CgLibProxy

2006-11-10 Thread Willi Nüßer
Hi all, I know it must be something trivial (config ...) but I'm at a loss. Can't find anything related in the web, groups etc. The problem: running a very simple standalone HelloWorld client against a corresponding EJB app in Geronimo 1.1.1 gives the following error message: java