Re: Problems releated to javaMail in GWT application

2010-06-07 Thread Asmaa EL MOKHTARI
Hi ,

you i used GWT-RPC to resolve the problems in my application but i found the
same problems as before,

[ERROR] [ilemErp] Errors in
'file:/D:/workspace/ilemERP/osi/osi-client/src/main/java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java'
18:03:49.070 [ERROR] [ilemErp] Line 1028: No source code is available for
type com.framework.genie.utilities.Utilities; did you forget to inherit a
required module?
18:03:49.086 [ERROR] [ilemErp] Line 1037: No source code is available for
type javax.mail.Session; did you forget to inherit a required module?
18:03:49.101 [ERROR] [ilemErp] Line 1040: No source code is available for
type javax.mail.Message; did you forget to inherit a required module?
18:03:49.101 [ERROR] [ilemErp] Line 1040: No source code is available for
type javax.mail.internet.MimeMessage; did you forget to inherit a required
module?
18:03:49.117 [ERROR] [ilemErp] Line 1043: No source code is available for
type javax.mail.internet.InternetAddress; did you forget to inherit a
required module?

Please what can i do now?


2010/6/5 Asmaa EL MOKHTARI 

> okay thank you so mutch.
>
>
> 2010/6/5 Stefan Bachert 
>
> Hi Asmaa,
>>
>> GWT-RPC is as simple as possible.
>> Any starter application created with the eclipse plugin will create an
>> GWT-RPC call.
>> You just need to create two interfaces and one implementation for the
>> service.
>>
>> Just have a look at the GWT-docu
>>
>> http://code.google.com/intl/de-DE/webtoolkit/doc/latest/tutorial/RPC.html
>>
>> Stefan Bachert
>> http://gwtworld.de
>>
>>
>> On 4 Jun., 18:50, Asmaa EL MOKHTARI 
>> wrote:
>> > Thank u so mutch shaffer for all these explanations.Really, i can now
>> > understand the source of the problem.But i don't khow how to use GWT-RPC
>> is
>> > it difficult?
>> >
>> > 2010/6/4 Paul Grenyer > Nope. You can't send
>> email from the client as far as I'm aware.
>> >
>> > > Paul
>> > > --
>> > > *From: * Asmaa EL MOKHTARI 
>> > > *Date: *Fri, 4 Jun 2010 16:22:19 +
>> > > *To: *
>> > > *Subject: *Re: Problems releated to javaMail in GWT application
>> >
>> > > *Thank you Paul for responding.But there is'nt another way to resolve
>> this
>> > > problem. Because i heared that we can insert some inheritis in the
>> file
>> > > x.gwt.xml?*
>> >
>> > > 2010/6/4 Paul Grenyer 
>> >
>> > >> Hi
>> >
>> > >> Send email from the server side via an RPC call.
>> >
>> > >> Paul
>> >
>> > >> -Original Message-
>> > >> From: samounas 
>> > >> Date: Fri, 4 Jun 2010 08:57:36
>> > >> To: Google Web Toolkit
>> > >> Subject: Problems releated to javaMail in GWT  application
>> >
>> > >> Please can you tell me how to use javaMail in gwt application.
>> > >> Because when i insert the code related to the mailing in my
>> > >> application. I find these errors when i wanted to compile my code:
>> >
>> > >> [ERROR] Errors in
>> 'file:/D:/workspace/ilemERP/osi/osi-client/src/main/
>> > >> java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java'
>> > >> [ERROR] Line 985: No source code is available for type
>> > >> java.util.Properties; did you forget to inherit a required module?
>> > >> [ERROR] Line 986: No source code is available for type
>> > >> com.framework.genie.utilities.Utilities; did you forget to inherit a
>> > >> required module?
>> > >> [ERROR] Line 995: No source code is available for type
>> > >> javax.mail.Session; did you forget to inherit a required module?
>> > >> [ERROR] Line 998: No source code is available for type
>> > >> javax.mail.Message; did you forget to inherit a required module?
>> > >> [ERROR] Line 998: No source code is available for type
>> > >> javax.mail.internet.MimeMessage; did you forget to inherit a required
>> > >> module?
>> > >> [ERROR] Line 1001: No source code is available for type
>> > >> javax.mail.internet.InternetAddress; did you forget to inherit a
>> > >> required module?
>> > >> [ERROR] Line 1002: No source code is available for type
>> > >> javax.mail.Message.RecipientType; did you forget to inherit a
>> required
>> > >

Re: Problems releated to javaMail in GWT application

2010-06-05 Thread Asmaa EL MOKHTARI
okay thank you so mutch.


2010/6/5 Stefan Bachert 

> Hi Asmaa,
>
> GWT-RPC is as simple as possible.
> Any starter application created with the eclipse plugin will create an
> GWT-RPC call.
> You just need to create two interfaces and one implementation for the
> service.
>
> Just have a look at the GWT-docu
>
> http://code.google.com/intl/de-DE/webtoolkit/doc/latest/tutorial/RPC.html
>
> Stefan Bachert
> http://gwtworld.de
>
>
> On 4 Jun., 18:50, Asmaa EL MOKHTARI 
> wrote:
> > Thank u so mutch shaffer for all these explanations.Really, i can now
> > understand the source of the problem.But i don't khow how to use GWT-RPC
> is
> > it difficult?
> >
> > 2010/6/4 Paul Grenyer > Nope. You can't send
> email from the client as far as I'm aware.
> >
> > > Paul
> > > --
> > > *From: * Asmaa EL MOKHTARI 
> > > *Date: *Fri, 4 Jun 2010 16:22:19 +
> > > *To: *
> > > *Subject: *Re: Problems releated to javaMail in GWT application
> >
> > > *Thank you Paul for responding.But there is'nt another way to resolve
> this
> > > problem. Because i heared that we can insert some inheritis in the file
> > > x.gwt.xml?*
> >
> > > 2010/6/4 Paul Grenyer 
> >
> > >> Hi
> >
> > >> Send email from the server side via an RPC call.
> >
> > >> Paul
> >
> > >> -Original Message-
> > >> From: samounas 
> > >> Date: Fri, 4 Jun 2010 08:57:36
> > >> To: Google Web Toolkit
> > >> Subject: Problems releated to javaMail in GWT  application
> >
> > >> Please can you tell me how to use javaMail in gwt application.
> > >> Because when i insert the code related to the mailing in my
> > >> application. I find these errors when i wanted to compile my code:
> >
> > >> [ERROR] Errors in 'file:/D:/workspace/ilemERP/osi/osi-client/src/main/
> > >> java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java'
> > >> [ERROR] Line 985: No source code is available for type
> > >> java.util.Properties; did you forget to inherit a required module?
> > >> [ERROR] Line 986: No source code is available for type
> > >> com.framework.genie.utilities.Utilities; did you forget to inherit a
> > >> required module?
> > >> [ERROR] Line 995: No source code is available for type
> > >> javax.mail.Session; did you forget to inherit a required module?
> > >> [ERROR] Line 998: No source code is available for type
> > >> javax.mail.Message; did you forget to inherit a required module?
> > >> [ERROR] Line 998: No source code is available for type
> > >> javax.mail.internet.MimeMessage; did you forget to inherit a required
> > >> module?
> > >> [ERROR] Line 1001: No source code is available for type
> > >> javax.mail.internet.InternetAddress; did you forget to inherit a
> > >> required module?
> > >> [ERROR] Line 1002: No source code is available for type
> > >> javax.mail.Message.RecipientType; did you forget to inherit a required
> > >> module?
> > >> [ERROR] Line 1005: No source code is available for type
> > >> javax.mail.internet.MimeUtility; did you forget to inherit a required
> > >> module?
> > >> [ERROR] Line 1029: No source code is available for type
> > >> javax.mail.Transport; did you forget to inherit a required module?
> > >> [ERROR] Line 1031: No source code is available for type
> > >> com.framework.genie.log.LoggerFactory; did you forget to inherit a
> > >> required module?
> > >>   Finding entry point classes
> > >>  [ERROR] Unable to find type 'ch.ilem.erp.osi.client.IlemErpOsi'
> > >> [ERROR] Hint: Previous compiler errors may have made this
> > >> type unavailable
> > >> [ERROR] Hint: Check the inheritance chain from your module;
> > >> it may not be inheriting a required module or a module may not be
> > >> adding its source path entries properly
> >
> > >> So how can i resolve this problem?
> >
> > >> --
> > >> 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-tool...@googlegroups.com.
> &g

Re: Problems releated to javaMail in GWT application

2010-06-04 Thread Asmaa EL MOKHTARI
Thank u so mutch shaffer for all these explanations.Really, i can now
understand the source of the problem.But i don't khow how to use GWT-RPC is
it difficult?

2010/6/4 Paul Grenyer 

> Nope. You can't send email from the client as far as I'm aware.
>
> Paul
> ----------
> *From: * Asmaa EL MOKHTARI 
> *Date: *Fri, 4 Jun 2010 16:22:19 +
> *To: *
> *Subject: *Re: Problems releated to javaMail in GWT application
>
> *Thank you Paul for responding.But there is'nt another way to resolve this
> problem. Because i heared that we can insert some inheritis in the file
> x.gwt.xml?*
>
>
>
> 2010/6/4 Paul Grenyer 
>
>> Hi
>>
>> Send email from the server side via an RPC call.
>>
>> Paul
>>
>> -Original Message-
>> From: samounas 
>> Date: Fri, 4 Jun 2010 08:57:36
>> To: Google Web Toolkit
>> Subject: Problems releated to javaMail in GWT  application
>>
>> Please can you tell me how to use javaMail in gwt application.
>> Because when i insert the code related to the mailing in my
>> application. I find these errors when i wanted to compile my code:
>>
>> [ERROR] Errors in 'file:/D:/workspace/ilemERP/osi/osi-client/src/main/
>> java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java'
>> [ERROR] Line 985: No source code is available for type
>> java.util.Properties; did you forget to inherit a required module?
>> [ERROR] Line 986: No source code is available for type
>> com.framework.genie.utilities.Utilities; did you forget to inherit a
>> required module?
>> [ERROR] Line 995: No source code is available for type
>> javax.mail.Session; did you forget to inherit a required module?
>> [ERROR] Line 998: No source code is available for type
>> javax.mail.Message; did you forget to inherit a required module?
>> [ERROR] Line 998: No source code is available for type
>> javax.mail.internet.MimeMessage; did you forget to inherit a required
>> module?
>> [ERROR] Line 1001: No source code is available for type
>> javax.mail.internet.InternetAddress; did you forget to inherit a
>> required module?
>> [ERROR] Line 1002: No source code is available for type
>> javax.mail.Message.RecipientType; did you forget to inherit a required
>> module?
>> [ERROR] Line 1005: No source code is available for type
>> javax.mail.internet.MimeUtility; did you forget to inherit a required
>> module?
>> [ERROR] Line 1029: No source code is available for type
>> javax.mail.Transport; did you forget to inherit a required module?
>> [ERROR] Line 1031: No source code is available for type
>> com.framework.genie.log.LoggerFactory; did you forget to inherit a
>> required module?
>>   Finding entry point classes
>>  [ERROR] Unable to find type 'ch.ilem.erp.osi.client.IlemErpOsi'
>> [ERROR] Hint: Previous compiler errors may have made this
>> type unavailable
>> [ERROR] Hint: Check the inheritance chain from your module;
>> it may not be inheriting a required module or a module may not be
>> adding its source path entries properly
>>
>>
>> So how can i resolve this problem?
>>
>> --
>> 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-tool...@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.
>>
>> --
>> 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-tool...@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.
>>
>>
>  --
> 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-tool...@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.
>
> --
> You received this message because you are subscribed to the Goog

Re: Problems releated to javaMail in GWT application

2010-06-04 Thread Asmaa EL MOKHTARI
*Thank you Paul for responding.But there is'nt another way to resolve this
problem. Because i heared that we can insert some inheritis in the file
x.gwt.xml?*



2010/6/4 Paul Grenyer 

> Hi
>
> Send email from the server side via an RPC call.
>
> Paul
>
> -Original Message-
> From: samounas 
> Date: Fri, 4 Jun 2010 08:57:36
> To: Google Web Toolkit
> Subject: Problems releated to javaMail in GWT  application
>
> Please can you tell me how to use javaMail in gwt application.
> Because when i insert the code related to the mailing in my
> application. I find these errors when i wanted to compile my code:
>
> [ERROR] Errors in 'file:/D:/workspace/ilemERP/osi/osi-client/src/main/
> java/ch/ilem/erp/osi/client/panel/cust/OsiReqNewPanel.java'
> [ERROR] Line 985: No source code is available for type
> java.util.Properties; did you forget to inherit a required module?
> [ERROR] Line 986: No source code is available for type
> com.framework.genie.utilities.Utilities; did you forget to inherit a
> required module?
> [ERROR] Line 995: No source code is available for type
> javax.mail.Session; did you forget to inherit a required module?
> [ERROR] Line 998: No source code is available for type
> javax.mail.Message; did you forget to inherit a required module?
> [ERROR] Line 998: No source code is available for type
> javax.mail.internet.MimeMessage; did you forget to inherit a required
> module?
> [ERROR] Line 1001: No source code is available for type
> javax.mail.internet.InternetAddress; did you forget to inherit a
> required module?
> [ERROR] Line 1002: No source code is available for type
> javax.mail.Message.RecipientType; did you forget to inherit a required
> module?
> [ERROR] Line 1005: No source code is available for type
> javax.mail.internet.MimeUtility; did you forget to inherit a required
> module?
> [ERROR] Line 1029: No source code is available for type
> javax.mail.Transport; did you forget to inherit a required module?
> [ERROR] Line 1031: No source code is available for type
> com.framework.genie.log.LoggerFactory; did you forget to inherit a
> required module?
>   Finding entry point classes
>  [ERROR] Unable to find type 'ch.ilem.erp.osi.client.IlemErpOsi'
> [ERROR] Hint: Previous compiler errors may have made this
> type unavailable
> [ERROR] Hint: Check the inheritance chain from your module;
> it may not be inheriting a required module or a module may not be
> adding its source path entries properly
>
>
> So how can i resolve this problem?
>
> --
> 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-tool...@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.
>
> --
> 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-tool...@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.
>
>

-- 
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-tool...@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: Ilogical problem on GWT

2010-04-15 Thread Asmaa EL MOKHTARI
I find one error witch is:

*SVN: '0x0041: Check cache before repaint' operation finished with
error: svn: Unable to lock url

org.eclipse.team.svn.core.connector.SVNConnectorException: svn: Unable to
lock*

In the other hand, i can't see the changes witch i made in the project
without restarting the computer.

So i spent a lot of time in the deployement.


2010/4/15 VĂ­ctor Llorens Vilella 

> You may give more information. Some sort of concrete information.
>
> Could be some sort of out of sync problem? Try to refresh your
> workspace/project (F5) after save changes or building.
>
>
>
> On 15 April 2010 16:27, kozura  wrote:
>
>> Computers are eminently logical, programmers on the other hand..
>>
>> From the barest mote of information you provide about your problem,
>> maybe it's caching, look at the bottom of
>>
>> http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html
>>
>> On Apr 15, 8:14 am, Asmaa EL MOKHTARI 
>> wrote:
>> > Please, i need your help!
>> >
>> > 2010/4/15 samounas 
>> >
>> > > I have a problem with the deployment of my project.
>> > > The changes I make on my project in GWT appear on my project after
>> > > restarting my computer.
>> > > this is something profoundly illogical.
>> > > So can u help me please.
>>
>> --
>> 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-tool...@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.
>>
>>
>
>
> --
> Victor Llorens Vilella
>
>
>  --
> 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-tool...@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.
>

-- 
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-tool...@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: Ilogical problem on GWT

2010-04-15 Thread Asmaa EL MOKHTARI
Please, i need your help!


2010/4/15 samounas 

> I have a problem with the deployment of my project.
> The changes I make on my project in GWT appear on my project after
> restarting my computer.
> this is something profoundly illogical.
> So can u help me please.

-- 
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-tool...@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.