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

2005-01-06 Thread priyananda
Hi Adrian, First of all I am sorry If I am doing anything wrong. I am very new to this forum and first time I am using JBOSS. I could understand FAQ to the best of my knowledge. Finally I figured out that there is an '_' in MySql user name(on server side) which created all this problem. To b

[JBoss-user] [Security & JAAS/JBoss] - Still trying more stuff to get this thing working.

2005-01-06 Thread spoonman464
I've become a little bit suspect of something in my java.security file: | # | # Class to instantiate as the javax.security.auth.login.Configuration | # provider. | # | login.configuration.provider=com.sun.security.auth.login.ConfigFile | So it makes me wonder. Am I using the correct

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

2005-01-06 Thread robyn963
i had downloaded that file earlier... but when i follow the instruction and try to run it... it gives some error.. i tried debugging it.. but then couldnt.. no idea what is wrong.. can anyone help? thanks, robyn bangalore View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Beginners Corner] - Difference between Component Name and JNDI Name

2005-01-06 Thread rzeppa
Hello, after generating a Home with XDoclet, i get two different constants in this Home class: public static final String COMP_NAME="java:comp/env/ejb/TopograhpyPoolManagementService"; |public static final String JNDI_NAME="ejb/TopograhpyPoolManagementService"; There is one utility clas

[JBoss-user] [Clustering/JBoss] - CoordGmsImpl and GMS error messages

2005-01-06 Thread tokobayashi
Hi, I set up 4-nodes cluster and tested an application with heavy load. Environment is JBoss4.0.0, JDK1.4.2, Redhat Enterprise AS3.0. Requests are load-balanced by Apache2(worker)+mod_jk2. During the test, some error-logs were found in each node. node1: 2005-01-05 18:04:33,295 ERROR [org.jgroups

[JBoss-user] [Security & JAAS/JBoss] - Inching ever closer

2005-01-06 Thread spoonman464
To try to divide and conquer this problem some more, I've decided to attack the java.security and java.policy files in the jvm\lib\security directory of the Lotus Notes JVM. These files and their behaviors ought to be fairly normal for a JVM regardless of whether its running inside Notes or not

[JBoss-user] [JBoss Getting Started Documentation] - missing jbossj2ee-src.zip!

2005-01-06 Thread malinims
hello grp, i need to download jbossj2ee-src.zip for jboss3.x versions.Where can i get it.Itz not available with getting started guide for 3.x versions.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861019#3861019 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Installation & Configuration] - Re: does classloading/ repositoryselector works on jar?

2005-01-06 Thread jmer
Tried to use RepositorySelector on MDB on my MDB i put this | public void setMessageDrivenContext(MessageDrivenContext _context)throws EJBException { | context = _context; | | //initialized my own RepositorySelector class | MyBeanReposit

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: trying to send persistent messages of size 4K to the que

2005-01-06 Thread jchilders
I've solved this problem... go here... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58363 Good luck, -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861017#3861017 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

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

2005-01-06 Thread jchilders
Hey Adrian, Thanks for your response. I really posted the reply for the user community in case someone was experiencing issues with storing messages in Oracle greater than 4k like we have been. The current PersistenceManager under the org.jboss.mq.pm.jdbc3 package can't really be used for Ora

[JBoss-user] [Installation & Configuration] - Name not Found Exception

2005-01-06 Thread thuymlt
Hi everybody I'm running Jboss3.2.6 How can I fix these erorr so they dont show up? I want to keep the logs as clean as possible. 09:30:21,386 INFO [Server] Starting JBoss (MX MicroKernel)... 09:30:21,386 INFO [Server] Release ID: JBoss [WonderLand] 3.2.6 (build: CVSTag=JBoss_3_2_6 date=20041

[JBoss-user] [Security & JAAS/JBoss] - I looked at the stuff and it doesn't tell me

2005-01-06 Thread spoonman464
Thanks so much for posting those URLs but there was almost nothing about the java.security.auth.login.config (i.e. mentioned only once) and nothing at all about how to include a auth.conf file in any way other than using the -Djava approach. Now, I realize that I'm maybe using a JVM that somehow

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread tcherel
Check the javadoc that I pointed out before (http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/spec/com/sun/security/auth/login/ConfigFile.html and http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/Configuration.html). They should really tell you everything that you need t

[JBoss-user] [Security & JAAS/JBoss] - So, did you get it working?

2005-01-06 Thread spoonman464
Mine is still not. Like every other Java/J2EE puzzle, you just have to keep slugging it out until you get it. There's just no other way... I'm increasingly more convinced that my problem is related to not having a way to tell my JVM where the auth.conf file is. Every reference I can find says

[JBoss-user] [Beginners Corner] - Re: AXIS+JBOSS.....NET?

2005-01-06 Thread empress101
Well after wading thru the mountains of cra... about this subject i am not really that much further. I still come across way too complicated examples and a epidemic of over complicated explainations. Why is it so hard for them to just explain in plain english(no 50+ acronyms that dont mean a

[JBoss-user] [Installation & Configuration] - Getting config files from the conf dir

2005-01-06 Thread rjst
Hi, I'm trying to get a config file from the /server/default/conf dir, but I'm having trouble getting it through the classpath. any help ? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861009#3861009 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread davehaas
AHA!! That was it. Serves me right for going too fast and not looking closely enough at the class being created to handle the parse of the XML file. Many thanks Thomas! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861008#3861008 Reply to the post : http

[JBoss-user] [Security & JAAS/JBoss] - Exception in UsersRolesLoginModule when jboss installed in '

2005-01-06 Thread philb8
Hi, Im having a problem with the UsersRolesLoginModule. The space character in Progam Files seems to prevent the UsersRolesLoginModule from finding its properties files. The files do exist. This works fine when running from C:\jboss-4.0.0. Is there a fix or workaround for this problem ? T

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread davehaas
Hi all. I'm so close to the solution to this ;) Maybe in a week or so I'll have it !! OK. So, here's my setup. Step 1) Configure JBoss with an application-policy in the login-config.xml file (which is located in $JBOSS_HOME/server/default) In said login-config.xml file I have the

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread tcherel
I am no JNDI authenticatione expert (except that I read somewhere that JBoss does not support it). For the JAAS one, the JAAS tutorial available with the standard JDK provides all the naswer you need, in particular about this auth.conf file that can be located anywhere as long as you provide a p

[JBoss-user] [Installation & Configuration] - JBoss 4.0.1 and xalan

2005-01-06 Thread gshifrin
I see that in 4.0.1, xalan.jar was moved to /jboss-4.0.1/lib/endorsed. I don't see the connection, but I'm now seeing this error: 16:40:34,684 INFO [Init] Unable to patch xalan function table. java.lang.NoSuchFieldException: m_functions at java.lang.Class.getField(Class.java:919)

[JBoss-user] [EJB/JBoss] - occasional delays in EJB access

2005-01-06 Thread triathlon98
I have problems caused by the speed of accessing my EJB's. My program in a loop (based on user input and other events) accesses my EJB's. Basically what happens is instantiate SLSB (home is cached, so just recreate instance) create record in db by calling a "builer" method which accepts a value

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread dminnigerode
I'd agree with tcherel. I spent some time sorting out all these issues myself. Once I got it working I put together a doc about it. You might find it useful. http://minnigerode.org/dave/BasicJBossAAC.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38610

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread tcherel
I believe that what is wrong in your setup is the login module configured in your login-config.xml. In order to use the user and role flat files, the login module to use (code attribute of the login-module element) is org.jboss.security.auth.spi.UsersRolesLoginModule and not org.jboss.security.

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-06 Thread chenna1978
HI, We are using Jboss-3.2.1 and EJB 2.0 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860992#3860992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860992 --

[JBoss-user] [EJB/JBoss] - DefaultJMSProvider not bound

2005-01-06 Thread chenna1978
Hi, I saw on google search about this problem. No one has solution to this. I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting the following error. Can any one help me why I am getting this error? WARN [ServiceController] Problem starting service jboss.j2ee:jndiName

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

2005-01-06 Thread posat
I am sorry to disagree with you: You are right that the connection should have been released in the finally block, but I want to point out that this is not my code, but the Duke's Bank sample application referenced by the JBoss 4.0 Starting Guide. Unfortunately I did not mark the part of the st

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread spoonman464
It looks like several of us are all working on the same problem and having the same difficulties. I have seen many partial answers and many partial code examples and I have read just about everything there is on this topic yet I cannot get it to work either. As I understand that there are 2 wa

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

2005-01-06 Thread Montia
Hi, The only steps on that page that apply to my JBoss 3.2.1 config are the following: 1. Deploy the datasource for your database I've already done this since I'm using a SQL Server 2000 DB for our authentication/authorization mechanism. 2. Use an alternate to deploy{-hasingleton}/hsqld

[JBoss-user] [Installation & Configuration] - Config Tomcat JSP compile, Which web.xml?

2005-01-06 Thread kampmann03
This seems like a pretty basic question, however I couldn't find a post that addressed this. I am running JBoss 3.2.2. I am trying to configure the JSP compile options passed to Jasper running inside of the Tomcat container. Which web.xml should I be updating? $JBOSS_HOME/server/$CONFIG/config

[JBoss-user] [Installation & Configuration] - How to serve plain web-content?

2005-01-06 Thread panuv
I have a directory containing 40,000+ sub-directories of web-content, which I want to serve through JBOSS/Tomcat 4.0 (RC1) . The content is plain HTML and JavaScript, no .JSPs nor servlets involved. This works kind of, but starting up the server takes 40+ minutes, which is way too long. It se

[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-06 Thread manderson
The big drawback we are currently facing is the pre-notification that has to be done for all our .Net customers. Additionally from within the Visual Studio framework, any updating of the web reference will cause this patch to go away and it has to be re-added. View the original post : http://w

[JBoss-user] [Javassist user questions] - Re: Bug in getDeclaringClass in 3.0RC1

2005-01-06 Thread hlovatt
I think I can answer my own question :) In java.lang.Class the method getDeclaringClass returns null for an anonymous class because the Java Language Specification doesn't list anonymous classes as members of a class (but strangely does list named classes as members). I suspect therefore that C

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

2005-01-06 Thread deejboss
Hi, Here is a good example of inbound resource adapter. http://www.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample I have executed it and it works fine. Here is another for outbound resource adapter. http://developers.sun.com/sw/building/codesamples/integration_jca.html Hope this help

[JBoss-user] [Security & JAAS/JBoss] - securing a remote client for a simple session bean

2005-01-06 Thread davehaas
Hi all. I'm having the most frustrating experience. I have a really simple session bean (simple echo). I want a simple command line client (running in another jvm) to send a username/password to the jboss server before it can access the methods (i.e. very simple remote client). I've read docs

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: trying to send persistent messages of size 4K to the que

2005-01-06 Thread nsoni
Non Jboss issue - Using Oracle 10g driver solves the problem. However need to verify compatibility of 10g with older versions of Oracle. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860981#3860981 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [JBossWS] - Re: Frequently Asked Questions [Web Services]

2005-01-06 Thread [EMAIL PROTECTED]
Question: Can .Net Clients consume Jboss Web Services? J2EE 1.4 mandates adherence to WS-I basic profile. This implies interoperability with webservices/clients not written in Java. As long as you write J2EE 1.4 compliant web services [JBossWS in Jboss v4.0.x is compliant], you are good to go.

[JBoss-user] [Installation & Configuration] - Apache2, Jboss/tomcat, with SSL Front-end MOD_PROXY

2005-01-06 Thread dhartford
Hey all, Trying to use MOD_PROXY with Apache 2.0.52 and Jboss4.0.0. Assuming same server (or minor changes if different servers), setting up is pretty easy: | ServerName myapp.jboss.com | ProxyRequests On | ProxyPass / http://myapp.jboss.com:8080/ | ProxyPassReverse / http://mya

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-06 Thread tcherel
With JAAS, there is really two security context to configured. One on the server and one on the client. According to your email it seems that you configured the one on the server correctly. On the client, you need to perform a JAAS login that will use the org.jboss.security.ClientLoginModule JA

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Apache and JBoss under SSL

2005-01-06 Thread dhartford
try adding "SSLProxyEngine On" to access a back-end SSL. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860978#3860978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860978

[JBoss-user] [Installation & Configuration] - how can I publish a site with jboss, is it possible?

2005-01-06 Thread repkin
how can I publish a site with jboss, is it possible, is there any doc, or a link with about it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860977#3860977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860977

[JBoss-user] [Beginners Corner] - how can I publish a site with jboss, is it possible?

2005-01-06 Thread repkin
how can I publish a site with jboss, is it possible, is there any doc, or a link with about it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860976#3860976 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860976

[JBoss-user] [Persistence & CMP/JBoss] - logging SQL staments

2005-01-06 Thread martinsm
Hello all, I'm facing a problem that I need to log all SQL Statements executed by JBoss. I already changed my LOG4J.XML file as follow: from | | to | | I did a simple test: included a new record, updated it and finally del

[JBoss-user] [EJB/JBoss] - Re: problem with timeout on BeanLockTransactions.

2005-01-06 Thread HariV
You can increase the transaction time-out in jboss-service.xml under the conf directory under your server. But from the exception it lookslike jboss detected a dead lock and killed one of the transaction. Are you using entity beans ? If so please make sure the sequence of your datbase operati

[JBoss-user] [EJB/JBoss] - Re: Global Timeout

2005-01-06 Thread HariV
If you are talking about Transaction time out. You can set in jboss-service.xml under the conf directory of your server.That setting is applicable for both entity and session bean transactions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860966#3860966 Rep

[JBoss-user] [Beginners Corner] - Re: Connecting to an EJb on a remote server

2005-01-06 Thread dminnigerode
Found this a javalobby. At 6:28 PM on Apr 1, 2003, Nils Holgersson wrote: Re: Communication Exception Jboss and some firewall info Hmmm, I'm fooling myself here. That didn't do the trick. But THIS did: In the /etc/hosts of the server machine, there was a mapping: 127.0.0.1 localhost serve

[JBoss-user] [Beginners Corner] - Re: Problem with Jboss 4.0.1 and and Oracle 10.1.0.3

2005-01-06 Thread Trokhon
I tried now the cmproster example application with JBoss Version 4.0.0 and this is what i get now. (configuration same as above in first post) 2005-01-06 18:17:21,125 ERROR [org.jboss.ejb.EntityContainer] Starting failed jboss.j2ee:jndiName=local/TeamBean,service=EJB org.jboss.deployment.Deployme

[JBoss-user] [Messaging, JMS & JBossMQ] - trying to send persistent messages of size 4K to the queue,

2005-01-06 Thread Namratha
Hi, I am getting the following exception when trying to send messages of size 4k or more to a queue. Please let me know if anyone has come across the same problem or if you know why its happening. I am using JBOSS version 4.0.2 RC2. Its is configured with Oracle 8.1.7.4. following is the exc

[JBoss-user] [Installation & Configuration] - getting errors with multiple vhosts in jboss-web.xml

2005-01-06 Thread LORDs_diakonos
I am runnning jboss 3.2.6 which supports multiple vhosts in teh jboss-web.xml file. It works fine but When Jboss starts I get alot of errors basically telling me that can not create Servlet JSR-77 see an example error below. How can I fix these erorr so they dont show up? I want to keep the

[JBoss-user] [EJB/JBoss] - Re: Default JBOSS transaction management

2005-01-06 Thread [EMAIL PROTECTED]
Moved to the EJB/JBoss forum. The default is Required. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860943#3860943 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860943

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

2005-01-06 Thread [EMAIL PROTECTED]
Re-read the JAAS Howto sticky post to see how a subject is assigned roles, and then re-read the LdapLoginModule configuration in chapter 8 of the online admin/devel guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860942#3860942 Reply to the post : htt

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

2005-01-06 Thread [EMAIL PROTECTED]
We have no control over the order with which the downloads are displayed within a given file release on sourceforge. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860939#3860939 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Beginners Corner] - Re: Turning off tomcat stack trace

2005-01-06 Thread [EMAIL PROTECTED]
Search google for 'custom servlet error pages' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860938#3860938 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860938 --

[JBoss-user] [Beginners Corner] - Re: Turning off tomcat stack trace

2005-01-06 Thread [EMAIL PROTECTED]
You can define your custom error pages in the element of the webapp deployment descriptor (web.xml) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860957#3860957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860957

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS- or MBD- Tutorial

2005-01-06 Thread genman
Feeling lazy? http://www.google.com/search?hl=en&q=jboss+mdb+tutorial View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860956#3860956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860956 --

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

2005-01-06 Thread genman
I'm not sure this will help, but take a look at the source for this class for reference: src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860955#3860955 Reply to the post : http://www.jboss.org/in

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

2005-01-06 Thread [EMAIL PROTECTED]
You should also be able to use the twiddle.sh/bat invoke command to do this without ant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860937#3860937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860937 ---

[JBoss-user] [JBossWS] - Re: Integration JBoss Java Webservices with DotNet clients

2005-01-06 Thread [EMAIL PROTECTED]
J2EE 1.4 mandates adherence to WS-I basic profile. This implies interoperability with webservices/clients not written in Java. As long as you write J2EE 1.4 compliant web services [JBossWS in Jboss v4.0.x is compliant], you are good to go. http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS A

[JBoss-user] [Javassist user questions] - New problem with the 3.0 version of javassist !

2005-01-06 Thread mlefebvre
Hello, I have just changed the version of my javassist library (from an unknown version -see at bottom- to 3.0) and I obtain a strange behaviour. I define a class extending ClassLoader referencing the class pool. *** I define the pool with the following code: pool = ClassPool.getDefau

[JBoss-user] [Beginners Corner] - problem to refer the local dtd copy

2005-01-06 Thread anu_katta
Hi, I am trying to add a local copy of the ejb-jar_2_0.xml in my project under a directory dtd. and want to access thin in my ejb-jar.xml doctype attribute as in system ID "dtd/ejb-jar_2_0.xml" But when I hot deploy this jar in an EAR file JBoss is complaining that relative URI 'dtd/ejb-jar_2_0.

[JBoss-user] [JBossWS] - Integration JBoss Java Webservices with DotNet clients

2005-01-06 Thread batzee
Hello! We want to build a 3-tier application using JBoss, J2EE Beans, Servlets and Oracle as a database. Now we would like to code some application clients in C# / .NET rather than Java, because the GUI looks nicer and is better integrated in the windows desktop. As an interface from the C# cli

[JBoss-user] [JBossWS] - Re: Frequently Asked Questions [Web Services]

2005-01-06 Thread [EMAIL PROTECTED]
Should I go with JBossWS or JBoss.Net? * If you have a choice, go with JBossWS. It is J2EE 1.4 Standards compliant Web Services. It is available in Jboss v 4.0 and later. * JBoss.Net is a proprietary web services stack that is available in v3.2.x This has entered a maintenance mode of developme

[JBoss-user] [Management, JMX/JBoss] - Problem Deploying Quartz Scheduler in jboss-3.2.6

2005-01-06 Thread traiancho
My configuration file is: org.quartz.scheduler.instanceName = Sched1 org.quartz.scheduler.instanceId = 1 org.quartz.scheduler.rmi.export = false org.quartz.scheduler.rmi.proxy = false org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount = 3 org.q

[JBoss-user] [JBoss.NET] - Re: JBoss.net or JBossWS

2005-01-06 Thread [EMAIL PROTECTED]
Read the FAQ. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58435 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860926#3860926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860926 ---

[JBoss-user] [JBoss.NET] - Re: Frequently Asked Questions

2005-01-06 Thread [EMAIL PROTECTED]
Should I go with JBossWS or JBoss.Net? * If you have a choice, go with JBossWS. It is J2EE 1.4 Standards compliant Web Services. It is available in Jboss v 4.0 and later. * JBoss.Net is a proprietary web services stack that is available in v3.2.x This has entered a maintenance mode of develo

[JBoss-user] [HTTPD, Servlets & JSP] - lost session attributes

2005-01-06 Thread jk0529
Here is my problem. I have a JSP page which has access to the implicit object pageContext. When I get the session out of the pageContext and print the enumeration of its attributes everything works as expected and my 10 attributes are listed. Then my JSP page calls a taglib, which creates a R

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank: EJB security-domain doesn't work, gives Aut

2005-01-06 Thread msegvich
Just wanted to follow-up on my earlier post. I downloaded 4.0.1 the other day and now I have no problem with the dukesbank application-policy. Everything works according to the docs. So it looks like JBoss resolved the issues. View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS- or MBD- Tutorial

2005-01-06 Thread Killahcub
hello all, I use jboss as an Application Server. I`ve already write Session- and EntityBeans and also an Eclipse Client. Now I want to notify my Client if something has happend in the SessionBean. For that I searched many Forums and I find out that I have to use one of the following: - JMS - M

[JBoss-user] [EJB/JBoss] - Local copy of Dtd

2005-01-06 Thread anu_katta
Hi, I am trying to add a local copy of the ejb-jar_2_0.xml in my project under a directory dtd. and want to access thin in my ejb-jar.xml doctype attribute as in system ID "dtd/ejb-jar_2_0.xml" But when I hot deploy this jar in an EAR file JBoss is complaining that relative URI 'dtd/ejb-jar_2_0.

[JBoss-user] [JBossWS] - Frequently Asked Questions [Web Services]

2005-01-06 Thread [EMAIL PROTECTED]
This thread will house the FAQ for Web Services in JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860928#3860928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860928 ---

[JBoss-user] [Management, JMX/JBoss] - Re: Problem Deploying Quartz Scheduler in jboss-3.2.6

2005-01-06 Thread traiancho
Tell me pleace what is the reason? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860927#3860927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860927 --- The SF.Net

[JBoss-user] [JBoss.NET] - Frequently Asked Questions

2005-01-06 Thread [EMAIL PROTECTED]
This thread will carry the most FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860922#3860922 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860922 --- The SF.N

[JBoss-user] [JBossWS] - JBoss.net or JBossWS

2005-01-06 Thread gjacobi
I posted the following in the Jboss.net forum and I thought it might make sense to cross post it here. Sorry if that is a no-no. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860918#3860918[url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860

[JBoss-user] [JBoss.NET] - JBoss.net or JBossWS

2005-01-06 Thread gjacobi
I am about to develop some web services and I am trying to decide which of jboss's approach to web services I should use. I am wondering if anyone might point me to some good commentary on the pros and cons of JBoss.net vs. JbossWS. Or, am I getting it all wrong and they somehow complement eac

[JBoss-user] [Installation & Configuration] - Re: JBoss supports Multiple JVM ?

2005-01-06 Thread Frito
You can deploy the same applications / services in one server e.g. the same application in different versions. Read all about ClassLoaders in the wiki for configuring deployment with shared or isolated resources. Just make sure you are registering beans/services with different jndi names and con

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

2005-01-06 Thread MLipp
Just in case anybody else is searching: here is what you have to do in a build.xml: | | | | | | | | | | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op

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

2005-01-06 Thread joergwassmer
... JBoss version 4.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860910#3860910 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860910 --- The SF.Net email is s

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

2005-01-06 Thread joergwassmer
I have the same problem on Windows 2000 and XP, On Linux everything works fine. Using JDK 1.5 Whenever I try to redeploy an .jar, .ear or .sar on a Windows platform it fails because Windows does not want to overwrite the existing file before JBoss is stopped. I have no other workaround than usi

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

2005-01-06 Thread jpace
Yes, that solved the issue. For completeness, let me summarize: To create a topic at runtime, via JMX: 1. Call the createTopic operation on the DestinationManager MBean. For the example I gave in the original posting, the call would be createTopic("SampleTopic", "topic/SampleTopic"). 2. Ca

[JBoss-user] [Beginners Corner] - Turning off tomcat stack trace

2005-01-06 Thread TimGE
Is there a way to prevent JBoss from displaying errors and stack traces in the browser. I don't want uses of our site to be able to see these stack traces in the event that an error occurs such as our database going down. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

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

2005-01-06 Thread daniel_joshi
To respond to my posting, I've gotten the PoolInvokerHA working. To do this I copied and pasted the PooledInvoker entry in jboss-service.xml, appended HA to the class name, and made the MBean name unique (e.g., jboss:service=invoker,type=pooledha). Once I had my PooledInvokerHA MBean defined I

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

2005-01-06 Thread herthie57
Sorry I still not have any solution, just a workaround which is not to use HA-JNDI if you plan to use UserTransaction but normal JNDI instead. I have no certitude but just feeling that the fact client side can access the java:/xxx HA-JNDI namespace (which is normally forbidden from client side)

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

2005-01-06 Thread haobaba1
I just went back and looked at the download page. It may help reading impaired people like myself if they were sorted by latest release first:) I will download it now, and hopefully not post questions about resolved problems anymore. View the original post : http://www.jboss.org/index.html?mod

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

2005-01-06 Thread gayathiri
Hi I tried giving like this org.jboss.webservice.client.ServiceFactoryImpl factory=(org.jboss.webservice.client.ServiceFactoryImpl)ServiceFactory.newInstance(); | Service service=factory.createService(wsdl,mappinglocation,ws4eeMetaData,qname,portName); but i m getting ja

[JBoss-user] [Security & JAAS/JBoss] - SRP Interceptors

2005-01-06 Thread nmeira
Hello, I'm trying to use the org.jboss.test.security.interceptors.ClientEncryptionInterceptor org.jboss.test.security.interceptors.ServerEncryptionInterceptor but I'm having some problems.. . I get an exception ?private void initCipher(Subject subject) throws GeneralSecurityException? F

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

2005-01-06 Thread nmeira
JBoss Version is 3.2.6 java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_ Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860904#3860904 Reply to the post : htt

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

2005-01-06 Thread amagno
Sorry adrian. I'll send more details next time. Just to register: I set trace on for JBossManagedConnectionPool and everything seemed to be working fine. This sent me back to the application again. The leak was there... View the original post : http://www.jboss.org/index.html?module

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

2005-01-06 Thread seanblood
I've replaced the coherence-service.xml with coherence-ds.xml however i still have grief with this Error 11:54:13,176 ERROR [RARDeployment] Starting failed jboss.jca:service=ManagedConnectionFactory,name=CoherenceTx org.jboss.deployment.DeploymentException: couldn't get oldRarDeployment! jboss.

[JBoss-user] [Beginners Corner] - java.lang.VerifyError

2005-01-06 Thread Dafolo
I have succesfully deployed a .ear file on the JBoss server. If I open af .html file from the deployed .ear file, it works fine, but if I try to open af servlet I get the following error: java.lang.VerifyError: (class: com/accelio/ces/app/App, method: getDocumentFromBytes signature: ([B)Lorg/w3

[JBoss-user] [Beginners Corner] - Re: Problem with Jboss 4.0.1 and and Oracle 10.1.0.3

2005-01-06 Thread Trokhon
Tried now also with 9i Oracle db. I copied the 9i ojdbc14.jar file to default/lib but unfortunately get the same results as in previous post. Any ideas / hints please ! Thanks in advance Martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860898#3860898

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

2005-01-06 Thread [EMAIL PROTECTED]
This is from JDBCStoreEntityCommand, right? It probably means that a concurrent tx/client removed the row from the db while this transaction was working on the row. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860895#3860895 Reply to the post : http://www

[JBoss-user] [Beginners Corner] - Re: changing port number in jbos?

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

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

2005-01-06 Thread [EMAIL PROTECTED]
No, Nukes1.1 works with jboss 3.2.3 only. What bug are you talking about ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860890#3860890 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860890 -

[JBoss-user] [Clustering/JBoss] - Re: Protecting cluster from rogue nodes

2005-01-06 Thread appzworm
<> Hi Scrouf! Could you please provide an example of restricting broadcasts to a network segment. Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860888#3860888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss.NET] - Re: Nullpointer in JBoss.net 3.2.6

2005-01-06 Thread oaadland
The patch for bug 1042176 worked for the NullpoiterException. About the namespace "Error?". It doesn't affect the calls. EOF. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860887#3860887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Installation & Configuration] - Re: JBoss supports Multiple JVM ?

2005-01-06 Thread kumaran5
Hi Frito, Thanks for reply :) I want to clone a service running in the JBoss server and deploy that clone in same server in which the original service deployed. I think different vm will make it work . any help welcome. Thanks, Kumaran View the original post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - Re: JBoss supports Multiple JVM ?

2005-01-06 Thread kumaran5
Hi Frito, Thanks for reply :) I want to clone a service running in the JBoss server and deploy that clone in same server in which the original service deployed. I think different vm will make it work . any help welcome. Thanks, Kumaran View the original post : http://www.jboss.org/index.h

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

2005-01-06 Thread olcman
Now it works, i had do delete the flles /all/tmp/ manually. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860883#3860883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860883 -

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

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

[JBoss-user] [Installation & Configuration] - How to know a J2EE application or jboss has started up compl

2005-01-06 Thread gfzhang
The Jboss is installed as a NTservice by using Java Service Warpper. Our J2EE application takes some time to start up. A client application need to know the J2EE application or JBoss has started up completely so that it can start to use the sevices provided by the applicaiton. >From the log, I

  1   2   >