Re: [jBoss-User] Can I have 2 condition querry in theejbFindByxxx(String yy,String jj)

2001-02-28 Thread Tobias Frech
hi! Look into the documentation section on www.jboss.org: Manual -> Customizing JAWS -> Declaring finders That should help :-) Ciao, Tobias Indika Fernando wrote: > > hey all, > I am using jboss server and writting some BMP's, > I have this querry in my ejbFindByU

Re: [jBoss-User] bmp(bean managed persistance) example

2001-02-27 Thread Tobias Frech
Hi Basit! Included in jbosstest is a BMP test. Take it as an example. To get jbosstest check out the module jbosstest via CVS. Everything further about CVS is described on the source code download page. Cheers, Tobias Basit wrote: > > hi > where can i get some example to write bmp

Re: [jBoss-User] minerva using wrong JDBC driver

2001-02-27 Thread Tobias Frech
but keep the "DefaultDS" name. Also take care of using the correct mapping ! Might this be the thing you were missing ? Cheers, Tobias Gerald Turner wrote: > > >From a stack trace it looks like minerva is delegating executeQuery to a > Hypersonic PreparedStatement ra

Re: [jBoss-Dev] Re: [jBoss-User] #jboss.org IRC

2001-02-27 Thread Tobias Frech
check: http://www.irchelp.org/irchelp/networks/servers/ircnet.html Hope it helps, Tobias Jim Archer wrote: > > I was actually wondering that myself. I think that the channels are > supposed to be connected accross servers, but I'm not sure... > > Maybe an IRC user could e

[jBoss-User] Using JDK 1.2.2 ? Please answer short question

2001-02-27 Thread Tobias Frech
, which are definitly related to using the JDK 1.2.2 ? Thanks for your help, Tobias -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Bean not Bound

2001-02-27 Thread Tobias Frech
Hi Imran! We need some more info. Which JBoss version ? Are you running the client on the same machine as the server ? Please post a) the part of the server trace, where is says that the bean has been bound to your given name and b) the code you use to look up the bean. Bye, Tobias Imran

Re: [jBoss-User] newbie: deployment error in Interest example

2001-02-27 Thread Tobias Frech
obvious. Hopefully someone with more knowledge of the container internals will answer too. Keep us posted, please. Cheers, Tobias Jim Kimball wrote: > > I cut and pasted the Interest.java, InterestHome.java, InterestBean.java, > and the ejb-jar.xml from the the jBoss docs on jboss.org. &g

Re: [jBoss-User] How to prevent JBoss from giving all thosedetailsof every query fired to an Oracle DB??

2001-02-24 Thread Tobias Frech
Hi! Probably these debug messages are not generated by JBoss. I remember someone asking this question some weeks ago. He/she also used Orcale. In the end we need to have an example to help you :-) Cheers, Tobias Prince Mathew Samuel schrieb: > > This can get very irriatating, especiall

Re: [jBoss-User] jboss-cvs.zip

2001-02-23 Thread Tobias Frech
Yes it is. But the version there is the one from CVS (PRE2.1) and not 2.0 FINAL like the other bundled downloads. Have fun! Tobias > Phan Anh Tran wrote: > > Is jboss-cvs.zip the snapshot which contains the entire enchilada? > Than

Re: [jBoss-User] Change to standardjboss.xml

2001-02-16 Thread Tobias Frech
Hi! Only happens to me if I include another parser into the class path or into the lib/ext/ dir of the JRE. If I do not and JBoss uses the parser which comes with it, the problem is gone. Cheers, Tobias Dan Kirkpatrick wrote: > > I just downloaded yesterday's snapshot and did a b

Re: [jBoss-User] Recursive data structures

2001-02-16 Thread Tobias Frech
Did that answer part of your question ? Cheers, Tobias Peter Routtier-Wone wrote: > > > I also fail to understand why it is a problem. How is recursive > references > > different to any other entity relationship? Just store a PK, a Handle, > > whatever... > > In

Re: [jBoss-User] Daily snapshots

2001-01-30 Thread Tobias Frech
Hi! Done for jboss-cvs-sources.zip. Better now ? Cheers, Tobias Sacha Labourey wrote: > hello Tobias, > > > Hi Sacha! > > Sorry about that. > > Since the jboss.org site is moving and I am sitting behind a firewall > > the cvs snapshot is some sort of a q

Re: [jBoss-User] /src/build/build.bat changes (1.7) have brokenmybuild

2001-01-29 Thread Tobias Frech
keep me posted please ! Ciao, Tobias "Marc T. Calello" wrote: > > 1.6 version of /src/build/build.bat worked fine. The version 1.7 tried > to use PWD commands combined with backslashes. I ended up with > all of my paths looking like: > /path/path\ > > **

Re: [jBoss-User] Daily snapshots

2001-01-29 Thread Tobias Frech
Hi Sacha! Sorry about that. Since the jboss.org site is moving and I am sitting behind a firewall the cvs snapshot is some sort of a quick fix. (Better than nothing ?!). Do you mean the script that Marc will use should log in as a normal anonymous user ? Ciao, Tobias Sacha Labourey wrote

Re: [jBoss-User] jBoss Installation problem(java.sql.SQLException)

2001-01-28 Thread Tobias Frech
for me. Did that help you ? Cheers, Tobias Mike Slinn wrote: > > It looks like jBoss almost works on my machine. > > I downloaded the current build today (TomCat + jBoss) and installed on NT4.0 > Server. A transcript follows. Any assistance would be appreciated. > > Mi

Re: [jBoss-User] How do I configure latest CVS snapshot?

2001-01-28 Thread Tobias Frech
heers, Tobias ... and we would really appreciate your docu about the needed steps :-) Anatoly Akkerman wrote: > > For the lack of any documentation I have to ask you people for help. > > I was trying to get the latest CVS snapshot to run. I compiled it, figured > out how to ru

Re: [jBoss-User] LOCKING-WAITING (TRANSACTION)

2001-01-26 Thread Tobias Frech
reproduce this error or does it happen "randomly" ? Do you know if [InternalAccount] has just been called, was called before or is not involved in any transaction at the time this happens ? I am not sure, but the later could be the case for me. Cheers, Tobias "Nortje, Andrew" w

Re: [jBoss-User] Problem configuring Tomcat3.2.1 to talk to jbosson other vm/mach ine

2001-01-24 Thread Tobias Frech
Hi Rick! What does the following code line output for you (place it right before the lookup): System.out.println("Trying to read jndi.properties from:" + this.getClass().getResource("/jndi.properties")); Cheers, Tobias Rick Horowitz wrote: > > Chris, Alex, > >

Re: [jBoss-User] initial request.getSession() is slow

2001-01-24 Thread Tobias Frech
Compilation of the sources ? Tobi [EMAIL PROTECTED] wrote: > > hi, > > when testing my app i'v noticed that the first call to request.getSession() > is very slow 45-60 secs. This only occurs after restarting jboss_tomcat. > Subsequent calls to getSession() are snappy. does anyone know what th

Re: [jBoss-User] jBoss conflicting with j2ee.jar

2001-01-23 Thread Tobias Frech
Yaniv_Shaya wrote: > > Hi, > > I have an EJB that uses a class which is in a JAR, and the Metainf classpath > there refers to j2ee.jar. > > When I add that jar to jBoss CLASSPATH, (without even deploying my > component) this causes jBoss to generate lots of exceptions (attached) while > initi

Re: [jBoss-User] CVS Version will not run: ServiceControlnotrunning

2001-01-23 Thread Tobias Frech
Well, at least my brain is still good enough to recognize the exceptions I saw 3 days ago ;-))) I would be interesting to find out why "export -r HEAD" is able to compile but is obviously broken. Any ideas ? Something with tags .. ? Ciao, Tobias Philipp Meier wrote: > > On Tue,

Re: [jBoss-User] CVS Version will not run: ServiceControl notrunning

2001-01-23 Thread Tobias Frech
Hi! Let me guess: You tried something like "cvs export -R HEAD jboss". Don't ask me why, but it will not work. Do "cvs checkout jboss". Tell me if that helped please. Cheers, Tobias Philipp Meier wrote: > > Hello jBoss-Folks, > > I've been trying t

Re: [jBoss-User] FW: [jboss-docs] next step - the tasks

2001-01-22 Thread Tobias Frech
some few hours. Then we'll start to strike. And be sure I will make some noise about this. ;-)) Tobias PS: Looks like we got all the "Ah, Inprise is so good ..." and "But for deployment we need weblogic ..." guys in my project pulled to the JBoss side. The only thing th

Re: [jBoss-User] FW: [jboss-docs] next step - the tasks

2001-01-22 Thread Tobias Frech
for what they are meant. They should not be distributed right now. This configuartion was established right at the creation of the list. So I don't understand all the trouble. Tobias Tim White wrote: > > marc fleury wrote: > > > I was thinking of CVS first, then lists as nee

Re: [jBoss-User] Guide to configuration options

2001-01-22 Thread Tobias Frech
Perhaps http://www.jboss.org/documentation/jboss.dtd can help you with this ? Tobias "Ship, Howard" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Is there any kind of guide to all the configuration options. I > started playing around in EJX, s

Re: [jBoss-User] Updated HOWTO: Integrating jBoss 2.0 into VAJ 3.5

2001-01-22 Thread Tobias Frech
Hi Craig! If you want to, I'll include it into the jBoss website. Just say the word :-) Tobias Craig Doremus wrote: > > I've updated my HOWTO on integrating jBoss 2.0 with Visual Age 3.5 based on > feedback from someone who successfully used my method. > > For

Re: [jBoss-User] Unable to initialise Naming in 2.0

2001-01-20 Thread Tobias Frech
Hi Christopher! Please make sure your CLASSPATH does not point to any archive that contains a jndi.properties (like the j2ee.jar from SUN). The server should be able to start with an empty CLASSPATH, try that. For future reference it would be helpful to know, if this helped. Thanks, Tobias

Re: [jBoss-User] www.jboss.org down?

2001-01-17 Thread Tobias Frech
Calm down everybody! Obviously the provider didn't do a perfect job up to now. That's why Marc was looking and has found somebody else. I think it will just take a little while until the site is running there and the DNS change has propagated through all servers. Cheers, Tobias

Re: [jBoss-User] JBoss Inaccessible

2001-01-16 Thread Tobias Frech
Hi! We will (hopefully) see JBoss.org back online again in a few hours. There seem to be some provider related problems. BTW if someone if of you what the address of the archive of the mailing lists was, it is: http://www.mail-archive.com/ Cheers, Tobias [EMAIL PROTECTED] wrote: > > It

Re: [jBoss-User] javax.naming.NameNotFoundException: user notbound

2001-01-16 Thread Tobias Frech
Hi! Did you extend your classpath somehow or copied jars to lib/ext/ ? Could be that the container is picking up a wrong ejb-jar.xml. Cheers, Tobias Indika Fernando wrote: > > hey all, > I am having some problems with deploying. > I have a jar called user.jar and when I de

Re: [jBoss-User] Regarding Jaws

2001-01-14 Thread Tobias Frech
refer to create table by jaws? The automatic table creation is only for the developers convenience while developing. Before deployment of your app in the Real World (TM) you defintly should go through the tables and tune evrything from pri

Re: [jBoss-User] DeploymentException with Oracle Connection Pool

2001-01-14 Thread Tobias Frech
uch ? Looks like you got that from an outdated oracle howto. Please doublecheck your config files (server and bean) and email again if you can't figure out what is going wrong. Good luck, Tobias Ijonas Kisselbach wrote: > > Hi, > > I'm trying to deploy a .jar conta

Re: [jBoss-User] How to get info on deployed EJB and Context

2001-01-13 Thread Tobias Frech
Hi Johnson! Did you try the jndiView.jar in the bin directory ? java -jar jndiView.jar. Looks like you could get that information via jndi. Cheers, Tobias Johnson Lim wrote: > > Hi, > > How can I get the list of deployed EJB and/or Web application (context) in > Jbos

Re: [jBoss-User] DeploymentException - Error in jboss.xml BeanAuctionManagerEJB: found in jboss.xml and but not in ejb-jar.xml

2001-01-12 Thread Tobias Frech
luck, Tobias Ozzie Gurkan wrote: > > Hi, I am having a problem deploying a very simple bean. Has anybody come > across this problem? > > > > AuctionManagerEJB ejb-jar.xml: > > > > > > > > AuctionManagerEJB >

Re: [jBoss-User] newbie question ...

2001-01-12 Thread Tobias Frech
=org.jboss.naming Then just use 'new IntitialContext()'. That should work. Ciao, Tobias Emiliano Carlesi wrote: > > Hi !! I have download jBoss yesterday and I'd like to use some EJB I have ( I work >with BEA WebLogic ). Now ... I deploy the files .jar into the folder >/usr/lo

Re: [jBoss-User] Client stubs

2001-01-11 Thread Tobias Frech
Surprise, surprise ! You don't need any with JBoss. *eg* Just access your remote interfaces and you are set. Nice, isn't it ? Tobias dferugson wrote: > > Hi, > > When I deploy an ejb where/how can I get the stubs for my client? > > -- > Dou

[jBoss-User] Be careful with multiple jars

2001-01-11 Thread Tobias Frech
e two solutions I am aware of: 1) include everything in one jar and merge the descriptors or 2) only include the remote and home interfaces into one jar you can include into the class-path (NO ejb-jar.xml). Be careful with updates of your interfaces then. Any other solutions ? Ciao, T

Re: [jBoss-User] Tracing SQL statements executed by container inCMPmode

2001-01-11 Thread Tobias Frech
Set public static boolean debug = false; to public static boolean debug = true; and save, then compile. If you add Debug in jboss.conf in the logger entry you should see all SQL statements now. Cheers, Tobias PS: E.g. mySQL does the command login itself. CHeck your database too

Re: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP??

2001-01-11 Thread Tobias Frech
Did you check that AFTER you stopped JBoss again (so all caches are written to the DB) ? Ciao, Tobias [EMAIL PROTECTED] wrote: > > Hi,everyone > After I download examples from >http://www.jboss.org/documentation/jboss_cmp1.html and config my JBoss 2.0, > I startup my JBo

Re: CRITICAL BUG: RE: [jBoss-User] Transactions - SpuriousejbStore -AAAAGGGHHH

2001-01-10 Thread Tobias Frech
version and apply the patch yourself. If there are any problems with that just tell me and you'll receive a zip from me. Cheers, Tobias Andy Riedel wrote: > > Hi Andrew, > > I discovered a bug in the way method transactions are handled in > org.jboss.BeanMetaData which I rep

Re: [jBoss-User] XADataSourceLoader

2001-01-10 Thread Tobias Frech
Looks like you got that from the Oracle Howto ? This is the old code. Please have a look at: http://www.jboss.org/manual/adv_config.html#datasources Ciao, Tobias dferugson wrote: > > I add this to my jboss.conf and jboss can't run. > It doesn't even give an error mess

Re: [jBoss-User] CMP O/R Mapping Question Newbie Question

2001-01-10 Thread Tobias Frech
f you don't provide a jaws.xml jBoss uses the defaults from conf/default/standardjaws.xml. That's it :-) Tobias [EMAIL PROTECTED] wrote: > > Sorry for the newbie question, but... > > Where is the O/R mapping for CMP stored? I am assuming in the XML deployment > descriptor

Re: [jBoss-User] Multiple Servers

2001-01-10 Thread Tobias Frech
We copied the whole server because we wanted a stable version of our application. That includes JBoss ;-). Tobias [EMAIL PROTECTED] wrote: > > I am using JBoss-2.0_FINAL.zip. When you say you copied the whole server to > another directory, do you mean the whole JBoss installation or

Re: [jBoss-User] findAll returns an ArrayList containing $Proxy14objects. What is that?

2001-01-10 Thread Tobias Frech
Hi Erik! Have a look at the EJB spec 1.1 Figure 18 at page 82, too! Cheers, Tobias "Erik G. Dybdahl" wrote: > > > That's the EJBObject implementation in JBoss. It implements your remote > > interface. > > > > Are you having any problems with this, or a

Re: [jBoss-User] jboss.conf for oracle

2001-01-09 Thread Tobias Frech
ully update the webiste from the cvs soon. Cheers, Tobias dferugson wrote: > > I have been reading the jboss cmp quick start for oracle and there are > some descrepancies I was curious if you guys could straighten out for > me. > > It mentions installing minerva which you peop

Re: [jBoss-User] Single jboss client jar

2001-01-09 Thread Tobias Frech
es resides to your classpath. Do not include j2ee.jar (from SUNs J2EE) into your classpath as it contains a jndi.properties itself ! Good Luck, Tobias Chad LaJoie wrote: > > I've been rummaging around all the documentation and I haven't been able to > find anywhere that t

Re: [jBoss-User] Multiple Servers

2001-01-09 Thread Tobias Frech
mation you need and help with the issues and you just write down what you did and we will have a nice step-by-step guide in the end. OK ? Cheers, Tobias [EMAIL PROTECTED] wrote: > > Is it possible with JBoss to run multiple servers with one installation of > JBoss? The conf dire

Re: [jBoss-User] NoClassDefFoundError

2001-01-09 Thread Tobias Frech
Hi! Please post ejb-jar.xml and "jar tf ejb1002.jar". Did deploying into a subdir in /deploy work for you before ? Greetings, Tobias [EMAIL PROTECTED] wrote: > > Hi folks, > > I user jBoss-2.0_FINAL and the SUN jdk1.3. > > As far as I see my app was deployed w

Re: [jBoss-User] Auto-deploying sometimes fails with io-error

2001-01-09 Thread Tobias Frech
Then it's a RedHat 6.2 issue too. Perhaps there should be a little larger wait time before deploying. Cheers, Tobias "Kenworthy, Edward" wrote: > > Sounds like a Win 2000 issue - the file system makes a file "appear" before > it's finish

Re: [jBoss-User] Inheritance in CMP - continued (super.ejbCreate notinvoked ???)

2001-01-08 Thread Tobias Frech
ntered and what not. Works for me. :-) Cheers, Tobias Shahar Solomianik wrote: > > Hi guys (Tobias pay attention to this...). > > The deployment works fine. > > But when coming to create entities I get "javax.ejb.CreateException: Could > not create entity:java.sql.SQL

Re: [jBoss-User] Oracle CMP (can't insert)

2001-01-08 Thread Tobias Frech
Hi Clarence! How do you start ? Is the DB empty, meaning there are no tables in the DB before starting JBoss ? Are the tables created after start ? Ciao, Tobias Clarence Westberg wrote: > > I seem to have the various configration file set up (at least I don't get > errors) and I c

Re: [jBoss-User] home vanishes!

2001-01-08 Thread Tobias Frech
requests from the pages via > > > the java beans > > > fail. The exception says cannot find home. You copy them to "bin" ? Don't you mean to jboss/deploy/ ? Tobias -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] What is happening ?

2001-01-06 Thread Tobias Frech
be dated to 01/02/01. Perhaps "the board" has some more infos on that ? Greetings, Tobias -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Cloudscape installation problems

2001-01-05 Thread Tobias Frech
Hey Anthony, you just cutted the important line in half :-) Could you please paste the complete line just before the Exception occurs ? Thanks, Tobias "Robins, Anthony" wrote: > > Hi, > > I am having problems installing jboss with cloudscape.I read your > &#x

Re: [jBoss-User] Cloudscape installation problems

2001-01-05 Thread Tobias Frech
? Please give us feedback! He also provided also settings for JBoss-Pre2.1. Both configurations will be available on the website in a few days. Ciao, Tobias "Robins, Anthony" wrote: > > Hi, > > I am having problems installing jboss with cloudscape.I read your > '

Re: [jBoss-User] Finder methods and EJB 1.1

2001-01-05 Thread Tobias Frech
what the JBoss finders are capable of have a look at: http://www.jboss.org/documentation/jawsxml_howto.html And if Marc updates the latest changes from cvs you would be able to see even more functionality (hint, hint !). So check it again it 2 days or so ... Ciao, Tobias Lennart Petersson wrote

Re: [jBoss-User] Inheritance in CMP beans - followup

2001-01-05 Thread Tobias Frech
Hi Edward! We HAVE and DO the following: Remote interface B extends A. On the client side I can cast B to A. Works fine, even method invocations afterward. Don't see why it shouldn't ? But I really want to know all the problems you see. Please explain. Cheers, Tobias "Ke

[jBoss-User] Re: [jBoss-User]

2001-01-04 Thread Tobias Frech
x27;t need them to start. jboss.xml specifies settings which are special to jBoss. jaws.xml specifies special mappings for storing CMP beans (container managed persistence) into a database. To start you only need ejb-jar.xml. JBoss wil use good default settings for everything else. Good luck, T

Re: [jBoss-User] EJBench -- java.rmi.MarshalledObject

2001-01-03 Thread Tobias Frech
include the following JARS into the CLASSPATH of the client: client/ejb.jar client/jndi.jar client/jta-spec1_0_1.jar client/jboss-client.jar client/jnp-client.jar Did something help ? Good luck, Tobias Jeffrey Wescott wrote: > > When trying to run EJBench, I get the following error. It doesn&

Re: [jBoss-User] Inheritance in CMP beans - explained

2001-01-03 Thread Tobias Frech
2.0 yet. Is there something in it about inheritance ? Cheers, Tobias Shahar wrote: > > [Hi again] > off course, I also intend to extend the remote interface. Possible ? > > -- > -- > To subscribe:[EMAIL

Re: [jBoss-User] Fields with NULL value with CMP?

2001-01-03 Thread Tobias Frech
Works here (with mySQL) out of the box. We did not need to take any special action. Tobias "Jon T. Ilko" wrote: > > Hello, > Is there anything special I need to do to be able to > return CMP fields with NULL v

Re: [jBoss-User] Simple newbie question

2001-01-03 Thread Tobias Frech
UN and have a look at page 82 in the pdf document. You are "Wombat Inc." :-). That figure was very helpful for me to understand how things work "inside". You provide us with the ejb-jar.xml part for NumberGeneratorEJB but the Verifier complains about NumberManager. Som

Re: [jBoss-User] Transaction Problem

2001-01-03 Thread Tobias Frech
se you asked: in ejb-jar.xml you can specify JustSomeCMPBean ... ... False Ciao, Tobias -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Transaction Problem

2001-01-03 Thread Tobias Frech
declared reentrant. Be very careful with that kind of stuff. If you don't declare A reentrant, the client will seem to hang and after some time get a ROLLBACK exception. Does this help ? Cheers, Tobias [EMAIL PROTECTED] wrote: > > I did not. What would I have to do to make sure that

RE: [jBoss-User] Transaction Problem

2001-01-02 Thread Tobias Frech
Did you check that you did not reenter a bean (reentrant code) ? Tobias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 8:18 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] Transaction Problem I got the following message on the

Re: [jBoss-User] problems with current cvs?

2001-01-02 Thread Tobias Frech
this will take a while. Sorry for the inconvenience. Tobias Andrius Juozapaitis wrote: > > hi all, > > I did a clean checkout ~ 1h ago, and I get loads of stack traces both > deploying my beans, and the ones included in jboss testing package. it seems > that they are some

Re: [jBoss-User] Interbase + JBoss

2000-12-31 Thread Tobias Frech
console. I remember Interbase to have a problem there. Does this help ? Ciao, Tobias eu mesma wrote: > > Well, I'm using jboss-2.0-FINAL + Interbase 6 + Interclient > I'm using the following configuration: > > jboss.properties: > = > jdbc.drive

Re: [jBoss-User] Interbase + JBoss

2000-12-31 Thread Tobias Frech
Hi! You are supplying to few information here. With which jBOss version are you working ? Interbase version, JDBC driver. How did you setup Interbase as datasource ? How look your descriptors for the beans ? How is JAWS configured ? Thanks, Tobias eu mesma wrote: > > I need some help

Re: [jBoss-User] Jaws SQL logging for CMP finders?

2000-12-31 Thread Tobias Frech
Hi Jon! If you compile JBoss from cvs/sources just set public static boolean debug = false; to public static boolean debug = true; in jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc/JDBCCommand.java before you compile. Cheers, Tobias "Jon T. Ilko" wrote: > > This is probably si

Re: [jBoss-User] JBoss - MS Access - Optional feature notimplemented

2000-12-29 Thread Tobias Frech
PrimaryKey from the outside to the create method. FOR TESTING purposes you could just generate random numbers. WHICH of the other questions you posted are still a problem ? C ya, Tobias -- -- To subscribe:[EMAIL PROTEC

Re: [jBoss-User] Documentation status, PLEASE report

2000-12-29 Thread Tobias Frech
jb/EJB_environment.html I'll check this. > we can learn from them for once ;-) > it is short it is sweet it does the job. **eg** > thanks for taking a lead there, coordination is missing in doco. Oh well, I was just asking if somebody i

Re: [jBoss-User] BMP with JBoss and Interbase

2000-12-29 Thread Tobias Frech
Hi! With the debug flag I meant changing public static boolean debug = false; to public static boolean debug = true; in jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc/JDBCCommand.java before compiling jBoss. Then you will see all JDBC commands before they are issued. Bye, Tobias Honoria

Re: [jBoss-User] Custom attributes with CMP

2000-12-29 Thread Tobias Frech
s. Maybe I could add this. What about you ? Do you have some spare time ? Greetings, Tobias Vincent Harcq wrote: > > Tobias, > I am the same process now and have a related question. > I looked in the jbosstest and zola but did not find any examples. > > If I have a Enti

[jBoss-User] Documentation status, PLEASE report

2000-12-29 Thread Tobias Frech
hat ".. but the documentation/manual is poor ..." section wiped out from the public reviews. Cheers, Tobias -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] BMP with JBoss and Interbase

2000-12-29 Thread Tobias Frech
can handle it or not! I would be very interested in the results. Tobias Honoria Sauciuc wrote: > > Hi!I'll get right to the point: > I can't seem to remove an BMP, and finders also cause > me problems. I try to fix this second problem as I > read in one message but I

Re: [jBoss-User] Custom attributes with CMP

2000-12-29 Thread Tobias Frech
any _special_ tags in the XML file(s). Nevertheless you need to declare the object property as a CMP field in ejb-jar.xml. Here EJX could be helpful for you (comes with jBoss). 6) Any more questions ? Tobias Christophe Demez wrote: > > Hi, > > I have create a CMP Bean with severa

Re: [jBoss-User] using mySql with JBoss

2000-12-28 Thread Tobias Frech
Hi Neil! Do you still have the problem? If yes, please provide me a little but more with information about what you modified (according to the manual). We have mySQL running here. Tobias Neil Blue wrote: > > Hello, > > I am trying to use mySQL with JBoss. I have followed the

Re: [jBoss-User] Reporting bugs

2000-12-18 Thread Tobias Frech
rt of list, which helps the users to determin who initially shoudl be assigned for a particular part of the software. Manual, JRMP, deployer, verifier, ejx etc. If there is any website work involved or any configuration work just tell me. I would be glad to be helpful in this point. Tobias Ric

Re: [jBoss-User] JBoss 2.0 with MSDE database

2000-12-17 Thread Tobias Frech
Hi Michel! Thanks, got the files and commited them to cvs. Could you please compare your mappings with the following: http://www.jboss.org/documentation/mssql.htm I think they slightly differ. Does this matter anyhow ? Did you run the dbtest on these mappings ? Tobias Michel & Anke w

Re: [jBoss-User] JBoss 2.0 with MSDE database

2000-12-16 Thread Tobias Frech
Plain text or HTML is ok. Just post it on this list. I'll take care of it. Tobias Michel & Anke wrote: > > Hi, > > I have started using Microsoft's MSDE database with JBoss 2.0 FINAL and it > works well. However, the documentation on the JBoss site about using the

Re: [jBoss-User] JBoss with MS Jet Engine (Access 97)

2000-12-16 Thread Tobias Frech
, Tobias Michel & Anke wrote: > > Are there any people interested in using MS Access 97/Jet Engine with JBoss > 2? I have a working configuration and would like to contribute it to JBoss. > How can I do that? >

Re: [jBoss-User] jndi.properties in jboss

2000-12-14 Thread Tobias Frech
I always have to adjust this line to reflect the real hostname (not just localjost). Otherwise clients will fail to connect to JBoss. Tobias Madhu Narasa wrote: > > I am running jboss2.0 with tomcat in an integrated > mode. > > With the following line not comment

[jBoss-User] prefilled properties

2000-12-14 Thread Tobias Frech
me, that jBoss is reusing entities. If this is EJB spec compliant I'd like to warn all you guys out there not to make the same mistake as we did. Is there any good "most common EJB errors" page anywhere out in the web

Re: AW: [jBoss-User] HELP: Why ear app deploys only while on-lineORwith jboss.xml included

2000-12-14 Thread Tobias Frech
overwrite a working installation! Tobias Steve Kwee wrote: > > Where can I get this snapshot of pre 2.1 ? > It is not on the website. > > Thanks > >Steve -- -- To subscribe:[EMAIL PROTECTED] To uns

Re: [jBoss-User] Problem encountered when re-deployment

2000-12-13 Thread Tobias Frech
thing might be going wrong here. Ciao, Tobias Tang Lai Bun wrote: > > Deara ll, > > I had once succesfully deployed a session bean, but I got a "deprecation" > exception. After I fixed my code, I deployed it again. But, the > exception > still existed. No matte

Re: [jBoss-User] Bug in FINAL (NPE)

2000-12-13 Thread Tobias Frech
rsion ? Ciao, Tobias Rickard Öberg wrote: > Hey > Tobias Frech wrote: > > Your "patch" changes the Exception :-/. > > I did not only pass always the container, but also printed out what the > > container object actually is. The difference I noti

Re: [jBoss-User] Bug in FINAL (NPE)

2000-12-13 Thread Tobias Frech
43) [UserRequestHandler]at java.lang.Thread.run(Thread.java:484) Cheers, Tobias marc fleury wrote: > > try (in GenericProxy.java) > >public void writeExternal(java.io.ObjectOutput out) > throws IOException >{ > out.writeUTF(name); > >

RE: [jBoss-User] minor jBoss spec compliance issue

2000-12-12 Thread Tobias Frech
You are porting FROM jBoss TO WebLogic ? Really ? Tobias -Original Message- From: Rhett Guthrie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 8:36 PM To: [EMAIL PROTECTED] Subject: [jBoss-User] minor jBoss spec compliance issue in porting some code from jBoss to WebLogic

Re: [jBoss-User] Problem starting InstantDB

2000-12-12 Thread Tobias Frech
jboss by going to bin/ and executing java -jar run.jar Does it work now ? Greetings, Tobias Adam Tanton wrote: > > Hi, > > I get the following when trying to start jboss. > If someone knows a solution, i'd really appreciate it. > > Thanks ! > > > >

Re: [jBoss-User] jboss exception

2000-12-12 Thread Tobias Frech
nterbase for a table or field name (like "password" or "user"). Cheers, Tobias Aadam Daya wrote: > > i changed the line: public static boolean debug = false; > to: public static boolean debug = true; > > It still does not log to the

Re: [jBoss-User] Bug in FINAL (NPE)

2000-12-11 Thread Tobias Frech
Store is called for every single bean, I checked it. For more details see Buzilla #255. And again: you can get whatever debug output you want. Just TELL ME what you need. Please, fix this soon ! Cheers, Tobias Tobias Frech wrote: > > Hi! > > The server trace shows several Exception

Re: [jBoss-User] jboss exception

2000-12-11 Thread Tobias Frech
again. If you need help with that debug thing let me know. Tobias Aadam Daya wrote: > > i'm using interclient and interserver v. 1.6?.is this the one i > should be using?.it seems to work fine except for this situation > where it does not work some of the time. >

[jBoss-User] Exception JRMP again

2000-12-10 Thread Tobias Frech
) [UserRequestHandler]at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:643) [UserRequestHandler]at java.lang.Thread.run(Thread.java:484) Bye, Tobias -- -- To subscribe:[EMAIL PROTECTED] To

Re: [jBoss-User] PostgreSQL problems

2000-12-10 Thread Tobias Frech
it. But perhaps I missed the topic completly :-) Ciao, Tobias Marcin Chalotowski wrote: > > Tobias Frech wrote: > > > > Hi! > > If you are storing objects in properties of a bean (which are stored in > > BLOBs) DO NOT "tuned updates" at the moment. > &g

Re: [jBoss-User] jBoss deployment problems

2000-12-09 Thread Tobias Frech
Which version are you running on, please ? Tobias Raffael Herzog wrote: > > I've got a problem with jBoss J2EE Deployer: Anytime it deploys an EJB > jar file, it instantly deletes everything after deploying. If I deploy > it using the Web Management Interface with the Cont

Re: [jBoss-User] findByPrimaryKey BMP

2000-12-09 Thread Tobias Frech
Just a guess: console logging of "debug" messages is deacrtivated for PRE2-1. You may change that in jboss.conf. Does this help? Tobias Paul Russo wrote: > > I've been using jboss for a couple of months now and overall I am very > pleased with it. > > The pr

Re: [jBoss-User] PostgreSQL problems

2000-12-09 Thread Tobias Frech
Hi! If you are storing objects in properties of a bean (which are stored in BLOBs) DO NOT "tuned updates" at the moment. What are you trying to store ? How does the database look before and afterward ? Ciao, Tobias Marcin Chalotowski wrote: > > Hi! > > My problem is t

Re: [jBoss-User] jboss exception

2000-12-09 Thread Tobias Frech
Hi! Does the jdbc driver for Interbase work probpely nowadays ? Tobias Aadam Daya wrote: > > Hi. I'm having the following problem. I basically have SpyderMQ > running within JBOSS and I also have an Interbase 6 database. I have > a message reciever whose code for onMessag

Re: [jBoss-User] IRC Channel is up on IRCnet #jboss.org - how to

2000-12-03 Thread Tobias Frech
FYI: At the moment we are 4 guys in there and 2 discussions are going on. Good start for a sunday on channel with a work topic. CHeers, Tobias marc fleury wrote: > > So i go there and there is no-one, come on ... for a irc newbie I feel very > lonely in that big room

Re: [jBoss-User] Newbie Questions

2000-12-03 Thread Tobias Frech
Hunter Hillegas wrote: > > 2. We are planning to deploy on Linux (currently 2.2 kernel). Which Linux > JDK (Sun or IBM) is better in terms of stability/speed? We had (stability) problemns with IBM. Some programs just hung sometimes. Sun -> no problem with Redhat

  1   2   >