RE: [jBoss-User] Tracing SQL statements executed by container in CMP mode

2001-01-11 Thread Kenworthy, Edward
Would they appear in your database's log ? -Original Message- From: Alexander Klyubin [mailto:[EMAIL PROTECTED]] Sent: 11 January 2001 06:55 To: Jboss-User Subject: [jBoss-User] Tracing SQL statements executed by container in CMP mode Hi! Does anybody know whether it is possible to

RE: [jBoss-User] Tracing SQL statements executed by container in CMP mode

2001-01-11 Thread Robert Schulz
I think there is a jaws debug switch somewhere (have a look through the list, there was an email about it recently) - also check your db, maybe you can log it straight on the db (that's what I do with postgres - at least you really know what gets send across. Robert. -Original

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Bordet, Simone
Hey, you need a jndi.properties file in the classpath (inside your jar/war), so that when you create InitialContext it knows which class to use to create the context. Another solution is setting these properties in the code, not recommended HTH, Simon -Original Message- From: Kemp

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 JBoss. When I see the

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

2001-01-11 Thread Tobias Frech
One again ( :-) ): You have to compile JBoss yourself (get it from cvs or the sourcesnapshot, be careful since config files changed between 2.0 FINAL and cvs !). BEFORE you execute the build script in jboss/src/build edit the file jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc/JDBCCommand.java

[jBoss-User] How to turn debug on in JDBCCommand.java? Where isJDBCCommand.java?

2001-01-11 Thread levels
¢Ë›±ÊâmèÛ¢Ë.±êèžX¬· +’)àvˆ,r‰“¢éì¹»®Þº,²ë®‡ß–+-ŠäŠx¢ ¢bâ²Ñޖ˜èŸ +’)àvˆ,r‰

[jBoss-User] Application design questions

2001-01-11 Thread reto
Hi all there, I have just a few questions about good app design with Jboss. Hope that somebody can give my some useful tips. I have to design a j2ee-application that has the following requirements. - high volume web-traffic - security for member and admin area - based on roles - It must be

RE: [jBoss-User] EJB and LDAP: newbie question

2001-01-11 Thread Gustav Bostrom
Title: RE: [jBoss-User] EJB and LDAP: newbie question Hi! Storing Entity bean state in LDAP is possible. I know of people who have done so. This could be particularly useful for managing User information that is typically stored in LDAP servers. It's a bit more difficult though since

[jBoss-User] Authentication Tomcat not work on Embedded Tomcat

2001-01-11 Thread Johnson Lim
Hello all, Have any one successful to integrate the tomcat authentication on Embedded Tomcat, I have it works on standalone tomcat and It seem not working on embedded tomcat. The way I have done is set the security-constraint on web.xml. Is the any way to set authentication others than

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Petri Wessman
On Thu, 11 Jan 2001 09:10:40 -, "Bordet, Simone" [EMAIL PROTECTED] said: Bordet Hey, you need a jndi.properties file in the classpath (inside Bordet your jar/war), so that when you create InitialContext it knows Bordet which class to use to create the context. Another solution is Bordet

Re: [jBoss-User] Accessing UserTransaction from Client Code

2001-01-11 Thread Ole Husgaard
Hi, This is not yet implemented in JBoss. The problem is, that while transaction context propagation works fine when in the same VM, the network code for distributing transaction between different VMs has not yet been implemented. Its on my TODO list. Anyway, controlling transaction boundaries

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Bordet, Simone
Hey, Hi, I've been trying to get a servlet to talk with an EJB (using the bundled jboss+tomcat binary from the JBoss web site). If I set the JNDI properties in the servlet code with System.setProperty(...) everything works fine, but so for I haven't managed to get the jndi.properties style

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Petri Wessman
On Thu, 11 Jan 2001 11:24:12 -, "Bordet, Simone" [EMAIL PROTECTED] said: Bordet, Hey, Hi, I've been trying to get a servlet to talk with an EJB (using the bundled jboss+tomcat binary from the JBoss web site). If I set the JNDI properties in the servlet code with System.setProperty(...)

[jBoss-User] [Fwd: How to handle tx when removing]

2001-01-11 Thread Lennart Petersson
Taking it to this list also! As you might see from the original mailing list i'm using ejbdoclet. Looking in the generated LoggerCMP.java file i see this ejbRemove method: public void ejbRemove() throws javax.ejb.RemoveException { super.ejbRemove(); } And this will lead to a call

RE: [jBoss-User] Accessing UserTransaction from Client Code

2001-01-11 Thread Alexander Klyubin
I see... Creating a session bean for automatic transaction boundary demarcation is not always approapriate. Some of the logic I run on the client is complex and really IS client logic. Moving it to server is not a good idea, as too much data has to be transferred from client over the network.

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Shahar Solomianik
Hi Petri. I experience the same with jboss_final2.0+tomcat on sun solaris and jdk1.3. (i.e. I initiate the InitialContext with Hashtable which is populated hard coded) If you find the solution, please let me know. Shahar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jBoss-User] INSERTING AN ALREADY EXISTING BEAN

2001-01-11 Thread Craig Day
Hi jBoss, Simone, Ive looked at BMPPersistanceManager and AbstractInstanceCache code and determined that a call on remove() doesnt actually remove the entity from the cache!!! So when you try and create an entity with the same primary key later the cache throws the exception that the entity

[jBoss-User] Problem apache - tomcat

2001-01-11 Thread Joakim Hellström
I have a problem with tomcat - apache and I was hoping anyone could help me. I have an apache server with ssl installed on the machine. On another machine I have tomcat installed. Now I need to have the apache server forward all *.jsp request to the tomcat machine so that tomcat can do its job

RE: CRITICAL BUG: RE: [jBoss-User] Transactions - SpuriousejbSto re -AAAAGGGHHH

2001-01-11 Thread Nortje, Andrew
First thanks to all who have responded to my question. I will apply the patch and see what happens. While waiting for some replies I did some reading and saw the following... This is a cut and past from the ejb spec. Looks like this might be my problem. (Take note of note [7] in the text i.e.

Re: [jBoss-User] Authentication Tomcat not work on Embedded Tomcat

2001-01-11 Thread Apichat Banyatsupasil
Hi Johnson, I found the same problem and posted the question on list. Unfortunately, no one pay attention to it yet. I found that in past 2 days there are about 4-5 thread related to this topic. But it's wierd that none of them are responsed. (May be the topic not sound interesting enough.

RE: [jBoss-User] Authentication Tomcat not work on EmbeddedTomca t

2001-01-11 Thread Roberto Leong
just a question is authentication configured in server.xml in tomcat-standalone? if it is then youre currently out of luck since embeddedtomcat doesnt provide full support to server.xml at this moment regards Roberto -Original Message- From: Apichat Banyatsupasil [mailto:[EMAIL

[jBoss-User] Problem posting message

2001-01-11 Thread Rick Horowitz
I have posted another message twice in the past 2 days to this list and it hasn't shown up...anyone else having this problem? Of course, if you are, then maybe you can't reply :) Rick Horowitz _ Do You Yahoo!? Get

Re: [jBoss-User] Problem posting message

2001-01-11 Thread Rick Horowitz
My mistake...I just realized that one of my incoming mail filters was moving this message into a mailbox without my realizing it...mail seems to be working just fine! At 08:57 AM 1/11/01 -0800, you wrote: I have posted another message twice in the past 2 days to this list and it hasn't shown

RE: [jBoss-User] Authentication Tomcat not work on EmbeddedTomca t

2001-01-11 Thread Apichat Banyatsupasil
Roberto, Nope. Currently, I uses JAAS on EJB tier. I wrote a test application to call the bean. The bean is protected properly. But when I try to call it from EmbedTomcat, it just lets me called any methods I want. I specify the method-permission in ejb-jar.xml. I plan to JAAS for

[jBoss-User] Exceptions on startup - Hypersonic/InstantDB

2001-01-11 Thread dferugson
[Hypersonic] Starting [Hypersonic] Server.run/init: java.sql.SQLException: File input/output error: /usr2/jBoss/jBoss-2.0_FINAL/db/hypersonic/default.backup [Hypersonic] java.sql.SQLException: File input/output error: /usr2/jBoss/jBoss-2.0_FINAL/db/hypersonic/default.backup [Hypersonic]at

RE: [jBoss-User] Authentication Tomcat not work onEmbeddedTomca t

2001-01-11 Thread Roberto Leong
well since jboss doesnt support tomcat 4.0 aka catalina then youll have to wait until the integration of catalina happens regards Roberto -Original Message- From: Apichat Banyatsupasil [mailto:[EMAIL PROTECTED]] Sent: Quinta-feira, 11 de Janeiro de 2001 17:16 To: jBoss Subject:

[jBoss-User] Be careful with multiple jars

2001-01-11 Thread Tobias Frech
Hi guys! There were some threads about how you do things with multiple jars. So here are my $.02 : a) Be aware that beans in one jar can't access/see classes in other jars. It is intended to be that way. b) To solve a) some people suggest adding the jars to /lib/ext/ or extending the classpath

[jBoss-User] Reliability

2001-01-11 Thread Jesse Kuhnert
I was wondering if anyone has been using the 2.0 final JBoss/Tomcat implementation in production for their system? I'm sure it's a great product and everything, but if we decided to use and contribute to it's development, it would need to be pretty stable because we're going to be using it in

Re: [jBoss-User] bug report: security framework (ie,authentication)broken for web clients

2001-01-11 Thread Apichat Banyatsupasil
Thanks, Charlie. :-) If this is really a bug, I don't mean that integration of Tomcat4 + JAAS will solve the problem. The reason I plan to use JAAS w/ Tomcat4 is because currently, both JBoss and Tomcat3.x authenticate and authorize differently. While JBoss supports JAAS, Tomcat3.x uses

RE: [jBoss-User] bug report: security framework (ie,authenticati on) broken for web clients

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] bug report: security framework (ie, authentication) broken for web clients Does Jetty support JAAS? Would that be an alternative (at least until tomcat 4.0 settles down)? Tom Cook Systems Development Australian Submarine Corporation Mersey Road Outer Harbour +61 8

[jBoss-User] best client for mailing list?

2001-01-11 Thread Keith L. Musser
What are most people using as a client for this mailing list? I'm using Outlook Express. It does not track "threads" of conversation. I.e. it doesn't associate messages with their replies. Does anybody know of a client which does this? Thanks, Keith --

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] Fresh pair of eyes Hey, Hi, I've been trying to get a servlet to talk with an EJB (using the bundled jboss+tomcat binary from the JBoss web site). If I set the JNDI properties in the servlet code with System.setProperty(...) everything works fine, but so for I

[jBoss-User] Database schema name

2001-01-11 Thread Chad LaJoie
Is there a property in some configuration file that tells JBoss, or JAWS, what to use as a schema name for a table. It seems that by default it appends the JDBCUser name that you put in jboss.jcml. I need to find a way to change this or to tell it not to use the schema at all. Any

RE: [jBoss-User] Searching for a PK Generator Bean

2001-01-11 Thread Bordet, Simone
Hey, I have one that generates sequential integers for several db tables (so for several EJB), but not complete PK if they've composite PKs. Furthermore, what do you mean by "generates PK" ? If the PK is a String (eg indicating a name for a very simple Person EJB), how can you have another bean

[jBoss-User] jboss doesn't start:java.security.AccessControlException

2001-01-11 Thread cmiller
I saw a few references to this problem in the mailing-list archives, but couldn't find anyone who had posted a solution. I downloaded the jboss-2.0-FINAL + tomcat package and installed it. When I try to run the run_with_tomcat.bat, I get the exceptions below. The user I'm running as has full

[jBoss-User] Client stubs

2001-01-11 Thread dferugson
Hi, When I deploy an ejb where/how can I get the stubs for my client? -- Doug Ferguson Software Developer www.coremetrics.com 512-342-2623x212 512-619-9972(cell) -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe:

[jBoss-User] Hypersonic/InstandDB/DefaultDS

2001-01-11 Thread dferugson
Are this necessary? I had to remove the lines below from my jboss.conf before I would start properly! If I need these things please let me know so I can begin to troubleshoot them. Thanks. MLET CODE = "org.jboss.jdbc.HypersonicDatabase" ARCHIVE="jboss.jar,hsql.jar" CODEBASE="../../lib/ext/"

RE: [jBoss-User] Exceptions on startup - Hypersonic/InstantDB

2001-01-11 Thread Bordet, Simone
Hey, it seems a problem related to the Hypersonic DB restoring, so if you don't need such restore (because you're only testing, you don't have important data in it), simply delete the file indicated, it should recreate it. HTH, Simon -Original Message- From: dferugson [mailto:[EMAIL

[jBoss-User] Apache+EmbeddedTomcat (revisited)

2001-01-11 Thread Dewayne McNair
I spent some time last night digging through the source code to both org.jboss.tomcat.EmbeddedTomcatService.java and org.apache.tomcat.startup.EmbededTomcat.java. I believe the reason why Apache won't talk to the embedded Tomcat instance is because the Connector ... items in server.xml are never

[jBoss-User] Using ZOAP on JBoss 2.0 FINAL with EmbeddedTomcat

2001-01-11 Thread Jeffrey Wescott
After tinkering with trying to get the ZOAP sources running on my EmbeddedTomcat JBoss server over the past few days, I've finally met some moderate success. Here are my notes: 1- First of all, the ZOAP stuff was clearly developed on some microsoft platform, as is evidenced by the various

RE: [jBoss-User] How to turn debug on in JDBCCommand.java? Whereis JDBCCommand.java?

2001-01-11 Thread JJAR
Maybe this is an error receiving the e-mail but this looks like chinese 8() ... ;-) -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de [EMAIL PROTECTED] Enviado el: jueves, 11 de enero de 2001 11:05 Para: [EMAIL PROTECTED] Asunto: [jBoss-User] How to turn

Re: [jBoss-User] best client for mailing list?

2001-01-11 Thread Ryan Marsh
I use Evolution at home on my Linux box and Outlook Express here at work. Outlook Express will track threads. Go to the 'View' menu then, 'Current View', 'Group Messages by Conversation' Regards, -ryan The three great virtues of programming are laziness, impatience, and hubris, but bigotry

RE: [jBoss-User] best client for mailing list?

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] best client for mailing list? Yes! Emacs! ;-) Sorry for the no-brain reply (I use emacs for everything possible) but at my old job I used emacs for email; here we have an exchange server, so outlook it is. BTW if anyone knows how to turn HTML email off for _ALL_

[jBoss-User] Quieting jboss exceptions in console

2001-01-11 Thread Todd Huss
Whenever one of our beans throws an EJBException (which is obviously a valid exception to throw from a bean), even though the caller catches the EJBException, it still gets printed out on the console that jboss is running in. Is there a flag we can set so that JBoss doesn't print these type of

RE: [jBoss-User] INSERTING AN ALREADY EXISTING BEAN

2001-01-11 Thread Bordet, Simone
Hey Craig, Hi jBoss, Simone, Ive looked at BMPPersistanceManager and AbstractInstanceCache code and determined that a call on remove() doesnt actually remove the entity from the cache!!! I should have fixed it, but may I ask you to try it out and tell if everything is OK ? (It was

Re: [jBoss-User] Searching for a PK Generator Bean

2001-01-11 Thread Steven Haines
Take a look at the following thread from www.theserverside.com, they have a link to a fully implemented open source PK generator following the HIGH / LOW pattern in EJB: http://theserverside.com/discussion/thread.jsp?thread_id=1995 HIGH/LOW Pattern:

Re: [jBoss-User] best client for mailing list?

2001-01-11 Thread Alexander Kogan
I'm using netscape, because i'm sitting on unix. Actually, Outlook does support "threads". Look at View-Current View-Group Messages By Conversation. "Keith L. Musser" wrote: What are most people using as a client for this mailing list? I'm using Outlook Express. It does not track

Re: [jBoss-User] Searching for a PK Generator Bean

2001-01-11 Thread Jeffrey Wescott
Try ftp://novelidea.com/pub/pkgen.zip ... It will generate sequence numbers for CMP beans. It's based on an example shipped with the Inprise Application Server and I found it on their newsgroups. ++Jeff -Original Message- From: Christophe Demez [mailto:[EMAIL PROTECTED]] Sent:

RE: [jBoss-User] best client for mailing list?

2001-01-11 Thread JJAR
The "Reply All" feature maybe. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Keith L. Musser Enviado el: jueves, 11 de enero de 2001 21:49 Para: jBOSS-User Asunto: [jBoss-User] best client for mailing list? What are most people using as a client for

[jBoss-User] 2 jBosses and 1 JNDI (repost)

2001-01-11 Thread Alexander Kogan
Sorry for the repost, but looks like the original message didn't get through. Hello, Is it possible to bind 2 jBoss instances to one JNDI context? If so, what should be done for that? I'd like to run several instances of jBoss (on different machines) and be able to lookup EJB from any of

Re: [jBoss-User] Apache+EmbeddedTomcat (revisited)

2001-01-11 Thread Roberto Leong
hi give me a couple days and ill look into it, unless of course youve done it in your computer if so send me the changes and Ill add them to the module regards Roberto - Original Message - From: "Dewayne McNair" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 11, 2001

Re: AW: AW: [jBoss-User] Using ZOAP?

2001-01-11 Thread Jeffrey Wescott
sigh I'm very frustrated. I don't quite understand why the lines are "automatically" removed for me. I add those two lines right before the container factory and then they are deleted when the server starts up. It seems that jboss.jcml is written by the server. I'm using the embedded

RE: [jBoss-User] Quieting jboss exceptions in console

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] Quieting jboss exceptions in console See section 12.3.1 of the spec. If a bean business method throws a runtime exception, then the container must: 1) Log the exception or error. 2) Mark the transaction for rollback. 3) Discard instance. 4)Throw

Re: [jBoss-User] Reliability

2001-01-11 Thread Craig Day
We are planning on using jBoss in production in a very short time frame (im talking weeks). In our experience, the platform is very very stable... actually I cant remember it crashing, and it seems to be scalable and fast. The big issue, as you alluded to is bugs. the 2.0 release has quite a

Re: [jBoss-User] Apache+EmbeddedTomcat (revisited)

2001-01-11 Thread Dewayne McNair
I may get to it tomorrow -- I'll let you know if/when I get it working. Two changes will need to be made: (a) one to org.apache.tomcat.startup.EmbededTomcat.java to add a public method for adding generic connectors (an easy refactoring of one of the existing addEndpoint methods) and (b) one to

[jBoss-User] Adding embeded tomcat contexts with JMX

2001-01-11 Thread epeterson
What are the different ways to add tomcat contexts (when using embedded tomcat) and where to I find documentation about *how* to do it? I'm using embedded tomcat with jboss and want to add a context that allows "normal" tomcat operation of .jsp and html files--I just want to specify a directory

RE: AW: AW: [jBoss-User] Using ZOAP?

2001-01-11 Thread Cook, Thomas
Title: RE: AW: AW: [jBoss-User] Using ZOAP? Hi, The stuff in jboss.jcml is read at server startup and written at server shutdown. So, during startup, jboss.conf is read to find out which mbeans to load, then jboss.jcml is read to find out how to configure those mbeans, then the mbeans are

[jBoss-User] Adding embeded tomcat contexts with JMX

2001-01-11 Thread epeterson
What are the different ways to add tomcat contexts (when using embedded tomcat) and where to I find documentation about *how* to do it? I'm using embedded tomcat with jboss and want to add a context that allows "normal" tomcat operation of .jsp and html files--I just want to specify a directory

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

2001-01-11 Thread levels
Re: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? Hi, Could you explain the cause in detail for me? I don't know how to deal with it. Thank you levels **jboss.conf** ... MLET

RE: [jBoss-User] Adding embeded tomcat contexts with JMX

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] Adding embeded tomcat contexts with JMX Well, theoretically you would create a directory with a WEB-INF/web.xml file in it, then go to the JMX adapter (port 8082), follow the link to the J2eeDeployer, then invoke the operation 'deploy' with the full URL of your

[jBoss-User] I need document on using roles and writing entitybean in jboss

2001-01-11 Thread Thai
Hello everybody, I used Unify eWave Engine before. Now I move to jBoss. The documents on jBoss.org are quite rare. I don't know how to use roles in jBoss and I also don't know where to put jar file containing driver class of a database (e.g Oracle8i). Do you tell me where can I find information

RE: [jBoss-User] I need document on using roles and writingentit y bean in jboss

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] I need document on using roles and writing entity bean in jboss Yeah, I guess I do. There was a quite good email about JAAS in JBoss on this list about two months ago; check out the archives (http://www.mail-archive.com). You put a driver jar file in

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? -- Doug Ferguson Software Developer www.coremetrics.com

[jBoss-User] Can Embeddedtomcat handler multiple virtual host

2001-01-11 Thread Johnson Lim
Hello all, Since the Jboss+Embeddedtomcat are ignoring the server.xml other than context text, is that any possible way to run multiple virtual host using that specification. I using JBoss Pre-2.1/tomcat 3.2.1/cocoon 1.8 Thanks johnson --

[jBoss-User] java.io socket

2001-01-11 Thread Wong Chee Mon
hi all, I want to implement some service using java.io socket. since ejb is restrict to using java.io socket, where should I implement it? As a MBean? Thanks cmwong -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe:

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

2001-01-11 Thread levels
I have check it after I stoppped Jboss. For examples: the contents of My cds.txt: 19 White,Tallis,etc./Lamentations 1 Great Organ Works/Bach JS Koopman classical, organIncl. Toccata Fugue in D minor after I run run_upload.bat,on the jboss

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

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? ejbCreate doesn't have to write the values of any fields except the primary key, since these will be written by ejbStore at the end of the transaction anyway. So ejbCreate just creates the bean's row in the DB, then ejbStore

RE: [jBoss-User] ejb.jar in distribution

2001-01-11 Thread marc fleury
it comes from the old RI, hence RI license marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Ship, Howard |Sent: Thursday, December 28, 2000 12:50 PM |To: jBoss User (E-mail) |Subject: [jBoss-User] ejb.jar in distribution | | |-BEGIN PGP

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

2001-01-11 Thread levels
Title: RE: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? But why doesn't the ejbStore() update my data in table? -原始邮件-发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]代表 Cook, Thomas发送时间: 2001年1月12日 13:49收件人: 'jBoss'主题: RE: [jBoss-User] Problem about

Re: [jBoss-User] Adding embeded tomcat contexts with JMX

2001-01-11 Thread epeterson
RE: [jBoss-User] Adding embeded tomcat contexts with JMXI get the same error message when deploying to jboss 2.0 final using url: file:///D:/project/tomcat/webapps/examples/ Is this expected behavior for Jboss? Per J2EE specification? Erik - Original Message - From: Cook, Thomas To:

[jBoss-User] Searching for a PK Generator Bean

2001-01-11 Thread Christophe Demez
Hello, In several discussion, we speak about a Bean that generate primary key for others beans. Can someone send me an example of classes. You can also send me all kind of bean that are able of this, I will take a look at each to create an optimal one !!! Thanks a lot for your help Christophe

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

2001-01-11 Thread Cook, Thomas
Title: RE: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? A quote from the log: [JAWS] Create, id is 1 [JAWS] Exists command executing: SELECT COUNT(*) FROM music_cd WHERE cd_id=? [JAWS] Set parameter: idx=1, jdbcType=CHAR, value=1 [JAWS] Create command executing:

Re: [jBoss-User] Adding embeded tomcat contexts with JMX

2001-01-11 Thread epeterson
Ok, I found that the right place to deploy is using jmx DefaultDomain:service=EmbeddedTomcat. However, these deployments are not persisted after restarting jboss w/ tomcat. How can these contexts be persisted between server bounces? Erik - Original Message - From: "epeterson" [EMAIL

RE: [jBoss-Dev] Re: [jBoss-User] INSERTING AN ALREADY EXISTINGBEAN

2001-01-11 Thread marc fleury
// cause will remove also the cache lock that is needed | // by the passivation, that eventually will remove it. | |This is never going to work for the scenario I am trying. It has |to be gone |from the cache |immediately! I added some lines to

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

2001-01-11 Thread levels
Title: RE: [jBoss-User]??: [jBoss-User] Problem about CMP? Big Bug with JBoss CMP?? Hi, At the example,I want to insert two rows into table. first row 19 White,Tallis,etc./Lamentations second row 1 Great Organ Works/Bach JS Koopman classical, organ Incl.