[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Login Module using UsernamePasswordLoginModule

2004-03-29 Thread ant
Include the class file in your ear file and deploy it. If you want to use this loginmodule with more than one ear file then it must be sufficient to packeage the class file into a separate jar and put it in the classpath. Gerd View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JCA/JBoss] - Re: JBOSS + Postgresql

2004-03-29 Thread yasudazzz
George, try these. % grep DefaultDS $JBOSS_HOME/server/$SERVER/conf/* % grep DefaultDS $JBOSS_HOME/server/$SERVER/deploy/jms/* View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828038#3828038 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Security & JAAS/JBoss] - Re: Modifying j_username before calling j_security_check

2004-03-29 Thread ant
I have tried using a servlet-filter in order to do pre- and post-processing to j_security_check but it didn't work. There are some other people reporting that filtering j_security_check isn't possible. Also using a custom loginmodule isn't possible because of caching security information (see h

[JBoss-user] [EJB/JBoss] - Re: Urgent: Ejb Not bound Linux

2004-03-29 Thread ashsamso
I Think it not a priv. problem cause i was deploying other war files and it working and connectiong to db without any problem the problem come from the EJB so please again if anyone knows common differneces bet. windows or linux or linux need extra settings inform me View the original post :

[JBoss-user] [JCA/JBoss] - Re: jms and sap jca

2004-03-29 Thread nort
you are right; sap doesn't support XA. But you can realize "virtual transactions" by your own TransactionManager if you want. Is a lot of work to do that... Juraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828035#3828035 Reply to the post : http://www.j

[JBoss-user] [Performance Tuning] - Re: JBOSS CMP No Select Before Insert

2004-03-29 Thread Dark_Lord
Can this be done on an entity per entity basis? Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828034#3828034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828034 -

[JBoss-user] [Performance Tuning] - Re: JBOSS CMP No Select Before Insert

2004-03-29 Thread loubyansky
Changing the entity-command in defaults of standardjbosscmp-jdbc.xml is enough. I just tried it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828033#3828033 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828033 ---

[JBoss-user] [JCA/JBoss] - JBOSS + Postgresql

2004-03-29 Thread pagomen
Hi All, I am trying to use the Postgresql as my back-end database. So I created a psql-ds.xml file : DefaultDS jdbc:postgresql://server.ip/mydatabase org.postgresql.Driver user pswd and I placed in the relative /deploy directory. Also I placed the JDBC driver (.jar file) to the corresponding

[JBoss-user] [Persistence & CMP/JBoss] - Re: Instance not automatically updated in 3.2.4RC2 ?

2004-03-29 Thread loubyansky
What is done in box.setSale( sale ); and piece2 = weightHome.create( piece2.getUOID() );? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828031#3828031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828031 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP in servlet and persistence, UserTransaction?

2004-03-29 Thread loubyansky
Just invoking a get method of a CMP or CMR field would be enough. Assuming standard container with CO A or D. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828030#3828030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Clustering/JBoss] - Re: Long messages when machines are cluster in heavy load

2004-03-29 Thread monu
Bela, Thanks again for your help. I made changes in my cluster-service.xml (Moving STABLE protocol on top of UNICAST,) and ran the test for 8-10 hours but Jboss is still giving that long message error. I will incorporate the changes you have suggested in the last reply message and run the test on

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Ping Timeout

2004-03-29 Thread tysmeister
Hi Guys, I am also experiencing this 'problem' with 3.2.3 and a Queue, however the bug appears to be harmless. Can the ExceptionHandler just ignore the Exception, or should it perform some cleanup ? Thanks and regards, Andrew View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Socket Timeout whenever I change the system time on windows

2004-03-29 Thread stephen_tsun
Hi: I am running 3.2.3. I notice that each time I change the system time on Windows, jboss gets this following exception. Why? Is the resolution similar to the other issues? Set an exception listener and reconnect and re-establish all the topics and subscribers/publishers etc? This is a bi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: I need help with JMS and Oracle Trigger in JBoss 3.2.2 R

2004-03-29 Thread genman
This is more of an Oracle question than JMS one. You can run any Java code you want using Java stored procedures in Oracle. Then it becomes a matter of including the JBoss jars and running the example client code in Oracle. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-29 Thread vashistvishal
Hi nytamre :- Have a look at this thread http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47662 This should resolve yr problem. Vishal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828024#3828024 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Beginners Corner] - Re: ejbGenerate.xml

2004-03-29 Thread vashistvishal
Well this is more lomboz specific quetion, better to be araside at thier forums. But as far as ejbGenerate.xml in some of teh versions of lomboz it has been replaced by xdoclet.xml. I'm not sure what versions you are using. If you want to see ejbGenerate.xml Then use Eclipse 2.1 with lomboz.21_0

[JBoss-user] [Security & JAAS/JBoss] - custom login module

2004-03-29 Thread sanjuthomas
hi all, we are trying to migrate from weblogic to jboss, so we need to implement a custom security class, we have written a custom security class. but we are unaware about the loading stratagies of this cusotm class, if somebody know how to load this class and make use of this class to secure E

[JBoss-user] [Security & JAAS/JBoss] - custom login module class using UsernamePasswordLoginModule

2004-03-29 Thread sanjuthomas
hi all, we are trying to migrate from weblogic to jboss, so we need to implement a custom security class, we have written a custom security class. but we are unaware about the loading stratagies of this cusotm class, if somebody know how to load this class and make use of this class to secure E

[JBoss-user] [Security & JAAS/JBoss] - custom security class using UsernamePasswordLoginModule clas

2004-03-29 Thread sanjuthomas
hi all, we are trying to migrate from weblogic to jboss, so we need to implement a custom security class, we have written a custom security class. but we are unaware about the loading stratagies of this cusotm class, if somebody know how to load this class and make use of this class to secure E

[JBoss-user] [Security & JAAS/JBoss] - custom security class using UsernamePasswordLoginModule clas

2004-03-29 Thread sanjuthomas
hi all, we are trying to migrate from weblogic to jboss, so we need to implement a custom security class, we have written a custom security class. but we are unaware about the loading stratagies of this cusotm class, if somebody know how to load this class and make use of this class to secure E

[JBoss-user] [Security & JAAS/JBoss] - custom security class using UsernamePasswordLoginModule

2004-03-29 Thread sanjuthomas
hi all, we are trying to migrate from weblogic to jboss, so we need to implement a custom security class, we have written a custom security class. but we are unaware about the loading stratagies of this cusotm class, if somebody know how to load this class and make use of this class to secure E

[JBoss-user] [EJB/JBoss] - Confused about jboss.xml/jboss-web.xml depends element

2004-03-29 Thread benstarr
I am confused about the use of the depends attribute. I want to ensure that all of my web applications and EJBs are started in the correct order so that if I start my application while there are messages in my JMS queues or requests coming in through Tomcat I can ensure that everything runs corr

[JBoss-user] [Messaging, JMS & JBossMQ] - I need help with JMS and Oracle Trigger in JBoss 3.2.2 RC3

2004-03-29 Thread cheenu78
hi all, I have a senario where in, I need to publish a message when a table in inserted or updated. That is, is it possible for an Oracle Trigger to publish a message to the JMS Topic? thanks in advance srinivas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation & Configuration] - My Bean Is Not getting Updated

2004-03-29 Thread cheenu78
hi all, I am using jboss3.2.2 on Windows XP and, Jbuilder as IDE. I have a strange problem where in, if a bean(Session Facade) is deployed and later modified, and redeployed, the changes are not getting effected. I tried to shutdown the server, clean the tmp diretory and restart the server and r

[JBoss-user] [Installation & Configuration] - My Bean Is Not getting Updated

2004-03-29 Thread cheenu78
hi all, I am using jboss3.2.2 on Windows XP and, Jbuilder as IDE. I have a strange problem where in, if a bean(Session Facade) is deployed and later modified, and redeployed, the changes are not getting effected. I tried to shutdown the server, clean the tmp diretory and restart the server and r

[JBoss-user] [Performance Tuning] - JBOSS CMP No Select Before Insert

2004-03-29 Thread sachinvidwans
Hello, I am using jboss3.2.3 on Linux. There was a previous post about the "no-select-before-insert" entity command in this forum. This to avoid the select count(*) queries before inserts. >From what I understood setting this requires the following. In the standardjbosscmp-jdbx.xml file Under

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP in servlet and persistence, UserTransaction?

2004-03-29 Thread alwyn
Ok. Do you need to access the CMP field as part as a UserTransaction to ensure caching or is accessing it enough? Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828008#3828008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Management, JMX/JBoss] - ModelMBeanInfo.getMBeanDescriptor().getFieldValue(

2004-03-29 Thread brettcalvin
Greetings - I am writing my own persistence manager for my model mbeans. Obviously, you need some sort of unique name to associate with each set of attributes for each MBean. My intent was to use the MBean name, since it is there and already unique. So, in my PersistenceManager.load(ModelMBe

[JBoss-user] [Beginners Corner] - Re: Problem in relative path references

2004-03-29 Thread davidmarginian
Check your \server\%servername%\deploy\jbossweb-tomcat41.sar\web.xml file and make sure the js mime-extension is registered. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827991#3827991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [EJB/JBoss] - Re: External File access denied

2004-03-29 Thread afleet
Hi, I don't know whether there is a JBoss specific work around, however the EJB spec says : An enterprise bean must not use the java.io package to attempt to access files and directories in the file system. The file system APIs are not well-suited for business components to access data. Busin

[JBoss-user] [EJB/JBoss] - Problem with serialization of Stateful SB handle

2004-03-29 Thread afleet
Hi, I have a client app of a stateful session bean. The app serializes the component interface to a file, recreates it and uses it. (Code below). The output from the Session bean is a follows... 15:14:17,421 INFO [STDOUT] HelloBeanEJB() 15:14:17,421 INFO [STDOUT] setSessionContext 15:14:17,42

[JBoss-user] [Persistence & CMP/JBoss] - Instance not automatically updated in 3.2.4RC2 ?

2004-03-29 Thread triathlon98
I have the following piece of code in my test suite : | public void testBoxSale() | throws Exception | { | // create the necessaty stuff | BatchSelectorEJB batchSelector = batchSelectorHome.create(); | WeightEJB box = weightHome.create( WeightCo

[JBoss-user] JNDI access to java:/Mail from MDB

2004-03-29 Thread Brice Ruth
I'm trying to access the JavaMail provider I've configured in mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB, all works fine. However, if I try to access "java:/comp/env/mail/MailProvider" - as I believe I've configured ejb-jar.xml and jboss.xml, then I get Naming excep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: dlq recovery to single subscriber

2004-03-29 Thread justbrian
Hey schrouf, Thanks for the response I am using durable subscriptions and have considered cranking up the retries. But, I also like the idea of the DLQ. Monitoring that single queue for problems rather than X number of topics/subscribers. I have also been experimenting with using a message

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
bug submitted with war https://sourceforge.net/tracker/index.php?func=detail&aid=925421&group_id=22866&atid=376685 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827928#3827928";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827928>Reply to

[JBoss-user] [Clustering/JBoss] - Re: can not sticky sessions .... why.

2004-03-29 Thread gugusam
hi sacha It replies and Thank you. Please tell me detail? What is the 'node1'. What is the worke id? node is partition name? i'll modified jboss-service.xml below server1 - - server2 ---

[JBoss-user] [Beginners Corner] - Re: Deploying EJB's that use classes in web-inf\classes

2004-03-29 Thread cvandyck
I'm not sure if this is the correct way to do this, but our solution to this was to deploy those needed classes in the ejb.jar deployment as well. Our build script handles the copying of those classes. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827926#3827926";>View the origin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 3.2.2 -- MDB listening on wrong Queue

2004-03-29 Thread mring33
Thanks for the reply. Unfortunately, my jboss.xml file validates successfully against the 3.2 DTD. I guess I'll have to play around a bit more with it. I'll post again once I find out more. -Matt http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827925#3827925";>View the original post

[JBoss-user] [Javassist user questions] - Re: javassist.ClassPool should extend the ClassLoader or URL

2004-03-29 Thread chiba
Your suggestion is right. My current plan is to make it possible to a hierarchy of ClassPool parallel to ClassLoader's. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827924#3827924";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827924>Repl

[JBoss-user] [Beginners Corner] - Deploying EJB's that use classes in web-inf\classes

2004-03-29 Thread x091028
I am tring to deploy a ear file onto jboss 3.0 where the ejb's referance classes in the war file web-inf/classes and receive the following error. 2004-03-25 11:05:51,132 WARN [org.jboss.ejb.EJBDeployer] Verify failed; continuing java.lang.NoClassDefFoundError: Any help would be great. http

[JBoss-user] [Persistence & CMP/JBoss] - Re: Finder CMP methods not working?

2004-03-29 Thread ltcmelo
Already solved it, was not jboss problem! My fault! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827921#3827921";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827921>Reply to the post -

[JBoss-user] [EJB/JBoss] - Re: Stubs and Skeleton generation.

2004-03-29 Thread [EMAIL PROTECTED]
not required, we generate the proxies at runtime and serialize them to the client http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827920#3827920";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827920>Reply to the post

RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: JmsXA/QueueConn ection Factory

2004-03-29 Thread Bruce Ashton
Adrian: Should I be using JmsXA as the connectionfactoryname attribute for the JMSCacheInvalidationBridge? http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47589 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 29 March 2004 13:18 > To: [EMAIL PROT

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Comparison of UIL2, OIL2 and OIL

2004-03-29 Thread [EMAIL PROTECTED]
1) In my measurements UIL2 is faster than OIL (except for the time required to connect on a local machine which takes longer because of thread pool construction). It is on my list to improve the thread pooling generally in jbossmq. See the development forums. 2) UIL2 does less synchronization so

[JBoss-user] [Beginners Corner] - ejbGenerate.xml

2004-03-29 Thread pagomen
Hi all, I am following the Lomboz tutorial in order to create an CM EJB. But it seems that the EJB creation wizard does not create the ejbGenerate.xml file? Does anyone knows why ? Thanks in advance George http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827918#3827918";>View the or

[JBoss-user] [Installation & Configuration] - Re: Logging stacktraces from tomcat

2004-03-29 Thread [EMAIL PROTECTED]
We redirect System.out, System.err to a log4j appender. If you don't want that behavior set the org.jboss.logging.Log4jService.catchSystemOut and org.jboss.logging.Log4jService.catchSystemErr system properties to false. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827917#3827917";>

[JBoss-user] [EJB/JBoss] - Stubs and Skeleton generation.

2004-03-29 Thread srinivasbv_gowda
Hi All, I was able to deploy ejb ( session and BMP), to my surprise there was not stubs and skeleton files been there, I didn't see ant error will deploy and also I was able run my testcase. Could any tell me, for jboss stubs and skeleton are not required, if yes how it is been taken care. Tha

RE: [JBoss-user] [Installation & Configuration] - JBOSS + POSTGRE SQL

2004-03-29 Thread Bruce Ashton
send an email to "bruce at ashton dot net" as I probably won't be able to send attachments via a mailing list > -Original Message- > From: pagomen [mailto:[EMAIL PROTECTED] > Sent: 29 March 2004 14:32 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] [Installation & Configuration] - JBOSS +

RE: [JBoss-user] [Installation & Configuration] - JBOSS + POSTGRE SQL

2004-03-29 Thread Bruce Ashton
George: It's not quite as simple as that, there are a few other configuration files that have to be tweaked as well. I can't remember what they all are atm, but I have them on my PC at home. If you can wait for a couple of hours I'll send them on to you. bruce > -Original Message- > Fr

[JBoss-user] [Management, JMX/JBoss] - jms messages cache im memory.

2004-03-29 Thread srinivasbv_gowda
Hi All, Could any tell me, is it possible to configure jms messages to cache within memory instead of database. Thanks Srinivas http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827914#3827914";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Comparison of UIL2, OIL2 and OIL

2004-03-29 Thread Thoennes
Adrian, I am a collegue of Lucas: Ad 1) We need to use the IL which is fast enough for our purposes (UIL2 currently isn't as fast as OIL in our specific application) Ad 2) We are using Debian Linux, so the hint with Red Hat does not apply for us. With our type of application, we have seen a m

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread [EMAIL PROTECTED]
Post a bug report to sourceforge with the sample war. http://sourceforge.net/tracker/?group_id=22866&atid=376685 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827913#3827913";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827913>Reply to

[JBoss-user] [Security & JAAS/JBoss] - again a problem with LdapLoginModule

2004-03-29 Thread fauge
Hi, I searched in the forum, and found things, but never all the correct informations somewhere. I also read the jaas-howto, but not much about ldap. Well it's been 2 days, and I can't have the roles for my users ! First, the ldap structure: This is the Tomcat sample schema which is exactly the

[JBoss-user] [Persistence & CMP/JBoss] - Could not create two instances of the same entity at the sam

2004-03-29 Thread DarkLord
Hello, We have an application that create entities (let's say a Book) when some message is send to a queue. An MDB picks up the message, translate its content and create a new entity with the value contained in this XML. Most of the time, the message contains an array of Books to create. When

[JBoss-user] [Clustering/JBoss] - additional Info to Caching of SLSB Proxies and Problems whil

2004-03-29 Thread cherold
Hi again still working on the same problem... I recognized that I still get errors when trying to lookup home after restart of jboss from extern tomcat. I 'm running two jboss, one is located on the same mashine as my tomcat server. It seems jboss-client-classes also tries to lookup on localhos

[JBoss-user] [Advanced Documentation] - Re: Where shall I find conf directory in Jboss

2004-03-29 Thread [EMAIL PROTECTED]
jboss.conf and jboss.jcml are 2.4.x files. The 3.2.3 series has jboss-3.2.3/server/default/conf which contains a jboss-service.xml file. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827909#3827909";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Security & JAAS/JBoss] - Re:

2004-03-29 Thread vincentchun
Thanks for Scott Stark help first! After I set the following keystoreFile="/conf/my.keystore" JBoss Console print out the following: LifecycleException: Protocol handler initialization failed: java.io.FileNotFoundException: C:\jboss-3.2.3\server\default\key\my.keystore (... I know that the key

[JBoss-user] [Clustering/JBoss] - Re: can not sticky sessions .... why.

2004-03-29 Thread Sacha Labourey
You need to assign a worker id in your Tomcat engine configuration: | | | |http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827906#3827906";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827906>R

[JBoss-user] [Persistence & CMP/JBoss] - NOT NULL columns with default problem

2004-03-29 Thread guix
Hi: using Jboss 3.2.3 with Oracle OCI drievr for windows XP (latest version) on a 8.1.7 database, when I try to create a new entity I get the error: ORA-01400: cannot insert NULL into ("DB","TABLE","FIELD") Seems like Jboss is not aware of the fact that the field is not null but it has a default

[JBoss-user] [Installation & Configuration] - JBOSS + POSTGRESQL

2004-03-29 Thread pagomen
Hi All, I am trying to use the Postgresql as my back-end database. So I created a psql-ds.xml file : DefaultDS jdbc:postgresql://server.ip/mydatabase org.postgresql.Driver user pswd and I placed in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS appears to hang

2004-03-29 Thread moppersmurf
"[EMAIL PROTECTED]" wrote : This was a known bug with 3.2.2, try 3.2.3 | | If you have configured the MessageCache to aggressively soften it can | thrash trying to soften persistent messages that don't need to be softened. | | Regards, | Adrian | Thanks. We're installing 3.2.3 rig

[JBoss-user] [EJB/JBoss] - differences between EJB and MBeans?

2004-03-29 Thread Berritxu
Hello! IÂm new using JBoss. I've deployed some EJBs, using the standard examples. But now, I need deploy a MBean. What's different? There's an example anywhere? Thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827902#3827902";>View the original post http://www.jboss.org/index.

[JBoss-user] [Installation & Configuration] - Re: Port already in use - Jboss 3.2.3 Problem

2004-03-29 Thread Ulf.Klaas
Hi, i have this problem, too. I use JBoss 3.2.3, Windows 2000 Server (all Patches and SP's), Sun Java 1.4.2. JBoss is started as a wrapper service at the server boot time. In my case, the server services (sometimes DNS, sometimes IIS/ FTP, ...) use the Port 1098. I found out that with the tool

[JBoss-user] [Beginners Corner] - Re: Unable to start the server

2004-03-29 Thread csmanohar
Yes I am. The JDK version is j2sdk1.4.1 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827898#3827898";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827898>Reply to the post --- This SF

[JBoss-user] [JCA/JBoss] - Re: JBOSS hangs after contineous running for about 10 days

2004-03-29 Thread [EMAIL PROTECTED]
Does it respond to a thread dump request? If not, it means the jvm has crashed. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827896#3827896";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827896>Reply to the post --

[JBoss-user] [EJB/JBoss] - Re: How to configure TransactionManager!?

2004-03-29 Thread milasx
Hi, Any luck at all with this? Many thanks! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827895#3827895";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827895>Reply to the post -

[JBoss-user] [JCA/JBoss] - Re: Strange behaviour with db2 xa datasource

2004-03-29 Thread [EMAIL PROTECTED]
This is not very informative: Caused by: javax.transaction.xa.XAException at COM.ibm.db2.jdbc.app.DB2XAResource.throwXAException(DB2XAResource.java:288) at COM.ibm.db2.jdbc.app.DB2XAResource.end(DB2XAResource.java:136) Try adding true (if you don't already have it) to your db2-xa-ds.xml or whate

[JBoss-user] [Beginners Corner] - Re: Problem in relative path references

2004-03-29 Thread bensch
Hi, We are sitting with the same problem. We use a jsp:include tag to include a JSP with all our CSS and .JS references in each main JSP. The CSS references works fine, but for some reason we can not get the javascript to work. It works fine under Tomcat alone, but as soon as we deploy it under

[JBoss-user] [JCA/JBoss] - Re: Unable to call two Oracle stored procs from one connecti

2004-03-29 Thread [EMAIL PROTECTED]
The setTransactionIsolation() is invoked lazily on first use of a connection. // Check the isolation level if (jdbcTransactionIsolation != underlyingTransactionIsolation) { con.setTransactionIsolation(jdbcTransactionIsolation); underlyingTransacti

[JBoss-user] [JCA/JBoss] - Re: JBOSS - DB2

2004-03-29 Thread cherold
Hi I'm using DB2 8.1.4 with jboss 3.2.3. I#m using the JCC type 4 driver because we found this to be faster than appdriver and much easier to install. Therefor you need the files: db2jcc.jar and may be one or both of these db2jcc_license_cisuz.jar db2jcc_license_cu.jar It works fine in our case.

[JBoss-user] [Clustering/JBoss] - can not sticky sessions .... why.

2004-03-29 Thread gugusam
hi I've configured serve1 jboss3.2.3 with apache 1.3.x and mod_jk2 connector on Redhat9, and server2 configured only jboss3.2.3 on RedHat9. The load balancing works correctly, but i'm having a few problems getting the sticky sessions to work. I'll post my workers2.properties below Thanks in a

[JBoss-user] [Persistence & CMP/JBoss] - Multiple datasources, urgent !!!!

2004-03-29 Thread marcord
Hi all, Desperate, I'm working with jboss-3.2.3 and mysql, i can't deploy some ejb, i need to map them to a different database, it's one database with 5 tables per context and i have 10 context, since every instance on the ejb create the same tables i need to use different database, bit i can'

[JBoss-user] [Clustering/JBoss] - Caching of SLSB Proxies and Problems while lookup

2004-03-29 Thread cherold
Hi I'm using JBoss 3.2.3 with SLSB in a Cluster SLSB are Called rom a seperate Tomcat machin (we do not use internal Tomcat). For increasing performance, we cache Home and Remote Proxies in custom classes using RountRobin. When restarting JBoss, we get in many cases (not always) Problems looking

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP/BMP or JDO/hibernate

2004-03-29 Thread Beal91
I'm pretty new to the EJB arena, too, but I'll try to throw out a couple of responses to your questions. 1) Is EJB right for you? Who knows. A lot of people have accused EJB of being "overkill" for most applications. That may be so, but a good development tool (such as XDoclet) can go a long

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule

2004-03-29 Thread ant
I recommend you to utilize Xdoclet (xdoclet.sourceforge.net). With this tool you can decorate your businessmethods with deployment information and the deployment descriptors are generated automatically both for weblogic and jboss and many others. I never wrote or clicked DDs by my self. The info

[JBoss-user] [JCA/JBoss] - Re: does jboss4.00dr3 supports jca1.5?

2004-03-29 Thread [EMAIL PROTECTED]
No it does not, that is scheduled for DR4 Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827885#3827885";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827885>Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Platform dependent problem with JBossMQ

2004-03-29 Thread [EMAIL PROTECTED]
The ping timeout says the client is not getting a response from the server. This is most likely due to a network problem, i.e. the server is being told to connect back to the wrong client. If you get the same problem with UIL2 you have a more serious network problem. You are also using consumers c

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Help - Failed to deploy MDB

2004-03-29 Thread [EMAIL PROTECTED]
version? My guess is you are not using the latest and greatest. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827883#3827883";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827883>Reply to the post --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JmsXA/QueueConnection Factory

2004-03-29 Thread [EMAIL PROTECTED]
Neither QueueConnectionFactory or java:/JmsXAQ exist in jndi java:/JmsXA does. The stacktrace is because you are not closing the connection/session. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827882#3827882";>View the original post http://www.jboss.org/index.html

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Publishing to remote topic fails during JBoss startup

2004-03-29 Thread [EMAIL PROTECTED]
Use 3.2.3 There is a known race condition between connection.start() and consumer.receive() in 3.2.1 If you used search, you would find this discussed many times. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827881#3827881";>View the original post http://www.jboss

[JBoss-user] [Performance Tuning] - Re: Performance of 3.2.3 When EJB requires DB lookup

2004-03-29 Thread lucasfowler
Yes, that's right, the 3ms is between [2004-03-26 18:11:41,231] [TRACE] [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.TraderMapping#findByTraderIdAndExchange] Set parameter: index=2, jdbcType=VARCHAR, value=vtx and [2004-03-26 18:11:41,234] [TRACE] [org.jboss.ejb.plugins.EntityInstancePool] 0

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Infinite Thread generation in JBossMQ client?

2004-03-29 Thread [EMAIL PROTECTED]
Hi, I have solved the problem by using a singelton wrapper for the Connection class. This will also enable all clients to be Exception listeners since the wrapper class distributes the onException() call. I am starting and stopping with, addMessageListener(...) and session.close(). Seems to wo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS appears to hang

2004-03-29 Thread [EMAIL PROTECTED]
This was a known bug with 3.2.2, try 3.2.3 If you have configured the MessageCache to aggressively soften it can thrash trying to soften persistent messages that don't need to be softened. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827878#3827878";>View the origi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Comparison of UIL2, OIL2 and OIL

2004-03-29 Thread [EMAIL PROTECTED]
No OIL is going away. OIL has some bad synchronization problems. UIL2 is designed to be concurrent. I don't recognise your CPU problems. Are you using Redhat9? Try setting export LD_ASSUME_KERNEL=2.4.1 to turn off Redhat's buggy backport of NPTL I have also started to do some work on the server c

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-03-29 Thread Amresh
Thanks I will have give this a try. Amresh http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827874#3827874";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827874>Reply to the post --- T

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL - JBoss 3.2.3 - TOMCAT 4.1 Does this configuration

2004-03-29 Thread Glenn Coe
Hi Jonny I got the same problem but I don't use JBoss. Did you already find a solution? I don't know what to do. Best regards Glenn http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827872#3827872";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Beginners Corner] - Re: Unable to start the server

2004-03-29 Thread darranl
Are you using JBoss IDE and running JBoss in Eclipse? What is your JDK version? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827873#3827873";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827873>Reply to the post --

[JBoss-user] [Clustering/JBoss] - Re: BindException with NamingService

2004-03-29 Thread [EMAIL PROTECTED]
As off this morning the I no longer get a BindException when I restart JBoss. The only explanation I can think of is the fact that I rebooted. I'm running Windows 2000, so this kind of makes sense to me. My problems aren't over though, I now get a new exception, 2004-03-29 11:47:16,269 ERROR

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-03-29 Thread Martin0
Something else that might throw more light on the situation the access log in jboss3.2.3 reports that the GET method is used to access process.jsp, where it should be the POST method. This would explain why the post data is lost. Martin http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] tusc.com tutorials and problems

2004-03-29 Thread Vamsi Sarma
Hi Since two days iam trying to run chap3 .. tutorial provided by the vishal. I could not able to run it , i have done all the steps exactly. Finally when i run client, getting exception ...21 more. I commented database connection part , i returned String "userIdtest". After that i did not get ex

[JBoss-user] [Installation & Configuration] - Re: Best way to share classes in several SAR files ?

2004-03-29 Thread daune_jf
To avoid ClassCastException (services actually interact) J-F http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827868#3827868";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827868>Reply to the post

[JBoss-user] [Performance Tuning] - Re: Performance of 3.2.3 When EJB requires DB lookup

2004-03-29 Thread loubyansky
If I understand right, 0.13 msec is the time that Postgres took to execute the query. It does not take into account JDBC, right? How long did it take in 3.0.8? Thanks. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827867#3827867";>View the original post http://www.jboss.org/index.ht

RE: [JBoss-user] [EJB/JBoss] EJB QL - jboss 3.2.3 -why i can't acess to father id?

2004-03-29 Thread Alexey Loubyansky
User lowercased first characters for field names. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Laurent MARQUEZ > Sent: Monday, March 29, 2004 12:56 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] [EJB/JBoss] EJB QL - jboss 3.2.3 -why i >

[JBoss-user] [HTTPD, Servlets & JSP] - Migrate from Jetty to Tomcat: Dynamic contexts

2004-03-29 Thread terp
Hi We are going to migrate our apps from embedded Jetty to embedded Tomcat in order to evaluate if a switch will not have a negative impact on performance. In Jetty we dynamically add Web Contexts to an app at deploy time using jetty-web.xml : | | http://jetty.mortbay.org/configure_1_2.dt

[JBoss-user] [Persistence & CMP/JBoss] - Re: IllegalStateException while removing entities in CMR.

2004-03-29 Thread loubyansky
To reproduce this I would need not only the relationship specification but also some real initial data. Could you please provide it? Thanks. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827866#3827866";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Persistence & CMP/JBoss] - Re: Strange problem with JBOSS + MySql + RH Linux 9.0

2004-03-29 Thread loubyansky
NPE is thrown from your code. So, look at what reference is null and investigate why it could be so. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827864#3827864";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827864>Reply to the post -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate Deploy Strategy

2004-03-29 Thread milasx
Many thanks! I managed to do that. One more question is how do you bind to declarative transactions, ie avoid the use of programmatic transaction management when running inside a session bean? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827863#3827863";>View the original post h

[JBoss-user] [EJB/JBoss] - Re: BUG: EJB-QL OR operator fails with nulls in inner join

2004-03-29 Thread loubyansky
In EJBQL paths that appear in the FROM should be inner-joined. Other paths should be outer-joined. Current compiler in 3.2 does not support outer joins and has some hucks in this regards. There is a new QL compiler in HEAD that is INNER/OUTER based. It might be ported to 3.2 one day. http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP in servlet and persistence, UserTransaction?

2004-03-29 Thread loubyansky
getPrimaryKey() primary key is handled by client container and not fetching the value from the persistent context. So, the answer is no even for UserTransaction. You need to access some CMP or CMR field to load the data into the cache. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382

[JBoss-user] [Performance Tuning] - Re: Performance of 3.2.3 When EJB requires DB lookup

2004-03-29 Thread lucasfowler
OK, the trace is below, as well as the explain from Postgres. I had a closer look at the times and I'm seeing that 20ms is a peak, the trace below is more like the mode, about 3ms, with an average of about 8ms. Still 3ms for a request which Postgres manages in 0.13ms is still rather large. -

  1   2   >