[JBoss-user] [EJB/JBoss] - EJB with Tx RequiresNew fails if main transaction is UserTra

2004-04-05 Thread davincoleman
We are migrating from WebLogic 8.1 to JBoss 3.2.3 and have a very frustrating transactional problem. We have a servlet which gets a UserTransaction and starts it, then calls an EJB(Required) which accesses a datasource and then calls another EJB(RequiresNew) which provides an ObjectID from the

[JBoss-user] [Management, JMX/JBoss] - Re: What are all the main Jars to look for main MBeans?

2004-04-05 Thread kondetisree
Hi Juha, Sorry for the uncleared question. We are looking for the MBeans which are important for Jboss Server. Based on that MBean methods we have to find Whether that is JBoss or some other App. server. As Jboss built on JMX Technology We found out many MBeans in many jar files. As like weblog

[JBoss-user] [Clustering/JBoss] - Hot-deploy failure with farming in cluster

2004-04-05 Thread cherold
I'm usong JBoss 3.2.3 on Linux 2.4.x JDK 1.4.2. I'm using two nodes in a cluster using autoDiscovery with multicast. For deployment I use farming, by copying the files to the farming directoryon node1. In some cases it's running without problems (especialy if I'm testing it for get more informa

[JBoss-user] [Security & JAAS/JBoss] - Using MBean service

2004-04-05 Thread sanjuthomas
how can i use an MBean service, i need to access the an MBean service in the stand alone client for authentication. please tell me how can I access that MBean service... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829369#3829369 Reply to the post : http

[JBoss-user] [EJB/JBoss] - Re: Error when deploy entity bean!!! Error: multiplicity ma

2004-04-05 Thread jamy_blue
I want to confirm something, could anybody help me? Q: When I create a relationship of one to many/many to one, should the field on the "one" side be the primary key of the table itself? I mean if the field is not PK ( one to many, at the ONE side), may I deploy successfully? I don't know if I de

[JBoss-user] [Management, JMX/JBoss] - Re: What are all the main Jars to look for main MBeans?

2004-04-05 Thread [EMAIL PROTECTED]
Your question is unclear. What do you need to find? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829366#3829366 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829366

[JBoss-user] [Management, JMX/JBoss] - Re: dynamic registration of mbeans/services

2004-04-05 Thread [EMAIL PROTECTED]
Assuming you're using 2.x series, yes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829364#3829364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829364 --- This

[JBoss-user] [Management, JMX/JBoss] - Re: Deploying EJBs into a SAR

2004-04-05 Thread [EMAIL PROTECTED]
Yes that interceptor appears to be packaged in an unfortunate location. Simplest solution is to force your SAR to be deployed last, using the prefix deployment sorter for example. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829363#3829363 Reply to the po

[JBoss-user] [Management, JMX/JBoss] - Re: Using MBean for managing application

2004-04-05 Thread [EMAIL PROTECTED]
"hasso" wrote : - I will add a MBean which has properties like totalMsg, totalErrMsg and so on | - My Beans will lookup that MBean and set the attributes. The EJBs won't implement the MBean interface | - The MBean should go into a special .sar-file - not in the same archive as the applicatio

[JBoss-user] [Management, JMX/JBoss] - Re: JMS-dependent MBean breaks on JBoss startup

2004-04-05 Thread [EMAIL PROTECTED]
IIRC, the invocation layer service the connection factory is bound to, for example jboss.mq:service=InvocationLayer,type=UIL2 Or create a deploy.last directory under deploy/ directory and drop your package there. Should work too. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [HTTPD, Servlets & JSP] - how to put the username/password pair input from login.html

2004-04-05 Thread liuhf
hi all, i want to know something. if after i accomplish these: 1. FORM /login.html /login.html 2. java:/jaas/authtest then i can authenticate the username/password pair input from the login.html using databaseServerLoginM

[JBoss-user] [Management, JMX/JBoss] - Re: where to place my logging.Logger.pluginClass

2004-04-05 Thread [EMAIL PROTECTED]
Looks like the init is called when the Logger class is loaded for the first time -- so you may have to force it as early as putting it into the system classpath (can't remember if there's a convenient switch for this in the JBoss start script). Or packaging it inside run.jar should work too. JB

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

2004-04-05 Thread liuhf
hi, i want to know something. if after i accomplish these: 1. FORM /login.html /login.html 2. java:/jaas/authtest then i can Authenticate the username/password pair input from the login.html using databaseServerLoginModule? i me

[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-05 Thread [EMAIL PROTECTED]
Please clarify your question. What do you mean by "launching any EJB" ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829356#3829356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829356

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ording of the messages

2004-04-05 Thread raj10
thanks Adrian... but i would like to ask u one more question suppose the message i'm sending is set to the priority "5" and is in the AUTO_ACKNOWLEDGE mode ... then JMS gaurantees that message will recieve FIFO at the the subscriber side ? Regards Raj. View the or

[JBoss-user] [Security & JAAS/JBoss] - Loading Custom Security Class in startup

2004-04-05 Thread sanjuthomas
we are trying to migrate from weblogic to jboss, we need to implement a security policy for EJBs, so we have written a custom security class. how can i load in the time of sever bootup. so that i can access it from JBoss VM. thanking you sanju View the original post : http://www.jboss.org/in

[JBoss-user] [HTTPD, Servlets & JSP] - how can i code to login with databaseServerLoginModule?

2004-04-05 Thread liuhf
hi all, how can i code to login with databaseServerLoginModule ? i just know how to configurate the jaasSecurityManager with databaseServerLoginModule, but i don't know how to Authenticate the username/password pair which are input from the form . can anyone give me code fragment for

[JBoss-user] [Security & JAAS/JBoss] - how can i login with databaseServerLoginModule?

2004-04-05 Thread liuhf
hi all, how can i code to login with databaseServerLoginModule? i just know how to configurate the jaasSecurityManager with databaseServerLoginModule, but i don't know how to Authenticate the username/password pair which are input from the form. can anyone give me code fragment for illust

[JBoss-user] [Security & JAAS/JBoss] - userid/password for CMP

2004-04-05 Thread michaellee
Hi, I have successfully deployed CMP entity bean using hardcoded userid and password in database connection setup. (in my case, it is sybase-service.xml). I have set security control on the ejb-jar.xml so that only user with specified role can access and manipulate the bean. Every thing seems o

[JBoss-user] [Messaging, JMS & JBossMQ] - Memory footprint of

2004-04-05 Thread charlescearl
Hi, Are there any suggestions on reducing the size of the memory footprint of the "standalone" jbossmq (as described in the FAQ). The version from 4.0.0DR3 looks to be about 56MB. I was wondering if an initial footprint of <= 30MB was possible? View the original post : http://www.jboss.org/ind

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

2004-04-05 Thread [EMAIL PROTECTED]
There there is something wrong with your deployment or descriptors if there is nothing under the JNDIView. The descriptors should look like: [url] http://java.sun.com/dtd/ejb-jar_2_0.dtd";> ENC Tests ENCBean ... Default Mail ma

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss on Solaris leaves threads hanging

2004-04-05 Thread [EMAIL PROTECTED]
What is the netstat status of these connections, connected? Perhaps the tcp_keepalive_interval is too high, or not all OS patches for java have been installed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829335#3829335 Reply to the post : http://www.jbos

[JBoss-user] [Security & JAAS/JBoss] - Re: user.propeties file problem

2004-04-05 Thread [EMAIL PROTECTED]
This does not work with the UsersRolesLoginModule because a name of the form username.xxx indicates that username has a group named 'xxx' with the following roles associated with it. A '.' is not an allowed character in usernames in the UsersRolesLoginModule. You would have to patch the UsersRol

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule not throwing an exception

2004-04-05 Thread [EMAIL PROTECTED]
No, since its by design and not a bug. If you want to validate a user, use a login module that actually contacts a security store. The ClientLogin module is for propagating the login information to the invocation layer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Security & JAAS/JBoss] - user.propeties file problem "." problem

2004-04-05 Thread kapilesh.arekar
I have got a very stange problem. I am using FORM based authentication. When I create a user name with an id "kapilesh.arekar". I am not able to login. I have exactly the same mapping of roles.properties file for the "kapilesh.arekar" user But when I replace the "." with a "-" I get authentica

[JBoss-user] [Beginners Corner] - Re: Deployment to multiple environments

2004-04-05 Thread [EMAIL PROTECTED]
don't know about best practices but for testing I deploy the component multiple times with different configs and run test suites against each deployment for packaging I use a target per target environment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829330

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule not throwing an exception

2004-04-05 Thread pico303
I figured it out. The ClientLoginModule never contacts the server. I need to perform a lookup to trigger the SecurityException/RemoteException. I still have issues with this. Any chance it will be fixed in 4.0? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule not throwing an exception

2004-04-05 Thread pico303
So, from what I can tell, login() never actually throws an exception. The exception is thrown when you try to access a bean? Is this really how it's supposed to work? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829327#3829327 Reply to the post : http:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS fail over problem

2004-04-05 Thread gokturk
Thanks for the responses... Ivelin, for your question for the help, yes but after I get more familiar with jboss... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829325#3829325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Security & JAAS/JBoss] - ClientLoginModule not throwing an exception

2004-04-05 Thread pico303
I can't seem to get my lc.login() method to throw a LoginException when a user login fails. I have a Java application that connects to a JBoss 3.2.3 app server. The app server reports the login fails, but the LoginContext.login() method just falls through like everything is great. Here's my l

[JBoss-user] [Installation & Configuration] - Re: how do I enable JMX monitoring entity bean locking?

2004-04-05 Thread JbossUserR
I got all 0s from all the entity beans from JMX console. I clicked the print buttom from the Jmx console and still got all 0s. Am I missing something? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829323#3829323 Reply to the post : http://www.jboss

[JBoss-user] [JBoss Getting Started Documentation] - need help with server integration!

2004-04-05 Thread burrus_68
Yes, that's right, I absolutely need help with server integration!! With the server being JBoss 3.2.1, and the version of the Eclipse IDE which I would like to integrate it into being version 2.1!! Anyone have any ideas about how this should be done???! View the original post : http://www.jbo

[JBoss-user] [EJB/JBoss] - Re: newbie question: transaction (CMT)

2004-04-05 Thread cvandyck
* I have declared my finder methods in an entity bean to have transaction type "NotSupported". But I read in the ejb 2.0 spec that they strongly advise us to use only the "Required", "RequiresNew" and "Mandatory" in entity beans. Why would I want to create transactions for methods that only find

RE: [JBoss-user] Why one-way mapping between forums and mailing list?

2004-04-05 Thread Marc Fleury
> Rest assured, they work in accordance with the preferences of > the most active contributors to JBoss. :) Marcf > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > smime.p7s Description: S/MIME cryptographic signature

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosting and Default/Root Context

2004-04-05 Thread tsmets
Could you be a little bit more specific with the details you used to solved your problem with that file : "jboss-service.xml" ? Its content is still a bit confusing to me :) \T, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829320#3829320 Reply to the pos

[JBoss-user] [Management, JMX/JBoss] - where to place my logging.Logger.pluginClass

2004-04-05 Thread khohl
I'm attempting to replace the default logger by defining org.jboss.logging.Logger.pluginClass with the value of my class. However, no matter where I place my logging class, JBoss can't find it and resorts to using the NullLoggerPlugin (this is done in Logger.init). Where should I place my clas

[JBoss-user] [Installation & Configuration] - Connection management on Jboss

2004-04-05 Thread sanjaymistry
Does Jboss has any inbuilt connection manager or connection pool ? If yes, where can I get more information ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829318#3829318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Installation & Configuration] - Error looking up DS

2004-04-05 Thread sanjaymistry
hi All, When I run jmx-console on my local server running jboss3.2.x I see following output on the screen: java:comp namespace of the AccountEJB bean: +- env (class: org.jnp.interfaces.NamingContext) | +- jdbc (class: org.jnp.interfaces.NamingContext) | | +- account[link -> java:/Ac

[JBoss-user] [EJB/JBoss] - Re: Actual number of bean instances in the pool

2004-04-05 Thread cvandyck
What Juha is saying is that there is an MBean for each of your entity beans that supports the reporting that you are needing. MBean is short for Management Bean, and is part of the JMX (Java Management Extensions) specification. You can read more about JMX here: http://java.sun.com/products/jm

[JBoss-user] [EJB/JBoss] - newbie question: transaction (CMT)

2004-04-05 Thread jchang
Hello everybody, I have several question about CMT that hopefully you can help me out with: * When I don't declare any type of transaction for a specific method in a session bean, how is this method considered under JBoss?. I read somewhere that JBoss treats them as "supports" (transaction type

[JBoss-user] [Security & JAAS/JBoss] - JBossSecurityManager question

2004-04-05 Thread mdrozd
Hi, I need to check some permissions inside servlet code. My solution was that i looked up "java:comp/env/security/securityMgr" and test: jsm.doesUserHaveRole(user, role) it works for me fine in jboss 3.2.4rc1 with tomcat, but it doesn't in jboss 3.2.4rc1 with jetty. The problem was, that getUse

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss on Solaris leaves threads hanging

2004-04-05 Thread richieb
One thing I noticed that when the connections start going bad this is what the thread dump of the ReaderTask looks like. | "UIL2.SocketManager.ReadTask#11" daemon prio=5 tid=0x00cfade8 nid=0x72 runnable [ae58..ae5819c0] | at java.net.SocketInputStream.socketRead0(Native Method) |

[JBoss-user] [Beginners Corner] - Re: Problems removing EJBs

2004-04-05 Thread loubyansky
The instance is not removed until after ejbRemove returns. So it looks like application problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829309#3829309 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829309 ---

[JBoss-user] [JBoss.NET & SOAP] - WASP Web Service

2004-04-05 Thread jkim9
Hello, I deployed a simple wasp webservice in JBoss-3.2.1, and i am trying to write a java standalone client app to access the webservice. and i failed during lookup... my code is as following: env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception: CMR field value is already loaded

2004-04-05 Thread loubyansky
Do you access CMR in transaction? Can you give me instructions to reproduce this? Do you have a testcase? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829307#3829307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38293

[JBoss-user] [HTTPD, Servlets & JSP] - Can't see servlet in browser

2004-04-05 Thread sendres2
I have compiled my servlet and wrapped it into a .war file, but when I try to view it from the browser it doesn't give any errors but just shows up as a blank screen. I have been trying to view even a simple HelloWorld servlet which should just print to the screen a line of text. I call it in th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss on Solaris leaves threads hanging

2004-04-05 Thread richieb
I have ReadTimeout set and it seems to work sometimes. The problem seems to occur when I run clients over wide area network, which has many delays and occasional errors. Doing a simple kill -9 on a client seems to terminate everything properly. It's when network hits occur that things can get m

[JBoss-user] [HTTPD, Servlets & JSP] - Re: I want a simple example of JSP or servlet

2004-04-05 Thread krevuru
Joel, I tried to develop a very small application using the way you suggested but I am getting a Mapping Configuration error. This is my Folder Structure C:\JBoss\server\default\deploy\ And beneath that I have a Test1 Folder where I have my Test1.JSP, so it is somewhat like: C:\JBoss\server\defau

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Servlet won't compile

2004-04-05 Thread sendres2
If anyone else was having this problem, I've since figured it out. The classpath variable needed to be a direct reference, like so: | | | | | | | | | | | View the original post : http://www.

[JBoss-user] [JCA/JBoss] - Re: Problems with setting up Multiple Datasources

2004-04-05 Thread [EMAIL PROTECTED]
This works for me - even when the datasource doesn't exist. I can't tell what is different to what you are doing. ejb-jar.xml | | | http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | | | | | | | | | | test/mdb | | test.mdb.TestMDBBean

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: 3.2.4 Cannot authenticate user

2004-04-05 Thread mcgourty
I ran into this problem upgrading to RC1, your change fixed the problem Thanks for the post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829298#3829298 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829298

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss on Solaris leaves threads hanging

2004-04-05 Thread [EMAIL PROTECTED]
There is a "ReadTimeout" parameter configured in deploy/jms/uil2-service.xml (default 2 minutes - 12 milli seconds) If the server doesn't read anything from the socket in that configured period it will automatically close the connection. NOTE: The client should be pinging the server every "Pin

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

2004-04-05 Thread bruth
I posted previously this topic: anonymous wrote : Previous Topic: JNDI access to java:/Mail from MDB And got only a very, very limited response. Does anyone out there have any add'l. information? Thanks! Brice Ruth -- Fiskars Brands View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using JMS via Firewall

2004-04-05 Thread andre_v
Thanks !!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829294#3829294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829294 --- This SF.Net email is sponsored by

[JBoss-user] [EJB/JBoss] - Re: EJB remote calls optimization

2004-04-05 Thread jae77
jboss should already use pass-by-reference if it detects that the ejbs are w/in the same container. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829293#3829293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829293

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss on Solaris leaves threads hanging

2004-04-05 Thread richieb
We are testing with JBoss on Solaris and we observe the following situation. If the client process is killed, the topic subscriptions are not getting cleaned up and others who publish on this topic fill up the queues. Looking at the thread listing in jmx-console we see several Read tasks that ar

[JBoss-user] [JCA/JBoss] - Re: Error: RARDeployment: Could not find ManagedConnectionFa

2004-04-05 Thread [EMAIL PROTECTED]
That is a JCA1.5 class. javax/resource/spi/ResourceAdapterAssociation JBoss 3.2.x only supports JCA 1.0 Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829291#3829291 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [JCA/JBoss] - Re: Problems with connecting to OracleDB

2004-04-05 Thread [EMAIL PROTECTED]
I don't know about Oracle92 but on my version it is lnsrctl start which starts the network listeners. You also need to start the database. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829290#3829290 Reply to the post : http://www.jboss.org

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.jms.JMSException: Error creating the dlq connectio

2004-04-05 Thread fnsimonet
I am getting the same error. Did you figure this out? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829289#3829289 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829289 --

[JBoss-user] [EJB/JBoss] - error of deploy

2004-04-05 Thread carlosgyn
It sees as this mine ejb-jar.xml: RelClientePessoaFisicaBean relatorio.relClientePessoaFisica.ejb.RelClientePessoaFisicaHome relatorio.relClientePessoaFisica.ejb.RelClientePessoaFisica relatorio.relClientePessoaFisica.ejb.RelClientePessoaFisicaBean Stateless Bean

[JBoss-user] [EJB/JBoss] - When to close JDBC-connection in User Tx?

2004-04-05 Thread danip
Hi, I have a remote client with several threads which all run (remote) user transactions at a JBoss server. (The transactions are demarcated at the client side.) Every transaction invokes serveral remote method calls of a stateless session bean which in turn execute SQL-statements of an XA-JDBC-d

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB not exchanged at redeploy (JBOSS 3.2.3)

2004-04-05 Thread [EMAIL PROTECTED]
I meant for you to post the server.log with DEBUG enabled. In fact you will get more information if you post the results of System.out.println(getClass().getClassLoader()) from inside the mdb. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829

[JBoss-user] [Beginners Corner] - Re: Deployment to multiple environments

2004-04-05 Thread jae77
you're just scratching the surface at what could be a larger can of worms b/c what are you going to do as soon as you have multiple files that need to change per environment, or you start including ejbs that need to have their deployment descriptors tweaked per environment. i just completed re

[JBoss-user] [Management, JMX/JBoss] - JMS-dependent MBean breaks on JBoss startup

2004-04-05 Thread mshivas
I have an MBean service that writes to a JMS Queue. It deploys fine when the server is running but fails to deploy when JBoss is started after the .sar is deployed. The error is javax.naming.NameNotFoundException: ConnectionFactory not bound The code looks like: | public void startService

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using JMS via Firewall

2004-04-05 Thread [EMAIL PROTECTED]
Add the following to deploy/jms/jbossmq-httpil.sar/META-INF/jboss-service.xml APACHE_SERVER 80 More details can be found in the source: http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/il/http/HTTPServerILService.java?rev=1.3&view=auto Regards, Adrian View the original

[JBoss-user] [EJB/JBoss] - EJB remote calls optimization

2004-04-05 Thread cari34
Hi guys, I have read that jboss.xml file could be very usefull to optimize calls between tiers in Jboss. Specially, I have read that if one puts the following in the jboss.xml file EJB true the EJB methods arguments and return objects will

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ording of the messages

2004-04-05 Thread [EMAIL PROTECTED]
It is a compound key of JMSPriority and arrival order. JMS only guarantees ordering on initial receipt. If you nack (negatively acknowledge) a message all bets are off. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829281#3829281 Reply to t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message size

2004-04-05 Thread [EMAIL PROTECTED]
My thoughts on hypersonic are probably well known if you look through these forums. If you really want an MSc project, try this related task: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46187 Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is Last Resource Gambit included in JBoss 3.2.4 RC 1 ?

2004-04-05 Thread [EMAIL PROTECTED]
It is only in 4.0.0DR3 - it needs a bit more testing before it is backported to the stable branch. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829279#3829279 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Beginners Corner] - Re: Hibernate as MBEAN YET

2004-04-05 Thread gunzip
Btw, I solved the problem the hibernate example(first persistent class) SHOULNDT be used with jboss, specially the way the hibernateutil class starts, its wrong and will result in error View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829278#3829278 Reply to the

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

2004-04-05 Thread [EMAIL PROTECTED]
? A receive timeout does not cause the connection to be closed. It is better for onException() to do the reconnect by closing the connection and reconnectioning - see the version in JBoss's MDB container. http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/ejb/plugins/jms/JMSConta

[JBoss-user] [EJB/JBoss] - Re: Actual number of bean instances in the pool

2004-04-05 Thread cari34
Hi Juha, thank you for your reply. Sorry, I cannot understand what you mean. Please, could you explain further. thank you very much. Carri. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829276#3829276 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JCA/JBoss] - Problems with connecting to OracleDB

2004-04-05 Thread timkk
Hello, I try to connect to a OracleDB but JBoss throws an Exception: Here is my oracle-ds.xml (Perhaps there is something wrong):  jdbc/OracleDS jdbc:oracle:thin:@testserver:1521:artikel oracle.jdbc.driver.OracleDriver test password org.jboss.resource.adapter.j

[JBoss-user] [Beginners Corner] - Deployment to multiple environments

2004-04-05 Thread mvitale
Hello, all. I have an EJB application that's packaged up in an EAR file that I'm deploying to JBoss 3.2.3 on Linux using Sun's 1.4.1_07 JVM. I have a parameter that used to be in my web.xml file that I now need changed across my three environments (dev, tst, and prod.) The NetOps guys want a

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

2004-04-05 Thread alanc_yang
In the case of receive timeout, the connection is closed. In order to receive the message again, the connection/session/subsdriber all need to be recreated? So if there is no message available on the tipic destination, every timeout interval the connection will be destroyed and rebuild? What'

[JBoss-user] [Beginners Corner] - Re: Hibernate as MBEAN YET

2004-04-05 Thread gunzip
Ive already followed that, as I said the EAR DEPLOYS alright look: 14:16:37,423 INFO [MainDeployer] Starting deployment of package: file:/usr/local/src/jboss-3.2.3/server/default/deploy/ejbhibernate.ear 14:16:37,425 INFO [EARDeployer] Init J2EE application: file:/usr/local/src/jboss-3.2.3/serv

[JBoss-user] [HTTPD, Servlets & JSP] - Re: SSL with Tomcat in JBOSS 3.2.3

2004-04-05 Thread [EMAIL PROTECTED]
This is not a valid error, it is really a debug message as indicated by the log4j level. Tomcat is looking for various SSL implementation choices and the 'Error' about PureTLSImplementation simply means it could not be found. It will default to the JDK JSSE implementation and work fine. View th

[JBoss-user] [Beginners Corner] - Container Managed Transaction

2004-04-05 Thread tzman
Is there anyway to get information ( status and tran id ) on your current transaction, if there is one? I can see that I may be able to get the TransactionManager from JNDI and it will give me a status, but I would also like to see some type of identifier for the current transaction. Any help w

[JBoss-user] [Messaging, JMS & JBossMQ] - Is Last Resource Gambit included in JBoss 3.2.4 RC 1 ?

2004-04-05 Thread divine_comedy
I tried to look through the changelist, but could not find it, but it can also be under a different name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829266#3829266 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence & CMP/JBoss] - Error when deploying a CMP ejb. java.lang.NoClassDefFoundErr

2004-04-05 Thread panguana
Good Morning/afternoon/evening: I have a little problem trying to get a Data Source Connection, the DS, in mssql-ds.xml file as follow: | | dsTITAN | jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=dbTITAN | com.microsoft.jdbc.sqlserver.

[JBoss-user] [HTTPD, Servlets & JSP] - SSL with Tomcat in JBOSS 3.2.3

2004-04-05 Thread acox
I've read the documemtation and attempted the fixes listed in the forums. No matter what I add to jboss-service.xml (conf and deploy), I always get startup errors regarding loading TLS classes, and SSL errors when connecting to the SSL tomcat instance. So, I am able to get encrypted SSL traff

[JBoss-user] [Clustering/JBoss] - How to disable automatic clustering?

2004-04-05 Thread frank_montoya
I have 2 systems where Jboss (3.0.4) is installed, and I would like to run my application on each of them but in a stand alone way. But by default, Jboss is configured as part of a cluster and every new starting Jboss instance is discovered and becomes a member of the cluster. how can I disab

[JBoss-user] [Messaging, JMS & JBossMQ] - message size

2004-04-05 Thread jianjia
Hello, I am doing a MSc project in which I need to evaluate the proformance throughput of JBossMQ and JMS. One of the test methods that I had designed is to send BytesMessage of increasing size (from 16Kb to 1Mb bytes) to JBossMQ. Unfortunately when I increased the message size to 512K, the test

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB login for topic subscriber

2004-04-05 Thread alanc_yang
Two clientID: - MACCAlarmMDB - MACCAlarm have the same name - macc-alarm-manager would that cause problem? The 'name' attribute seems to have been generated automatically. Is that the case and I wonder how? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception: CMR field value is already loaded

2004-04-05 Thread jmhofer
Sadly, removing the read-only definitions has not changed anything concerning the exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829261#3829261 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829261 ---

[JBoss-user] [Nukes User] - Re: cvs install problems

2004-04-05 Thread LORDs_diakonos
ok I got it working. Something with the way it untarred. Weird. But while building I got the following errors._default:compile-classes: | [mkdir] Created dir: C:\nukes5apr\nukes-snapshot\bb\output\classes |[depend] Deleted 0 out of date files in 0 seconds | [javac] Compiling 80

[JBoss-user] [JCA/JBoss] - Re: Problems with setting up Multiple Datasources

2004-04-05 Thread sthomasg
ok, I'm really Not an idiot! Really! trust me! I have no idea how I managed to post ejb-jar.xml 3 times in a row.maybe when I previewed before posting.. lets try that again: Jboss.xml: | | | | | | | CustSoldEJB | ejb/CustSoldLocalHome |

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityProxy run-as?

2004-04-05 Thread stick
Thanks Scott, that did the trick. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829256#3829256 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829256 --- This SF.Net

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

2004-04-05 Thread Martin0
JBoss, Adam, Found the right cvs command in the build systems forum :-) Once I got it in a path that had no spaces it successfully build. My simple test program does indeed now work as expected. Many Thanks JBoss for the timely fix!! Martin View the original post : http://www.jboss.org/inde

[JBoss-user] [Beginners Corner] - Re: Hibernate as MBEAN YET

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

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP field for key not found

2004-04-05 Thread chawla1975
Thanks, We have a table which has a compound primary key consisting of 4 different fields. These fields are defined as the cmp-fields. Regards, Vikas ABC ABCHome ABCLocal ABCBean Container ABCPK false 2.x CONFIG_PARAMETER_META_TBL attributeName domainName componentName defaultValue ap

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Servlet won't compile

2004-04-05 Thread sendres2
Sorry - Realized you can't see the xml text. Here it is: | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [HTTPD, Servlets & JSP] - Servlet won't compile

2004-04-05 Thread sendres2
I have a servlet created in my default package for my project. It's a very simple Hello World servlet I was using just to test my environment setup. I have a build.xml file created to compile the classes and create .jar/.war files. However, the first task (compilation) is failing with the follow

[JBoss-user] [Installation & Configuration] - Re: JBOSS hangs after contineous running for about 2 weeks

2004-04-05 Thread Lviz
hi Richard afiak ... does your version of jboss use the /tmp as temporary folder? and does your linux version has a cron job cleaning the /tmp folder every ~14 days? just a shot in the dark cheers lothar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829250#

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Old servlet stuck

2004-04-05 Thread magius
It's the same when I redeploy an EJB: JBoss "remembers" an old version instead of the new one just deployed and I have to restart JBoss each time. It worked in a previous installation under windows. I'm using JBoss 3.2.3, JDK 1.4.2_2, Suse 9.0 Pro. I think it's not important but I'm using too E

[JBoss-user] [JCA/JBoss] - Re: Problems with setting up Multiple Datasources

2004-04-05 Thread sthomasg
Ok.. I have DTD validation and debugging turned on..everything seems ok. No DTD validation errors show in logs... My Config xmls" ** ejb-jar.xml ** | | | http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | | | | | | CustSalesEJB | com.spectru

[JBoss-user] [Beginners Corner] - Re: Hibernate as MBEAN YET

2004-04-05 Thread gunzip
NOBODY KNOWS? Interesting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829245#3829245 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829245 --- This SF.Net email

[JBoss-user] [JBoss.NET & SOAP] - Re: Authentification with JBoss.NET and DatabaseServerLoginM

2004-04-05 Thread Essington
Does the application policy "other" also have a DatabaseServerLoginModule configured to use the defaultDS? It looks like maybe the AxisServlet (jboss-net.war) is trying to authenticate the HTTP request against that. Have you set the security domain for JBoss.Net? It is in the jboss-net.sar/jb

[JBoss-user] [Beginners Corner] - Difference between jboss.server.base.dir & jboss.server.base

2004-04-05 Thread skid
Hi all, I just have one quick question regarding the difference between the two system properties jboss.server.base.dir & jboss.server.base.url. I need to set the two variables to the correct directory if I want jboss to start. Except that one is a URL and the other isn't, what's the differenc

[JBoss-user] [JBoss.NET & SOAP] - How can I enable SOAP Attachments?

2004-04-05 Thread ricmoore
Greetings, I am trying to send a SOAP message (with attachment(s)) using a JMS topic and a MessageListener. I am using JBoss 3.2.3. It works without the attachment, but if I try to add an attachment the operation fails. From the exception stack trace it appears that attachments are not enabl

  1   2   >