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

2006-03-02 Thread Linuso
ineverstop wrote : | 1) creat a interface named IMarshalledValue.java then compile it, src like: | public interface IMarshalledValue extends Serializable {} | I'm pretty new to this, just testing around.. but.. I created a file named IMarshalledValue.java containing: public interface

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

2006-03-02 Thread Linuso
ineverstop wrote : 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,

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

2006-03-02 Thread Linuso
I dont know if it mathers.. but I'm running on fedora core 4 jdk 1.5.0_06 jboss-4.0.4 also try jboss-4.0.3 sp1 whit same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3927464#3927464 Reply to the post :

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

2006-03-02 Thread Linuso
ineverstop wrote : 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

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

2006-03-02 Thread Linuso
ineverstop wrote : i've send the applet.jar package file to your mail box.pls check it. | | [EMAIL PROTECTED] BIG THANKS!! :-) It works fine now whit your applet.jar.. So strange.. I did exaktly like you told.. View the original post :

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

2006-02-25 Thread Linuso
I have the problem that the java applet to the left in the webconsole is not loading.. In the lower left corner of Internetexplorer : java.lang.NoClassDefFoundError:org/jboss/util/stram/IMarshalledValue. Anyone know what could be wrong? View the original post :