[JBoss-user] JBoss client

2003-07-01 Thread wondersonic
Hello, According to you what is the best way to implement an Artificial Intelligence process inside a JBoss server? One can imagine a scenario: a thread randomly invokes EJBs to modify a set of data. >From what I've read, I can't implement such a thread inside an EJB :-(. So: - Is there a thread

[JBoss-user] JBoss client as Tomcat 4.0 serlet - security problem

2002-07-05 Thread Artur Jonak
Hi, I have J2EE application running on JBoss2.4.4 with Tomcat 4.0.1. I try to create client application as servlet deployed in Tomcat 4.0 which runs in a separate JVM. I've got the following error when I try to create LoginContext in my servlet deployed on Tomcat 4.0. What should I do? java.lang

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread Chris Chen
actually, java webstart will not solve his problems with using JBoss on the client side. There are problems with webstart working with JAAS as of right now due to some classloading issues. From what I hear, JDK 1.4 already has webstart as part of the package and the webstart version that com

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread Marius Kotsbak
You could also try to move all possible code to beans on the server side, just presentation logic left on the client (this should be done anyway). On Fri, 2002-06-14 at 16:06, Greg Turner wrote: > One solutions would be to rearchitect your app so that all the parts are MBeans. >Then > package u

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread Greg Turner
One solutions would be to rearchitect your app so that all the parts are MBeans. Then package up all the parts as sar files. You could then install a minimal version of JBoss on clients' machines and configured to deploy from a central server. Then the client machines only have to start JBoss

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread Andre Selton
If you want the code run as an applet/swing application the jboss client code must go to the client. One idea is use WebStart to deploy you application. Of course the first time it is loaded it will need to download all but in the future this will be cached on the client. http://java.sun.c

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread kris . kristensen
oss-user | || | |+--> >| || | To: [EMAIL PROTECTED] | | cc: (bcc: Kris Balle Kristensen/OMT/OMGROUP) | | Subject: [JBoss-user] JBoss client

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread Gunaseelan Nagarajan
perhaps you can make an installation diskette and give it to your employees On Friday 14 June 2002 09:32, you wrote: > Hi, > > I've developped a simple whitepages application to run at my company. > GUI is made with swing. > > it has been developed in order to work both as a sandalone application

[JBoss-user] JBoss client jar files size

2002-06-14 Thread Ionel Gardais
Hi, I've developped a simple whitepages application to run at my company. GUI is made with swing. it has been developed in order to work both as a sandalone application and as an applet. unfortunatly, after having pruned the usefull client packages, it is about 1Mb of jar files that needs to be

Re: [JBoss-user] JBoss client example filed

2001-03-24 Thread Guy Rouillier
Please only post once. You need jnp-client.jar in your runtime classpath. You can get that by adding a -classpath onto your java command. - Original Message - From: J Hu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 24, 2001 10:48 PM Subject: [JBoss

[JBoss-user] JBoss client example filed

2001-03-24 Thread J Hu
Hi, I am trying to run the interest bean example, the client failed, the error message is the following. Could some one give me a hand? F:\Jboss2.1\examples\interest>java InterestClient javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Ro