Daisuke-Shimada / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

No source code is available for type org.openid4java.message.AuthRequest; did you forget to inherit a required module? #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
HOw install openid4javaa

can you help pls

Original issue reported on code.google.com by albayra...@gmail.com on 24 Apr 2010 at 1:20

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/openid4java/wiki/Installation

For maven2 users: MavenHowTo 
http://code.google.com/p/openid4java/wiki/MavenHowTo

Original comment by zhoushu...@gmail.com on 24 Apr 2010 at 1:30

GoogleCodeExporter commented 8 years ago
thank you your answer 
actually i try it but for example when i use some class like AuthRequest
its give error when its start to onModuleLoad()

16:25:22.642 [ERROR] [dene6] Line 31: No source code is available for type
org.openid4java.message.AuthRequest; did you forget to inherit a required 
module?

i dont understand whats proplem. 

Original comment by albayra...@gmail.com on 24 Apr 2010 at 2:29

GoogleCodeExporter commented 8 years ago
i takes same error again i want to use openid4java 
i put *.jar about openid and i give it as built path i  writed

dene6.java

    import org.openid4java.message.AuthRequest;
    import com.extjs.gxt.ui.client.widget.form.TextField;
    import com.google.gwt.core.client.EntryPoint;
    public class Dene6 implements EntryPoint {
        public void onModuleLoad() {
        AuthRequest as;
            TextField ass = new TextField();
            RootPanel.get().add(ass);}}

this is my dene6.gwt.xml

        <?xml version="1.0" encoding="UTF-8"?>
        <module rename-to='dene6'>
          <inherits name='com.google.gwt.user.User'/>
        <inherits name='com.extjs.gxt.ui.GXT'></inherits>
          <inherits name='com.google.gwt.user.theme.standard.Standard'/>
          <entry-point class='dene.client.Dene6'/>
          <source path='client'/>
          <source path='shared'/>
    </module>
when onModuleLoad() start
its give

    16:56:13.622 [DEBUG] [dene6] Validating newly compiled units
    16:56:13.628 [ERROR] [dene6] Errors in
'file:/C:/Users/BNYMN/workspace/dene6/src/dene/client/Dene6.java'
    16:56:13.654 [ERROR] [dene6] Line 31: No source code is available for type
org.openid4java.message.AuthRequest; did you forget to inherit a required 
module?
    16:56:15.454 [TRACE] [dene6] Finding entry point classes
    16:56:15.459 [ERROR] [dene6] Unable to find type 'dene.client.Dene6'
    16:56:15.476 [ERROR] [dene6] Hint: Previous compiler errors may have made this
type unavailable
    16:56:15.495 [ERROR] [dene6] 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
    16:56:15.514 [ERROR] [dene6] Failed to load module 'dene6' from user agent
'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401
Firefox/3.6.3' at 127.0.0.1:53236

can someone help me pls?

Original comment by albayra...@gmail.com on 24 Apr 2010 at 4:55

GoogleCodeExporter commented 8 years ago
http://www.vogella.de/articles/GWT/ar01s07.html

Original comment by zhoushu...@gmail.com on 24 Apr 2010 at 5:44

GoogleCodeExporter commented 8 years ago
but i want to add *.jar about openid4java files 
i do it as built path editor does not show a error but 
when i start my application its give errors
i think i have to put a < inherits>  about open id but i dont know how i can

Original comment by albayra...@gmail.com on 25 Apr 2010 at 1:24

GoogleCodeExporter commented 8 years ago
thank you very much your advise but
i tried  a lot of way to solve my proplem i can do my .gwt.xml whenever
but i cant use any .jar files it has to .java file 

Actually i cant use any import without put <inherits> 
so my application gives same error for java.net.URL
should i find to files that its  .java of extends for java.net.URL
its has to another solve

so what is proplem ? what do you think about this?

Original comment by albayra...@gmail.com on 26 Apr 2010 at 6:29

GoogleCodeExporter commented 8 years ago
I have no idea about gwt, I think you can find/ask this question in gwt
FAQ/forums/mailing list.

Original comment by zhoushu...@gmail.com on 26 Apr 2010 at 6:35

GoogleCodeExporter commented 8 years ago
really i am very tired i couldnt sleep as well for one week thank you very much 
your
help  i will try to ask 

Original comment by albayra...@gmail.com on 26 Apr 2010 at 6:46

GoogleCodeExporter commented 8 years ago
i tried to write server-side its look like okey 
thank you very much

Original comment by albayra...@gmail.com on 28 Apr 2010 at 2:08

GoogleCodeExporter commented 8 years ago

Original comment by zhoushu...@gmail.com on 28 Apr 2010 at 2:11