[JBoss-user] [The Lizzard's corner] - Re: Question about the WebConsole Applet

2005-03-10 Thread berlinbrown
It looks like we are invoking JBoss beans through HTTP, through the applet. the Invocation as a serialized MarshalledInvocation object. This is using the URL class for now but this should be improved to a cluster aware layer with full usage of HTTP 1.1 features, pooling, etc. View the or

[JBoss-user] [The Lizzard's corner] - Question about the WebConsole Applet

2005-03-10 Thread berlinbrown
I noticed the JBoss 4.0.0+ console, the applet provided on http://localhost:8080/web-console/ is really fast and almost zero download. What is the source of this application mostly made up of. I would like to write similar applications, but dont want to include all the *.jars in the JBoss 'clie

[JBoss-user] [Management, JMX/JBoss] - Re: MBean and how to add to Classpath

2005-01-23 Thread berlinbrown
Anyway, right now, I have to add that particular jar file so that I can use a particular resource in it. System.setProperty("java.class.path", System.getProperty("java.class.path") + ":"); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863328

[JBoss-user] [Management, JMX/JBoss] - MBean and how to add to Classpath

2005-01-23 Thread berlinbrown
I have setup a simple MBean Service, the jar is located in default/deploy/TestMBean.jar(for example) and with everything works fine, but I noticed that when I print the Classpath using System.getProperty("java.class.path") that particular TestMBean.jar doesnt appear in the list. Can I

[JBoss-user] [Beginners Corner] - JBoss MBean and start thread

2005-01-21 Thread berlinbrown
Is there code out there for starting a thread in JBoss, mainly within in a MBean. I could do it the normal way, but I just want to make sure there isnt a JBoss way of doing it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863134#3863134 Reply to the post

[JBoss-user] [Installation & Configuration] - gentoo and rc-update

2004-08-11 Thread berlinbrown
Is it safe to wrap bin/run.sh around the rc-update style scripts in gentoo, I would like to run JBOSS as far in the background as possible for a java service. I could hack together some scripts, but will run.sh and an init.d script operate in background mode? View the original post : http://ww

[JBoss-user] [Installation & Configuration] - Re: MySQL error with JMS-Server

2004-08-04 Thread berlinbrown
It might be jboss is trying to use a method not in the JDBC driver, DataSource? or something, that is my guess. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844090#3844090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss should give some sample applications to beginners!

2004-08-03 Thread berlinbrown
Yea, I think that is right, that is the index.jsp that has nothing in it. Actually, I dont think I have any servlet-code that connects to a session bean in a full package, maybe somewhere on the site. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844035#384

[JBoss-user] [The Lizzard's corner] - Re: TSS is making me sick

2004-07-24 Thread berlinbrown
I do like the Webcasts though, AOP baby! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843184#3843184 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843184 --- This

[JBoss-user] [The Lizzard's corner] - Re: Forum / Search by Author no more works... :-(

2004-07-24 Thread berlinbrown
I dont know what is going on with the search, I could type 10 keywords and use AND and still get 20K results View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843183#3843183 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-07-24 Thread berlinbrown
I(we) are about to do the same, major rewrites using a combination of CMP and other frameworks over Tomcat, the only thing I cant find hardware or networking information on JBOSS, what kind of machines/vendors are JBOSS(java) optimized, of course we are trying to use the latest and greatest DELL

[JBoss-user] [Installation & Configuration] - Re: MySQL error with JMS-Server

2004-07-22 Thread berlinbrown
One more problem, nothing with the JMS, but with an (MySQL)CMP bean I get an error NoSuchMethodError, but I cant see what method is being called, it is a simple bean with one field, and the code works both in Hypersonic JBOSS setup and in the MySQL setup, but with the Mysql setup I get the excep

[JBoss-user] [Installation & Configuration] - Re: MySQL error with JMS-Server

2004-07-22 Thread berlinbrown
Nevermind, I needed to configure the JBossMQ to create the tables for MySQL View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842970#3842970 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842970 -

[JBoss-user] [Installation & Configuration] - MySQL error with JMS-Server

2004-07-22 Thread berlinbrown
I just created a MySQL datasource but it seems like one of the JBOSS system tables didnt get created: The table in mysql is not there, do I need to create it manually? I think the system got out of sync, hmm, any ideas? 'jboss.JMS_MESSAGES' I am using a basic mysql-ds.xml with user name and pa

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss should give some sample applications to beginners!

2004-07-20 Thread berlinbrown
Try this... http://www.retroevolution.com/ejb01.htm oh boy, I am spamming today. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842744#3842744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842744

[JBoss-user] [Beginners Corner] - Re: JBOSS tutorial, newbie level

2004-07-20 Thread berlinbrown
Might be a good idea to post the URL http://www.retroevolution.com/ejb01.htm View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842714#3842714 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842714 ---

[JBoss-user] [Beginners Corner] - JBOSS tutorial, newbie level

2004-07-20 Thread berlinbrown
I am working on a JBOSS3.2.5+ tutorial for session/entity bean creation, it is a two-day project, so it is not the best in the world, but I thought I would tell somebody. You could probably find a better tutorial with 10 minutes of google searching, anyway. View the original post : http:/