Re: J2EE and debug in hosted mode

2008-12-15 Thread jos
Bandesz, Gregor is pointing you in the right direction w/ option #1, and the link he gives is enough to eventually get you there, but there is one thing you have to do in your GWT code or it will never work. Your RPC servlets all have a setServiceEntryPoint() call that is made to tell them where t

RPC call returning List fails

2009-01-15 Thread jos
I have an RPC call with a signature like public List SomeCall (SomeObj) { return anArrayList; } which failed. Policy file was deployed and the file had ArrayList, true in the file. The only real information available was the stack trace it left in catalina.out (see below). I'm running gwt1.52, a

Re: RPC call returning List fails

2009-01-17 Thread jos
Jan 15, 11:30 pm, "alex.d" wrote: > It is actually. I'm using a lot of structures like this(and more > complex) for data transfer. The problem ist somewhere else - do you > initialize your List properly? > > On 15 Jan., 18:36, jos wrote: > > > I have an RPC c

Re: ServletException "Client did not send 139 bytes as expected" when testing a gwt-gadget via iGoogle (during RPC call)

2009-01-19 Thread jos
I'm getting the same behavior in a completely different scenario see my post where use of a return value List causes this failure, but after changing the return to String[], problem goes away... The interesting bits here are that we're both using different stacks so what's your call signature look

Re: RPC call returning List fails

2009-01-20 Thread jos
s was the only thing I changed, possibly a problem in the old library. Thanks for replies... jos On Jan 19, 12:05 am, "alex.d" wrote: > I remember a thread not that long time ago where someone experienced > same trouble with "waiting on NNN bytes". I'm not sure w

Re: problem with rpc!

2009-01-24 Thread jos
I use the actual type in my rpc definitions so, public interface Service extends RemoteService { public ArrayList method(); } Lore, is correct though this is the right way to go, you do need to supply the parametrized type On Jan 23, 10:50 am, Lore wrote: > Any time you want to sen

Re: Search Engine Indexing

2009-01-25 Thread jos
Eric Just to make sure I understood your last point, we should be looking for a search bot indicator like a URL parameter or something, and if we see it we should render our page as statically and flat as possible? Thanks, jos On Jan 24, 5:01 am, Eric Ayers wrote: > Hi Bryan, > I unde

Re: Search Engine Indexing

2009-01-25 Thread jos
indexed. I was discussing another similar problem I have where we use a component that is wrapped by an iframe, how much of the content in that iframe is going to get parsed? Not clear. jos On Jan 23, 11:59 pm, bryanb wrote: > That's the point of my query/question, Why can't the Google b

Re: Search Engine Indexing

2009-01-26 Thread jos
upport/webmasters/bin/answer.py?answer=35769 > > > On Sun, Jan 25, 2009 at 5:04 AM, jos wrote: > > >> Eric > > >> Just to make sure I understood your last point, we should be looking > >> for a search bot indicator > >> like a URL parameter or somethi

GMaps controls not getting ClickEvents

2009-08-12 Thread jos
I am no longer getting ClickEvents on google maps controls I add to map I have a simple GoogleMaps control, just an image in html: HTML infoWidget = new HTML(""); Which I place on the map using Mapitz (yes I know, but I have a working version thats updated if anyone is interested), this code

Re: -noserver 1.5 RPC Help

2008-10-15 Thread jos
"/myproject/myservice"). >> example of what I put in my code geoServiceTarget.setServiceEntryPoint("http://staging.abaqus.net/geo/ gcb/geoservice"); hope this helps jos On Oct 14, 9:34 am, Christopher Venning <[EMAIL PROTECTED]> wrote: > I cannot seem to get the -noserve

offsetheight not changing in button when fontsize is changed

2014-04-05 Thread Jos Flores
Hi there, I am creating a button (b) and changing its font size. The offset width changes automatically, but the height is always the default. b.getOffsetWidth() changes accordingly to the font size, but b.getOffsetHeight() is always 26 (the initial size of the button). Anyone seen something s

Re: css background image

2014-04-05 Thread Jos Flores
You can try using quotes around the name of the image, and using a relative path. something like: background-image: url("img/wood.jpg"); note that there is no / before img (a relative instead of an absolute path to the image). Would that work? On Saturday, 5 April 2014 13:17:05 UTC-4, Dima Red

Re: css background image

2014-04-06 Thread Jos Flores
Agree with Jens. You can also check the style in dev tools. If it's not being found, it's a problem with the path to the image. --- phone.brevity.typos.cheers On 6 Apr 2014 09:43, "Jens" wrote: > Check your browsers dev tools to see if the image / css file