[JBoss-user] [Clustering/JBoss] - non multicating(TCP), server dont see each other.

2004-03-17 Thread raj10
one more thing .. i'm using jboss3.2.2 on windows 2000 Regards Raj. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826076#3826076;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826076Reply to the post/a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-17 Thread jula
Adrian: I am back @ square one: If you refer the very fist code post, you should see that I used HTTPConnectionFactory before and you wanted me to use UIL2 and so on. Now you want me to use HTTPConnectionFactory again. However, I suspect the issue is to do with firewall. Please tell

[JBoss-user] [EJB/JBoss] - JNDI_NAME vs COMP_NAME

2004-03-17 Thread erongd
Hi, Everyone: I have this situation that I want to use a Entity Bean with in a Session Stateless Bean. I want to lookup the Local Home Interface of the Entity Bean within the Stateless Bean. But I can only lookup the Entity Bean using the JNDI_NAME not the COMP_NAME. Does anyone know why?

[JBoss-user] [EJB/JBoss] - Re: a program in jboss that listens on a port

2004-03-17 Thread camel
You could impmenent this as a jboss service. What is your program going to do? If it's going to be your basic request/response server (even with long-lived connections), you may be able to implement it as a servlet. Not an HttpServlet, but just a custom servlet (i.e., it implements the

[JBoss-user] [Datasource Configuration] - Unregistered handle that was not registered

2004-03-17 Thread lee_yuki2000
I m using jboss 3.2.1. Do any one know why sometimes i get this error when connecting to the database. I am using oracle 9.1i [TxConnectionManager$TxConnectionEventListener] Unregistered handle that was not registered! null for managedConnection: [EMAIL PROTECTED] [JBossManagedConnectionPool]

[JBoss-user] [Security JAAS/JBoss] - IAIK and NoSuchAlgorithmException

2004-03-17 Thread tanya
Hi, I have been using IAIK library iaik-jce (http://jcewww.iaik.at/) for encryption/decryption. The version of JBoss is 3.2.3 and jdk1.4.2_03. The code is executing fine when I run my application without JBoss but when I use it from withing EJBs, JBoss AS generates the exception...

[JBoss-user] [Beginners Corner] - JBoss 3.x with MySQL and date fields as Long/Integer?

2004-03-17 Thread davout
I'm using EJB CMP in my first JBoss project against a MySQL database. As standard EQL cannot employ DATE types as part of its query am I right in thinking that I should be storing my dates as Long values? that way I use standard numeric operands to enable EQL retrievals, right? I can use the

[JBoss-user] [EJB/JBoss] - unable to use ORDER BY clause

2004-03-17 Thread horizon
Platform: Jbuilder 9 Server:jboss-3.0.3_tomcat-4.1.12 i have to sort data by one column in a CMP. though i copy following statements from ejb-jar.xml to jbosscmp-jdbc.xml, these statements disappear after i rebuild the application. query-method method-namefindByTypeID/method-name

[JBoss-user] [Persistence CMP/JBoss] - unable to use ORDER BY clause

2004-03-17 Thread horizon
unable to use ORDER BY clause Platform: Jbuilder 9 Server:jboss-3.0.3_tomcat-4.1.12 i have to sort data by one column in a CMP. though i copy following statements from ejb-jar.xml to jbosscmp-jdbc.xml, these statements disappear after i rebuild the application. query-method

[JBoss-user] [Installation Configuration] - Jboss On Debian: javax.naming.CommunicationException

2004-03-17 Thread millenium
Hi there, I have a J2EE-Application which works fine with Jboss 3.2.3 and WIN2000/XP. Now I wanted to test it with Linux. I installed Java and Jboss on a Debian-Distribution. Starting up Jboss makes no problems, no errors are produced. Deploying of my ear is also no problem. JSP's seems to work,

[JBoss-user] [HTTPD, Servlets JSP] - How to deactivate session-persist in Tomcat5 and Jboss 3.2.3

2004-03-17 Thread murxx
Hey everybody! I got some problem that I noticed a lot of people have (I searched the forum). Meaning that Tomcat5 always tries to persist session on application undeploy or server-restart. Since some values are not persistable in my session, this fails and throws several exceptions. I would

[JBoss-user] [Installation Configuration] - Re: Where to put Application properties file in clustered en

2004-03-17 Thread [EMAIL PROTECTED]
use a database a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826089#3826089;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826089Reply to the post/a --- This SF.Net email

[JBoss-user] [Beginners Corner] - Re: JBoss 3.x with MySQL and date fields as Long/Integer?

2004-03-17 Thread loubyansky
Just use date types. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826090#3826090;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826090Reply to the post/a --- This SF.Net

[JBoss-user] [Installation Configuration] - Re: How can I solve this 500 error????

2004-03-17 Thread [EMAIL PROTECTED]
make sure you don't have white space in path names to JDK or JBoss if you're on Windows, that your JAVA_HOME is set correctly (to JDK, not JRE), and that you upgrade to 3.2.4RC1 if you're running on Tomcat 5 a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826092#3826092;View

[JBoss-user] [Messaging, JMS JBossMQ] - jdbc2 and firebird

2004-03-17 Thread klchan
I tried to use jdbc2 persistent manager (jboss3.2.4) with firebird database and jaybird jdbc driver v1.5 and I kept getting the following error messages: 12:59:24,000 WARN [ServiceController] Problem starting service jboss.mq:service=PersistenceManager | org.jboss.mq.SpyJMSException: Could

[JBoss-user] [Installation Configuration] - Re: Log4j as a JNDI service

2004-03-17 Thread [EMAIL PROTECTED]
appzworm wrote : | 1. Is there anyway i can access the log4j service using a jndi name like we do for mail service etc | If you implement a JCA wrapper around the logging service then you will get a connection factory bound to JNDI. appzworm wrote : | 2. Also is it possible to

[JBoss-user] [Installation Configuration] - Scheduler crazy RuntimeOperationsException

2004-03-17 Thread jeanpoire
I'm getting this error when i'm trying to start my scheduler: ERROR [org.jboss.varia.scheduler.Scheduler] operation failed RuntimeOperationsException: MBean jboss:service=Timer does not implement the NotificationBroadcaster interface. Cause: java.lang.ClassCastException at

[JBoss-user] [Beginners Corner] - Re: CMP composite key help

2004-03-17 Thread loubyansky
What if you try cmp-fieldfield-namestartDate/field-name/cmp-field instead of cmp-fieldfield-nameStartDate/field-name/cmp-field a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826097#3826097;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - Re: Entity Bean Explosion?

2004-03-17 Thread loubyansky
When an instance is passivated it is evicted from the cache. No resources are occupied. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826096#3826096;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826096Reply to the post/a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-17 Thread [EMAIL PROTECTED]
If you were using HTTP why does your stacktrace say OIL? [qoute] at javax.net.DefaultSocketFactory.createSocket(DashoA6275) at org.jboss.mq.il.oil.OILServerIL.createConnection(OILServerIL.java:563) at org.jboss.mq.il.oil.OILServerIL.checkConnection(OILServerIL.java:507) at

[JBoss-user] [Persistence CMP/JBoss] - Re: Could not create entity (PostgreSQL / JBOSS 3.2.3)

2004-03-17 Thread loubyansky
Is t_foo supposed to be a table name? I guess the problem is taking this name into double quotes. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826101#3826101;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826101Reply to the

[JBoss-user] long lived transaction

2004-03-17 Thread Grzegorz Glowaty
Hello. Is there any way to implement a really long lived transaction in JBoss? What I'm trying to implement is a big import involving creation of thousands of entity beans (special bussiness logic is involved so it cannot be done by simple database tables import). I can guarantee that I'm the only

[JBoss-user] [Messaging, JMS JBossMQ] - Re: jdbc2 and firebird

2004-03-17 Thread [EMAIL PROTECTED]
DELETE JMS_MESSAGES FROM JMS_MESSAGES, JMS_TRANSACTIONS WHERE JMS_MESSAGES.TXID = JMS_TRANSACTIONS.TXID AND JMS_MESSAGES.TXOP=? This is not valid SQL. P.S. Does firebird support deletes through a join? I take it you copied the MySQL version (MySQL does not support subselects). Regards, Adrian

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Invoking Message Driven Bean

2004-03-17 Thread [EMAIL PROTECTED]
There is very little to go on here, the little you have posted looks correct. My first guess would be the MDB is not deployed. Show me the log message where it says it is deployed. Also did you READ THIS FIRST? It explains how to enable debug logging. Regards, Adrian a

[JBoss-user] [Datasource Configuration] - Re: Unregistered handle that was not registered

2004-03-17 Thread [EMAIL PROTECTED]
It was a bug in 3.2.1 If an error occurred while you were using the connection, it tried to close the connection twice. Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826105#3826105;View the original post/a a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: javax.naming.NameNotFoundException: ConnectionFactory no

2004-03-17 Thread [EMAIL PROTECTED]
And your error messages at startup where? Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826104#3826104;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826104Reply to the post/a

[JBoss-user] [Persistence CMP/JBoss] - Re: Update on Find

2004-03-17 Thread loubyansky
Any more details on what you and JBoss [your version] did? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826099#3826099;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826099Reply to the post/a

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-17 Thread loubyansky
Actually we have server.policy file that by default grants all permissions. Is the user on behalf of which you run JBoss able to execute DDL using the driver (outside JBoss)? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826106#3826106;View the original post/a a

[JBoss-user] [Performance Tuning] - Jboss cache is always empty - why?

2004-03-17 Thread DarkLord
Hi, We are using Jboss 3.2.3 on RedHat Advanced server 3.0. Our entity beans uses a customized container as follows: container-configuration extends=Instance Per Transaction CMP 2.x EntityBean container-nameOur CMP 2.x EntityBean/container-name call-loggingfalse/call-logging

[JBoss-user] [Persistence CMP/JBoss] - Re: Difference between Linux and Win2000?

2004-03-17 Thread loubyansky
I guess this is because you are running JBoss compiled for JRE1.4 in JRE1.3. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826108#3826108;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826108Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: Jboss On Debian: javax.naming.CommunicationException

2004-03-17 Thread mrtom
What IP address does the Debian machine have? Is it the 192.168.42.13 that appears in the stack trace? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826109#3826109;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826109Reply to

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP inconsistancy with commit Option A

2004-03-17 Thread loubyansky
By definition, with commit option A, the only trusted way to create/remove/update persistent data is with the app server through EJB. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826110#3826110;View the original post/a a

[JBoss-user] [Security JAAS/JBoss] - Re: j2ee.clientName in jndi.properties

2004-03-17 Thread aquila125
Hmm.. I don't think I understand.. I'll descibe the steps i took... I've written some EJB's and deployed them, connecting to them went perfectly (CMP entitybeans).. I wrote a small client-application that create some beanse.. Now I would like to add security, so I read the documentation (both

[JBoss-user] [Persistence CMP/JBoss] - Re: UCASE and accented characters

2004-03-17 Thread loubyansky
It is the database that performs ucase. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826113#3826113;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826113Reply to the post/a

[JBoss-user] mod_jk problem ...

2004-03-17 Thread Rafal Kedziorski
Hi, we habe some problems with mod_jk. We have two JBoss instances (not in cluster). At the front we have Apache 1.3.29 with mod_jk 2.0.2 configured with sticky option. But sometimes we get errors: [Wed Mar 17 10:17:20 2004] ( info) [mod_jk2.c (405)]: modjk.handler() Calling lb:lb 0x935f288 [Wed

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB-QL to SQL translation problem

2004-03-17 Thread loubyansky
No. While I agree we do need it I have other priorities. You are welcome to help. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826114#3826114;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826114Reply to the post/a

[JBoss-user] [Persistence CMP/JBoss] - Re: ejbql to sql translation mismatch

2004-03-17 Thread loubyansky
I doubt you will gain any significant performance improvements though just because of this. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826116#3826116;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826116Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: Jboss On Debian: javax.naming.CommunicationException

2004-03-17 Thread millenium
Hi, Thank you, if I set the IP to 192.168.42.13 it works correctly. The System runs on a notebook so the IP depens on the network I use. But why isn't Jboss /Tomcat using localhost? I have never configured it should use the above IP-Adress! Perhaps this is a Linux-configuration problem??? Bye

[JBoss-user] [Installation Configuration] - Re: Jboss On Debian: javax.naming.CommunicationException

2004-03-17 Thread mrtom
Yeah, I was thinking along the lines of a config problem. Check to see that you have a localhost entry in your /etc/hosts file. Should look something like: 127.0.0.1 localhost You can also change your CONTEXT_PROVIDER_URL to 127.0.0.1:1099 OR just leave it blank and JBoss will work it out

[JBoss-user] [Beginners Corner] - Re: How do I schedule a task for action

2004-03-17 Thread mrtom
If you look in your server/default/deploy/scheduler-service.xml you'll see the two ways in which you can set up a scheduled task. The quickest way is to implement the first method. In the declaration you'll notice that it references org.jboss.varia.scheduler.example.SchedulableExample - if you

[JBoss-user] [Installation Configuration] - mod_jk problem ...

2004-03-17 Thread rafcio
Hi, we habe some problems with mod_jk. We have two JBoss instances (not in cluster). At the front we have Apache 1.3.29 with mod_jk 2.0.2 configured with sticky option. But sometimes we get errors: [Wed Mar 17 10:17:20 2004] ( info) [mod_jk2.c (405)]: modjk.handler() Calling lb:lb 0x935f288

[JBoss-user] [Persistence CMP/JBoss] - Re: Update on Find

2004-03-17 Thread gold
loubyansky wrote : Any more details on what you and JBoss [your version] did? I do experience the issue accessing DB2 DATE field via CMP EB. Jboss 3.2.3. It seems Jboss CMP module makes the difference between the value retrived from the DB and the value stored in the CMP field. Why? Do you

[JBoss-user] [HTTPD, Servlets JSP] - Re: Scandinavic filenames

2004-03-17 Thread harlequinn
This still seems to be an issue, especially with current JBOSS 3.2.4RC1 which I just tried. Now it's happening on normal HTTP connections as well, not just HTTPS. To see the problem, you can create a web .war and put inside it html page with non-scandinavic symbols, for example index.html - and

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Axis Soap over JMS to build a listener for uncommon serv

2004-03-17 Thread abondi
I thought about resolving the problem with JMS because it was studied to resolve asynchronous message delivery, which is what I'm trying to achieve. I've looked around and found a probable implementation architecture. Could you please tell me if I'm getting some concepts wrong? 1- my customer

[JBoss-user] [Security JAAS/JBoss] - Re: Problems with FORM Authentication

2004-03-17 Thread ahardy66
guess somebody took the pin out of their little voodoo doll of your jboss server. Actually I had some baffling experiences before I sorted out the TRACE logging. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826125#3826125;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - Re: Update on Find

2004-03-17 Thread gold
check-dirty-after-getfalse/check-dirty-after-get a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826124#3826124;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826124Reply to the post/a

[JBoss-user] [Beginners Corner] - Re: CMP composite key help

2004-03-17 Thread captrespect
loubyansky you are friggin' genous. You have no idea how long I've been pulling my hair out over this. Change one stupid capial letter and it works. Thanks a million, seriously. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826126#3826126;View the original post/a a

[JBoss-user] [JBoss Getting Started Documentation] - Closing a connection for you. Please close them yourself

2004-03-17 Thread subhani
[CachedConnectionManager] Closing a connection for you. Please close them yourself: [EMAIL PROTECTED] java.lang.Exception: STACKTRACE at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:282)

[JBoss-user] [Security JAAS/JBoss] - Problem with password using LdapLoginModule

2004-03-17 Thread karipulkka
Hi, I have the following problem: the LdapLoginModule seems to ignore the case of the password the user inputs, eg. it does not differentiate Foo -- foo. Passwords that are not correct (eg. fee) and empty password fail as expected. Here are my confs: web.xml: ... security-constraint

[JBoss-user] [EJB/JBoss] - Problem acessing a SessionBean local interface from the web

2004-03-17 Thread luisfpg
I have an application where I cannot access the java:comp/env namespace (I get a comp not bound exception). Can someone help? The files are on an EAR containing the web module and the ejb module. I have the following deployment descriptors: | web.xml | -- | ... (All the rest) ...

[JBoss-user] [Persistence CMP/JBoss] - Re: Update on Find

2004-03-17 Thread loubyansky
Correct. It is fixed in 3.2.4. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826132#3826132;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826132Reply to the post/a ---

[JBoss-user] [Installation Configuration] - Re: configure XA datasource with oracle 9i ...

2004-03-17 Thread daniel-
thank you Adrian!!! what i do really need is a XAResource, to enlist it in a transaction. but if i get a DataSource i dunno how to get the XAResource. i see no examples of how to do it. can you point me somewhere how to do that ??? a

[JBoss-user] [Beginners Corner] - InitialContext and Threads

2004-03-17 Thread chalupas
Can I use an instance of InitialContext in multithread environment, ie is initialContext.lookup(); thead-safe? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826133#3826133;View the original post/a a

[JBoss-user] [Installation Configuration] - Re: XidFactory -- Repost

2004-03-17 Thread jj730105
For those of you who are having problems with JBoss 3.2.3... I would upgrade to the latest version of the JDK (I'm using 1.4.2_04) if you have that option. Despite the fact that on the download page it says the 3.2.3 is compatible back to JDK 1.3, I was not successful in getting JBoss to run

[JBoss-user] [Beginners Corner] - Re: InitialContext and Threads

2004-03-17 Thread darranl
What is wrong with reading the API? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826136#3826136;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826136Reply to the post/a

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Clustering (HAILConnectionFactory) Problem

2004-03-17 Thread vitrociset
I'm trying to use JMS Clustering in JBoss 3.2.3 with the HAILConnectionFactory. I'm able to send and receive message from within the Application Server, but from a remote Client I get the following exception: --- 1219 [main]

[JBoss-user] [Beginners Corner] - Transaction Times?

2004-03-17 Thread pawanraj
Hi, The method scenario in main method is container mnged transactions main() //Trans Attrib Required { methodB() - Transaction Attrib Not Supported } from what i understand, transaction for main() is suspended and B() runs. after B completes, transaction for main() resumes. My question is

[JBoss-user] [Persistence CMP/JBoss] - Re: findByPrimaryKey throws NullPointerException under load

2004-03-17 Thread jeffbannister
Hi loubyansky, Thanks for the reply. I am using JBoss 3.2.3. I am also getting another exception from a different part of the code which at first I though might be related. However there are more of this other exception that the one I posted so I'm not convinced. You can see this potentially

[JBoss-user] [EJB/JBoss] - Re: Problem acessing a SessionBean local interface from the

2004-03-17 Thread luisfpg
I've just figured out that the ejb-link values were wrong. I changed them to the ejb.jar#NAME and the deploy seems ok. But now, I have another problem: It seems like the InitialContext is trying to lookup a remote server (?!?), because I'm getting an CommunicationException: Receive timed out. I

[JBoss-user] [Installation Configuration] - Re: how can i open Hsql database manager

2004-03-17 Thread darranl
anonymous wrote : Because it is disabled by default in 3.2.3. See | $JBoss/server/default/deploy/hsqldb-ds.xml Have you had a look at the file pilhuhn pointed out to you? The MBean definition at the bottom of the file needs to be uncommented. a

[JBoss-user] [EJB/JBoss] - Re: unable to use ORDER BY clause

2004-03-17 Thread cvandyck
From what I have read, this is not supported yet (ORDER BY). That is what the JBoss error message is telling you, anyways. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826144#3826144;View the original post/a a

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-03-17 Thread ppu
Oh, Mr Fleury himself. I work with jboss for about 1 1/2 years. After a phase of euphoria at the beginning, I became more and more frustrated. No, jboss sure is not a free product. You can tell whatever you want, to call it free is just something like a marketing gag. We not only need the

[JBoss-user] [EJB/JBoss] - Re: a program in jboss that listens on a port

2004-03-17 Thread alanc_yang
The program would listen on the port with tcp/udp or http that it process the command to send to client and process corresponding response. If you can send your source that would be very very useful. Really appreciate. Alan a

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-03-17 Thread ppu
PS: ...and if you report forum-bugs, you just get the answer report it to a nuke-forum. Nobody @jboss seems to be interested in having a working forum. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826148#3826148;View the original post/a a

[JBoss-user] [EJB/JBoss] - Problem in EJB QL

2004-03-17 Thread hardik
Hi, I have problem in EJB QL for COUNT query.The query is as follow: SELECT COUNT(*) FROM CustomerInfo customerinfo I used Jboss-3.2.3 with Eclipse-2.1 When I fired this query Jboss gives me error like: Required: OBJECT or DISTINCT plz give me fast reply. thx in advance a

[JBoss-user] [Persistence CMP/JBoss] - Re: findByPrimaryKey throws NullPointerException under load

2004-03-17 Thread loubyansky
anonymous wrote : Can I provide you with any more information? There should be a stacktrace in the server.log for this exception. It is under DEBUG level (it should be ERROR, of course). Thanks. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826149#3826149;View the original

[JBoss-user] [EJB/JBoss] - Re: a program in jboss that listens on a port

2004-03-17 Thread alanc_yang
Could you please send your source to: [EMAIL PROTECTED] Thanks again for your help. - Alan a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826150#3826150;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826150Reply to the post/a

[JBoss-user] [EJB/JBoss] - EJB spec violation Section: 12.2.9

2004-03-17 Thread Murdoch
Hi, I get many warning messages / errors, when I run my JBoss, f.e.: 14:25:18,689 WARN [verifier] EJB spec violation: | Bean : EntityBeanName | Method : public abstract EntityBeanName create(EntityBeanNameObject) throws CreateException, RemoteException | Section: 12.2.9 | Warning:

[JBoss-user] [EJB/JBoss] - Re: Entity Bean Explosion?

2004-03-17 Thread darranl
The long term persistence mechanism for the application server will still be to a database. The in memory instances of the data will just be recently used entities in a cache. The pasivation of beans has nothing to do with the long term storage of your data. Have a look at

[JBoss-user] [EJB/JBoss] - Re: Problem in EJB QL

2004-03-17 Thread loubyansky
You should use JBossQL instead with COUNT(customerinfo.id) a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826153#3826153;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826153Reply to the post/a

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Clustering (HAILConnectionFactory) Problem

2004-03-17 Thread ivelin
This bug has been fixed in 3.2.4. We will be publishing more details about the HAJMS improvements on the http://jboss.org/wiki/Wiki.jsp?page=JBossMQ. Ivelin a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826154#3826154;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - Re: findByPrimaryKey throws NullPointerException under load

2004-03-17 Thread loubyansky
You will need to enable log level to DEBUG for org.jboss.ejb.plugins.cmp. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826155#3826155;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826155Reply to the post/a

[JBoss-user] [EJB/JBoss] - Re: Problem in EJB QL

2004-03-17 Thread darranl
You can not use SELECT COUNT(*) in EJB-QL a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826156#3826156;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826156Reply to the post/a

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation Section: 12.2.9

2004-03-17 Thread darranl
What is the return type of the create method in your home interface? Is it the bean class or the remote / local interface? If it is the remote / local interface is it the correct one for the home interface type? a

[JBoss-user] [Installation Configuration] - Integrating JBoss with Apache

2004-03-17 Thread barrin
I am using jboss-3.2.0_tomcat-4.1.24 and an apache web server apache_1.3.29 on a WinXP system. I was told i could edit jboss-service.xml file under C:\jboss\server\tomcat\deploy\jbossweb-tomcat.sar\META-INF\ to integrate the two together. Can i know how to do this? a

[JBoss-user] [Installation Configuration] - Using SSL with JBoss

2004-03-17 Thread barrin
I am using jboss-3.2.0_tomcat-4.1.24 on a WinXP system. I was told i could edit jboss-service.xml file under C:\jboss\server\tomcat\deploy\jbossweb-tomcat.sar\META-INF\ to configure an SSL connector. All i know about this is that my applications can be made more secure and i know nothing else

[JBoss-user] [EJB/JBoss] - Re: Problem in EJB QL

2004-03-17 Thread loubyansky
You can but in EJBQL2.1. EJBQL2.1 is in 4.0.0DR3 now. If there is demand for it, it can be back ported to 3.2. Though, most of it is supported by JBossQL. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826162#3826162;View the original post/a a

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation Section: 12.2.9

2004-03-17 Thread Murdoch
Hi, I have found the mistake. I miss some java.rmi.RemoteException throws at the end of some Entity-Homes :(. Now I've new errors ;-). But thanks for your support. PS: My English is bad. MfG Murdoch! a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826163#3826163;View the

[JBoss-user] [EJB/JBoss] - Re: Problem in EJB QL

2004-03-17 Thread darranl
hardik is using J2EE 1.3 not 1.4 a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826164#3826164;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826164Reply to the post/a ---

[JBoss-user] [JCA/JBoss] - Getting Datasource from application client (en espaol)

2004-03-17 Thread kmarcos
Hola. Espero que sea el foro correcto. Escrib esta pregunta en otro foro y no hubo respuesta. Estoy obteniendo un Datasource desde un cliente. Utilic el framework de jboss 3.2.3 para ello y al parecer esta funcionando. El error que obtengo es un ClassCastException cuando intento convertirlo

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DLQHandler and Websphere MQ (MQSeries)

2004-03-17 Thread kouliig
You're right, thank you, this is a TRACE, an ERROR I'm getting later. In my tests the DLQ works fine if MDBs listen to the queue which I populated from MDBs, but fails when MDBs listen to the MQSeries queue populated directly by our client. Any idea? Regards, Igor.

RE: [JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-03-17 Thread Peter Ondruska
Yeah, good point. I would advise you go for more commercial appserver. I agree: 1. documentation: - good for newbies who have lots of time to read same paragraphs multiple times - not good because it is always outdated (subscribed 3/4 years ago, got 2 updates :-( and last one for 3.2.2) 2.

[JBoss-user] [JBoss Getting Started Documentation] - Re: Closing a connection for you. Please close them yourse

2004-03-17 Thread darranl
Close the connection yourself. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826169#3826169;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826169Reply to the post/a ---

[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-03-17 Thread tonyawbrey72
I posted same issue a week ago and haven't gotten any replies, just FYI and I still haven't been able to figure out a solution. If you have any luck with this could you shoot me an email, I would be more than willing to do the same. It works fine until you throw the binding manager into the

RE: [JBoss-user] mod_jk problem ...

2004-03-17 Thread Xu, Xiangdong
Title: Message In tomcat, you have to set jvmRoute=name of the worker to ensure stickiness. Is there anything similar in Jetty. -sean -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafal KedziorskiSent: Wednesday, March 17, 2004 5:55

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DLQHandler and Websphere MQ (MQSeries)

2004-03-17 Thread kouliig
You're right, thank you, this is a TRACE, an ERROR I'm getting later. In my tests DLQ works fine when MDB listens to the MQSeries queue that I populated from other MDB, but fails when MDB listens to the queue populated by our client. Any idea? Regards, Igor. -- 2004-03-15

[JBoss-user] [JCA/JBoss] - Re: Getting Datasource from application client (en espao

2004-03-17 Thread darranl
Where is your client code executing? Is the client executing in the same JVM as JBoss or somewhere different? Your log messages seem so sugest that you may be providing some properties to the InitialContext when it is constructed java.naming.provider.url=localhost:1099 To access the

[JBoss-user] [Clustering/JBoss] - Re: non multicating(TCP), server dont see each other.

2004-03-17 Thread michael.daleiden
I think you're TCP config is off a bit. Here's what I have (also running JBoss 3.2.2 on Win2K -- IP addresses masked for security reasons): TCP start_port=7800 bind_addr=143.61.XXX.XXX/ | TCPPING initial_hosts=143.61.XXX.YYY[7800] port_range=1 timeout=3000 |

[JBoss-user] [Security JAAS/JBoss] - Signed Jars

2004-03-17 Thread feldgen
Hi, I did not find a appropriate forum for this question, but its kind of security-related: I am using JBoss 3.0.6 and found out about two problems: 1. If I put a signed jar into server/xxx/lib JBoss will throw an exception if it is not the first jar being loaded (e.g. name it AAjarname.jar for

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Clustering (HAILConnectionFactory) Problem

2004-03-17 Thread vitrociset
I downloaded jboss-3.2.4RC1 but i have exactly the same problem! (I also tryed to disable the security manager removing it from the interceptor chain of the JMS Service) What can I do ? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826179#3826179;View the original post/a a

[JBoss-user] [Clustering/JBoss] - Re: Debugging clustering problem

2004-03-17 Thread michael.daleiden
1) Make sure both servers are running the same version of Java 2) Have you verified that UDP multicasting is fully working between the servers? If the servers are not on the same subnet, your network admins will have to specifically configure the subnet routers and bridges to enable full

[JBoss-user] [Beginners Corner] - in need of real JBOSS success stories

2004-03-17 Thread gkatz
hi all; i am pushing my company towards using jboss. my managers insist on me sending them references for places where jboss is deployed for production. they found the partners page to be insufficient and not very convincing. in that page it states that sites like sims-online use jboss but when

[JBoss-user] [JCA/JBoss] - Re: Getting Datasource from application client (en espa#40

2004-03-17 Thread kmarcos
Hi darranl, tks for answer... (i'm trying in english) This is my client code, and yes, it is executing in other jvm (in that way must be or not?) public static void main (String[] args) throws Exception { | Properties env = new Properties(); |

[JBoss-user] [Clustering/JBoss] - Re: non multicating(TCP), server dont see each other.

2004-03-17 Thread bela
Yes, for multihomed systems you need the bind_addr parameter. Also, by enabling the logs (in log4j.xml) you might have seen what the problem was. Bela a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826184#3826184;View the original post/a a

[JBoss-user] [Beginners Corner] - Re: in need of real JBOSS success stories

2004-03-17 Thread darranl
The testimonials forum has got some success stories in it. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826185#3826185;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826185Reply to the post/a

[JBoss-user] [Security JAAS/JBoss] - JAAS within POJOs used in Web Tier

2004-03-17 Thread NishantK
Our product has an API layer, which is implemented as POJO wrapper classes around Stateless Session Beans. The APIs are accessed through a Factory class, and the constructor of the Factory class performs the authentication for the user (logs them in). We wanted to change the authentication

[JBoss-user] [Installation Configuration] - Re: Multiple instances

2004-03-17 Thread tripuram
Thanks Adrian. It works. Pass the sytem properties as below for the command line executable. -Djboss.server.base.dir=/opt/application -Djboss.server.lib.url=file:/opt/application/instancename/lib \ -Djboss.server.base.url=file:/opt/application -Djboss.home.dir=jboss installation directory

[JBoss-user] [Installation Configuration] - Re: Setting up JBoss application server

2004-03-17 Thread chanchal11
Hey, I followed the instructions and setted all environment variables.Still its not able to find the path. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826202#3826202;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - composite primary key configuration

2004-03-17 Thread jmiddleton
Hi, I need if somebody can tell me how to configure a composite primary key in jboss.xml version Jboss 3.2.3? Thank in advance a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826190#3826190;View the original post/a a

[JBoss-user] [Installation Configuration] - Setting up JBoss application server

2004-03-17 Thread chanchal11
Hey, I just downloaded JBoss.Can anybody tell me how to setup and configure it??I dont know what environment variables to set.In addition if somebody can tell me where should I put my servlet file in order to invoke it then it would be a big help. a

  1   2   >