[JBoss-user] Jboss-bug or misunderstanding ? (Loosing reference to JBoss object)

2001-04-24 Thread René Rolander Nygaard
We are getting pretty desperate regarding this question, so I have to ask again! Through our speed-testing we are seeing more strange behaviors. It seems as JBoss looses the reference to an object if you speed-clicks. This can only mean that the problems occurs because the same session is trying

[JBoss-user] Message status - undeliverable

2001-04-24 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: Roger Thomas Information about your message: Subject: [JBoss-user] jboss2.2.1-tomcat3.2.1 w/ struts j2ee app

Re: [JBoss-user] jsp server error

2001-04-24 Thread Per Jonsson
There should be a path to jdk1.3/libs/tools.jar too if I'm not totaly wrong... Regards Per Jonsson - Original Message - From: Rene Rolander Nygaard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 8:18 AM Subject: RE: [JBoss-user] jsp server error Did you

Re: [JBoss-user] Jboss-bug or misunderstanding ? (Loosing reference to JBoss object)

2001-04-24 Thread Toby Allsopp
René Rolander Nygaard wrote: We are getting pretty desperate regarding this question, so I have to ask again! Dude, try rephrasing the question. The following paragraph makes no sense. Through our speed-testing we are seeing more strange behaviors. It seems as JBoss looses the reference

[JBoss-user] Exceptions in jBoss2.2

2001-04-24 Thread Manu Srivastava
Hi, I was trying to compile a jsp file with the jspc.bat. And I got the following error: Exception in thread main java.lang.NoClassDefFoundError: javax/xml/parsers/ParerConfigurationException at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:194) at

Re: [JBoss-user] How can I use a properties file?

2001-04-24 Thread Toby Allsopp
Jim Archer wrote: Hi Toby... --On Friday, April 20, 2001 2:53 PM +1200 Toby Allsopp [EMAIL PROTECTED] wrote: You can put your properties file in the same place as your classes and then access it using getClass().getClassLoader().getResourceAsStream(). You could pass the resulting

Re: [JBoss-user] Error getting InitialContext when running Tomcat separate from JBoss

2001-04-24 Thread Etienne Gauthier
Ijonas Kisselbach wrote: Besides making sure Tomcat has access to the client jars put the following stub as a VM parameters (the run_tomcat.bat file) to Tomcat: -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava .naming.provider.url=localhost:1099 Replace

Re: [JBoss-user] Bad Magic Number

2001-04-24 Thread Jim Cheesman
At 06:24 PM 4/23/2001, you wrote: If u had searched the archive you would have found out that you compile your jar under a different version of the jdk than u run the server... I tried searching the archives (as I mentioned in the original post) but they don't seem to be working - and it's

[JBoss-user] Connection Pooling and JNDI (fails to find )

2001-04-24 Thread prateeks saxena
Hi I am using SQLServer and i have switched on the connection pooling . I have done everything according to JBOSS site docs. But i am facing the problem when i try to look up the name. Actually I am writing a BMP and i am trying to get the connection object from there.

Re: [JBoss-user] Jetty vs. Tomcat

2001-04-24 Thread Julian Gosnell
This sounds like the ENC stuff. I am putting it into JBossJetty at the moment, expect it in the next release along with a complete integration of all Jetty JMX subcomponents. ETA - two or three weeks... Jules --- Jim Archer [EMAIL PROTECTED] wrote: Actually, I tried Jetty (as part of the

[JBoss-user] PDF Manual

2001-04-24 Thread Jean-Francois Henrard
Title: PDF Manual is there somewhere a PDF version of the JBoss manual ? thanks for your answers Jean-François

[JBoss-user] Driver for mssql?

2001-04-24 Thread Jim Cheesman
Can anyone recommend a driver for MS SQL Server (v6.5)? The ones that I've tried so far don't seem to work with JBoss, although I freely admit that this may simply be due to my own incompetence... (And if you could include the relevant sections of standardjaws.xml and jboss.jcml I'd *really*

Re: [JBoss-user] CMP relationships in JBoss

2001-04-24 Thread Tobias Frech
[EMAIL PROTECTED] wrote: While testing JBoss we noticed that when building relationships among Entity Beans, these don't get actually related, instead we get blobs for references to the other object. I assume we must be doing something wrong, what could it be ? Thank you Nope, all is

[JBoss-user] framework question

2001-04-24 Thread Marc Antoine Garrigue
Hello world I'm trying to make a new framework from scratch for EJB developement. My idea ( not a very new one ) is to make a set of ejb from which people can dynamicaly create an object model. I Thinking of doing that whith entities items which are a set of fields. My question is ( maybe a

RE: [JBoss-user] Driver for mssql?

2001-04-24 Thread Jean-Francois Henrard
Title: RE: [JBoss-user] Driver for mssql? free tds http://www.freetds.org -Message d'origine- De : Jim Cheesman [mailto:[EMAIL PROTECTED]] Envoyé : mardi 24 avril 2001 12:03 À : [EMAIL PROTECTED] Objet : [JBoss-user] Driver for mssql? Can anyone recommend a driver for MS SQL

[JBoss-user] custom table initialization with cmp

2001-04-24 Thread Christian Thrum
hello all, i need to customize the table creation for a cmp entity bean because i want to create additional indexes etc. is this possible with jaws? thanks, christian ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] About TOPIC_FACTORY on MDB's sample (1 more time :)

2001-04-24 Thread Peter Antman
You need to have a jndi.properties in your classpath, containing somethinh like this: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=localhost java.naming.factory.url.pkgs=org.jboss.naming //Peter On 24 Apr, [EMAIL PROTECTED] wrote: Thank you

RE: [JBoss-user] About TOPIC_FACTORY on MDB's sample (At last!! :-)

2001-04-24 Thread jsoriano
Well, it seems solved :) In 'Main.java', method 'public static void main(String arg[])', before the 'try{ ... }' sentence we should write the following: System.setProperty(java.naming.factory.initial,org.jnp.interfaces.NamingContextFactory);

RE: [JBoss-user] About TOPIC_FACTORY on MDB's sample (1 more time : )

2001-04-24 Thread Eoin Lane
I'm working on this example also at the moment: here are the changes I have make, I changed the ejb-nameDurableTopicBean/ejb-name to ejb-nameMDB/ejb-name and the trans-attributeNoRequired/trans-attribute to trans-attributeNotSupported/trans-attribute. I have added the jndi.properties

Re: [JBoss-user] PDF Manual

2001-04-24 Thread Peter Routtier-Wone
Yeah, there is. It's not free. You can build it yourself out of CVS. - Original Message - From: Jean-Francois Henrard [EMAIL PROTECTED] To: JBoss mailing list (E-mail) [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 7:09 PM Subject: [JBoss-user] PDF Manual is there somewhere a PDF

Re: [JBoss-user] Bad Magic Number

2001-04-24 Thread Peter Routtier-Wone
You don't compile a jar, he means if you compile the classes going into the jar... I find that when I accidentally compile some classes with jdk1.2.x, prep the jar and then later recompile the client and classes with 1.3 I get this message. It used to happen because I had a text editor set up

RE: [JBoss-user] About TOPIC_FACTORY on MDB's sample (1 more time : )

2001-04-24 Thread jsoriano
Hi Eoin: Instead of TOPIC_FACTORY write this: TopicConnectionFactory ...Or, before 'main()' method you can write: static final String TOPIC_FACTORY= TopicConnectionFactory; Regards: __ Jaume Soriano Sivera [EMAIL PROTECTED] Tel: 96504 -ext. 44744

[JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Doyle, Steven
Hi, I'm reasonably new to jboss, and I am having difficulty getting JBoss to use Log4j I have uncommented the relevant lines in jboss.conf and also removed the default file console logging. The service seems to start ok, except I get duplicate log entries appearing in the Jboss console.

Re: [JBoss-user] About TOPIC_FACTORY on MDB's sample (1 more time : )

2001-04-24 Thread Peter Antman
On 24 Apr, [EMAIL PROTECTED] wrote: Chris wrote: This looks like an error in that you have not defined the jndi settings - do you have a jndi.properties file? It should be on your classpath of the client and look something like this; Hi Chris! : that's not the problem. My

[JBoss-user] Problems with ZOAP test suite

2001-04-24 Thread L . Jenner
Hi, when running the ZAOP/jBossSOAP test suite with jboss-2.2.1 i get: ... FAILURES!!! Tests run: 23, Failures: 0, Errors: 8 The server log says ... null envelope or non-MethodRequest envelope found ... maybe the used urls http://xml.zoap.org and http://soap.zoap.org are out of date? Are

[JBoss-user] exception handling problem

2001-04-24 Thread swarajit
hi, i am using jboss as my ejbserver in which i have a chain like jsp - essionbean-entitybean(bmp)-writing to directory server(Netscape Directory server 4.2). i want to obtain exception information for three differnt conditions 1. nds not running 2. name already bound 3. name not bound ,

[JBoss-user] How to start JBossGUI.

2001-04-24 Thread jquest jquest
Hi, I can not find any information how to start JBossGUI. I only readet the information from : http://www.jboss.org/business/jboss-projects.html. Any help will be graet. Thank in advance. _ Get Your Private, Free E-mail

Re: [JBoss-user] Jetty vs. Tomcat

2001-04-24 Thread R . Price
I just downloaded the latest integrated versions and have had no problems utilizing the same .ear file I used with the Tomcat integration. (That was the JBoss 2.2.1 w/ Jetty configuration). Robert Jim Archer [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/23/2001 03:04 PM Please respond to

RE: [JBoss-user] Driver for mssql?

2001-04-24 Thread Frank Thiemonge (NBK)
Check out the old working dogs archive, in particular http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg10923.html Don't know if this will do much good for v 6.5, but the industry.java.sun reference should point you in the right direction. Hope this helps, Frank -Original

RE: [JBoss-user] How to start JBossGUI.

2001-04-24 Thread Daniel Cardin
in the jboss/bin directory : java -jar ejx.jar HTH, Daniel -Message d'origine- De : jquest jquest [mailto:[EMAIL PROTECTED]] Envoyé : 24 avril, 2001 09:56 À : [EMAIL PROTECTED] Objet : [JBoss-user] How to start JBossGUI. Hi, I can not find any information how to start JBossGUI. I

[JBoss-user] IMPOSSIBLE to unsubscribe

2001-04-24 Thread Christophe . Demez
Hello, I m a member of the old jboss mailing list. Also, to unsubscribe from this mailing list we need a password !! But, with the old mailing list, we have no password ! So I m unable to unsubscribe ! Can someone help me Thanx Christophe ___

RE: [JBoss-user] Driver for mssql?

2001-04-24 Thread Daniel Cardin
You can try www.inetsoftware.de they have JDBC drivers (type 4) for MSSQL. You can go either with : Sprinta2000 - JDBC 2.0 core (Use Minerva for XDataSource) Opta2000- JDBC 2.0 includes optional packages or the upcoming Merlia - JDBC 3.0 - Only usable with jdk 1.4 I have tested Sprinta

[JBoss-user] network adapter can not establish connection error!

2001-04-24 Thread Qiao, Wei
Does anyone know what might cause it? I am using Jboss2.2.1 with Tomcat on Unix. Here are the errors: [OracleDB] java.sql.SQLException: Io exception: The Network Adapter could not es tablish the connection [OracleDB] Pool OracleDB factory

[JBoss-user] Consulting link on jboss.org site not working

2001-04-24 Thread Frank Thiemonge (NBK)
just thought I'd bring it to the correct people's attention if it is unintentional... Frank ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] How to start JBossGUI.

2001-04-24 Thread jquest jquest
Thank you, I make it. The problem is that I can not not make my deployment description. I think it is not working well or I need additional plugin. I the menu I have only File (new,open,save as, save, exit) , edit ( preferences) , window and help. I can not find any other submenu. Can you help

Re: [JBoss-user] How to start JBossGUI.

2001-04-24 Thread Rickard Öberg
EJX/JBossGUI is currently not a supported project (due to time/resource constraints), and EJX 1.1 (from dreamBean.com) is definitely in an alpha stage. Use at your own risk :-) /Rickard Daniel Cardin wrote: Oh really? I didn't know Rickard was not updating the master source ;-)) I'll

Re: [JBoss-user] Where Java Bean should be located?

2001-04-24 Thread Guy Rouillier
Title: Where Java Bean should be located? Both JBoss and the client need ** a ** jar because they both need the home and remote interface. I used "a jar" intentionally, because they should not get the same jar. JBoss also needs the bean implementation class, but the client does not.So

RE: [JBoss-user] Jboss-bug or misunderstanding ? (Loosing reference to JBoss object)

2001-04-24 Thread Daniel Cardin
Anyone successfully managed using a CachedRowSet of some kind? The way I understand it, it would be the vehicle of choice to pass data between the EJB and the client... CachedRowSet crs = new CachedRowSet(); crs.setDataSourceName(somedatasource); crs.setCommand(Select * from sometable);

RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Doyle, Steven
ok, so basically I shouldn't try and us log4j, but instead use the jboss.logging. pity, thanks anyway Steve -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: 24 April 2001 15:33 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Configuring Jboss to use Log4j ? Hi,

Re: [JBoss-user] ejbdoclet generated CMP beans passivate/activate and data holder issue

2001-04-24 Thread Rickard Öberg
Raul Nohea Goodness wrote: I was seeing this problem using EJBDoclet and JBoss a few weeks ago. I saw the same problem in the code for 0.95. However, i found it was fixed in the CVS version of EJBDoclet. You should try that. Maybe we can get a new numbered release? Indeed. Once the newly

RE: [JBoss-user] network adapter can not establish connection error!

2001-04-24 Thread Qiao, Wei
actually it's even worse. There is error before that: [JMX RMI Adaptor] Initializing [JMX RMI Adaptor] Initialized [JMX RMI Connector] Initializing [JMX RMI Connector] Initialized [Mail Service] Initializing [Mail Service] Initialized [OracleDB] Initializing [OracleDB] Initialized [Service

[JBoss-user] Help with CMP, MS SQL Server, and IMAGE datatype

2001-04-24 Thread Chris Campbell
Hi, I'm using MS SQL Server to store documents on a webapp we're doing, and am having strange trouble - everything works just fine until I shut down and restart jBOSS, then each document is prepended with a predictable, but destructive, string of bytes. Basically it's like this: I upload a

[JBoss-user] unsubscribe

2001-04-24 Thread Pilot, Steve
Jules, do you kow the url for unscribing to this mailing list? I'm getting a ton of messages at work!! Need to change destination to home. Thanks, steve -Original Message- From: Julian Gosnell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 4:59 AM To:

RE: [JBoss-user] Jboss-bug or misunderstanding ? (Loosing reference to JBoss object)

2001-04-24 Thread David Jencks
Hi, One problem with this is that (I think) it forces your app to rely on a jdbc datasource persistence layer. This is not always appropriate. Even if you are using a rdms for persistence, the JCA cci stuff suggests an alternative and perhaps more db-independent access method (I haven't looked

RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread David Jencks
Hi, Well, with the recent patch you can turn on and off logging by using the name for your log as a log4j category. There are no hierarchies in categories, and the duplicated functionality has got to slow things down some, but at least you have some control, and I guess can forward logging to

Re: [JBoss-user] Accesing JBoss through a firewall

2001-04-24 Thread Scott M Stark
Probably because no one has requested it. Do so on the sourceforge site. - Original Message - From: Jose Ramon Diaz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 9:03 AM Subject: Re: [JBoss-user] Accesing JBoss through a firewall Hello, I already have

Re: [JBoss-user] jsp server error

2001-04-24 Thread danch
classpath, mind you. IIRC, I just copied tools.jar to Tomcat's lib directory, where it loads it automatically. Per Jonsson wrote: There should be a path to jdk1.3/libs/tools.jar too if I'm not totaly wrong... Regards Per Jonsson - Original Message - From: Rene Rolander Nygaard

Re: [JBoss-user] How can I use a properties file?

2001-04-24 Thread danch
you can call getResourceAsStream on any Class object: MyBeanImpl.class.getResourceAsStream(/some/path/to/my.properties); -danch Toby Allsopp wrote: Jim Archer wrote: Hi Toby... --On Friday, April 20, 2001 2:53 PM +1200 Toby Allsopp [EMAIL PROTECTED] wrote: You can put

Re: [JBoss-user] Are there DTDs available for the various EJB/JBOSS config files?

2001-04-24 Thread danch
the jboss.dtd should be fairly up to date. I'll commit the jaws.dtd later tonight (around 11:00 PM GMT-5) these can be found in the jboss CVS module under src/resources somewhere. -danch Nguyen Thanh Phong wrote: Are DTDs for EJB/JBOSS config files updated? Nguyen Thanh Phong

Re: [JBoss-user] custom table initialization with cmp

2001-04-24 Thread danch
turn off table creation (in jaws.xml for your bean) and execute a SQL script that creates what you want. You can also use jaws.xml to map EJB field names and types to SQL column names and types. The online manual does talk about the mappings a little bit. -danch Christian Thrum wrote: hello

Re: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Scott M Stark
Why is your code creating a Log4jService and calling start on it? This is done automatically when you have this entry in jboss.conf: MLET CODE = org.jboss.logging.Log4jService ARCHIVE=jboss.jar,log4j.jar CODEBASE=../../lib/ext/ /MLET If I create a simple mbean that does the logging your code

[JBoss-user] 2.0 to 2.2.1 problems

2001-04-24 Thread Ship, Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying upgrade from 2.0 to 2.2.1. I'm sure I'm hitting the same problems as everyone else. I had a working application ... in fact, it is still operating right now using 2.0 (http://tapestry.primix.com/vlib/app). Very simple: InstantDB

Re: [JBoss-user] 2.0 to 2.2.1 problems

2001-04-24 Thread Sebastien Alborini
Ship, Howard wrote: If I deploy my beans as is, I have two problems: I get a warning when I run jBoss: [J2EE Deployer Default] install module VlibBeans.jar [Container factory] Deploying:file:/C:/JBoss-2.2.1/tmp/deploy/Default/VlibBeans.jar [Container factory] Deprecated container

RE: [JBoss-user] custom table initialization with cmp

2001-04-24 Thread Christian Thrum
thanks for your answer. is it possible to execute this (script) automatically? is there any table creation hook ? christian -Original Message- From: danch To: [EMAIL PROTECTED] Sent: 4/24/01 8:26 PM Subject: Re: [JBoss-user] custom table initialization with cmp turn off table creation

SV: [JBoss-user] network adapter can not establish connection error!

2001-04-24 Thread Lennart Petersson
Well your jboss.jcml looks ok as far as Oracle goes. Please check that you actually can connect to that url with that userid/pwd with a tool like jbcstest or something. The BindException has to do with the fact that you have some other appl using same port as jboss (8083?). Or maybe you

[JBoss-user] just curious: jboss/java/setiathome contention

2001-04-24 Thread toby cabot
Folks, I had been fooling around with a small benchmark of my code (remote client calls session bean calls entity bean, a little db i/o) and trying to figure out why it was so darn slow (100 xactions in 70 seconds). I stripped the code down to a simple round trip between the jboss server and a

Re: [JBoss-user] Jetty vs. Tomcat

2001-04-24 Thread Jim Archer
Sounds great, Jules! I have been developing with Tomcat buy my hope was to deploy in production with Jetty, since its much slimmer. I'll try it as soon as you release it and thanks! Jim --On Tuesday, April 24, 2001 9:58 AM +0100 Julian Gosnell [EMAIL PROTECTED] wrote: This sounds like the

[JBoss-user] error in binary install

2001-04-24 Thread Joseph Barefoot
The lastest zip binary JBoss w/ embedded Tomcat, listed as JBoss-2.2.1 + Tomcat-3.2.1 (9671204) [APR-19-2001] on the web site, cannot be started correctly as-is. The run.jar manifest fails to include crimson.jar in its class path property--this causes an immediate CNF exception. Also, even

Re: [JBoss-user] Can I move directories that need to be written to?

2001-04-24 Thread Jim Archer
We looked at the docs and the config files but didn't see a clear way to split it, so we installed the entire thing under /var and started to give it access to stuff until it stopped failing. But now we would like to do it properly. How is it that we control where jBoss looks for these

[JBoss-user] External ejb-ref to a different JBoss instance

2001-04-24 Thread Anatoly Akkerman
Hi, I've tried making one bean running in one instance of Jboss call another bean in another instance of JBoss running on a different machine. I've setup jboss.xml to point from java:/comp/env/ejb/BeanToCall to jnp://xxx.xxx.xxx.xxx/tester/BeanToCall and it shows up properly in JNDIView as a

Re: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Scott M Stark
Why are you suggesting people use the org.jboss.logging.Log class? This should not be used if you have configured log4j. - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 2:33 PM Subject: RE: [JBoss-user] Configuring Jboss to

Re: [JBoss-user] missing shutdown hook?

2001-04-24 Thread pohl
I'm going to reply to my own post here because I've discovered some more about it. This problem seems only to happen on my Debian/PPC machine and not on my Debian/x86 machine. I'm guessing that the culprit is the Blackdown 1.3.0-FCS runtime, which isn't very well supported on PPC. I'm

[JBoss-user] web server port(s)

2001-04-24 Thread john morrison
Hi all. I'm using the jboss/tomcat/jakarta combo. In the jboss log, there are [webserver] entries stating that port 8083 is the webserver port. I can point my browser to that port and get an empty html page (html body /body /html). If I point the browser to 8080 I get the default tomcat/jakart

[JBoss-user] Bug in JBoss2.2 Auto Deploy ??

2001-04-24 Thread Rishabh Misra
hi list, i just migrated to JBoss 2.2.1 from JBoss 2.0 and suddenly things stopped working. i'm getting a javax.naming.NameNotFoundException for the JNDI name of my bean. on closer inspection of the log/server.log file, i noticed the following. when i add 2 bean jar files to my deploy folder.

Re: [JBoss-user] javax.management.InstanceNotFoundException: J2EE:service=J2eeDepl oyer

2001-04-24 Thread Toby Allsopp
Matt Brinkman wrote: Thanks for your reply Toby. Here is my jboss.jcml. It looks like the problem is that you don't have the J2eeDeployer configured in jboss.jcml. Grab the mbean tag from the default jboss.jcml that specifies code=org.jboss.deployment.J2eeDeployer. Toby.

[JBoss-user] Create class in the ejb bean.

2001-04-24 Thread Russell
Hi all , I am using RedHat6.1 , postgresql7.0.1 , jdk1.3 and jboss2.1. It is valid to create class within ejb bean , for example in the session bean code below : class Test{ } public void ejbCreate(){} public void...{} Anybody have

[JBoss-user] java.io.FilePermission on jboss tmp dir?

2001-04-24 Thread Guy Rouillier
I'm developing on Windows 2000 with JBoss 2.2.1. As we are getting closer to shipping, I turned on security (more accurately, I turned off my easy way out of simply granting all permissions to the world.) Using just a command-line client (i.e., no Tomcat), I first received a

Re: [JBoss-user] Bug in JBoss2.2 Auto Deploy ??

2001-04-24 Thread Nguyen Thanh Phong
Why you need to have the beans in your Tomcat classpath? The JSP/Servlets need only the remote/home classes. That's the reason there should be two jars: one contains everything to deploy EJB, and one for the client (only remote and home of the beans). If you use data objects to transfer buck

Re: [JBoss-user] Bug in JBoss2.2 Auto Deploy ??

2001-04-24 Thread Toby Allsopp
Rishabh Misra wrote: hmmm .. that presents an interesting problem though. when running embedded Tomcat, how do i separate my Tomcat classpath from JBoss classpath? coz i need to have the beans in my Tomcat classpath and that's the reason i had added them to JBOSS_CLASSPATH (note: NOT my

[JBoss-user] EJB 2.0 support

2001-04-24 Thread Tim McCune
Title: EJB 2.0 support -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First of all, I just want to tell the development team how impressed I am with JBoss. Thanks for an awesome product. I'm new to the list, and I didn't see any mention of this in the archives, but I saw that there are a

[JBoss-user] About TOPIC_FACTORY on MDB's sample (1 more time :)

2001-04-24 Thread jsoriano
Thank you Peter!...now i can compile my java file but i'm still having problems to run this example: I suppose the 'TopicConnectionFactory' should be defined anywhere in the context...but, in which file? and, how it looks? When i try to run my compiled java file i get the following:

RE: [JBoss-user] About TOPIC_FACTORY on MDB's sample (1 moretime : )

2001-04-24 Thread Kimpton,C (Chris)
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] javax.naming.NoInitialContextException: Need to specify class name in enviroment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial This looks

Re: [JBoss-user] Connection Pooling and JNDI (fails to find )

2001-04-24 Thread Nguyen Thanh Phong
this should work javax.sql.DataSource ds= (javax.sql.DataSource)ic.lookup(java:/SQLServerPool); If not, do you have a complete stack trace. Phong. - Original Message - From: prateeks saxena [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 3:49 PM Subject: