[JBoss-user] [Installation & Configuration] - struts & cocoon, JSP & XML merge problem

2004-05-21 Thread than_win
Hi Everybody, I have a problem integrating struts & cocoon. JSP files forwarded from structs action cannot merge with xml files in cocoon pipeline. I think the problem is on the cocoon side, "How to merge JSP & XML". Anybody please help! Thanks in advance. Than Win View the original post :

[JBoss-user] [Persistence & CMP/JBoss] - SQL not generating properly

2004-05-21 Thread sclementi
I can't get this to work EntityBean to work with CMP. The queries generate incorrectly...what am I missing here? (I'm sure I'm just screwing up the configuration somewhere...) The generated SQL is (pulled from the logs): SELECT FROM TIGER.TOPOLOGY WHERE No select list and an empty condition!

[JBoss-user] [Persistence & CMP/JBoss] - Problem with One to One Unidirectional Relationship

2004-05-21 Thread Darpan
Environment JDK 1.4.2, JBoss 3.2.3, MySQL Problem Unable to implement a One-to-One Unidirectional Relationship using CMP Entity Beans Error Stacktrace The EJB container is expecting a userDetails column in the UserLogin table which is not present. The UserLogin CMP EJB class contains a getUserDe

[JBoss-user] [Installation & Configuration] - where is print exception printstacktrace output ?

2004-05-21 Thread syzygy
I have catch exception and exception.printstacktrace in my jboss code and I am sure those exceptions are being g enerated but I don't see anything in server log or JBOSS console. Do I need to enable / disable something so I can see my printstacktrace output on jboss console ? TIA Syz

[JBoss-user] [Beginners Corner] - where is print exception printstacktrace output ?

2004-05-21 Thread syzygy
I have catch exception and exception.printstacktrace in my jboss code and I am sure those exceptions are being g enerated but I don't see anything in server log or JBOSS console. Do I need to enable / disable something so I can see my printstacktrace output on jboss console ? TIA Syz View th

[JBoss-user] [Clustering/JBoss] - Re: Farming out a SAR doesnt work

2004-05-21 Thread ngais
Hmmm, after doing some more testing in conjunction with the cluster-examples-service that come standard with the jboss configuration, I think the farming service did try to cluster deploy my SAR. However, it seemed to encounter problems (time-out?), and probably just gave up on my SAR without pr

[JBoss-user] [Installation & Configuration] - Classloader Exception while accessing STRUTS based applicati

2004-05-21 Thread vshaiva
Getting the following exception when accessing a STRUTS 1.1 based application using JBOSS 3.2.3. Can anyone help assess possible causes? Thanks. 2004-05-21 16:21:24,046 ERROR [org.apache.struts.util.RequestUtils] Error creating form bean of class showTicketingSecurityViewForm java.lang.ClassNot

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-21 Thread lafr
The session beans with "Supports" are not relevant here. Although I switched tags from "Supports" to "Required" for all beans. The EntityBeans are called from a JSP via session bean CustomerOrder (which already has tag "Required"). I tried 3.2.3 today with my ear and here I got the expected behavi

[JBoss-user] [JCA/JBoss] - Re: Problem using distributed transactions with MS SQLServer

2004-05-21 Thread [EMAIL PROTECTED]
Your problem looks to be the branch qualifier: 2004-05-21 09:22:31,556 TRACE [org.jboss.tm.TransactionImpl] startResource(XidImpl [FormatId=257, GlobalId=devwkstn15//33, BranchQual=1]) leaving: [EMAIL PROTECTED] flags=0 2004-05-21 09:22:32,181 TRACE [org.jboss.tm.TransactionImpl] startResource(

[JBoss-user] [Beginners Corner] - Re: no JNDI entries

2004-05-21 Thread [EMAIL PROTECTED]
Your ear has no ejb jar either for real or described in application.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835891#3835891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835891 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error while adding foreign key constraint

2004-05-21 Thread void
ALTER TABLE ?1 ADD INDEX ind_?3 (?3), ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5) as row-locking-template works fine if the key contains only one field. The problem is that if you have more than one field in the foreign key, ?3 is replaced as field1, field2, ... I modified it to

[JBoss-user] [HTTPD, Servlets & JSP] - Sticky sessions not working with jk

2004-05-21 Thread heathm
I am unable to get sticky sessions working with jk and JBoss 3.2.4RC2. I'm running Apache 2.0.49 on SuSE 9.1. I have jk working fine with a single JBoss backend but sticky sessions are not working when I load balance between multiple jboss backends. I've got JBoss running "out of the box" with

[JBoss-user] [Clustering/JBoss] - HA-JNDI Hangs in Clustered Mode

2004-05-21 Thread jbossguys
Hi All, We are running two separate JBOSS clusters with 2 machines each and these two clusters are communicating with each other using Axis. The two clusters are differentiated from each other by different multicast ports but their partition names have been kept same as "DefaultPartition". The

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-21 Thread moonberry
Hmm, silence... I do not think you will get a simple yes/no answer. I also do not think you will get any kind of admission or apology. Reminds me of my son - who will never admit to doing anything wrong. Kinda sad... View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [HTTPD, Servlets & JSP] - Actually getting OutofMemoryError

2004-05-21 Thread RichBolen
I discovered that the servlet was getting an OutofMemoryError. The weird thing is that other server components seem to work fine. I can view the jmx-console web app. I can log into a web based reports app that we wrote. But the one servlet gets an outofmemoryerror. How could one servlet r

[JBoss-user] [Beginners Corner] - Re: no JNDI entries

2004-05-21 Thread pokey909
At home the log says 21:59:39,503 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=ejb/HelloBean,plugin=pool,service=EJB 21:59:39,504 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=ejb/HelloBean,service=EJB Maybe I should say that at work JBoss is running on a re

[JBoss-user] [Beginners Corner] - Re: no JNDI entries

2004-05-21 Thread pokey909
There is no error. But at home the log tells me about the JNDI name of the deployed bean. At work nothing is said about its JNDI name: -->8--->8--- 2004-05-21 18:04:46,336 INFO [org.jboss.deployment.EARDeployer] Undeploying J2E

[JBoss-user] [Beginners Corner] - Re: no JNDI entries

2004-05-21 Thread [EMAIL PROTECTED]
check the /log directory for server.log and look for exceptions at deployment time that would prevent the bean from deploying correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835882#3835882 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [HTTPD, Servlets & JSP] - Working servlet suddenly starts getting HTTP error 500

2004-05-21 Thread RichBolen
I'm running JBoss 3.2.3 on Win 2000 Server. I have a servlet deployed on JBoss that I use for client/server communication. My JBoss server will run perfectly for about 3 days or so and then it suddenly stops working. The access logs show that my servlet URL is being accessed but it shows

[JBoss-user] [JCA/JBoss] - Re: Problem using distributed transactions with MS SQLServer

2004-05-21 Thread [EMAIL PROTECTED]
The relationship is: database -< resource manager -< resource But usually database is one-to-one with resource manager. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835880#3835880 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Beginners Corner] - no JNDI entries

2004-05-21 Thread pokey909
Hi all! I coded a simple HelloWorld Bean at home and wrote a java application client for it. At home everything works as expected. If I look at the JNDIView page I can see some namespaces for some existing sample apps and also my own HelloWorld bean. I tried the same thing at work and nothing w

[JBoss-user] [Clustering/JBoss] - how to run several clusters on the same network

2004-05-21 Thread zhangj
in jboss document "jboss clustering",chapter 3,say: If you want to run several clusters on the same network, you can change the name of the partition so that different nodes use different partition names. However, this requires additional changes as many services will look for a partition named ÂDe

[JBoss-user] [Installation & Configuration] - org.jboss.console.navtree.AppletBrowser not found error for

2004-05-21 Thread sskotla
Hi, I have installed JBoss 3.2.3 on Red Hat Linux AS 2.1 and set the necessary JAVA_HOME and JBOSS_HOME environment variables. I have started the JBoss server by running "run.sh" script and the server started fine. I am able to access jmx-console using http://localhost:8080/jmx-console. But I

[JBoss-user] [Installation & Configuration] - Re: Redeploy of ear w/struts based app fails consistantly

2004-05-21 Thread [EMAIL PROTECTED]
I don't see this problem with redeploying the struts 1.1 struts-example.war. Create a bug report on sourceforge with an example that illustrates this. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Security & JAAS/JBoss] - Re: How to Use JAAS with custom Authentication filter?

2004-05-21 Thread hoos
Thanks for the reply Scott, I have tried your suggestion and it works perfectly well for a single webapp, the problem is with my application once the user is authenticated the request is dispatched to another webapp (in the same EAR). Since the dispatched request bypasses my authentication filt

[JBoss-user] [JCA/JBoss] - Re: Problem using distributed transactions with MS SQLServer

2004-05-21 Thread chalakanth
That worked! Thank you. Let me verify my decidedly vague understanding of the situation. Is it true that we would not have seen this problem if we had actually used two different databases (resource managers)? View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Clustering/JBoss] - Re: How to clear HAJNDI's HARMI stub being cached in NamingC

2004-05-21 Thread [EMAIL PROTECTED]
I'm not following the failure scenario you expect. Given what you describe, this sample hajndi client is doing the same steps, and its expected that the second list operation will fail as there is no server to failover to. It is able to immeadiately reconnect by creating a new InitialContext, so

[JBoss-user] [HTTPD, Servlets & JSP] - MOD_JK2 & JMX Runtime Configuration

2004-05-21 Thread jiwils
The mod_jk2 configuration website http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html indicates that Tomcat can be configured to create JMX proxies for configuration of the Apache instance running mod_jk2 (add/removing entries in workers2.properties): anonymous wrote : On tom

[JBoss-user] [Beginners Corner] - Re: MBeans

2004-05-21 Thread gorano
Whats wrong with all 100+ Mbeans that is already there? A lot of the existing beans will give you useful info about performance. Servlet process time, JMS memory usage + 1000s of other things. /G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835869#3835869

[JBoss-user] [EJB/JBoss] - Re: Creating Threads in EJBs

2004-05-21 Thread [EMAIL PROTECTED]
The only way it can be done safely is too create a customization of the ejb container such that any interaction goes through the ejb container interceptor stack to correctly deal with the security, caching, passivation, synchronization, etc. behavior required. If you don't want this extra behavi

[JBoss-user] [Clustering/JBoss] - clustering slow

2004-05-21 Thread zhangj
I have a problem regarding jboss3.2.3 clustering. I have a jsp+stateless session bean web application.one of the screen load on stand alone jboss server take 6 second,but if I set up clustering(2 jboss),apache2.0.49+jk2 as load balancer, this screen take 12 second to load. what could be the probl

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

2004-05-21 Thread [EMAIL PROTECTED]
No, not without non-standard integration with the web container such as a tomcat valve. See the example valve I posted here which adds the j_username to the session for use on the error.jsp page: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49711 Similary a valve can be used to proc

[JBoss-user] [Beginners Corner] - Re: JBoss connection pool

2004-05-21 Thread gorano
You can always monitor the pool from the JMX console. http://localhost:8080/jmx-console The MBean you are looking for will have the db connection name included, for example DefaultDS . You can also tune the pool from the jmx-console, min, max idle timeout etc /Goran View the original post : h

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-21 Thread tldtld
No - thats not my blog. Its just posted as an example of the discussion out there. A lot of other blogs didnt write their comments "as nice as this one", so didnt want to link to those. Back on topic - so reading Marcs reply didnt really directly answer the question. Indirectly the quote ""Astr

[JBoss-user] [Security & JAAS/JBoss] - Problem JAAS-multiple servlet and session....

2004-05-21 Thread raffaelecorvino
Hello all, I'm a problem when I call a session bean method. I have configurated all (ejb-jar.xml,jboss.xml,web.xml and jboss-web.xml). In my application there's a servlet that creates the subject, and then it call a JSP that then call other Servlet. What can i obtain the subject and role??? Th

[JBoss-user] [Beginners Corner] - MBeans

2004-05-21 Thread lgrimberg
Hi Guys, I am looking for different ways and tools to monitor JBoss performances and stability. Maybe, you can tell me where can I find free MBeans to deploy in my JBoss. Thanks, Leo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835862#3835862 Reply to the

[JBoss-user] [EJB/JBoss] - Re: Creating Threads in EJBs

2004-05-21 Thread darranl
The EJB Spec does not reccomend that that EJBs should not create threads, the spec says that EJBs must not create threads. The argument the spec gives for this is so that the container can manage the runtime enviroment, your second point proves the need for this restriction. Is there no way tha

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-21 Thread admin
Marc's response is on his blog: http://jboss.org/jbossBlog/blog/mfleury/ Joe/JBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835860#3835860 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835860

[JBoss-user] [Security & JAAS/JBoss] - Re: How to Use JAAS with custom Authentication filter?

2004-05-21 Thread [EMAIL PROTECTED]
Do the LoginContext creation required by external clients described in the JAAS Howto in the filter when the request comes in, logout when it completes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835859#3835859 Reply to the post : http://www.jboss.org/in

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-21 Thread darranl
Is that your blog? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835858#3835858 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835858 --- This SF.Net email is spons

[JBoss-user] [Security & JAAS/JBoss] - Re: Very Very Urgent !! Multiple User

2004-05-21 Thread [EMAIL PROTECTED]
I can't say without seeing what your code is doing. The SecurityAssociation api is really not a public api. Its a thread local in the server so you cannot be seeing another thread's association. The request.getUserprincipal() is null whenever you access an unsecured page. View the original post

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication exception & MDB

2004-05-21 Thread [EMAIL PROTECTED]
See the unauthenticatedIdentity usage in the JAAS Howto. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835856#3835856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835856

[JBoss-user] [EJB/JBoss] - Re: problem with authentication domains

2004-05-21 Thread [EMAIL PROTECTED]
There has been a patch for the credential leak for jboss-3.2.1_tomcat-4.1.24.zip since 2003-05-04. patch description: http://sourceforge.net/project/shownotes.php?release_id=157183 patch jar: http://prdownloads.sourceforge.net/jboss/sa-valve-patch.jar?download View the original post : http:/

[JBoss-user] [Installation & Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-21 Thread [EMAIL PROTECTED]
Some other deployment in the ear is attempting to use its own loader repository scoping. Check the DEBUG level msgs in the server.log to see which one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835854#3835854 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [EJB/JBoss] - Creating Threads in EJBs

2004-05-21 Thread tamcor
I believe the EJB spec recommends not creating your own threads in EJBs, but I have a case where this seems to be the best solution. Can anyone let me know if this is safe to do in JBoss, and if it is, how to go about coding them safely. In particular, I am concerned about what happens when the

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-21 Thread [EMAIL PROTECTED]
It could be a bug, however, some of your front end sessions are running with "Supports" transaction tag, so make sure you have transaction associated with the thread when you're accessing CMP entities. Try first with "Required" tag on all sessions. View the original post : http://www.jboss.or

[JBoss-user] [Security & JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-21 Thread [EMAIL PROTECTED]
The code creating the LoginContext has to provide the callback handler. See the JAAS Howto for the details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835849#3835849 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [HTTPD, Servlets & JSP] - Re: WEB-INF/lib causes javax.servlet.ServletException

2004-05-21 Thread [EMAIL PROTECTED]
See the following class loader configuration section, and in particular start with the UseJBossWebLoader setting in the "The Web Container" section: http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

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

2004-05-21 Thread [EMAIL PROTECTED]
See the JAAS Howto in this user forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835847#3835847 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835847 --- This S

[JBoss-user] [Installation & Configuration] - Re: Deploying an exploded

2004-05-21 Thread [EMAIL PROTECTED]
A directory cannot be a deployable, it can only hold deployable content. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835846#3835846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835846

[JBoss-user] [JCA/JBoss] - Problem using distributed transactions with MS SQLServer JDB

2004-05-21 Thread chalakanth
This is our configuration. JBoss 3.2.3 SQL Server 8.0 Microsoft SQL Server JDBC Driver Version 2.2.0037 We use a couple of XA data sosurces. They both point to the same database. The only difference between them is the name of the data source. I don't know why we do that but this is what

[JBoss-user] [Security & JAAS/JBoss] - Re: MemoryRealm OR JDBCRealm

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

[JBoss-user] [Security & JAAS/JBoss] - Re: RMI ports and firewall

2004-05-21 Thread [EMAIL PROTECTED]
Check again: http://www.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835843#3835843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835843 -

[JBoss-user] [Security & JAAS/JBoss] - MemoryRealm OR JDBCRealm

2004-05-21 Thread mwessendorf
Hi there, is it possible to use in Jboss4,X (incl. tomcat5.X) the realms, that are shipped by tomcat5.X - Standalone ??? must i only edit server.xml of jboss.web ? thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835841#3835841 Reply to the post : htt

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-21 Thread [EMAIL PROTECTED]
Arghh! I've already shouted people for continually asking this question. Use search. The answer is early next month. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835840#3835840 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JCA/JBoss] - Re: JBoss XA wrapper for non-XA database drivers

2004-05-21 Thread [EMAIL PROTECTED]
You can also use the main FAQ http://www.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions It is an FAQ because it has been discussed many times, so search in this forum or the JMS forum would be a useful excercise. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [JCA/JBoss] - Re: JBoss XA wrapper for non-XA database drivers

2004-05-21 Thread nadinec
Apologies, I have now consulted FAQ on Wiki (JBossJCA) and have searched forums for XA issues. Unfortunately I have not come across anything applicable as yet. The warning I am getting is: 10:32:22,611 WARN [TxConnectionManager] Prepare called on a local tx. Use of local transactions on a jta t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-21 Thread llivings
Do you know when the next build of 3.2.4 will be? I would prefer using your build rather than my hacked build. Regards, Lyndon. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835835#3835835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-21 Thread eusdart
Hello, I am trying to get apache 1.3 integrated with Jboss-3.2.4 and I can't seem to get it working. Apache is running on port 80 and JBoss/tomcat is on port 8080 (though the apj13 is using 8009). I have tried using info from various postings on the Jboss wiki (though most reference Apache 2.0

[JBoss-user] [Clustering/JBoss] - Re: not a single clustered-invoker...

2004-05-21 Thread [EMAIL PROTECTED]
It is the lack of remote interfaces that is the problem. I created a session bean with local interfaces only, and configured for clustering, and got exactly the same error message. I added remote and remote home interfaces for one of my entity beans and it solved the problem. View the original

[JBoss-user] [Installation & Configuration] - Re: loader-repository for war within an ear

2004-05-21 Thread [EMAIL PROTECTED]
Set the UseJBossWebLoader to false in jbossweb-tomcat41.sar/META-INF/jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835831#3835831 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835831 -

[JBoss-user] [Security & JAAS/JBoss] - Re: RMI ports and firewall

2004-05-21 Thread firebirth
Thanks, Adrian. But I don't really feel satisfied yet. I would like to be more precise: We have a stand-alone app server (JBoss 3.2.3) and a stand-alone servlet engine (Tomcat 5.0.19). These two components should be separated by a firewall. >From what I found on the Wiki (the one you suggested)

[JBoss-user] [Installation & Configuration] - Re: loader-repository for war within an ear

2004-05-21 Thread tomerbd
Hello? No way to have different classloaders for war's inside an ear ? :/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835827#3835827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835827 ---

[JBoss-user] [JCA/JBoss] - Re: JBoss XA wrapper for non-XA database drivers

2004-05-21 Thread nadinec
I must be stupid. The FAQ at http://www.jboss.org/faq apologises for stale data and asks me to proceed with caution. I am then presented with questions like "What support exists in JBoss for JSP/Servlets ?" and "How is JBoss started ?" OR this is not the resource you were recommending to me

[JBoss-user] [Javassist user questions] - Re: inserting duplicated members

2004-05-21 Thread fluca1978
Dear Chiba, I'll try it with javassist 3 next week and I will post results. Nevertheless I'm running the posted code oisver jvm 1.4.1 and 1.4.2, thus I don't believe that duplicated fields are due to a bug. What I'd like to understand is how javassist adds a new field. I read an old article from

[JBoss-user] [Installation & Configuration] - Re: [log4j] SMTPAppender and Threshold INFO

2004-05-21 Thread kaobe
Hi Ulf, thank you very much for your help. Unfortunately I have no access to CVS outside of the company. Would it be possible for you to send me these three files via email? My address is: [EMAIL PROTECTED] Thank you very much for your help! Peter View the original post : http://www.jboss.or

[JBoss-user] [Security & JAAS/JBoss] - Re: RMI ports and firewall

2004-05-21 Thread [EMAIL PROTECTED]
It's on the WIKI. Click Wikis on the left hand menu bar then click "Secure JBoss" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835821#3835821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835821 ---

[JBoss-user] [Security & JAAS/JBoss] - RMI ports and firewall

2004-05-21 Thread firebirth
Hello there, we'd like to firewall the app server from the web server and experienced some problems defining the firewall rules. As far as I know, JBoss 3.2.3 uses some static ports, such as 1099 (JNDI) but also dynamic ports like for the RMI Object ports. I still couldn't figure out how to set

[JBoss-user] Re: IIOP ans Security (a follow-up)

2004-05-21 Thread VEugene
Is there any update on when CSIv2 will be supported in JBoss ? It seems that JacORB 2.1 already supports it.   Thanks Eugene Ivanov   --ORIGINAL THREAD   Interoperable security for EJB invocations is not implemented yet. JBoss has security, of course, but not in an int

[JBoss-user] [JCA/JBoss] - Re: JBoss XA wrapper for non-XA database drivers

2004-05-21 Thread [EMAIL PROTECTED]
Your options are: 1) Read the bloody FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835818#3835818 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835818 --- Thi

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread johanwa
You clever dog you! Thanks a mil, it works now. Struts can now be EJB enabled thanks to JBoss and the JBoss team. I'll send the complete solution on to the struts team when I'm done, maybe they'll want to publish it. Thanks again. View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JCA/JBoss] - JBoss XA wrapper for non-XA database drivers

2004-05-21 Thread nadinec
I'm using JBoss 3.2.3 with MySQL. I'm currently getting lots of "[TxConnectionManager] Prepare called on a local tx." Although I AM making use of JMS, I still get this warning when no MDB has been involved. - I do have multiple entity beans participating in the transaction, however I thought

[JBoss-user] [EJB/JBoss] - Re: Why not call getLockManager.removeLockRef?

2004-05-21 Thread [EMAIL PROTECTED]
But the wrong version :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835812#3835812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835812 --- This SF.Net email i

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread [EMAIL PROTECTED]
And now for your problem specfically: http://www.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageNoManagedConnectionsAvailableMean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835811#3835811 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread dakota007
Thank you very much to all for the quick responses :-) Now it works Frederic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835810#3835810 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835810 ---

[JBoss-user] [EJB/JBoss] - Re: Why not call getLockManager.removeLockRef?

2004-05-21 Thread Bill Burke
Actually this is EJB stuff. He's looking into code. Keep it up liu. Good work View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835809#3835809 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835809

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread [EMAIL PROTECTED]
Its also in the FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageDoYourOwnHousekeepingMean and http://www.jboss.org/wiki/Wiki.jsp?page=CanJBossTellMeWhenIDontCloseAConnection View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835807#3835807 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-21 Thread [EMAIL PROTECTED]
If you want to use all the services I guess you will have the same problem, yes. Some are for EJB, https or readonly naming - read the comments. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835806#3835806 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-21 Thread catalean
This is the missing piece, thanks very much for you pacience; one more question, do i have to set the "InvokerURL" attribute at each mbean from there, or just at the HttpProxyFactory mbean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835805#3835805 Reply

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread lepe
Every time you have an SQLException you will not close the connection. Instead do all those closing in a finally block. /L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835804#3835804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread [EMAIL PROTECTED]
If it really is line 35, your source code does not match your class file. This is the line in error: Object bObject = bClass.newInstance(); Application (bClass) is an interface. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835803#3835803 Reply to the post

[JBoss-user] [Clustering/JBoss] - How smart proxy maintains list of RMI connection?

2004-05-21 Thread Moomin
Dear all, I am performing testing of jboss clustering on 3.0.4 and 3.0.8 and I want to cluster my stateless session bean. I know jboss is using smart proxies to implement EJB cluster and these smart proxies will maintain a list of RMI connection. This list is piggybacked to client when client

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread dakota007
This is the code: package beans; import java.sql.*; import java.util.ArrayList; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.sql.DataSource; public class DbBean { private static DataSource pool; public st

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread mlange
I think the message is really self-explanatory: your pool is running out of connections. -marek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835800#3835800 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835800 ---

[JBoss-user] [Installation & Configuration] - DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread dakota007
I'm using a datasource. The database is Oracle 9i. Everthing works fine, but after a certain time I receive these errors: [STDERR] org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 5000 [ms] ); - nested throwable: (javax.resource.ResourceExc

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread johanwa
Phew, I was getting a bit nervous on that comment, I'm not all that self asured. But thanks for the nice reply and sorry for my comments. Code: Context ctx = new InitialContext(env); | Object obj = ctx.lookup( "acme/Application" ); | ApplicationHome home = (ApplicationHome)PortableRemoteObje

[JBoss-user] [EJB/JBoss] - Re: Why there is a

2004-05-21 Thread [EMAIL PROTECTED]
It is dead configuration and has been for nearly two years: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/proxy/ejb/ProxyFactory.java?r1=1.13.2.1&r2=1.13.2.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835797#3835797 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: Session Problems with jboss-3.2.3

2004-05-21 Thread [EMAIL PROTECTED]
Your session bean is not implemented correctly. In jboss-3.0.x it wasn't as efficient on pooling (it would generally throw away instances rather than return them to the pool). In jboss-3.2.x it generally returns instances to the pool - unless there is a RuntimeException Check your ejbPassivate

[JBoss-user] [EJB/JBoss] - Re: Why not call getLockManager.removeLockRef?

2004-05-21 Thread [EMAIL PROTECTED]
Moved to the users forum along with your other post. Can you not read the warning at the top of the forum? Anyway, this was fixed in 3.2.4RC1 - something you would have discovered had you used search. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835795#38357

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread [EMAIL PROTECTED]
Your problem is here: at CallResourcesEjb.main(CallResourcesEjb.java:35) Where you are trying to do Class.newInstance() on an interface. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835794#3835794 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread [EMAIL PROTECTED]
Actually I posted on the wrong thread (a slip of the mouse :-) You are in the correct forum, and my response is meant for somebody else. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835793#3835793 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread johanwa
Thanks for the reply (about the fix). Sorry to be such a bug in your obviously overstressed life. I am new to JBoss and to the forum (any forum for that matter), so once again, sorry for posting in the wrong place or not searching first. But I'm not trying to find excuses, I'm overworked to,

[JBoss-user] [EJB/JBoss] - Re: Dynamically accessing EJB at runtime

2004-05-21 Thread [EMAIL PROTECTED]
Moved to the users forum along with your other post. Can you not read the warning at the top of the forum? Anyway, this was fixed in 3.2.4RC1 - something you would have discovered had you used search. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835790#38357

[JBoss-user] [EJB/JBoss] - Dynamically accessing EJB at runtime

2004-05-21 Thread johanwa
I'm working on EJB based Application resources from struts and heva the following problem; I'd want to pass the jndiName and path in as text var's and the instantiate my object with that. I will mail my full code listing and results on request. I'm trying this: --- Context ctx =

[JBoss-user] [The Lizzard's corner] - TSS, anonymous posting. Anyone JBoss care to explain? True o

2004-05-21 Thread tldtld
Having recently read Slashdot, TSS forums and various blogs (like this one: http://jroller.com/page/pyrasun/20040517#the_anonymous_fakers) I must say I'm shaken in my belief. Having been happy with JBoss as such for over 2 years or so I'm actually somewhat taken back by this practice if true.

[JBoss-user] [Clustering/JBoss] - Re: not a single clustered-invoker...

2004-05-21 Thread [EMAIL PROTECTED]
It occurs to me that my problem might be just that my entity beans only have local interfaces and no remote interfaces. Is it possible to cluster beans that only have local interfaces? Or are beans required to have remote interfaces for cluustering to work? View the original post : http://ww

[JBoss-user] [Clustering/JBoss] - Re: not a single clustered-invoker...

2004-05-21 Thread [EMAIL PROTECTED]
Hmm... not much response to that... After a bit of googling, I've discovered that I'm not the only person to find this particular error anyway. http://www.junlu.com/msg/36581.html The solution for one person seemed to be to specify a different configuration name, but "Clustered BMP EntityBea

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is it possible to delay delivery on a rollback?

2004-05-21 Thread tokobayashi
see http://sourceforge.net/tracker/index.php?func=detail&aid=744455&group_id=22866&atid=381174 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835784#3835784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835784 -

[JBoss-user] [Beginners Corner] - Re: EAR Deployment failure in JBoss server for Linux OS

2004-05-21 Thread Saroj
Versions : JBoss 3.2.1 J2SDK 1.4.2 LINUX 7.3 EAR Contents 1.Jar file 2.War file ERROR MESSAGE : Exception in MBean operation "Deploy(java.lang.String)'. EAR deploying in Windows2000,Solaris -8 View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-21 Thread HoMER
Hi, I have solved my problem. XDcolet is very powerful !!! My code wasn't wrong, I just forgot to include the entitycmp subtask in the ejbdoclet. With this subtask, XDoclet will generate one class, which extends the entitybean, for each entitybean. This classes include implementation of the lif

  1   2   >