[JBoss-user] [EJB/JBoss] - Re: Timer interval duration not respected

2005-01-05 Thread gquintana
This bug is corrected in JBoss 4.0.1final! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860862#3860862 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860862 --- Th

[JBoss-user] [EJB/JBoss] - EJB Type Mapping Issue with Oracle9i.

2005-01-05 Thread alexcheong
Hi Guru, I really spend time to resolve this issue for couple of weeks. Can anyone pls help? I have deployed an J2EE project developed by using JDeveloper 10g. The application run fine in Oracle OC4J AS. I having SQLException in entity bean where JBOSS added a prefix in "T0_" in the table

[JBoss-user] [Persistence & CMP/JBoss] - TransactionRolledbackException + JBossRollbackException

2005-01-05 Thread saman
Hi all This is the error the server gave to me when i am going to add data to the master and its related table , all the constratins are created in oracle but can not inserted the data to table 11:38:21,014 INFO [STDOUT] 5469853 [RMI TCP Connection(100)-192.168.10.237] ERROR org.jboss.ejb

[JBoss-user] [JCA/JBoss] - how to Didalbe the idle removal

2005-01-05 Thread yxyang
Hi Can i disable the timeout for this connection pool? I noticed that in jboss-3.2.3 and for HSQLDB, following configuration is there to disable idle connection removal. Can i set the same value for my connection also? 0 Regards Yang View the original post : h

[JBoss-user] [JCA/JBoss] - Re: IdleRemover and deadlock?

2005-01-05 Thread yxyang
Hi Adrian Thanks for ur help! I searched the changes between Jboss-3.2.3(revision 1.8.2.15 ) and revision 1.8.2.19, i noticed the following information. "When flushing the pool we need to shutdown the discarded otherwise the pool filler could refill it with unreachable connections - a connecti

[JBoss-user] [JCA/JBoss] - Re: IdleRemover and deadlock?

2005-01-05 Thread yxyang
Hi Thanks for your infomation! Because i am using jbossNukes1.1 which can only works under jboss-3.2.3, any workaround such as rebuilding jboss-3.2.3 myself? Thanks Yang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860855#3860855 Reply to the post :

[JBoss-user] [Nukes User] - Is it possible to run nuke1.1 on Jboss-3.2.6?

2005-01-05 Thread yxyang
Hello I am runing nuke1.1 on jboss-3.2.3. I works fine. Because there is a bug in jboss-3.2.3 and i need to upgrade to jboss-3.2.6. Does nuke1.1 work in the new version of jboss-3.2.6? Thanks very much! Yang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [HTTPD, Servlets & JSP] - multiframe system has problems with session IDs becoming dif

2005-01-05 Thread dragonmage
Hi, we have a two-frame system where communication between frames is via struts action classes storing/retrieving session variables. This works fine with some servers but not others. The servers it works with have ping times less than about 200ms. The servers that don't work have times get l

[JBoss-user] [Persistence & CMP/JBoss] - switched 3.2.6RC1 to 3.2.6 and now my DB tables are not bein

2005-01-05 Thread s3ma4
I updated my JBoss version from 3.2.6RC1 to 3.2.6 and now my JBoss instance is not creating the tables automatically in my database. I am using PostgreSQL, hibernate 2.0, and the jboss-hibernate.jar file that was posted in the JBoss-hibernate WIKI. Can anyone please advise ? I looked at my s

[JBoss-user] [EJB/JBoss] - Re: Stateful Bean and Serialization

2005-01-05 Thread darranl
anonymous wrote : Why does the server try to serialize the bean to the file system ? Can it not store in any other secondary storage, like a cache? What will be the down side of having it that way? See the EJB specification for your answers. View the original post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - Concerns re. hsqldb removal

2005-01-05 Thread Montia
Hi, My J2EE application doesn't need hsqldb. It uses JDBC with SQL Server on the following setup: Windows 2000 JBoss 3.2.1 with Jetty JavaVMVersion 1.4.1_05-b01 Recently I ran into some strange behaviour of the HSQLDB which is described very well by another member in this archived thread: http

[JBoss-user] [Installation & Configuration] - Re: JBoss x11 and swing <---- Urgent

2005-01-05 Thread arashsun
Hi, I changed the run.sh, I mean I added the -Djava.awt.headless=true in JAVA_OPTS. It is still not working. Here is my run.sh after it was changed: # Setup JBoss sepecific properties | JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME -Djava.awt.headless=true" | | # JPDA options. Uncomme

[JBoss-user] [Security & JAAS/JBoss] - Re: principleRoles=null

2005-01-05 Thread [EMAIL PROTECTED]
And what is wrong with upgrading to the final 4.0.1 release as opposed to a release candidate? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860835#3860835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860835

[JBoss-user] [EJB/JBoss] - Re: JNDI and DataSources

2005-01-05 Thread jgra
There is a way to handle this on JBoss 4, but I didnt try it myself. Please see this discussion: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54530 Regards Janusz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860834#3860834 Reply to the post : h

[JBoss-user] [EJB/JBoss] - Stateful Bean and Serialization

2005-01-05 Thread kalyan120
Hi, We have a stateful session bean, and we have deployed it in JBoss 3.2.5 AS. We have noticed that when the server tries to passivate the bean, it tires to serialize the bean (and it's instance variables) to the file system. Some of our instance variables are not serializable and hence we ar

[JBoss-user] [EJB/JBoss] - Re: JNDI and DataSources

2005-01-05 Thread ajaykrishnan
I'm using JBoss server 4.0.1. You mentioned that DataSources are not exposed; is this v 3.2.x specific or does that also apply to v 4.0.1? I'm trying to find documentation on what is/isn't exposed, any suggestions on where to look? Also please note that using my code, the client (outside JBos

[JBoss-user] [Security & JAAS/JBoss] - Re: principleRoles=null

2005-01-05 Thread haobaba1
retract weapon from holster aim at foot fire repeatedly "I upgraded to 4.0.0RC2..." --> 4.0.1RC2 works great!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860830#3860830 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Management, JMX/JBoss] - Re: How can I get the following information?

2005-01-05 Thread genman
JBoss Version? 3.2.6 has information for each Servlet. I don't know what else you're thinking of measuring. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860829#3860829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL/JBoss/JSP error

2005-01-05 Thread [EMAIL PROTECTED]
Create a bug report on jira with the custom tag lib example. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860833#3860833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860833 -

[JBoss-user] [JCA/JBoss] - Re: Regarding Message Inflow of JCA 1.5

2005-01-05 Thread [EMAIL PROTECTED]
Interesting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860828#3860828 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860828 --- The SF.Net email is sponsored by

[JBoss-user] [Messaging, JMS & JBossMQ] - Getting ping timeout trying to connect to a Queue

2005-01-05 Thread mcgourty
The application is using a NON-Persistent Queue. After the application runs for 2-3 days we're getting the following exception: org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: (java.io.EOFException) The application has an exception listener registered and is notified of this

[JBoss-user] [EJB/JBoss] - is there any sample ear file?

2005-01-05 Thread repkin
is there any sample ear file which contains web application and ejb application together? and it have to work under the jboss, thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860824#3860824 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Beginners Corner] - is there any sample ear file?

2005-01-05 Thread repkin
is there any sample ear file which contains web application and ejb application together? and it have to work under the jboss, thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860823#3860823 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deploying topics via JMX vs. jboss-service.xml

2005-01-05 Thread [EMAIL PROTECTED]
Using setSecurityConf after the destination has started is ignored. You would need to do it directly on the security manager. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860821#3860821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [EJB/JBoss] - JNDI and DataSources

2005-01-05 Thread ajaykrishnan
I have successfully bound a DataSource to the naming service: [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=MySqlDS,service=DataSourceBinding to JNDI name 'java:MySqlDS' Objects deployed in the Application Server are able to look t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: oracle blob bug exposed in org.jboss.mq.pm.jdbc3.Persist

2005-01-05 Thread [EMAIL PROTECTED]
You did point out one problem in that SpyObjectMessage.setObject(null) throws an exception when it should not according to the spec. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860814#3860814 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [EJB/JBoss] - Re: JNDI and DataSources

2005-01-05 Thread jgra
I assume you are using JBoss 3.2.X. You cant access DataSources outside of server, they arent exposed. Look JBoss sources for some test cases, that uses Naming Service, it may be helpfull. Regards Janusz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860822#

[JBoss-user] [JCA/JBoss] - Re: Help requested for MySql data source connection problem

2005-01-05 Thread [EMAIL PROTECTED]
If you are incapable of understanding the FAQ how do you expect to understand any response in these forums? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860809#3860809 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [JBossWS] - Re: making a redeployable .war or .ear

2005-01-05 Thread chriscorbell
Thanks Thomas! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860820#3860820 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860820 --- The SF.Net email is sponsored

[JBoss-user] [JCA/JBoss] - Re: Help requested for MySql data source connection problem

2005-01-05 Thread [EMAIL PROTECTED]
Moderated FAQ: AND IT IS THE FIRST *?**?** STICKY POST IN THIS FORUM View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860808#3860808 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860808 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0/SQL Server Lock Condition

2005-01-05 Thread [EMAIL PROTECTED]
But none of them are looking at the same rows in the database on different threads/transactions. It is just crappy locking in MSSQL. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860819#3860819 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Beginners Corner] - JBoss deployment suggestions

2005-01-05 Thread darrinps
We are looking at possible consifgurations for both development and final production platforms to house JBoss, and would like some recomendations given that: 1) We are primarily a Microsoft soft and will continue to use SQL Server 2000 for database access 2) Expect the volume of hits to be 100,

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: User: null is NOT authenticated with ORACLE as message s

2005-01-05 Thread [EMAIL PROTECTED]
Yet again. Why a report the problem against 3.2.5 when 3.2.6 exists? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860817#3860817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860817

[JBoss-user] [EJB/JBoss] - Re: JNDI and DataSources

2005-01-05 Thread ajaykrishnan
My apologies, I posted this before I finished editing. I'm not sure how to remove this post. I've reposted under the same subject. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860816#3860816 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JCA/JBoss] - Re: listInUseConnections operation missing in 3.2.6 (CachedC

2005-01-05 Thread [EMAIL PROTECTED]
You are not using 3.2.6? CVS says it was added for 3.2.6RC2 (i.e. before the final release) http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java?only_with_tag=JBoss_3_2_6_RC2 View the original post : http://www.jboss.org/i

[JBoss-user] [JCA/JBoss] - Re: JBoss 4.0.0 and Interbase 6.01, Interclient 2.01

2005-01-05 Thread [EMAIL PROTECTED]
The answer should be obvious? You aren't releasing your connection in a finally block like the FAQ tells you to do. Hence any exception will bypass the connection.close(); Basic java really. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860804#3860804 Repl

[JBoss-user] [JCA/JBoss] - Re: Web application exhausting pool

2005-01-05 Thread [EMAIL PROTECTED]
Moderated: Read the FAQ then if you still have a problem, use READ THIS FIRST so you can understood how to post a question we can actually respond to that doesn't involve us playing 20 questions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860803#3860803 R

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-05 Thread [EMAIL PROTECTED]
Moderated: FAQ displayname is not correct for JBoss4/JCA1.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860801#3860801 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860801 -

[JBoss-user] [EJB/JBoss] - JNDI and DataSources

2005-01-05 Thread ajaykrishnan
I have successfully bound a DataSource to the naming service: [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=MySqlDS,service=DataSourceBinding to JNDI name 'java:MySqlDS' Objects from applications deployed within the Application Ser

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: oracle blob bug exposed in org.jboss.mq.pm.jdbc3.Persist

2005-01-05 Thread [EMAIL PROTECTED]
For the nth thousandth time we don't care about problems in 3.2.5 when they can't be reproduced with the latest version (3.2.6) e.g. the NPE on MessageReference.getHeaders during the recovery was fixed in 3.2.6 1) The 4k problem is a well known Oracle bug. Report it to Oracle until you are blue

[JBoss-user] [JBossWS] - Re: Problem calling webservice from an EJB

2005-01-05 Thread gerhardo
Should have read the wiki at http://www.jboss.org/wiki/Wiki.jsp?page=WSClientAppl. Service access is working with a service-ref entry in my ejb-jar.xml. By the way does anyone know how to create this entry with xdoclet. For now i have to edit the generated ejb-jar.xml and add this thing to the d

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem retrieving messages for MDB Example 6.6

2005-01-05 Thread [EMAIL PROTECTED]
Moderated: Your question is unanswerable use READ THIS FIRST on how to ask questions Guess: your MDB is not deployed correctly since you don't make that assertion or provide proof to the contrary. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860810#3860810

[JBoss-user] [HTTPD, Servlets & JSP] - monitoring tcp connections in servlet container

2005-01-05 Thread beatfreak
Hi, I need to add some monitoring into my j2ee application and I need to monitor the TCP/IP connections. I'm wondering if there is a way to extend Tomcat so that I can take a timestamp on an incoming connection (also when that connection closes) and call a custom java class that uses this info

[JBoss-user] [JCA/JBoss] - Re: Regarding JCA 1.5

2005-01-05 Thread [EMAIL PROTECTED]
The resource adapter is responsible for any communication just as a jdbc driver or jms implementation is reponsible for communication to their respective servers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860807#3860807 Reply to the post : http://www.j

[JBoss-user] [JCA/JBoss] - Re: JCA Transaction to remote file server

2005-01-05 Thread [EMAIL PROTECTED]
Moderated FAQ: "Should I use JCA" with links on how to write a resource adapter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860806#3860806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860806 -

[JBoss-user] [Beginners Corner] - Re: Problems with deployment

2005-01-05 Thread rzeppa
Thank you for your answer. anonymous wrote : "No resrouces are checked (but deployment descriptors and bean interfaces) an no bean is instanciated during deployment. " But if i instanceiate the class Symbol by Class.forName().newInstance() the deployment will stop with an error message, so th

[JBoss-user] [Installation & Configuration] - Re: Installing JBoss on Linux via service

2005-01-05 Thread gwichman
Well i found one problem.. JAVA_HOME isn't set when the init script runs run.sh even though i have it set in the init script and did an export. After some further digging, i found run.conf in the jboss bin directory next to run.sh that has a place holder for setting JAVA_HOME. Gee it'd have been

[JBoss-user] [Installation & Configuration] - java.lang.RuntimeException: Cannot create MBeanServer

2005-01-05 Thread lfmr
hi 4 all , iÂve just installed jboss4.0 , and when iÂve tried to start iÂve get his error: java.lang.RuntimeException: Cannot create MBeanServer if anyone could help me i will love it kidding sincereously lfmr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JCA/JBoss] - Re: Regarding Message Inflow of JCA 1.5

2005-01-05 Thread [EMAIL PROTECTED]
If you read the spec, you will see that the message interface can be anything you like including having a return value e.g. public interface MyMessageListener { ReturnType onRequest(MyRequest request); } Also with jca 1.5 it is possible for a resource adapter to invoke either directly or usi

[JBoss-user] [Management, JMX/JBoss] - Re: EJB - MBean communication

2005-01-05 Thread luispera
"pbowker" wrote : Thanks for the info Raja. In combination with some help I got from Sun's JMX forum I now have everything I need. | | Cheers, | | Phil Could you share the solution that you've got ? Regards, LP View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [EJB/JBoss] - Re: What is $Proxy for

2005-01-05 Thread [EMAIL PROTECTED]
Its what the java.lang.reflect.Proxy toString looks like. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860788#3860788 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860788 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: authenticate against underlying Linux OS

2005-01-05 Thread janoss
Got it, my bad. I was using my old JNI-PAM implementation which did not dynamically load the /usr/lib/lib_pam.so library via the dlopen() call. This is needed since PAM does not load the needed shared objects. Once I corrected my links and used the Sysauth stuff, all worked as advertised. Thank

[JBoss-user] [JCA/JBoss] - Re: Regarding Message Inflow of JCA 1.5

2005-01-05 Thread [EMAIL PROTECTED]
No, inflow is for one-way communication. JCA is about making EIS resouces available to J2EE components, not the other way around. For that the EIS integration would use the standard J2EE client apis. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860785#38607

[JBoss-user] [Beginners Corner] - Re: Problems with deployment

2005-01-05 Thread rzeppa
Sorry, you are right! There is one external library missing :-( No it works! greetings sven View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860798#3860798 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860798 ---

[JBoss-user] [Performance Tuning] - Re: ant integration

2005-01-05 Thread astormnen
Hi Frito Could you email me so that I can ask a few more questions? What you said sounds complicated. My simple mind needs more help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860796#3860796 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [JCA/JBoss] - problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-05 Thread seanblood
Hi, I'm trying to install the coherence-tx.rar provided with the Tangosol distribution on JBOSS 4.0.0 with no joy. I understand this has been tested and works with JBOSS 3.2.3. 17:24:28,250 DEBUG [MainDeployer] Starting deployment of package: file:/C:/jboss-4.0.0/server/default/deploy/coherenc

[JBoss-user] [JCA/JBoss] - Re: IdleRemover and deadlock?

2005-01-05 Thread [EMAIL PROTECTED]
It won't be a deadlock. It will be the pool filler competing with another thread to construct a connection in the pool. Most likely you have a hit the bug from 3.2.3 relating to destroyed connections and the semaphore counting. Of course, if you'd bother to use search, read the change notes or tr

[JBoss-user] [EJB/JBoss] - Re: UserTransaction with non default ProviderURL

2005-01-05 Thread [EMAIL PROTECTED]
The javax.naming.CommunicationException will cause the code to fall into the catch(NamingException ex) block you show so I don't see how that is coming from that context. Create a bug report on jira with an example or more details on the source of the exception. http://jira.jboss.com/jira/brow

[JBoss-user] [Persistence & CMP/JBoss] - Re: Data Type Mapping

2005-01-05 Thread abcolson
Here is a new twist. The reason my java.lang.String gets mapped to VARCHAR(256) and not VARCHAR(255) is because of some sort of Hypersonic dependancy, i.e. JBoss is pulling VARCHAR(256) mapping from the Hypersonic mappings instead of VARCHAR(255) from the MS ACCESS mapping. Example: 1) I remo

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-05 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIDeployMyResourceAdapter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860787#3860787 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860787 ---

[JBoss-user] [EJB/JBoss] - What is $Proxy for

2005-01-05 Thread terryxian
I was running a application on JBoss. I found many Proxy were created : $Proxy0, $Proxy1,..etc. During the execution, when some clients visit the app server, the server will create many instances of $Proxy0, $Proxy1, such on. One short question is what is the role of this proxies. Is one proxy

[JBoss-user] [JCA/JBoss] - Re: IdleRemover and deadlock?

2005-01-05 Thread [EMAIL PROTECTED]
Use thread dumps to validate the deadlock. If you think you have found one, test it with the latest jboss version (3.2.6 on the 3.2.x branch currently) and open a bug report in jira: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=vie

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

2005-01-05 Thread [EMAIL PROTECTED]
You control the JAAS login module context of the client by choosing the name passed to the LoginContext, (LoginContext("client-login, ...) for example). The deployer controls JAAS Login module context by sepcifying the security-domain. Thus, the client and server have different contexts. I com

[JBoss-user] [Installation & Configuration] - Re: How to deploy programmatically in JBoss 4.0.1

2005-01-05 Thread [EMAIL PROTECTED]
Use the RMIAdaptor to talk to the MainDeployer. This is what the testsuite does. See the org.jboss.test.JBossTestServices class from the testsuite module of the source download on online cvs on sourceforge. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=386078

[JBoss-user] [Security & JAAS/JBoss] - Re: mapping LDAP groups to J2EE roles defined in web.xml

2005-01-05 Thread rlancett
Hi, thanks for the reply, I've looked at the document and it doesn't seem to talk about mapping an LDAP group name to a a j2ee role as a mentioned above. The problem is the old problem that we have an app with j2ee roles as defined in web.xml and want to map these to the LDAP groups in Active D

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Use of Tomcat's context.xml versus Use of JBoss's jboss-

2005-01-05 Thread [EMAIL PROTECTED]
Yes, that is the correct way to do it for JBoss versions that use Tomcat 5.x (JBoss 3.2.4 and above). For Tomcat 4.x (JBoss 3.2.3 and below), you would do it in /jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml. For these older versions, the Tomcat XML seen in

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session sharing between two WARs in the same ear

2005-01-05 Thread titom
Hi, I didn't try it yet but this link may be helpful... http://www.fwd.at/tomcat/sharing-session-data-howto.html GaÃl. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860772#3860772 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [JBossWS] - Re: JBossWS and custom exceptions

2005-01-05 Thread [EMAIL PROTECTED]
Have a look at the exception tests in the test suite. | cd jboss-4.0.1/testsuite | ant -Dtest=org.jboss.test.webservice.exception.ExceptionTestCase one-test | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860770#3860770 Reply to the post : http://ww

[JBoss-user] [JBossWS] - Re: Second WS parameter set to null

2005-01-05 Thread [EMAIL PROTECTED]
Has what been solved? I am not aware of an issue where parameter values are lost. Please create an issue in JIRA and provide a simple sample deployment that allows me to reproduce what you are seeing. http://jira.jboss.com/jira/browse/JBWS The stack trace above is useless. View the original p

[JBoss-user] [JBossWS] - Re: making a redeployable .war or .ear

2005-01-05 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=WSServerEJB View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860769#3860769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860769 -

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

2005-01-05 Thread nlmarco
Hi Scott, thanks a lot for your answer! "[EMAIL PROTECTED]" wrote : The client jaas context is separate from the server jaas context. The client login configuration should not include the IpanemaServerLoginModule.As far as I understand it, there is only one login-config.xml, right?! So how can

[JBoss-user] [JBossWS] - Re: problem with BeanSerializer

2005-01-05 Thread [EMAIL PROTECTED]
JBossWS is about portable J2EE compatible web services. Your client code should not be dealing with Axis serializers/derserializers. The XML/Java mapping should be defined in jaxrpc-mapping.xml which can be generated using wscompile. If you need more control, have a look at ws4ee-deployment.xm

[JBoss-user] [Security & JAAS/JBoss] - Re: mapping LDAP groups to J2EE roles defined in web.xml

2005-01-05 Thread haobaba1
This documents how to configure the ldap login module in login-conf.xml. http://docs.jboss.org/admin-devel/Chap8.html#0_pgfId-920186 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860765#3860765 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [JBossWS] - Re: Problem with EJB Web service Client

2005-01-05 Thread [EMAIL PROTECTED]
The JAXRPC DII client API does not have any knowledge about the WS4EE deployment artifacts like jaxrpc-mapping.xml. In other words, the XML <-> Java mapping is undefined. You can: a) look up a preconfigured Service from JNDI http://www.jboss.org/wiki/Wiki.jsp?page=WSClientAppl b) use a prop

[JBoss-user] [Security & JAAS/JBoss] - mapping LDAP groups to J2EE roles defined in web.xml

2005-01-05 Thread rlancett
Hello, Does anyone know how to map the LDAP group names to j2ee roles defined in web.xml? In SunOne there is a sun-application.xml file where you can enter: cmsLdap administrators CMS_PM which has the effect of giving the j2ee application role "administrators

[JBoss-user] [Performance Tuning] - Re: Set max memory allowed per application

2005-01-05 Thread olivier.hanny
Well, that's the point. I would like to start only one JVM ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860761#3860761 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860761

[JBoss-user] [Clustering/JBoss] - PooledInvokerHA

2005-01-05 Thread joshid
I have a cluster I am running and am in need of a way to limit the number of RMI threads used for remote calls. I would simply use the pooledinvoker but because the remote calls are over the cluster I assuming that I need to use the PooledInvokerHA. Does anyone have experience using a pooled inv

[JBoss-user] [JBoss Getting Started Documentation] - Re: Loggon Customer id not valid(200) in Dukes Example.Pleas

2005-01-05 Thread akilsubramanian
Well,I got it working now.I needed the users.properties and the roles.properties files and i did the whole build again and when i deployed it it worked.I did not have to do anything else. Thanks anyways View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860760#3

[JBoss-user] [JBoss.NET] - javax.naming.NameNotFoundException

2005-01-05 Thread olcman
Hi, if i deploy my wsr in my ear and call localhost:8080/jboss-net/servlet/AxisServlet I get the following error: Could not find home in JNDI; nested exception is: javax.naming.NameNotFoundException: DefecttrackServiceLocal not bound Here is my web-service.xml | | | | |

[JBoss-user] [Installation & Configuration] - Re: Jboss holts @ orb <---- URGENT

2005-01-05 Thread [EMAIL PROTECTED]
no problem, you're welcome. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860758#3860758 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860758 --- The SF.Net email

[JBoss-user] [Clustering/JBoss] - Re: PooledInvokerHA

2005-01-05 Thread joshid
My apologies this is running on JBOSS 3.2.6 w/ Java 1.4.2_05 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860757#3860757 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860757

[JBoss-user] [Performance Tuning] - Re: Defining entity bean methods results in slower execution

2005-01-05 Thread jsimone
Can someone please explain why declaring entity bean methods read only would make the test run 4 times slower? Thanks, Joe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860754#3860754 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [EJB/JBoss] - Re: unable to lookup an EJB from a JavaBean

2005-01-05 Thread newtonm
Hi, The javax.naming.NameNotFoundException is being thrown because you have bound the EJB into the global namespace with the name 'ejb/Liga' but you are looking for it in the ENC namespace (java:comp/env). When you changed the jndi-name to Liga and used the following code, you correctly lookup

[JBoss-user] [Performance Tuning] - Re: ant integration

2005-01-05 Thread Frito
Well, what kind of performance tuning are you doing ;-) ? Did I get you right? You are setting properties within your build file and you expect to read them (as system property?) in your testcase? This won't work, since ant uses "private" properties for every ant project. If ant task you are usin

[JBoss-user] [Persistence & CMP/JBoss] - Re: CRM needs one ejb-jar.xml file ???

2005-01-05 Thread HariV
Since related objects are local objects (implement EJBLocal interface) they have to be in the same jar files (ie.requirement for Local objects). You can access and entity bean using its Local interface only if there are in the same jar file. View the original post : http://www.jboss.org/inde

[JBoss-user] [Performance Tuning] - Re: Set max memory allowed per application

2005-01-05 Thread Frito
Sure, if you are going to start one jboss instance per application ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860745#3860745 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860745 --

[JBoss-user] [Security & JAAS/JBoss] - principleRoles=null

2005-01-05 Thread haobaba1
I have implemented a custom login module that extends AbstractServerLoginModule. When I login the module authenticates and from the trace log I can see the principles roles are cached. The problem is when the first request for an stateless session bean happens I get exceptions thrown that indic

[JBoss-user] [JCA/JBoss] - Web application exhausting pool

2005-01-05 Thread amagno
Hi all, I have an Informix DataSource configured in a "-ds.xml" file and I'm using this DataSource in web application (war file). I've monitored the connection pool through webconsole and noticed that they are not being released despite being closed in the application. Can anyone help?

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2005-01-05 Thread fabio quimbay
But, If I don't use the *.hbm.xml files within the har file, How can I to refer this files without the attribute: MapResources in my hibernate-service.xml ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860741#3860741 Reply to the post : http://www.jboss.or

[JBoss-user] [EJB/JBoss] - Closing a connection for you. Please close them yourself

2005-01-05 Thread ter_d
Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello! I'm trying to make the connection pool with my database using an EJB and I get the following error: 14:51:04,327 INFO [CachedConnectionManager] Closing a connection for you. Plea se close them

[JBoss-user] [Performance Tuning] - Set max memory allowed per application

2005-01-05 Thread olivier.hanny
Is it possible to define the max amount of memory allowed for an application in a JBoss instance ? Thanks. Olivier. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860737#3860737 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [EJB/JBoss] - Re: NameNotFoundException on EJB lookup in standalone client

2005-01-05 Thread HariV
Guys You can set xdoclet to generate the utility classes to use the JNDI name referring to the global namespace instead on the local env. If you add @ejb.util * generate="physical" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860736#3860736 Reply to

[JBoss-user] [Beginners Corner] - Re: Problems with deployment

2005-01-05 Thread Frito
anonymous wrote : It's very strange that the verification process during the deployment doesn't get errors. No resrouces are checked (but deployment descriptors and bean interfaces) an no bean is instanciated during deployment. anonymous wrote : some classes of the B.jar can be found and instanc

[JBoss-user] [Persistence & CMP/JBoss] - Re: CRM needs one ejb-jar.xml file ???

2005-01-05 Thread ChatBuilder
typing error: My question is now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860734#3860734 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860734 --- The SF

[JBoss-user] [EJB/JBoss] - UserTransaction with non default ProviderURL

2005-01-05 Thread dirkniemeierde
Hi, I try to use the transactionmanagement from client like the manual says : InitialContext ctx = new InitialContext(); | tx = (UserTransaction) ctx.lookup("UserTransaction"); | tx.begin(); | ... That works realy fine. But when I am connected to an user defined provider

[JBoss-user] [Security & JAAS/JBoss] - Re: Getting the logged on user info

2005-01-05 Thread scotttam
Thanks Scott. I tried that originally but request.getUserPrincipal() was returning null, even though my security-constraint contained the path to the jsp page. I figured out that the problem was the struts action path was not in the security-constraint. Once I added that in, request.getUserPrin

[JBoss-user] [Clustering/JBoss] - Re: Sharing httpsession object - this should be a FAQ

2005-01-05 Thread binario
Found the answer from tomcat's faq: "7. How do I share sessions across webapps? You cannot share sessions directly across webapps, as that would be a violation of the Servlet Specification. There are workarounds, including using a singleton class loaded from the common classloader repository to

[JBoss-user] [Clustering/JBoss] - Re: Problem to lookup client side UserTransation from HA-JND

2005-01-05 Thread dirkniemeierde
Hi, did you find a solution for the problem yet ? regards, Dirk View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860729#3860729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860729 --

[JBoss-user] [Beginners Corner] - Re: Problems with deployment

2005-01-05 Thread rzeppa
Thank you for your answer. I'm using JBoss 4.0 and i tried two ways to deploy my application: A.JAR contains the SessionBeans. This Beans uses classes from B.JAR. The deployment works fine, because test methods which return a primitive datatype work. B.JAR contains the logic which has to be cal

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem retrieving messages for MDB Example 6.6

2005-01-05 Thread ylcheng
Hi, I was working on the "example 6.6: A text message processing MDB". I failed to receive the any of the send messages from the Queue (i.e in this case "Queue/A"). I package the class file of code example 6.6, ejb-jar.xml in example 6.7 and jboss.xml in example 6.8 as textMDB.jar and copy to

  1   2   >