[JBoss-user] [EJB/JBoss] - Regd : deployment

2004-11-19 Thread arvind_pv
Hi all, I need to deploy two applications at the same time in JBoss 4.0 can any one help me thanks arvind View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855792#3855792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JCA/JBoss] - Re: Do I want/need JCA?

2004-11-19 Thread chrisxsb
Thanks for the quick response. I'm not sure if I'll need the threading support or the transactions, but it is conceivable that I might need the security in the not-too-distant future. I've gone through the document on developers.sun.com, and it feels kinda like a square peg and a round hole. T

[JBoss-user] [Installation & Configuration] - Running two instances

2004-11-19 Thread arvind_pv
Hi all, I want to run two instances of JBoss at the same time on the same machine without any error. thanks arvind View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855790#3855790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - allowGlobalTxnModeOnly() throws exception in XAOracleDS

2004-11-19 Thread alt_amit
I am getting the following error on jboss4.0 rc1 and oracle 9.2.0.5.0 while running the cmproster example with XAConnection. Basically allowGlobalTxnModeOnly() finds transactionmode != 2 and throws exception (thru decompiled code of the driver class). My oracle-xa-ds.xml is below: XAOrac

[JBoss-user] [Messaging, JMS & JBossMQ] - losing messages publishing to topics

2004-11-19 Thread cballew
We were doing some stress testing on some code that we're getting ready to deploy to production soon. Basically for brevity I've done my code home work and searches and read the wiki's, done the googles, etc. If I missed, my apologies because I tried my best and yes I looked to the jboss source

[JBoss-user] [Installation & Configuration] - Excellent! That's exactly the problem. Thank you.

2004-11-19 Thread spoonman464
It turns out that the client application is forced to use a 1.3.x JVM for some architectural reasons that I can't change. So, we'll stick with JBoss 3.2.x until we grow out of our old JVM. Thanks, Scott. Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Nukes User] - Re: Convert Postnuke to Nukes on JBoss

2004-11-19 Thread uwil0m
Thanks for the prompt reply View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855785#3855785 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855785 --- This SF.Net email

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

2004-11-19 Thread [EMAIL PROTECTED]
Increase your isolation level. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855784#3855784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855784 --- This SF.Net e

[JBoss-user] [JCA/JBoss] - Re: Do I want/need JCA?

2004-11-19 Thread [EMAIL PROTECTED]
If you don't need integration with transactions, security or want to be able to use the thread pooling from jca 1.5 (for jboss-4.0.x) then jca may be overkill. Otherwise, this is the correct approach. Search for jca 1.5 example adaptor and you'll find code samples: http://developers.sun.com/sw/

[JBoss-user] [Installation & Configuration] - Re: What happened to the ..\client\jnet.jar file in JBoss 4.

2004-11-19 Thread [EMAIL PROTECTED]
jboss-4.0.x requires a 1.4.x vm which bundles the javax.net.* and so the jnet.jar is not needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855782#3855782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855782 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityException in CallerIdentityLoginModule

2004-11-19 Thread [EMAIL PROTECTED]
This has been fixed for 3.2.7+. You'll have to patch the CallerIdentityLoginModule to deal with non-char[] credentials for 3.2.6. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855781#3855781 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Installation & Configuration] - What happened to the ..\client\jnet.jar file in JBoss 4.0.x?

2004-11-19 Thread spoonman464
I have a stand-alone Java client that needs to be able to get an initial JNDI context. It worked fine in JBoss 3.2.x but no longer works when I run it against a JBoss 4.0.x server. The trouble is that at runtime, my client cannot get an initial context because of the NoClassDefNotFoundError wh

[JBoss-user] [Management, JMX/JBoss] - Re: Whats the point of notifications?

2004-11-19 Thread [EMAIL PROTECTED]
If you want to log messages and use an appender this is fine. Notifications lets you decouple the producer from potential consumers and do things that don't necessary involve logging/writing/sending a more or less unstructured string message. For example, when a module gets deployed (e.g. an .e

[JBoss-user] [Security & JAAS/JBoss] - Re: request.getUserPrincipal() returns org.jboss.security.Si

2004-11-19 Thread rickkw
Works like a charm! Thanks! Sorry I should have found it in the Wiki before asking that question. -- Rick View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855775#3855775 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [JCA/JBoss] - Do I want/need JCA?

2004-11-19 Thread chrisxsb
I'd like to create one or more pools of objects that will be available to my system in a way similar to how DataSources can be configured and used. Basically, each pool will have some number of similar objects in it that may only be used by one thread at a time. When I need to use one of these

[JBoss-user] [Security & JAAS/JBoss] - SecurityException in CallerIdentityLoginModule

2004-11-19 Thread rrhodes
For reference, I posted about this on the JCA forum here: http://www.jboss.org/?module=bb&op=viewtopic&t=56269 And bug report #1067726, here: http://sourceforge.net/tracker/?group_id=22866&atid=376685&func=detail&aid=1067726 Adrian Brock suggested I post my config and a trace log on this list. I

[JBoss-user] [Security & JAAS/JBoss] - Re: request.getUserPrincipal() returns org.jboss.security.Si

2004-11-19 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855770#3855770 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855770 ---

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

2004-11-19 Thread tcherel
I did quite a few searches without a lot of success. I am still wondering how to configure the NTLoginModule with JBoss. Here some of my dilemma: 1) Should I configure the NTLogingModule both on my client (EJB client) and server? 2) Ideally, I'd like to configure it, for sure, on the client: the

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ Fire & Forget

2004-11-19 Thread mkprim
Hi, we' ve been using JBossMQ since JBoss 3.0.8, a long time ago. We were testing JMS against a lot of bad conditions, like a 64 KB internet connection, many clients, long ping times, and many others. However there's been a test case that is not working properly. If we have already established a

[JBoss-user] [Management, JMX/JBoss] - Whats the point of notifications?

2004-11-19 Thread infectedrhythms
Or how can I use notifications? Bassically I would like to track a specific occurance in my application say a thread count and when ever the thread count reaches a specific level send an e-mail. Or if a "batch" file failed to create send an e-mail. How do I track this in my application? Do I ha

[JBoss-user] [Beginners Corner] - Return Collection of Objects BMP

2004-11-19 Thread olcman
Hi, i am very new to J2EE. I got a problem with returning a Collection of objects. I've read the following topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=38353 My problem is the same, but i have no Idea, how i solve this issue. Can somebody give me a code sample? Thx Olcman

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom handling with BASIC authentication

2004-11-19 Thread cglommen
? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855764#3855764 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855764 --- This SF.Net email is sponsored by: InterSys

[JBoss-user] [Beginners Corner] Problem Storing Stateful Session Bean in HttpSession on 3.2.6

2004-11-19 Thread Diane Cochran
Hello, I seem to be having a problem that is more than likely due to my inexperience with J2EE and JBoss, and cannot seem to be able to find an answer. I have a stateful session bean that I'd like to keep alive through a web-client session, but any of the methods I've tried to receive

[JBoss-user] [Nukes User] - Re: Convert Postnuke to Nukes on JBoss

2004-11-19 Thread [EMAIL PROTECTED]
There is not. It is lot of work to convert something in PHP into something in Java. The templates should easily be reused though. If you are thinking about porting a module please let us know. At this stage it may be smarter to think about "porting" modules to JBoss Portal (aka Nukes2) as ther

[JBoss-user] [Management, JMX/JBoss] - Re: Wrapping POJOs as Mbeans

2004-11-19 Thread [EMAIL PROTECTED]
If you want to make your POJO appear as an MBean you *must* use an mbean + xmbean descriptor. Extending ServiceMBeanSupport is useful if you want to do things like produce or consume notifications, invoke on other MBeans, etc., in general things that translate to your class having knowledge of

[JBoss-user] [Nukes User] - Convert Postnuke to Nukes on JBoss

2004-11-19 Thread uwil0m
is there any software help aids or cheatsheets for converting from postnuke (php) to Nukes? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855761#3855761 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855761

[JBoss-user] [Management, JMX/JBoss] - Wrapping POJOs as Mbeans

2004-11-19 Thread infectedrhythms
If I understand correctly... I should be able to use my pojo as a service just by providing a jboss-service.xml file. So something to the likes of... | | | | | Hello World | | | | | | Right? If I wanted MyPojo to be started and stoped throu

[JBoss-user] [JCA/JBoss] - createing a datasource through the webconsole

2004-11-19 Thread gogineni
Hi, Is there a way to create a new datasource through the web console? I seem to be able to view the datasource under JMX MBeans/jboss.jca but dont see a weay to add a new one. Thanks PRatima View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855759#3855759 Rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ Fire & Forget

2004-11-19 Thread mkprim
Yes after a few minutes my JMS onException method is callled. But, shouldn't JMS be asychronous in the client side? I mean, shold we wait the message to arrive to the server, to resume the thread? I don't think this is good for anyone! I don't want to think that I should create a separate thread

[JBoss-user] [EJB/JBoss] - Re: implement a wild card search

2004-11-19 Thread redBeard15
Look at the following forum: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54871 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855756#3855756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855756

[JBoss-user] [Security & JAAS/JBoss] - request.getUserPrincipal() returns org.jboss.security.Simple

2004-11-19 Thread rickkw
Hi, I have a custom JAAS LoginModule, which returns my custom implementation Principal interface, say MyPrincipal. I also have a servlet filter configured to my application. Within my filter doFilter() method, when I call request.getUserPrinicipal(), it returns an object of class org.jboss.se

[JBoss-user] [Installation & Configuration] - Re: using jdom1.0 with jboss 3.2.x

2004-11-19 Thread cvandyck
Thanks for the reply Scott. I updated the jdom.jar in server/lib and the server booted fine. I'm working with a webapp deployed inside of a .ear. This webapp uses Cocoon/Avalon which has its own JDOM nested in a couple levels deep. This JDOM version is rather old, and at runtime I'm getting

[JBoss-user] [Beginners Corner] - Re: Where is Getting Started for 4.0?

2004-11-19 Thread nrichards
All docs are free and are posted to http://www.jboss.org/docs/index. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855752#3855752 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855752 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ Fire & Forget

2004-11-19 Thread genman
Eventually, the JMS code should give up and throw some sort of java.net.SocketException . This might take the O/S 3-5 minutes. Does this not eventually happen? "Fire and forget" does not mean complete asynchronous operation. When you send a message, the operation will only return until the

[JBoss-user] [Persistence & CMP/JBoss] - type-mapping for Ingres r3 under JBoss4.0.0

2004-11-19 Thread bradleybeck
Does anyone have a working type-mapping for Ingre r3 running under JBoss4.0.0? The existing "Ingres" type-mapping doesn't seem to work for me. I get the following error... | 11:52:04,020 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager '

[JBoss-user] [Installation & Configuration] - how isolate static method between two WARs??

2004-11-19 Thread marzon
Dears, how can i isolate static methods when i have two instances of same application ? Tks... Marzon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855746#3855746 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=385574

[JBoss-user] [Beginners Corner] - Changes between JBoss 3.2.2 and 3.2.1

2004-11-19 Thread aeguzmanv
Hi... I developed an application using JBoss 3.2.1 and it works perfect... I want to update the version of to JBoss 3.2.2, because there is another application running with that version... Could Anybody tell me what's the difference between 3.2.2 and 3.2.1 ?? Do I have to change something on my

[JBoss-user] [JCA/JBoss] - Re: I keep getting

2004-11-19 Thread martui
Sorry... The "Subject" was too big and it was truncated, I guess... "I keep getting" was just a part of it... Sorry! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855744#3855744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Security & JAAS/JBoss] - Re: which PKCS#1 version is jboss support?

2004-11-19 Thread [EMAIL PROTECTED]
All crypto features come from the jdk so support for pkcs depends on your jdk version. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855743#3855743 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855743 -

[JBoss-user] [Installation & Configuration] - Re: using jdom1.0 with jboss 3.2.x

2004-11-19 Thread [EMAIL PROTECTED]
jdom is used only for parsing xmbean descriptors. If the server starts with the newer jdom then there will be no problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855742#3855742 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JNDI service loses bindings

2004-11-19 Thread [EMAIL PROTECTED]
Only undeploying or stopping the OILServerILService would remove the bindings. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855741#3855741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855741 --

[JBoss-user] [JCA/JBoss] - I keep getting

2004-11-19 Thread martui
Hello! I searched all over the net and didn't find an answer to my question. Here is my problem: I created a datasource for a, let's say, unusual database... It's a db called Pervasive.SQL (V8). I also put an entry for this db (with the type mappings and stuff) in the standardjbosscmp-jdbc.xml.

[JBoss-user] [J2EE Design Patterns] - stateless + dao vs ejb finder methods ?

2004-11-19 Thread t0mster
Hi All, I have a J2EE 1.3 based application that uses entity beans extensively together with web services (axis) and struts for the web front end, all in Jboss 3. Part of the application allows users to search using various different criteria which spans several entity beans, such as a username

[JBoss-user] [Installation & Configuration] - Re: using jdom1.0 with jboss 3.2.x

2004-11-19 Thread cvandyck
I would also like to do the exact same thing, but JBoss is loading the older version instead :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855738#3855738 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855738

[JBoss-user] [EJB/JBoss] - Re: Downloading classes from JBoss server

2004-11-19 Thread [EMAIL PROTECTED]
Turn on rmi debugging on the client to see what the rmi codebase is seen as. The jdk javadocs have a section on the rmi properties and debug levels. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855737#3855737 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Fully Functional Tomcat

2004-11-19 Thread [EMAIL PROTECTED]
File a bug report on sourceforge with an example of what cleanup ops need to be done in terms of interacting with other j2ee components/resources. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38557

[JBoss-user] [Management, JMX/JBoss] - Re: About Securing JSR77 - J2EE Management

2004-11-19 Thread [EMAIL PROTECTED]
Its secured like any other ejb. Edit the ejb-management.jar ejb-jar.xml descriptor to secure the ejb and specify the security domain via a jboss.xml descriptor as described in the JAAS Howto: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46370 View the original post : http://www.jbo

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

2004-11-19 Thread [EMAIL PROTECTED]
You are returned the CallerPrincipal mapping that you installed. If you want to see the raw principal name remove the CallerPrinicpal group mapping. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855734#3855734 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Nukes User] - Re: how do links work under manage html?

2004-11-19 Thread mchinn
Can you use this method or something similar to pull in external pages from an outside source not stored in the nukes db path? I'd like to be able to specify an index page in the center part of the page layout that is being maintained on another physical file server by someone else Right

[JBoss-user] [Nukes User] - How to allow "Add Downloads" to a group Besides Admin???

2004-11-19 Thread mchinn
I want to allow my Moderator group that I created to Add files to the Downloads module. How in the permissions module do I set this up so the "Add Download" item appears when they go to the Downloads main area? I tried the following permission strings to no avail: module:downloads - then chose

[JBoss-user] [Messaging, JMS & JBossMQ] - pool size for MDB

2004-11-19 Thread am_malu
Hi, I have written MDB and my MDB can read all messages from queue for which it is registered. The problem is when I go to console, it shows minPoolSize as 1 and maxPoolSize as 15 which I guess is default value. I tried to change to value -- which should be in jboss.xml. But somehow the consol

[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2004-11-19 Thread nrichards
All the documentation will be posted to the documentation page (http://www.jboss.org/docs/index). The 4.0 getting started guide is available now. The admin guide should be posted sometime in december. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855729#3

[JBoss-user] [Installation & Configuration] - Re: Problem connecting AS400

2004-11-19 Thread tonic48
Thanx jflinchbaugh . Name of a datasource descriptors caused that problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855728#3855728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855728 --

[JBoss-user] [Persistence & CMP/JBoss] - What IDE to use with JBOSS4.0

2004-11-19 Thread marre
Hi, I am posting into this forum since I assume that there will be the most experienced people around in development with JBOSS. I used Lomboz J2EE with Eclipse, and ran into several bugs and handicaps. What IDE are you preferably using with JBOSS4.0 ? (doesnt have to be an Eclipse plugin).

[JBoss-user] [Clustering/JBoss] - JBoss Clustering Rocks! But How do I get the Partition Name

2004-11-19 Thread DashV
First I want to say that the for Pay documentation (the entire suite) is freakin awesome and many of the posts I see in the forums could easily be answered by ponying up the dough for the entire documentation suite. In one day I was able to get a pretty good understanding of JBoss clustering an

[JBoss-user] [HTTPD, Servlets & JSP] - quickly redeploy jsp files

2004-11-19 Thread mickgreen
I was looking for an easy way to increase my jsp development speed. The main problem being the redeployement of the entire EAR just to view the changes made to a single jsp file. I think I found an acceptable way to speed up development by copying my jsp files from my development dir to the exp

[JBoss-user] [Advanced Documentation] - Docs for 4.0

2004-11-19 Thread ypfamily
Is someone going to finally reply to a post about where the docs for pay are for 4.0 version? Sometimes I wonder if anyone is even paying attention to any of these posts... Thanks, Yaakov. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855724#3855724 Reply

[JBoss-user] [Beginners Corner] - Re: Can't Deploy

2004-11-19 Thread darranl
Have you double checked that the class that can not be found is in the jar file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855722#3855722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855722 -

[JBoss-user] [Beginners Corner] - Can't Deploy

2004-11-19 Thread stedo
hi, I've just started working with JBoss, I followed the Fibo tutorial and I am stuck at deployment. Everything seems okay but I get the following error message: 15:17:19,024 WARN [verifier] EJB spec violation: Bean : Fibo Section: 22.2 Warning: The bean provider must specify the fully-qual

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How do I get the basedir of a web application at runtime

2004-11-19 Thread fatbatman
...from within a servlet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855715#3855715 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855715 --- This SF.Net email is

[JBoss-user] [Installation & Configuration] - A Plateform for JBoss

2004-11-19 Thread SecMid
We are looking for someone who tested JBoss performances under Windows and under Linux. We have a lot of applications on several Srv but we have to choose between Win2000 (or Win2003) and Linux. This choice must be objective and we have to present some test results. So if you can help us you'

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session passivation...

2004-11-19 Thread navert
Hi Gael, i got the same problem with non seriarizable classes any response? thanks navert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855713#3855713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855713 ---

[JBoss-user] [HTTPD, Servlets & JSP] - How do I get the basedir of a web application at runtime?

2004-11-19 Thread fatbatman
Hello, How do I get the basedir of a web application at runtime? thanks in advance James View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855712#3855712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855712 -

[JBoss-user] [Messaging, JMS & JBossMQ] - JNDI service loses bindings

2004-11-19 Thread bene.net
we are using JBoss (build: CVSTag=JBoss_3_2_1 date=200305041533) on over 60 servers at a customer site. OS is Linux 2.4.19-4GB, Java VM 1.4.1_02-b06 After JBoss startup the JNDI tree contains the following bindings, whereas after a certain time the same JNDI tree does no longer contain them (lis

[JBoss-user] [Installation & Configuration] - Re: Again the old question ;-) LocalTXCM

2004-11-19 Thread [EMAIL PROTECTED]
hi ltexier, thanks a lot for your reply! but I still don't have a solution and i can`t find any strange things in the logging files. unfortunately, I don`t realy understand what this means: | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: | ObjectName: jboss.jca:name=MySqlDS,service=Local

[JBoss-user] [Installation & Configuration] - Regd : Port Number

2004-11-19 Thread arvind_pv
Hi all, i have created a two seperate instances of JBoss (EJB Deployment) and in one instance i have not changed any port numbers, but in other application i have changed the all port numbers of sample-binding.xml. Even after changing it, I'm getting the error as Address is in use : JVMBind. pl

[JBoss-user] [Installation & Configuration] - Re: Problem connecting AS400

2004-11-19 Thread potdl
sorry did`nt have time to check your prob, but this code works on my as/400. hope it helps | | - | - | as400 | com.ibm.as400.access.AS400JDBCDriver | jdbc:as400://IP ADDRESS;block size=128;extended dynamic=true;package=JBOSS;package cache=true;package library=QGPL |

[JBoss-user] [Persistence & CMP/JBoss] - Re: More than one datasource possible?

2004-11-19 Thread lefou
Thanks, I will try that. Is it possible, to set different transaction levels for every data source? The (old) Inprise specific DD looks like this (only ds-part): | | jdbc/MTBDataSource | jdbc:oracle:thin:@xx.xx.xx.xx:1521:memos | xxx |

[JBoss-user] [Beginners Corner] - Re: No appenders could be found for logger (org.jnp.interfac

2004-11-19 Thread alexb_1593
Correction: the full text of the message is: No appenders could be found for logger (org.jnp.interfaces.NamingContext) log4j:WARN Please initialize the log4j system properly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855705#3855705 Reply to the post :

[JBoss-user] [Beginners Corner] - No appenders could be found for logger (org.jnp.interfaces.N

2004-11-19 Thread alexb_1593
Hi all, I am trying to invoke an EJB session bean through RMI, using the following piece of code: if (System.getSecurityManager() == null) { System.setSecurityManager(new RMISecurityManager() { public void checkConnect(String host, int port) {} public void checkConne

[JBoss-user] [Security & JAAS/JBoss] - Re: which PKCS#1 version is jboss support?

2004-11-19 Thread edenshu
sorry~ I also want to know, where can get more information about this? I can't find any thing about this in Jboss AP Server document. I have try to find the PKCS#1 version (1.5 or 2.0) inside Jboss 3.2.x for a long time. Hope someone can guide me to get such kind of information! many thx! View th

[JBoss-user] [Security & JAAS/JBoss] - which PKCS#1 version is jboss support?

2004-11-19 Thread edenshu
I have a question about that: which version is it, would jboss use any further security standard in Jboss Ap Server? No matter jboss Application Server 3.2.x or 4.0, will any version of PCKS#1 be suggested to use? Or~ some of them have been already use? Any reply will be so appreciate! View the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS: SpyJMSException after fail-over of master node

2004-11-19 Thread ckmod
Hi, I have found the cause and want to let you know: The queueConnectionFactory was invalid after a fail-over occured. When I get a new QueueConnectionFactory from the HA-JNDI-Tree every time it is working perfectly :-). Claus View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: NoInitialContextException & could not create deployment:

2004-11-19 Thread darranl
The jar that you need for the client is jbossall-client.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855698#3855698 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855698 -