[JBoss-user] [Clustering/JBoss] - Wrong Multicast IP UDP address

2004-06-07 Thread hbaxmann
I am starting JBoss 3.2.4 out-of-the-box on WinXP with two NICs. Want to have JBoss on 192.168.1.102, other NIC is 192.168.1.100. run -c all -b 192.168.1.102 TcpView says: java.exe:4120 UDP 192.168.1.100:4570 *:* java.exe:4120 TCP 192.168.1.102:1098 0.0.0.0:0

[JBoss-user] [Messaging, JMS & JBossMQ] - tools to monitor JMS performance online?

2004-06-07 Thread evyatar1
Hi Anyone knows of a tool (or any other way) to measure the performance of my JMS queues (preferrably a graph showing online statistics)? TIA Evyatar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837905#3837905 Reply to the post : http://www.jboss.o

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP - wrong data with jboss > 3.2.1

2004-06-07 Thread loubyansky
SQL92 compiler is available since 3.2.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837906#3837906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837906 --- This

[JBoss-user] [Installation & Configuration] - Re: Web server

2004-06-07 Thread hbaxmann
No. But if you are serving more than some static html pages it is appropriate to serve them with for example Apache and use mod_jk for integration. so: It depends :) bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837903#3837903 Reply to the post : htt

[JBoss-user] [Persistence & CMP/JBoss] - Re: to many sql statements in JBoss3.2.4

2004-06-07 Thread abv
I think that's it! Thank your for reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837901#3837901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837901 --- This

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss-ql and sum()

2004-06-07 Thread eddie07
Thanks, this helps me. I did't know that the newest versions are implementing EJB-QL 2.1. I should read docs more often. :-( Eddie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837900#3837900 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Management, JMX/JBoss] - Re: need an tip for call startSchedule on scheduler

2004-06-07 Thread dirkniemeierde
Tim, can you please send again. May be your mail would be marked as spam. Now I will look discreetly for it. Thanx Dirk View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837899#3837899 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss and UTF Character encoding

2004-06-07 Thread Dargrim
One more time sorry for my English and thank you for reply. I am not expect help (free or "not free") but only information that my problem is so simple, so stuipid or another so ... Next time if i want to need help i buy support Thanks, I want to finish this topic. P.S. I think that help is a

[JBoss-user] [Persistence & CMP/JBoss] - Re: Mapping Entity Beans to Database Tables

2004-06-07 Thread abcolson
Hi loubyansky, Thanks for your input. This is helpful. 2 questions: 1) What is the relationship between these 2 code segments (i.e. do they interact with each other)? 2) What approach do you suggest: a) Finding a better database driver, b) Download/Compile JBoss 3.2.4RC2? I think option 2 s

[JBoss-user] [Installation & Configuration] - Re: Possible bug in JBoss 3.2.3

2004-06-07 Thread Saroj
Hi Apinto, Advance thanks for your help... I can able to deploy ny EJB application in JBoss3.2.1 under Linux7.3 ,NetBeans3.6IDE.But Iam unable to do it in JBoss3.2.3.Is there any changes I have to made. Iam getting Exception :jmx:hostname:rmi not bound Need ur help.. View the original p

[JBoss-user] [JCA/JBoss] - validate xa-datasource connections in 3.2.1

2004-06-07 Thread rohana
Hi All, I have seen a new feature has been added to the xa-dataSources for validating it's connections before using them from JBOSS 3.2.2 RC1. I want to implement this kind of DB connections validation in JBOSS 3.2.1 (I can't upgrade my JBOSS 3.2.1). Could some one responsible tell me is there an

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss 3.2.3 XAER_RMERR Problem

2004-06-07 Thread sanjewad
Hi I am using JBoss 3.2.3 and I have a MDB which calls up some entity beans Home and Business methods. onMessage use both JMS and JDBC transactions and I have configured my Oracle-XA-Ds to handle transactions. I have lokked at the previos forums relevant to this post and set the settings accordi

[JBoss-user] [Javassist user questions] - Re: nested method calls

2004-06-07 Thread lucentum
Hi again, and thanks for replying. What I'm really doing is: { Similar.method($name, $args); $_=Similar.getReturnValue(); } because Similar.method() is a void method. The error I get is with this code above. My original post had a copy-pasting bug (probably due to late night fatigue). Sorry ab

[JBoss-user] [Installation & Configuration] - Web server

2004-06-07 Thread dick99
I am a novice on JBoss. Do we still need to install a web server if we setup a JBoss, the web application server? cheers dick View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837891#3837891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Beginners Corner] - Re: Weird problem starting JBoss on linux

2004-06-07 Thread maeztro
Yes, that was the problem, thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837890#3837890 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837890 --- This SF.Ne

[JBoss-user] [Javassist user questions] - Re: nested method calls

2004-06-07 Thread chiba
Hi, Let me make your problem clear. Javassist deals with nested method calls as independent two method calls. You cannot deal with them as a set of related methods. For example, bytestream.write(myfile.toBytes()); is compiled into the following bytecode: load bytestream load myfile call toB

[JBoss-user] [Javassist user questions] - Re: try catch in NewExpr

2004-06-07 Thread chiba
Currently, no. I'm putting error checking code to avoid wrong instrumentation, but it is not a simple thing to produce useful error messages. Also, I have to consider the range of possible instrumentation. For example, changing a public method to be private would cause VerifyError if some methods

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-07 Thread ravi-ryali
Alex, Thank you very much for your response. Thanks to you, I could cut down the response time to less than 3 seconds from almost 20 seconds. That is 85% reduction. Like you said, I enlisted the operation in a transaction and used read-ahead. But I was wondering on a couple of things. I am sure

[JBoss-user] [Management, JMX/JBoss] - Re: Questions about standard MBean Example

2004-06-07 Thread gorano
I am using the comm library for serial port communication from an MBean. My MBean code do not have any problems to find the classes. Play around with it a bit more! You can make the MBean an RMI object or use the RMIAdapter. I also saw something in the Admin documents about client access to MBean

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-07 Thread tbauer
It's not guaranteed to work with 3.2.4 final? I will try to grab it and test it... thanks Bela, tb View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837885#3837885 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837885

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Transaction Problem

2004-06-07 Thread sanjewad
I have read your FAQ. I am using both JDBC and JMS. I am using Oracle 9i as the backend. Is there a fix for this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837884#3837884 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Management, JMX/JBoss] - Re: need an tip for call startSchedule on scheduler

2004-06-07 Thread tbauer
Dirk, I sent you a very long response (including code snippets) to [EMAIL PROTECTED] tb View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837883#3837883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837883 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: log4j:WARN No appenders could be found for logger

2004-06-07 Thread [EMAIL PROTECTED]
Don't include log4j in your classpath. Also java:/ConnectionFactory is inaccessible to a client, see the JCA FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837848#3837848 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Beginners Corner] - Re: Deployment exception:

2004-06-07 Thread Michael.Sanders
The "local" tags didn't show up in my first message! I've figured it out now: ejb-jar.xml - | http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | | TDBUtilsEJB | | | MDBJDBCConnectionFactory | com.dss.server.xdb.jd

[JBoss-user] [Beginners Corner] - Re: Deployment exception:

2004-06-07 Thread ovidiuf
Are you sure your ejb-jar.xml deploys fine? I am asking this because my jboss instance says something like "The Bean Provider must provide a remote interface and a remote home interface or a local interface and a local home interface for the bean." when I am trying to deploy a ejb-xml.jar that

[JBoss-user] [Installation & Configuration] - Re: Configure mysql on Jboss 3.2.3

2004-06-07 Thread yaumeileng
The real table name is O_item ~meileng~ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837880#3837880 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837880 --- This

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-07 Thread bela
Here's a quick build of jbossha.jar: www.jgroups.org/jbossha.jar. No guarantees it will work with your version of JBoss, you're on your own. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837879#3837879 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-07 Thread bela
You don't need a jgroups.jar, but a jbossha.jar Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837878#3837878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837878 ---

[JBoss-user] [Beginners Corner] - Deployment exception: "found in jboss.xml but not in ejb-jar

2004-06-07 Thread Michael.Sanders
I'm trying to deploy my application to JBoss 3.2.3, having developed it on (and exported my EAR from) WebSphere v5. I've encountered and solved a few hurdles along the way, but I've been stuck on this one problem related to JDBC data source references for two days. I have searched the forums, go

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-07 Thread ovidiuf
Your component should look up the resouce factory in its Enterprise Naming Context ("java:comp/env") using a resource reference. For that: 1. Declare a resouce reference in ejb-jar.xml: | | MySession | ... | | jdbc/PostgresDS | javax.sql.DataSource |

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-07 Thread tbauer
Thanks Bela.. Is there anywhere on sourceforge I can just download the jgroups.jar file?? Or do I need more than that?? thx, tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837873#3837873 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Management, JMX/JBoss] - Please help on a non-jboss-service MBean

2004-06-07 Thread guava
I'm using jboss-4.0.0DR4 and I'm having problem loading standard JMX mbean into Jboss. I have a simple jmx HelloBean interface. package bean; public interface HelloBean { String hello(String n); } And I have a concrete Hello class that implements the interface. I specified the interface in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jbossj2ee.jar JMS classes missing methods?

2004-06-07 Thread tiwari
Thanks Adrian, going with 1.0.2b works! Raj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837870#3837870 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837870 ---

[JBoss-user] [Management, JMX/JBoss] - creating and deleting datasources programatically

2004-06-07 Thread vasudevk
I need to create and delete datasources from my program. I am able to do this in weblogic using weblogic management api. how do i achieve this in jboss 3.2.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837869#3837869 Reply to the post : http://www.jboss.o

[JBoss-user] [Installation & Configuration] - Re: 3.2.4 cluster testsuite

2004-06-07 Thread hbaxmann
any new news about running the testsuite with two JBoss instances on one machine with multihomed NICs via "-b" parameter out of the box ? thanks bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837868#3837868 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [HTTPD, Servlets & JSP] - strange problem

2004-06-07 Thread zhangj
I hava a screen on web,there is an iframe,the content displayed in frame is depands on the parameter pass for ex.,: form.action="thepage.jsp?para=A" then the iframe display contentA if form.action="thepage.jsp?para=B" then the iframe display contentB what's stenge is: userA from pcA access the se

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 memory leak in application, no idea what to

2004-06-07 Thread genman
You should be able to get a stack trace of when the SSL objects are being constructed. Could you post those? I don't see that MBean ObjectName in the JBoss 3.2.3 distribution, so I assume it's customer. There is something close (in ./server/default/conf/jboss-service.xml) | | 444

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread [EMAIL PROTECTED]
If you really are using that config, you would see 8 messages. One is being processed and one is in the read-ahead. My guess is that you either not using that config or you are using a different queue. e.g. JBoss's MDB creates a temporary queue if you don't specify the destination-jndi-name. It

[JBoss-user] [Management, JMX/JBoss] - Re: 3.2.4: managed parameter name cannot have spaces

2004-06-07 Thread [EMAIL PROTECTED]
This is due to a change in the spec, that has since been reverted. The requirement was that all jmx attributes and operations should be valid java names. Frankly the JMX spec is a mess, e.g. see the clarification of currencyTimeLimit in the latest errata. http://java.sun.com/products/JavaManagemen

[JBoss-user] [EJB/JBoss] - Re: DeploymentException

2004-06-07 Thread [EMAIL PROTECTED]
Your question is? Take a step back and ask yourself; would you actually understand what you are asking from the information you posted? See the FAQ about forum usage for pointers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837863#3837863 Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: Running JBoss with the default sandbox

2004-06-07 Thread mtedone1
Scott, I took example from your policy file, with few differences. I'm trying to rely on the default security mechanism that the security model follows in order to find the security policy of an application, that is the intersection between the ${java.home}/jre/lib/security.policy and ${user.hom

[JBoss-user] [Installation & Configuration] - Re: DataSource--malformed key/value pair???

2004-06-07 Thread [EMAIL PROTECTED]
In your -ds.xml | jdbc/jZUDIDS | JBoss automatically adds java:/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837861#3837861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837861 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread cvandyck
"genman" wrote : | Let's suppose you had 10 messages queued before your MDB started. | | As soon as your MDB starts, you will have one less present, even before onMessage() is called. As soon as this message is accepted, another one is dequeued. This is the same for any other client. T

[JBoss-user] [Installation & Configuration] - Re: JBoss on IBM Mainframe under z/OS

2004-06-07 Thread dmeany
I was able to get JBoss 3.x apparently running (a servlet works) on OS/390 (z/OS) OMVS by uploading everything in my JBoss windows directories as a binary tar (preserving the ascii encoding of the xml files and not converting to EBCDIC), then setting the system properties in run.sh as if it was

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread genman
Let's suppose you had 10 messages queued before your MDB started. As soon as your MDB starts, you will have one less present, even before onMessage() is called. As soon as this message is accepted, another one is dequeued. This is the same for any other client. View the original post : http

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread cvandyck
"[EMAIL PROTECTED]" wrote : The QueueBrowser lists messages that have not yet been received by any client. I guess I'm missing something here, then. Because my MDB is a singleton and it can only accept one message at a time, wouldn't that mean that if I had 10 messages queued up that I'd be ab

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread [EMAIL PROTECTED]
The QueueBrowser lists messages that have not yet been received by any client. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837852#3837852 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837852 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS client and network outage question

2004-06-07 Thread [EMAIL PROTECTED]
It is something you will have to handle yourself. JBossMQ has no "work offline mode" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837851#3837851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837851

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jbossj2ee.jar JMS classes missing methods?

2004-06-07 Thread [EMAIL PROTECTED]
JBoss-3.2.x supports jms1.0.2b not jms1.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837850#3837850 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837850 --- Thi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SpyJMSException: Could not open the queue's tranaction l

2004-06-07 Thread [EMAIL PROTECTED]
You are on your own if you are trying to use the legacy file persistence managers. They are not supported. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837849#3837849 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread cvandyck
I was able to use the QueueBrowser, but each time the Enumeration I asked of it would have no more elements. I read in another post that it would only list items that had been acknowledged -- does this mean that my MDB has to have the onMessage() invoked, or is there something I need to specify

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Transaction Problem

2004-06-07 Thread [EMAIL PROTECTED]
Moderated: FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837846#3837846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837846 --- This SF.Net email is sponsored

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS fails under heavy load

2004-06-07 Thread [EMAIL PROTECTED]
You have run out of anonymous client sockets (a common problem on windows). Most likely because your clients are not closing connections. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837845#3837845 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Testimonials] - test URL

2004-06-07 Thread cooper
http://www.google.com google View the original post : http://locahost:8080/index.html?module=bb&op=viewtopic&p=3831723#3831723 Reply to the post : http://locahost:8080/index.html?module=bb&op=posting&mode=reply&p=3831723 --- This SF.Net ema

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is it possible to use LocalTxManager for JMS

2004-06-07 Thread [EMAIL PROTECTED]
Moderated: You are HIJACKING the thread. i.e. you are not helping the original poster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837844#3837844 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837844 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Temporary Queue destroyed listener?

2004-06-07 Thread [EMAIL PROTECTED]
To handle both requests you would need to customise the DestinationManager since neither is part of the spec or supported by JBossMQ. You might be able to do the second (does a temporary queue still exist) using session.createQueue() - but you need to know the internal name of the queue as reporte

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB accessing security credentials

2004-06-07 Thread [EMAIL PROTECTED]
You problem is with the MDB accessing other ejbs. Why do think peforming a login during the send will make any difference? Moderated: If you use search you will find the options available to you discussed many times. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-06-07 Thread [EMAIL PROTECTED]
Postgres is not written in java. e.g. it only runs on windows if you have cygwin installed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837841#3837841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837841 -

[JBoss-user] [JCA/JBoss] - Re: Database resource leak in Jive Forums

2004-06-07 Thread [EMAIL PROTECTED]
As long as it is closing the Statement and you don't use a prepared statement cache there will be no problem. Closing the Statement, closes the ResultSet. I thought Jive had its own connection pool? When we used Jive we had a number of problems with the it. View the original post : http://www.jbo

[JBoss-user] [JCA/JBoss] - Re: Problem using XAConnection with Oracle

2004-06-07 Thread [EMAIL PROTECTED]
Moderated: There is not enough information to answer your question. This normally suggests you haven't made any effort to understand the problem. Use READ THIS FIRST View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837839#3837839 Reply to the post : http://www

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread cvandyck
Just found the QueueBrowser... will take a look at that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837838#3837838 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837838

[JBoss-user] [JCA/JBoss] - Re: Please give me a hand in configing XADatasoruce for db2

2004-06-07 Thread [EMAIL PROTECTED]
Try running an update against your datasource from inside an MDB with Required as the transaction attribute. In such a circumstance it should use two phase commit. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837837#3837837 Reply to the post : http://www.jb

[JBoss-user] [JCA/JBoss] - setup datasource with MS sql server

2004-06-07 Thread gzhang107
I got following error message while setup datasource with sql server 2000: Login in failed for user sa, Reason: Not associated with a trusted SQL Server connection. I tried both Microsoft jdbc driver and jtds jdbc driver. Got the same result. Here is some of the key setup: jdbc:microsoft:sqlse

[JBoss-user] [JCA/JBoss] - Re: Getting Trying to return an unknown connection2!

2004-06-07 Thread [EMAIL PROTECTED]
Moderated: Your question has been ignored it is a HIJACK. You are not helping the original poster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837834#3837834 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837834 --

[JBoss-user] [JCA/JBoss] - Re: [Newbie] - DS not binding to java:comp/env instead bindi

2004-06-07 Thread [EMAIL PROTECTED]
FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837833#3837833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837833 --- This SF.Net email is sponsored by: GNOME

[JBoss-user] [Beginners Corner] - [Newbie]: DataSource not binding to java:comp/env

2004-06-07 Thread pani_rd
Hi: I'm posting this message after googling for about 2 days and was not able to find a solution. I'm trying to access a Postgres Database through JNDI in JBoss 3.2.3. My problem is, the Data Source I'm using is getting bound to "java:" instead of "java:comp/env" ('am using the default Namin

[JBoss-user] [Security & JAAS/JBoss] - org.jboss.security.ignoreHttpsHost property fails because of

2004-06-07 Thread wolfj
I needed a HostnameVerifier implementation that would accept all hostnames for JNDI over HTTPS, so I tried running JBoss 3.2.3 using the -Dorg.jboss.security.ignoreHttpsHost=true flag. Unfortunately, even though I'm using J2SDK 1.4.2, the HttpsURLConnection implementation being passed into th

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS client and network outage question

2004-06-07 Thread sreek
Hi: We have a JMS client sending JMS meesages to a Topic. Messages were sent from client every 5 mins. Once in a while nwtwork will be doen between JMS client and server machines. We want to store the JMS messages on the client machine when the nwtwork was down and send them to server once t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to nicely destroy a topic being used?

2004-06-07 Thread damo9f
To work around this, we kept a reference to the single TopicSubscriber and TopicSession used in conjunction with our topic and called close before calling destroy(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837827#3837827 Reply to the post : http://

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Strange Problem with HTTP Invoker Using Tomcat Coyote-HT

2004-06-07 Thread ahahamyan
Thanks for the thread dump suggestion, that pointed out a piece of our code that was causing the problem. This was not a JBoss issue at all. Thanks again for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837826#3837826 Reply to the post : http://

[JBoss-user] [Messaging, JMS & JBossMQ] - How to retrieve yet-to-be-processed messages from Queue?

2004-06-07 Thread cvandyck
I'm using JBoss 3.2.3. I've got a queue that I've defined as such: | | jboss.mq:service=DestinationManager | | And a Singleton MDB that consumes those messages with container configuration: | | Singleton Message Driven Bean | false

[JBoss-user] [Security & JAAS/JBoss] - Re: Algorithm missing after installing new keystore

2004-06-07 Thread bghcm
There is a -keyalg RSA switch that fixes the problem. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837824#3837824 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837824

[JBoss-user] [JCA/JBoss] - [Newbie] - DS not binding to java:comp/env instead binding t

2004-06-07 Thread pani_rd
Hi: I'm posting this message after googling for about 2 days and was not able to find a solution. I'm trying to access a Postgres Database through JNDI in JBoss 3.2.3. My problem is, the Data Source I'm using is getting bound to "java:" instead of "java:comp/env" ('am using the default Naming S

[JBoss-user] [Beginners Corner] - Re: does jboss 3.2.4 support j2ee 1.4?

2004-06-07 Thread [EMAIL PROTECTED]
3.2.x will always be j2ee 1.3 with possible inclusion of newer api implementations like servlet 2.4 via tomcat 5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837821#3837821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Security & JAAS/JBoss] - Algorithm missing after installing new keystore

2004-06-07 Thread bghcm
Hello all- I'm encrypting login information over a secure EJB that has been working fine under 3.2.3. Today I updated the keystore file to change the hostname, and am getting an "algorithm missing" SSLException. I suspect that the default encryption algorithm may have changed since I generate

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to nicely destroy a topic being used?

2004-06-07 Thread damo9f
We are having this same problem and it doesn't look like 3.2.4 (with the fix) is going to be relased. (I only see 4.0 beta.) In any case it is often a serious decision to introduce instability by changing a product's release platform. Does anyone know a workaround to clear out or close the exi

[JBoss-user] [Beginners Corner] - does jboss 3.2.4 support j2ee 1.4?

2004-06-07 Thread december_i
Hi, I'm wondering if jboss 3.2.4 still support j2ee 1.3 or 1.4? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837817#3837817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837817

[JBoss-user] [Installation & Configuration] - Re: Configure mysql on Jboss 3.2.3

2004-06-07 Thread fbiaggi
Hi, seem that your table "ecperf.o_item" is qualified. What the real table name ? Wich table name is specified in the jaws file ? Hope this helps. Ciao. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837816#3837816 Reply to the post : http://www.jboss.org/in

[JBoss-user] [EJB/JBoss] - Re: DeploymentException

2004-06-07 Thread hate12sj
Anyone? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837815#3837815 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837815 --- This SF.Net email is sponsored by: GN

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP - wrong data with jboss > 3.2.1

2004-06-07 Thread idocoding
thanks, i actually do not understand why, but it seems to solve the problem with 4.0 - but unfortunately it seems that it is not possible to change the ql-compiler for 3.2.3 with your method. thanks, marcus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383781

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.4 and Apache integration

2004-06-07 Thread etnot
I am having the same problem. Though I am not doing clustering, I am just trying to make Apache2 and JBoss talk to one another. I am on Windows 2000 and I my mod_jk2.so doesn't seem to work either. I think we need to find the mod_jk2.dll because the dll version is for windows. I think the .s

[JBoss-user] [Clustering/JBoss] - Apache with JBoss: Messages in log

2004-06-07 Thread amenosse
Hi, I'm using Apache2 with JBoss3.2.3. When I call my pages in Apache, Apache call JBoss over ajp13 protocol (mod_jk2). JBoss is writing strange messages in the log. How can I disable this messages ??? Thanks, Andre Menosse See the log: ..

[JBoss-user] [Management, JMX/JBoss] - Re: 3.2.4: managed parameter name cannot have spaces

2004-06-07 Thread duslow
Thanks for the feedback, but I'm not sure what you say is correct in this case. In 3.2.3, the jmx.managed-parameter name attribute was just the name that would be displayed above the input field on the jmx-console gui. It had nothing to do with the actual name of the parameter being passed i

[JBoss-user] [Installation & Configuration] - Re: Need help on connecting to external hsqldb

2004-06-07 Thread bettyl
Below is the stack trace: Caused by: java.sql.SQLException: No data is available at org.hsqldb.Trace.getError(Unknown Source) at org.hsqldb.Trace.error(Unknown Source) at org.hsqldb.jdbcResultSet.checkAvailable(Unknown Source) at org.hsqldb.jdbcResultSet.getString(

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP - wrong data with jboss > 3.2.1

2004-06-07 Thread loubyansky
The problem is that the original QL compiler which is the default one even now is based on SQL-89 joins. Now try to come up with an SQL for you EJBQL query using SQL-89. You have to solutions: 1. use DISTINCT. Result should be correct but the SQL query would be inefficient. 2. use SQL92 compiler

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss-ql and sum()

2004-06-07 Thread loubyansky
Sum is allowed to be used only in ejbSelect. And EJBQL query can return only EJB object, CMP field or EJBQL function result. As in the spec. 3.2.4 supports EJBQL-2.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837803#3837803 Reply to the post : http://ww

[JBoss-user] [Clustering/JBoss] - Re: Two questions: failover, persistent distributed state

2004-06-07 Thread bela
Yes - this will be JBossCache configured with a CacheLoader. Stay tuned for JavaOne. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837804#3837804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837804 ---

[JBoss-user] [EJB/JBoss] - Re: DeploymentException

2004-06-07 Thread hate12sj
Here's what I see in the "standardjboss.xml" | Standard Stateless SessionBean | false | org.jboss.proxy.ejb.ProxyFactory | | org.jboss.ejb.plugins.LogInterceptor | org.jboss.ejb.plugins.SecurityInterceptor | | | org.jbos

[JBoss-user] [Installation & Configuration] - Re: Apache 3.2.3, mod_jk and JBoss 3.2.3

2004-06-07 Thread cmoesel
Thanks for the help. I thought about doing this but didn't think it would work, as the hex appears to be coming from STDOUT. But for one reason or another, limiting the jk logging seems to work great. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Persistence & CMP/JBoss] - Re: Sybase DataSource, Connection Already closed

2004-06-07 Thread loubyansky
What is done the transaction? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837801#3837801 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837801 --- This SF.Net ema

[JBoss-user] [EJB/JBoss] - Re: DeploymentException

2004-06-07 Thread hate12sj
Sorry, I change the Standard Stateless SessionBean it was iiop before, but it still give me the same error. I've search google, Wiki and the forum for help, but to no avail. Please help a brother out. :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383779

[JBoss-user] [Persistence & CMP/JBoss] - Re: to many sql statements in JBoss3.2.4

2004-06-07 Thread loubyansky
How did you find this AngebitPos bean? Meaning was that a finder or a CMR path navigation? Have a loot at this thread http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49944&postdays=0&postorder=asc&start=0 Is it your case? View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - jbossj2ee.jar JMS classes missing methods?

2004-06-07 Thread tiwari
I am trying out JMS on jboss 3.2.3. I am running into this weird problem. I needed jar files with JMS class declarations to compile my code. I looked around in jboss libs and used jbossj2ee.jar. Turns out that the javax.jms.ConnectionFactory class did not have any methods declared. I downloade

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-07 Thread bela
"tbauer" wrote : Thanks Bela and Scott...I appreciate you prompt reply... | I will keep an eye out for an updated version on sourceforge (I'm not savy enough to build everything myself). | | cheers, | | tim | It is actually quite simple, but we'll put out a patch soon. Bela View

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBossDO (jbossdosample problems)

2004-06-07 Thread loubyansky
We are not going to deliver niether JBossDO nor JDO implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837795#3837795 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837795 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: sync-on-commit

2004-06-07 Thread loubyansky
Could you provide more details? Do you see any difference in behaviour comparing to previous versions? It seems to be working for me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837794#3837794 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Persistence & CMP/JBoss] - Re: Mapping Entity Beans to Database Tables

2004-06-07 Thread loubyansky
We just didn't support quoted table names. There is a method in org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.fixTableName() which fixes the table name according to the database metadata reported by the driver. One of the checks is | /** | Does the database treat mixed case unquoted SQL identifier

[JBoss-user] [Management, JMX/JBoss] - Re: 3.2.4: managed parameter name cannot have spaces

2004-06-07 Thread raja05
Yes because it maps to a method name and methods cant have spaces View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837790#3837790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837790 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR empty after new insert

2004-06-07 Thread triathlon98
Check the multiplicity of your relations. Are you sure the linked record can be linked to more than one other record in your data model? Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837791#3837791 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Management, JMX/JBoss] - Re: Is it possible to have a Startup class for an .ear

2004-06-07 Thread raja05
startup class for the server? or for the webapp? Why dont u have a InitServlet and load-on-startup? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837789#3837789 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837789

  1   2   >