Re: [JBoss-user] how do I run the verifier?

2001-08-05 Thread Dmitri Colebatch
This is fixed in CVS isn't it? I've been able to run it ok, although not verifying (complaining about the home method in Account). On another note, re the ejb:data-object contains="data" I think it'd be better implemented as another template? I'm not sure, but in any case I think this is alread

[JBoss-user] JCA on JBOSS

2001-08-05 Thread Krishna Prasad
Hi,           I'm new to TAMINO.  Can anyone tell me an example of JCA on JBOSS. Back-end is TAMINO.                 I will be grateful if someone could let me know how should i proceed.   Thanks & Regards krishna * Disclaimer This m

[JBoss-user] Transaction

2001-08-05 Thread Ivan Novick
Hi, If a bean is labeled container transaction in the deployment desrciptor, does that mean that if I execute 100 lines of code in a session bean method, they will all be reversed if an exception occurs, including all writes to a database using JDBC? My guess is probably no, but then what is the

Re: [JBoss-user] method warning's upon startup

2001-08-05 Thread G.L. Grobe
That was my first guess and I did that, but I got the exact same errors. It didn't seem to change a thing. So bascially my class declartion looks like the following: public class AccountInfo implements Serializable, IAccounts { ... - Original Message - From: "Alex Pavlov" <[EMAIL PROTEC

Re: [JBoss-user] JAAS requires staticly loaded classes?

2001-08-05 Thread Scott M Stark
A class can decide to only load classes from the system classpath by using the ClassLoader.getSystemClassLoader(). This is what JAAS 1.0 does and Rickard queried the JAAS security team early on about this. They said they chose to be overly cautious about where login modules were loaded from and re

Re: [JBoss-user] how do I run the verifier?

2001-08-05 Thread Mike Williams
>>> On 01 Aug 2001 13:05:45 +1000, I wrote: Mike> I'm attempting to run the EJB verifier, as follows: Mike> java -classpath $JBOSS/bin/verifier.jar:$JBOSS/external/metadata.jar \ Mike> org.jboss.verifier.Main ejb-file.jar Mike> Mike> but getting the following exception: M

[JBoss-user] possible deadlock

2001-08-05 Thread Boris Garbuzov
Since I still suffer from JBoss's process freezing, I want to understand if I could produce deadlock somehow. Can somebody describe where to look for it? In EJB CMP code or in client code? Any simple examples of EJB access code producing deadlock? Or freezing is known for JBoss bug? Boris. _

Re: [JBoss-user] Possible Bug with Minerva XADataSourceImpl and Opta's XDataSource

2001-08-05 Thread Toby Allsopp
On Fri, Aug 03, 2001 at 10:16:07AM -0400, Kevin Meldorf (NBK) wrote: > There seems to be a problem when declaring a method with the > RequiresNew transaction attribute. I have tested this with both > Minerva's org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl > and Opta's com.inet.tds.XDataS

Re: [JBoss-user] Trouble with Paths JBOSS/TOMCAT

2001-08-05 Thread FGL
On Fri, Aug 03, 2001 at 04:14:30PM -0500, Phil Harrison wrote: > I have jboss with tomcat running fine inside of my project directory, but the only >way I can run run_with_tomcat.bat is inside the jboss bin directory. This effects >the paths I use inside of my JSP and other files. I want to be

RE: [JBoss-user] method warning's upon startup

2001-08-05 Thread Alex Pavlov
Key phrase is: Warning: The method arguments in the remote interface must be of valid types for RMI/IIOP. You have to implement interface 'Serializable' in your 'AccountInfo' class. Cheers, Alex. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf O

[JBoss-user] Deployment problem: expected one local-home tag

2001-08-05 Thread Jim Archer
Hi All... I got the exception below when I deployed my EJB 2.0 PFD2 app. It seems to think I have either too few or too many tags in my deployment descriptor, but I do have exactly one for that entity bean, and exactly one for each other entity bean. And the class is in the jar file. I'm r