[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-04-02 Thread ineverstop
diamatar wrote : hi ineverstop | I met the same problem , | | Should you can send the applet.jar package file to me ? | | my mail box : [EMAIL PROTECTED] | | thanks very much . | | I've send the applet.jar package file to your email box. pls check it. View the original

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-13 Thread ineverstop
qwfycj wrote : I met the same problem , Should you can send the applet.jar package file to me ? | my mail box : [EMAIL PROTECTED] | thanks very much. | | no problem, qwfycj ! i've send the applet.jar file to your mail box. pls check it. :) [EMAIL PROTECTED] View the original post

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-05 Thread ineverstop
[EMAIL PROTECTED] wrote : I also want to thank you for your instructions. | I was able to rebuild my jar file and now I can see the tree. However I did notice a few things in your instructions: | 1. The folder should be stream not stram. | However this is possilby a typo based on the

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-02 Thread ineverstop
try it again: package org.jboss.util.stram; | | import java.io.Serializable; | | public interface IMarshalledValue extends Serializable {} it's really a hard job for a new one to do it; if you can't finish it by you self, give me your email address, i could mail the applet.jar file

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-02 Thread ineverstop
i confirm my new applet.jar package file again, in the end, i found my new folder i added is stream instead of stram in my folder tree; my folder looks like: org/jboss/util/stream/IMarshalledValue.class if it is the reason of the problem, you nedd to modify IMarshalledValue.java file like:

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-02 Thread ineverstop
i've send the applet.jar package file to your mail box.pls check it. [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3927496#3927496 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-02 Thread ineverstop
Your welcome, Linuso. Glad to be of help. [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3927634#3927634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927634

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-01 Thread ineverstop
i hava meet the problem with jboss4.0.4 recentlly. the reason i found is : IMarshalledValue interface does not exist in the applet.jar which include the classes for webconsole. i hava find a solution for this: 1) creat a interface named IMarshalledValue.java then compile it, src like:

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-01 Thread ineverstop
2) unzip the applet.jar file as a folder tree, add a sub folder named stram under org/jboss/util/ and then copy IMarshalledValue.class to it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3927053#3927053 Reply to the post :