[JBoss-user] 魔术手机卡,一张卡多个号

2002-10-11 Thread aaa
Title: ħÊõÊÖ»ú¿¨£¬Ò»ÕÅ¿¨¶à¸öºÅ ħÊõÊÖ»ú¿¨£¬Ò»ÕÅ¿¨¶à¸öºÅ £¨³ÏÕÐÈ«¹ú´úÀíÉÌ£© ÄúÒ»¶¨Ìý˵¹ýÏÄÐÂÒ»»úË«¿¨(Ò»¸öÊÖ»ú,Á½¸ö²»Í¬µÄÊÖ»úºÅÂë),ÕâÖÖÒ»»úË«¿¨Ôø¾­·çÃÒÖйú,ÒòΪÕâÖÖ¿¨ºÜ·½±ã,µ«ÊÇÓÉÓÚ¼Û¸ñ¹ý¸ß,ºÜ¶àÈËÖ»ÄÜÍû³¾Äª¼°,ÏÖÔÚÀ´ÖĄ́ÍåµÄÈ«Çò×îÐÂ×îÏȽøÒ»»ú¶àºÅ(Ò»¸öÊÖ»ú,¶à¸ö²»Í¬µÄÊÖ»úºÅÂë),ÈúܶàÈËÔ¸ÍûµÃÒÔʵÏÖ¡

[JBoss-user] applet JMS

2002-10-11 Thread Marcos Oliva
Hello guys, Again, I know I am subscribing to the topic java console : JmsClient_1 start by getting the jndiContext.. Listening for messages on titan-TicketQueue... the connection handle is ..org.jboss.mq.SpyConnection@608760 started the jms connection.. listener on...1 I am hoping to rec

[JBoss-user] OT Wiki in jboss

2002-10-11 Thread Stefan Groschupf
Hi, sorry be out topic, someone know a wiki software running under jboss with jetty? Thx Stefan --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ J

Re[2]: [JBoss-user] Jboss3.02 ejbDepolyer stop/start

2002-10-11 Thread Mikhail Akopov
Hello David, Thank you. I found that 3.0.3 works fine in such a case. If problem will occure once more I'll use your advice and redeploy application. Thursday, October 10, 2002, 1:10:46 AM, you wrote: > This is fixed in head and as I recall in 3.2. It's kind of a major > rewriting of ejb startup

RE: [JBoss-user] JBoss only using 1 of 8 cpu's

2002-10-11 Thread Matthew Baird
we've had our 4 cpu sparc box use all CPU's when doing MDB stuff. m -Original Message- From: Alwyn Schoeman [mailto:alwyn@;smart.com.ph] Sent: Thursday, October 10, 2002 9:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss only using 1 of 8 cpu's Hi, I'm running JBoss 3.0.3 on a S

Re: [JBoss-user] Strange Problem on Linux

2002-10-11 Thread Marius Kotsbak
saroj kumar wrote: HI All, I am facing "Transaction Timeout " exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working fine on Win2k/JBOSS 3.0.3/jdk1.4/Oracle9i. Scenario is: UI Layer makes a call to SLSB. This SLSB makes a call to another SLSB w

Re: [JBoss-user] JBoss only using 1 of 8 cpu's

2002-10-11 Thread Fredrik Lindgren
This could also be due to synchronization somewhere in your code. Something to look for is heavy usage of System.out. Writing using System.out is synchronized and can be really slow if you have the console open. I've seen this once on a really powerful AIX cluster (Jboss was not part of that se

[JBoss-user] Upgrade application from JBoss_2.4.4-Tomcat_3.2.3 to JBoss_2.4.6-Tomcat_4.0.3

2002-10-11 Thread Jaime Gomez
I like to migrate my application from JBoss_2.4.4-Tomcat_3.2.3 to JBoss_2.4.6-Tomcat_4.0.3, i based in the petstore 1.1.2 for build my application, which generate ear file, but when i deploy my ear in JBoss_2.4.6-Tomcat_4.0.3 i have the following error message, just in the war file, [13:12:52,5

[JBoss-user] Strange Problem on Linux

2002-10-11 Thread saroj kumar
HI All, I am facing "Transaction Timeout " exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working fine on Win2k/JBOSS 3.0.3/jdk1.4/Oracle9i. Scenario is: UI Layer makes a call to SLSB. This SLSB makes a call to another SLSB which uses a class. T

Re: [JBoss-user] Re: One to One Unidirectional Relation

2002-10-11 Thread Neal Sanche
Thanks! This was exactly the information I needed to solve this. I am actually using XDoclet to do the generation, and being new to CMR I hadn't set up any specific foreign key statements, but as soon as I did, the extra field in the Signature side of the relation dissapeared. Thanks again.

Re: [JBoss-user] MBean Incomplete Deployments - Yet Deployed

2002-10-11 Thread R . Price
The only traces are of the creating/created messages and there are no exceptions. rp This is odd, I don't see a cause.  Any stack traces or exceptions earlier? The typography in the IncompleteDeployment printout is confusing, the comma separates the problematic mbeans, so it is saying the mbe

RE: [JBoss-user] Netboot issues

2002-10-11 Thread Jason Westra
Hi Ryan, Let me preface this with: "I did this thru experimentation (the traditional way, I like to say), not with documentation. AND, I am not done experimenting... :)" So, I may be doing this wrong, but it gives me what I want, a central location of .jars, and deployable applications that can

Re: [JBoss-user] CMR: One to One Unidirectional Relation

2002-10-11 Thread Neal Sanche
Yes, now that I understand that JBoss was simply automatically completing both sides of the relation because I hadn't been specific enough, completing the key-fields for one side of the relation worked perfectly. Thanks. -Neal On Wednesday 09 October 2002 02:31 am, Alex Loubyansky wrote: > He

Re: [JBoss-user] MBean Incomplete Deployments - Yet Deployed

2002-10-11 Thread David Jencks
This is odd, I don't see a cause. Any stack traces or exceptions earlier? The typography in the IncompleteDeployment printout is confusing, the comma separates the problematic mbeans, so it is saying the mbeans don't depend on anything else. david jencks On 2002.10.11 11:34:12 -0400 [EMAIL PR

RE: [JBoss-user] MBean Incomplete Deployments - Yet Deployed

2002-10-11 Thread Rupp,Heiko
> "MetadataURL">file:///D:/projects/Middle Tier/bin/ Try using a directory without a space in its name. Dunno if it helps here, but it caused me problems too often in the past. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

RE: [JBoss-user] tyrex.tm.impl.TransactionImpl NotSerializable

2002-10-11 Thread Barlow, Dustin
I had the same issue and found this post in the archive: http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg21152.html I also had to modify the getTransaction method in the same Invocation class to use transient_payload in place of the as_is_payload. The example above just modifies

RE: [JBoss-user] (no subject)

2002-10-11 Thread Adrian Brock
Hi, I thought you said you were using 2.4.6, my mistake. Yes, it is in the 3.0 and 3.2 branches. Regards, Adrian >From: Karl Koster <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: [JBoss-user] (no subject) >Date: Fri, 11 Oct 2002 11

[JBoss-user] MBean Incomplete Deployments - Yet Deployed

2002-10-11 Thread R . Price
Running JBoss 3.0.3/Tomcat 4.1.12.   I've added the following to the bottom of jboss-service.xml (as per David Jencks suggestion): -- Classpath Extension to pickup compiled classes -->          

[JBoss-user] tyrex.tm.impl.TransactionImpl NotSerializable

2002-10-11 Thread David Luis Fernandes de Araujo
Hello, i manage to install tyrex with sucess, and run jboss 3.0 with no problem, but when i try to acess a ejb in another jboss instance i get the folling error: java.io.NotSerializableException: tyrex.tm.impl.TransactionImpl Any idea ? Thanks very much .david ---

RE: [JBoss-user] Netboot issues

2002-10-11 Thread Sonnek, Ryan
what files are required in the lib directory of the netboot configuration that i'm working with? i'm using jboss 3.0.3-jetty, so can i remove the crimson.jar and still have it work? how is the netboot client finding the required files on the server? will it pull the required jboss/lib/*.jar fil

RE: [JBoss-user] (no subject)

2002-10-11 Thread Karl Koster
Adrian, I appreciate the prompt response. However, I am running 3.0.2. Will this fix percolate up the release tree to 3.X? Thanks, Karl Koster [EMAIL PROTECTED] Sempra Energy Trading ** This e-mail contains privileged attorne

Re: [JBoss-user] (no subject)

2002-10-11 Thread Adrian Brock
Hi Karl, I just committed a fix for this in latest 2.4 CVS this very morning. These are links to the changed sources if you cannot wait for the next release. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jboss/src/main/org/jboss/ejb/BeanLockManager.java?only_with_tag=Branch_2_4 http://cv

AW: [JBoss-user] Any example for BMP with MS Access ?

2002-10-11 Thread "Dannemann, Björn"
Oh men, sorry for my previous mail. I have tried about 4 hours to get CMP with MS Access working...i think it has hurt my brain:-) And with BMP i had this error: javax.ejb.EJBException: Could not read record from DB: [Microsoft][ODBC Microsoft Access Driver]COUNT-Feld ungültig. There was no CO

[JBoss-user] Tyrex in 3.2.0beta2

2002-10-11 Thread Barlow, Dustin
Has anyone got TPC via Tyrex between two instances of JBoss working properly in the 3.2.0beta2? If so, can you share your configuration? I found this on mail-archive.com ... http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg21152.html .. but as the author says that it's a hack.

RE: [JBoss-user] Any example for BMP with MS Access ?

2002-10-11 Thread Sacha Labourey
Check this: http://www.macromedia.com/support/ultradev/ts/documents/80040e10countfield.h tm Google is your friend. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Dannemann, > Björn > Envoyé : vendredi, 11 octobre 2002 15:27 >

Re: [JBoss-user] How do we specify Commit Options

2002-10-11 Thread Greg Turner
This is explained in the for pay JBoss 3.0 Admin doc. Chapter 5. saroj kumar wrote: Hi All, I would like to know how do we specify Commit Options. I would like to use Commit Option B. I see that in StandardJboss.xml has Instance Per Transaction CMP 2.x EntityBean As well as Standard CMP

[JBoss-user] (no subject)

2002-10-11 Thread Karl Koster
Group: Has anyone had a problem where a getter on an Entity Bean throws the following exception: [org.jboss.ejb.plugins.LogInterceptor] RuntimeException: java.lang.IllegalStateException: removing bean lock and it has tx's in QUEUE! I searched the forums and only found one reference to this pro

AW: [JBoss-user] Any example for BMP with MS Access ?

2002-10-11 Thread "Dannemann, Björn"
Oh men, sorry for my previous mail. I have tried about 4 hours to get CMP with MS Access working...i think it has hurt my brain:-) And with BMP i had this error: javax.ejb.EJBException: Could not read record from DB: [Microsoft][ODBC Microsoft Access Driver]COUNT-Feld ungültig. There was no COU

[JBoss-user] How do we specify Commit Options

2002-10-11 Thread saroj kumar
Hi All, I would like to know how do we specify Commit Options. I would like to use Commit Option B. I see that in StandardJboss.xml has Instance Per Transaction CMP 2.x EntityBean As well as Standard CMP 2.x EntityBean. What is the different between them? If I don't specify anything like

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Marius Kotsbak
Jon Haugsand wrote: * [EMAIL PROTECTED] In this case, I miss the sql-statement "UPDATE sometable SET status=2 WHERE status=6" which I don't think EJB/JBoss-QL can handle. This will probably speeds things up considerably. Actually, the code is a bit more complicated, i.e. some computatio

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Marius Kotsbak
Jon Haugsand wrote: * Sacha Labourey hello, Sorry to show up so lately in your discussion but what is the real problem? I guess it is not the transaction in itself? You seem to say that your problem comes from the way JBossCMP loads your data, do you have more information and what is actually

Re: [JBoss-user] Re: "removing bean lock and it has tx set" - question

2002-10-11 Thread Adrian Brock
Hi Michael, I've applied the fix to the 2.4 branch. Regards, Adrian >From: Michael Rudorfer <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [JBoss-user] Re: "removing bean lock and it has tx set" - question >Date: Fri, 11 Oct 2002 10:47:28 +0200 > >Did I get yo

[JBoss-user] Re: "removing bean lock and it has tx set" - question

2002-10-11 Thread Michael Rudorfer
Did I get you right, Bill? You think that this is a bug in Jboss, not a problem with me, using transactions in a wrong way? Michael Bill Burke wrote: > Can you log a bug on this, copy this email, and assign to me? > > patriot1burke > > Thanks, > > Bill > > > -Original Message- > > From

Re: [JBoss-user] JBoss only using 1 of 8 cpu's

2002-10-11 Thread Alwyn Schoeman
I get the idea that this is Sparc specific problem, anyone with sparc success? On Fri, Oct 11, 2002 at 09:25:24AM +0200, [EMAIL PROTECTED] wrote: > Jboss (3.0.2 at least) is using both of our 2 CPUs on 2.2.* SuSE kernel on intel. > > On Fri, Oct 11, 2002 at 12:06:23PM +0800, Alwyn Schoeman wrot

Re[2]: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Alex Loubyansky
>>From the log/server.log we see that each findByStatus generates a HUGE JH> select statement with around 300 ORs ( SELECT id FROM VPKRITERIE JH> WHERE (id=?) OR (id=?) OR (id=?) OR (id=?) OR (id=?) OR (id=?) OR JH> (id=?) Is that the problem? This is controlled by page-size element

RE: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Sacha Labourey
Hello Jon, > > > > > > >for (id=0;id++;id<1000) { > > > > > > > // Start transaction > > > > > > > Collection c=findByStatus(id,status); > > > > > > > for(i=c.iterator();i.hasNext();) { > > > > > > >((EntityLocal) (i.next())) . setStatus(newStatus); > > > > > > > } > > > > > > > // End t

[JBoss-user] >>>14.8 MILLION TARGETED, OPT-IN EMAIL ADDRESSES...PLUS $2,000 WORTH OF FREE MARKETING SOFTWARE!

2002-10-11 Thread Cecelia Gasser
WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 14.8 MILLION TARGETED PROSPECTS DAILY? Below is all the information you will ever need to market your product or service over the Internet! If you have a product, service, or message that you would like to get out to Thousands, Hundreds of Th

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Jon Haugsand
* [EMAIL PROTECTED] > In this case, I miss the sql-statement "UPDATE sometable SET > status=2 WHERE status=6" which I don't think EJB/JBoss-QL can > handle. This will probably speeds things up considerably. Actually, the code is a bit more complicated, i.e. some computation for each instance, an

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Jon Haugsand
* Sacha Labourey > hello, > > Sorry to show up so lately in your discussion but what is the real problem? > I guess it is not the transaction in itself? You seem to say that your > problem comes from the way JBossCMP loads your data, do you have more > information and what is actually happening a

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Michael Bartmann
Hello, I don't know if this is of any relevance but here at 4Production we also have the problem of some code being too slow. Further analysis (as of yesterday) showed that iterating over a findAll() Collection got the server emint a huge (preloading?) sql query for every iteration (call to ne

[JBoss-user] Transactions and deletions

2002-10-11 Thread Glenn Lewis
Hi all, I have a session bean with user transactions. One transaction deletes a record from CPM bean another does a findAll. The problem seems to be that the findAll finds entities that have been deleted by the first transaction. Hence I get a NoSuchEntityException. What I want is for the fi

Re: [JBoss-user] JBoss only using 1 of 8 cpu's

2002-10-11 Thread marius
Jboss (3.0.2 at least) is using both of our 2 CPUs on 2.2.* SuSE kernel on intel. On Fri, Oct 11, 2002 at 12:06:23PM +0800, Alwyn Schoeman wrote: > Hi, > > I'm running JBoss 3.0.3 on a Sun Fire 880 with 8 cpu's. Even though I > have about 450 threads going it uses only 1 cpu and not very well