Re: Hibernate ClassCastException in GWT hosted mode only

2012-09-25 Thread Meng
You helped me .thanks so muck.
 
 

在 2012年5月25日星期五UTC+8下午9时44分02秒,federevo写道:

> Hi all,
>
> here the procedure to apply the patch while  4.1.4 is not relased.
> 1. create a source folder (ie: src_patch) in your eclipse project
> 2. create the package org.hibernate.service.classloading.internal;
> 3. copy the patched source file ClassLoaderServiceImpl.java (attached) in 
> the package (patch from v4.1.3)
>
>
> 
>
> -> eclipse will compile the class in web-inf/classes and it will override 
> the old class
>
> Vincent
>
>
> Le jeudi 17 mai 2012 20:46:37 UTC+2, Christomania a écrit :
>>
>> Has somebody found a way to try the patch described here  
>> https://hibernate.onjira.com/browse/HHH-7084 ?
>>
>> Le mardi 1 mai 2012 18:42:18 UTC+2, AK a écrit :
>>>
>>> Same question, as it has been almost 2 months.  Any word on ways to 
>>> get this to work without downgrading hibernate?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/316F0zJaMQQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: IE error can't debug!

2009-05-28 Thread meng

just edit the compiled script, change

if (o.nodeType) {

to

if (o && o.nodeType) {
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GChart: Can i have gray dotted gridlines and solid axes?

2008-10-09 Thread meng

Hi,

I can't find ways to style the gridlines.I only find
chart.getYAxis().setHasGridlines(true);


can i have thin dotted gray gridlines  and thick solid dark Axes?

thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Layout challenge using flowpanel

2008-09-04 Thread meng

I think i missed out sth previously as part of a large project...

It works as expected in a standalone module (@ 
http://202.150.210.26/test/MyProject.zip
for those interested), with minor issue in firefox (you will see if
you try my code...).

On Sep 4, 8:28 pm, Thomas Broyer <[EMAIL PROTECTED]> wrote:
> On 4 sep, 09:55, meng <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > i try to accomplish the layout as shown 
> > athttp://202.150.210.26/test/temp.jpg
> > .
>
> > i have tried using flowpanel but can't get it work in ie. can anyone
> > help me? thanks.
>
> Could you share some code? what have you tried? what does it give in
> IE that makes you say it doesn't "work"?
>
> FlowPanel seems to be the widget of choice here, with a float:left on
> the image.
> Eventually, you could use an HTMLPanel, feeding it with some HTML and
> then "injecting" your widgets inside.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Layout challenge using flowpanel

2008-09-04 Thread meng

i don't think the absolutepanel can help in rendering the "a lot text
alot text" sectionthanks anyway

On Sep 4, 4:07 pm, Len <[EMAIL PROTECTED]> wrote:
> You could take a look at AbsolutePanel depending on what your aim is :)
>
> 2008/9/4 meng <[EMAIL PROTECTED]>:
>
>
>
> > Hi,
>
> > i try to accomplish the layout as shown 
> > athttp://202.150.210.26/test/temp.jpg
> > .
>
> > i have tried using flowpanel but can't get it work in ie. can anyone
> > help me? thanks.
>
> > (very strange, if i copy the generated html codes using firebug and
> > create a plain html files, ie will render as desired )
>
> > thanks a lot
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT Layout challenge using flowpanel

2008-09-04 Thread meng

Hi,

i try to accomplish the layout as shown at http://202.150.210.26/test/temp.jpg
.

i have tried using flowpanel but can't get it work in ie. can anyone
help me? thanks.

(very strange, if i copy the generated html codes using firebug and
create a plain html files, ie will render as desired )

thanks a lot
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Getting the generated RPC POST payload in the client

2008-08-28 Thread meng

btw, a "large RPC call" may not be large at all in terms of network
latency...

On Aug 28, 1:16 am, walden <[EMAIL PROTECTED]> wrote:
> Julien,
>
> By "large RPC call" do you mean that you would like to post a large
> body of data to the server?  Sniffing around your question a bit, it
> seems like you may not be aware of GWT-RPC, because sending arbitrary
> amounts of data to the server using that involves no programming
> gymnastics at all.  Can you clarify a bit where you are and how you
> got there?
>
> Walden
>
> On Aug 26, 8:47 pm, Julien Wetterwald <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Hi all,
>
> > My company started using GWT for a project a few weeks ago and I must
> > say we all enjoy working with it. I am currently running into a small
> > problem and thought some of you guys may be able to give me a few
> > advices.
>
> > I would like to perform a large RPC call using a nested IFRAME. In
> > order to do that, I'm trying to encode the call as a GET request (by
> > passing the payload as a parameter) so that I can modify the URL of
> > the IFRAME.
>
> > I've successfully modified my servlet to decode the call, but I have
> > trouble modifying the client. I know that I won't be able to get the
> > nice "method call" syntax, but I was hoping to be able to reuse parts
> > of the serialization logic.
>
> > Given a proxy for the remote service, the name of the method and a
> > list of parameter types and values, is there a way to generate a
> > string containing the payload?
>
> > I tried to use createStreamWriter() of RemoteServiceProxy but the
> > returned writer doesn't seem to encode the payload with the same data
> > as usual calls.
>
> > Thanks for your help,
> > Julien- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---