Re: Hibernate4Gwt inherited issue

2009-05-22 Thread SunilBansal

Thanks Noon. I resolved this issue. Now it's not coming on my part.

On May 22, 9:51 am, SunilBansal sunil.ban...@daffodildb.com wrote:
 Hi Noon,

 I know that is simple GWT issue and not HIbernate4GWT issue. I am also
 know what is the main cause of this problem. I am getting this
 exception message because i am going to import another package rather
 than client on the client side class i.e. com.test.modulename.bdo.ABC
 in the com.test.client.modulename.screen package.

 For handling this, i also included the source path like source
 path='bdo'/ in the my entryPoint gwt.xml. And you are also doing the
 same thing in the Hibernate4Gwt test example if i am not wrong.

 My project and package hierarchy is like as:

 I have four projects like Module, ModuleUI, HIbernate4GWTImpl and
 HomeModule. I configured my application like as :
 Module :- all application BDO's and mapping files.
 ModuleUI :- all widgets.
 Hibernate4GWTImpl :- DAO, HIbernate4GWTService,
 Hibernate4GWTServiceImpl and all resources.
 HomeModule :- My main entry point.

 According to that requirements, i created two gwt.xml one is in
 HIbernate4GWTImpl and second is in HomeModule.

 My HomeModule gwt.xml structure is like as :-

 module
       inherits name='com.google.gwt.user.User'/
         source path='bdo'/
         source path='client'/
         inherits name='net.sf.hibernate4gwt.Hibernate4Gwt14'/
         !-- Specify the app entry point class.                   --
         entry-point class=com.shrisure.client.HomeModule /
 /module

 So, according to this, i am thinking i am going on the right way. I
 know there may be very small mistake that is blocking me.

 Could you please help me, for resolving this issue.

 I know Hibernate4GWT has been renamed and it's Gilead infect not
 HIbernate4GWT but first of all it should work in my application
 whatever it's Gilead or Hibernate4GWT and that is no mean for me is it
 Gilead or Hibernate4GWT.

 I am thinking in very simple way... if please configured whatever you
 have and also check how i can take benefits of this in my application
 then think further i.e. it's Gilead or HIbernate4GWT whatever.

 I am using GWT 1.5.3, JDK 1.5 with Hibernate4GWT.

 Please tell me where i am doing wrong?

 Regards,

 SUnil.

 On May 21, 11:20 pm, noon bruno.marches...@gmail.com wrote:

  Hi,

  First, this issue is not related to Hibernate4GWT, but is a simple GWT
  issue (your gwt.xml file may be misplaced).

  Furthermore, the Hibernate4GWT library has been renamed and keeps on
  evolving as Gilead (http://gilead.sourceforge.net).

  Regards
  Bruno

  On 21 mai, 17:33, SunilBansal sunil.ban...@daffodildb.com wrote:

   Hi All,

   Can anybody give me an idea how can i resolve this issue.

   On May 21, 6:52 pm, Sanj sunil.ban...@daffodildb.com wrote:

Hi All,

I am new toHibernate4GWT. I try to implement in my module and follow
the same instruction as given in theHibernate4GWTtest case.

According to that one, i creates my BDO's  in com.test.modulename.bdo
package and imported in the client or widgets. But i am facing some
issue i.e.

[ERROR] Line 16: No source code is available for type
com.test.modulename.bdo.ABC; did you forget to inherit a required
module?

While i also included the source path in the gwt.xml file as :-

source path='bdo'/
source path='client'/

Then also not able to resolve that issue.

Please give me solution on that issue.

Regards,

Sunil.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Hibernate4Gwt inherited issue

2009-05-21 Thread Sanj

Hi All,


I am new to Hibernate4GWT. I try to implement in my module and follow
the same instruction as given in the Hibernate4GWT test case.

According to that one, i creates my BDO's  in com.test.modulename.bdo
package and imported in the client or widgets. But i am facing some
issue i.e.

[ERROR] Line 16: No source code is available for type
com.test.modulename.bdo.ABC; did you forget to inherit a required
module?

While i also included the source path in the gwt.xml file as :-

source path='bdo'/
source path='client'/

Then also not able to resolve that issue.

Please give me solution on that issue.

Regards,

Sunil.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Hibernate4Gwt inherited issue

2009-05-21 Thread SunilBansal

Hi All,

Can anybody give me an idea how can i resolve this issue.




On May 21, 6:52 pm, Sanj sunil.ban...@daffodildb.com wrote:
 Hi All,

 I am new toHibernate4GWT. I try to implement in my module and follow
 the same instruction as given in theHibernate4GWTtest case.

 According to that one, i creates my BDO's  in com.test.modulename.bdo
 package and imported in the client or widgets. But i am facing some
 issue i.e.

 [ERROR] Line 16: No source code is available for type
 com.test.modulename.bdo.ABC; did you forget to inherit a required
 module?

 While i also included the source path in the gwt.xml file as :-

 source path='bdo'/
 source path='client'/

 Then also not able to resolve that issue.

 Please give me solution on that issue.

 Regards,

 Sunil.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Hibernate4Gwt inherited issue

2009-05-21 Thread noon

Hi,

First, this issue is not related to Hibernate4GWT, but is a simple GWT
issue (your gwt.xml file may be misplaced).

Furthermore, the Hibernate4GWT library has been renamed and keeps on
evolving as Gilead (http://gilead.sourceforge.net).

Regards
Bruno

On 21 mai, 17:33, SunilBansal sunil.ban...@daffodildb.com wrote:
 Hi All,

 Can anybody give me an idea how can i resolve this issue.

 On May 21, 6:52 pm, Sanj sunil.ban...@daffodildb.com wrote:

  Hi All,

  I am new toHibernate4GWT. I try to implement in my module and follow
  the same instruction as given in theHibernate4GWTtest case.

  According to that one, i creates my BDO's  in com.test.modulename.bdo
  package and imported in the client or widgets. But i am facing some
  issue i.e.

  [ERROR] Line 16: No source code is available for type
  com.test.modulename.bdo.ABC; did you forget to inherit a required
  module?

  While i also included the source path in the gwt.xml file as :-

  source path='bdo'/
  source path='client'/

  Then also not able to resolve that issue.

  Please give me solution on that issue.

  Regards,

  Sunil.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Hibernate4Gwt inherited issue

2009-05-21 Thread SunilBansal

Hi Noon,


I know that is simple GWT issue and not HIbernate4GWT issue. I am also
know what is the main cause of this problem. I am getting this
exception message because i am going to import another package rather
than client on the client side class i.e. com.test.modulename.bdo.ABC
in the com.test.client.modulename.screen package.

For handling this, i also included the source path like source
path='bdo'/ in the my entryPoint gwt.xml. And you are also doing the
same thing in the Hibernate4Gwt test example if i am not wrong.

My project and package hierarchy is like as:

I have four projects like Module, ModuleUI, HIbernate4GWTImpl and
HomeModule. I configured my application like as :
Module :- all application BDO's and mapping files.
ModuleUI :- all widgets.
Hibernate4GWTImpl :- DAO, HIbernate4GWTService,
Hibernate4GWTServiceImpl and all resources.
HomeModule :- My main entry point.

According to that requirements, i created two gwt.xml one is in
HIbernate4GWTImpl and second is in HomeModule.

My HomeModule gwt.xml structure is like as :-

module
  inherits name='com.google.gwt.user.User'/
source path='bdo'/
source path='client'/
inherits name='net.sf.hibernate4gwt.Hibernate4Gwt14'/
!-- Specify the app entry point class.   --
entry-point class=com.shrisure.client.HomeModule /
/module

So, according to this, i am thinking i am going on the right way. I
know there may be very small mistake that is blocking me.

Could you please help me, for resolving this issue.

I know Hibernate4GWT has been renamed and it's Gilead infect not
HIbernate4GWT but first of all it should work in my application
whatever it's Gilead or Hibernate4GWT and that is no mean for me is it
Gilead or Hibernate4GWT.

I am thinking in very simple way... if please configured whatever you
have and also check how i can take benefits of this in my application
then think further i.e. it's Gilead or HIbernate4GWT whatever.

I am using GWT 1.5.3, JDK 1.5 with Hibernate4GWT.

Please tell me where i am doing wrong?

Regards,

SUnil.












On May 21, 11:20 pm, noon bruno.marches...@gmail.com wrote:
 Hi,

 First, this issue is not related to Hibernate4GWT, but is a simple GWT
 issue (your gwt.xml file may be misplaced).

 Furthermore, the Hibernate4GWT library has been renamed and keeps on
 evolving as Gilead (http://gilead.sourceforge.net).

 Regards
 Bruno

 On 21 mai, 17:33, SunilBansal sunil.ban...@daffodildb.com wrote:

  Hi All,

  Can anybody give me an idea how can i resolve this issue.

  On May 21, 6:52 pm, Sanj sunil.ban...@daffodildb.com wrote:

   Hi All,

   I am new toHibernate4GWT. I try to implement in my module and follow
   the same instruction as given in theHibernate4GWTtest case.

   According to that one, i creates my BDO's  in com.test.modulename.bdo
   package and imported in the client or widgets. But i am facing some
   issue i.e.

   [ERROR] Line 16: No source code is available for type
   com.test.modulename.bdo.ABC; did you forget to inherit a required
   module?

   While i also included the source path in the gwt.xml file as :-

   source path='bdo'/
   source path='client'/

   Then also not able to resolve that issue.

   Please give me solution on that issue.

   Regards,

   Sunil.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---