[JBoss-user] [Installation & Configuration] - NoClassDefFoundError in the verification of a deployed ear

2005-03-08 Thread dannyor
I got several utility jars in an ear that are referenced from several ejb-jars. I have tried different combinations of the following: 1. Add the utility jar to the current configuration lib dir (i.e default/lib or standard/lib). | 2. Declare the jar as a java module in the application.xml of the

[JBoss-user] [Beginners Corner] - how to use Timer in web service?

2005-03-08 Thread calendarw
Hi~ I want to build a web service, but I don't know where to store or get the TimerTask. If I use Application, it should be in the ServerMain class to handle Timer if client is disconnect; but in Web service, where the TimerTask add? how to let the TimerTask work independent if the client is di

[JBoss-user] [Installation & Configuration] - Re: Upgrading from JBoss 3.2.1 to JBoss 4

2005-03-08 Thread dannyor
Stupid of me ... It's on the doc site: http://docs.jboss.org/jbossas/upgrade4/html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869320#3869320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869320 --

[JBoss-user] [Clustering/JBoss] - HTTP Session Clustering--HttpSessionBindingListener valueUnb

2005-03-08 Thread venkat_ponnam
Hi, I have setup two JBoss 3.2.7 Application Servers in clustering mode on Sun Solaris and i am using basic HTTP Session Clustering. I have a implemented a myClass, whcih implements HttpSessionBindingListener interface and want to carry out certain operations in valueUnbound method, when sess

[JBoss-user] "jboss:service=WebService is,not registered" exception

2005-03-08 Thread Sastry Malladi
Hi, We are using Jboss version 4.0.0 and starting it in "all" mode (with cluster enabled etc.) Whenever we deploy certain apps, we get the following exception. The error is intermittant in the sense that the same thing works sometimes and gives this error some other times. Is this a known issu

[JBoss-user] [Clustering/JBoss] - Re: Largest Known JBoss Cluster

2005-03-08 Thread RolfZ
Here we go: 5 nodes, SLSB,SFSB, Entity Beans with Cache Invalidation ->JBoss 3.2.6 Cheers Rolf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869318#3869318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869318 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: auto-increment template not found

2005-03-08 Thread hfarid
Thanks a lot, that worked fine I noticed that the . <./> is sometimes set to ?1 IDENTITY and sometimes to ?1 auto_increment (what is the diffrenece??) it worked fine at the deployment BUT I could not create new entity, I am getting exception from the informix (inserting null value into key

[JBoss-user] [Persistence & CMP/JBoss] - Re: Postgresql 7.4.x/8.0, CMP and auto-increment

2005-03-08 Thread hfarid
Hi Based on my search in the forum I gathered the following - On the entity level you need to specify the following tag @jboss.entity-command * name="informix-serial" * class="org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCInformixCreateCommand" in your case name = postgresql-fetch-seq

[JBoss-user] [JBoss.NET] - axis1.2 with tomcat 4 deployed in jboss4.01

2005-03-08 Thread tekatool
I have a few doc/lit web services developed with axis1.2. Now I want to deploy them with my webapp in tomcat4 using jboss4.01 and am getting eror (it works just fine w/ axis1.2 deployed in tomcat4): unable to deploy type mapping: {http://net.jboss.org/jmx}AttributeType java.lang.ClassNotFoundEx

[JBoss-user] [JBossWS] - want to use axis 1.2 with jboss 4.01

2005-03-08 Thread tekatool
I have a few doc/lit web services developed with axis1.2. Now I want to deploy them with my webapp in tomcat4 using jboss4.01 and am getting eror (it works just fine w/ axis1.2 deployed in tomcat4): unable to deploy type mapping: {http://net.jboss.org/jmx}AttributeType java.lang.ClassNotFoundEx

[JBoss-user] [Clustering/JBoss] - Doubt about clustering fail over.

2005-03-08 Thread leoliveira82
Hello, I am trying to run the clustering service in jboss 3.2.6 and i have one problem to solve: How can i call the cluster? i mean: I know how to call an specific machine in the cluster. For example: Machine 1: http://10.71.198.20:8080/project/jsp/AddressMnt.jsp?ACAO=EXIBIRFLT Machine 2: http:

[JBoss-user] [EJB/JBoss] - EAR deploy fail

2005-03-08 Thread rëdnaxl
Im develop with IntelliJ IDEA 4.5.3. When compile a "J2EE Application Module" and deploy the resulting "ear file" over my JBoss, the follow exception is thrown. 20:52:17,300 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Documents and Settings/Alexander/IdeaProjects/HelloBean

[JBoss-user] [Beginners Corner] - EAR deploy fail

2005-03-08 Thread rëdnaxl
Im develop with IntelliJ IDEA 4.5.3. When compile a "J2EE Application Module" and deploy the resulting "ear file" over my JBoss, the follow exception is thrown. 20:52:17,300 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Documents and Settings/Alexander/IdeaProjects/HelloBean

[JBoss-user] [Persistence & CMP/JBoss] - Postgresql 7.4.x/8.0, CMP and auto-increment

2005-03-08 Thread dtn70437
Hi, could somebody tell me how the use auto-increment PK's for entity-beans with jboss ? a) How to declare the entity bean with XDoclet ? b) How do i get the new PK after creating Bean ? I want to return this PK to the client .. I search in den Newsgroups/Forums ... but i missed the answer -

[JBoss-user] [Advanced Documentation] - Re: Deployment Order within EAR files

2005-03-08 Thread dirk.koehler
Thanks for the reply. i'm currently involved in migrating an enterprise application from weblogic to jboss whereby it is necessary to ensure that certain ejb modules are deployed before others. The problem is to make sure that after a server startup jms messages which were not delivered yet (

[JBoss-user] [Beginners Corner] - JBoss Build Failed

2005-03-08 Thread srihari
I tried to build my JBoss application server, i set my enironment variables to point to java_home, also i set my jdk variable. I CVS'd the jboss-all source package. Then i tried building it. The ANT started up, but the build failed, because it says that could not find a file called config.java a

[JBoss-user] [Installation & Configuration] - EJBTimerService

2005-03-08 Thread sidazad
Hi, I am trying to configure and run JBOSS 4.0.1. I have removed hsqldb-ds.xml since I don't want to use Hypersonic. My previous version, 3.2.6 worked fine with this change but in 4.0.1 EJBTimerService has a problem at startup. I think this is because EJBTimerService is linked to Hypersonic DB in

[JBoss-user] [Beginners Corner] - I'm doing something wrong...

2005-03-08 Thread rksii
I'm sure I'm doing something wrong but darned if I know what. I just want my message bean to get a message out of the queue but it looks like there is some permissions crap I have to deal with. I can't find anything about setting permissions for JMS queues in the docs and I've tried googling on

[JBoss-user] [Installation & Configuration] - FileNotFound errors

2005-03-08 Thread Dynapen
Using JAXB to generate a XML doc from a object model. Need to then turn that XML doc into a WordML document using a server side XSL transformtion. Have the XSl working fine, but I can't seem to get around the "FileNotFound" error. I have ensured that the XSL file is located in the classpath. It

[JBoss-user] [Persistence & CMP/JBoss] - Re: Commit option A causing issues with cache not updating

2005-03-08 Thread cvandyck
Update: I tried running the application on JBoss 3.2.6, but the same problem persists. Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869283#3869283 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869283 -

[JBoss-user] [Management, JMX/JBoss] - classloading of properties file

2005-03-08 Thread nobel
Hello! I have something that works which I didnt expect it would :-) Using jboss326, I have 2 ears that each contain a war. Both wars are identical with the exception of the content in a x.properties file. The x.properties file is loaded with a class org.apache.struts.util.PropertyMessageResour

[JBoss-user] [Persistence & CMP/JBoss] - Re: MySQL Connector/J

2005-03-08 Thread fbiaggi
Hi, try to go back to 3.0.16 version of the driver. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869278#3869278 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869278 -

[JBoss-user] [EJB/JBoss] - Re: EJB3.0: class incompatible exception

2005-03-08 Thread alexsmr
see http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60726 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869272#3869272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869272 --

[JBoss-user] [Persistence & CMP/JBoss] - Mixed JDBC and CMP access within a single session method

2005-03-08 Thread npryan
We've got a situation where we need to update entity values using JDBC statements and then access them for reading via CMP methods. This is to be done within a single stateless session bean method. I think this is a fairly odd requirement but from what I understand it should be possible. Please

[JBoss-user] [Persistence & CMP/JBoss] - MySQL Connector/J

2005-03-08 Thread j_mmontero
Hi, I'm using the new version of MYSQL 4.1.7 with the new MYSQL Connector 3.1.6. My application work fine for a while, but then I got the following errors: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.io.EO

[JBoss-user] [JCA/JBoss] - MySQL database configuration

2005-03-08 Thread neorozwel
Hi, I wrote http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61141 but now I think it's rather a problem with my database configuration. The thing is that I don't manage to access my mysql database from within my web application when it's bound to java:comp/env/jdbc/MySqlDS, even if I a

[JBoss-user] [Installation & Configuration] - JBoss and static content

2005-03-08 Thread kejoseph
I have deployed an application which accesses static content (html files) from the jsp using include statements. Using virtual directory mapping, I have setup redirection to work (by modifying the server.xml and also jboss-service.xml file. I can get to the link if I type it explicitly in the b

[JBoss-user] [Messaging, JMS & JBossMQ] - Not able to receive JMS Messages.

2005-03-08 Thread dhaval_shah_m
I am not able to receive messages. Not sure what I am doing wrong here. I am using JBoss4.0.1sp1 and JDK1.4 Here are the code snippets : Initialize the queue sender : | | InitialContext jndiContext = new InitialContext(); | | QueueConnectionFactory factory = (QueueConnectionFactory)j

[JBoss-user] [Installation & Configuration] - Re: Change localhost name

2005-03-08 Thread darranl
Excuse me for attempting to use the forum for something other than its intended purpose...which is? Sorry you might have miss-understood my previous post, I was not trying to answer the technical questions - I was answering your question: - 'why would something so simple as setting a listener a

[JBoss-user] [Installation & Configuration] - Re: Change localhost name

2005-03-08 Thread jwisetech
Thanks...I read through the guide and found what I was looking for...but don't you think it would've been a lot easier to just type back: use run --host ...read admin guide for more info. A search of the forums did not reveal any past posts otherwise I would've used that info. Excuse me for at

[JBoss-user] [Installation & Configuration] - Re: Change localhost name

2005-03-08 Thread darranl
...it begs the question why would something so simple as setting a listener address / port for a webserver make it onto this forum in the first place... The meanings of the different folders under 'server' are described in the administrators guide. The argument to pass into the run script to s

[JBoss-user] [Installation & Configuration] - found in jboss.xml but not in ejb-jar.xml

2005-03-08 Thread lamontlLq
I've a similar problem. I tried to migrate from Websphere to JBoss 4.0.1 and I've convert my ibm-ejb-jar.xmi in jboss.xml. I've a ejb-jar.xml like that DateLogique com.DateLogiqueLocalHome com.DateLogiqueLocal com.DateLogiqueBean Stateless Container jdbc/popo_ddi javax.sql.DataS

[JBoss-user] [JCA/JBoss] - JNDI Access from Worker (JCA) Thread

2005-03-08 Thread mskonda
Hello Guys There's a bizare problem with my JNDI Lookup: I create a serialized object and bind it to global jndi space (using a utlility program). In my Worker thread, all I have to do is to retrieve this Object (the name is obtained from the ActivationSpec) by looking up in the jndi space. U

[JBoss-user] [JBossWS] - Re: DeploymentException out of the blue

2005-03-08 Thread Joel.Rosi-Schwartz
Checking through the XDoclet Jira I found out that this is a known issue and in fact it is fixed in cvs head for the yet to be released 1.3. What is needed is not the DTD but an update to the root element to make it J2EE 1.4 compliant as such: http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="

[JBoss-user] [JBossWS] - Re: (beginner) wscompile and generated class files.

2005-03-08 Thread jasong
You can suppres their generation by using -define instead of -gen. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869247#3869247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869247 --

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

2005-03-08 Thread lamontlLq
I've a similar problem. I tried to migrate from Websphere to JBoss 4.0.1 and I've convert my ibm-ejb-jar.xmi in jboss.xml. I've a ejb-jar.xml like that DateLogique com.DateLogiqueLocalHome com.DateLogiqueLocal com.DateLogiqueBean Stateless

[JBoss-user] [JBoss Getting Started Documentation] - Re: User not found: SA

2005-03-08 Thread sabelorin
That section (for in-memory DB) is commented out, although the locahost:1701 connection url is used for TCP: | | jdbc:hsqldb:hsql://localhost:1701 | | | Just to be sure, I made the change, but the message still appears. View the original post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Re: Change localhost name

2005-03-08 Thread jwisetech
To add...which configuration file do you change to do this (is it the all, default, or minimal directory???), changing one changes the others?...also, I have a case where my server is multi-homed...which file do I change? I feel nuts asking such a basic question after working for years with the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-08 Thread kiran222
Thanks for your replies. I am still trying to make the example in http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA work with JBoss 4.0. I don't mind whether the load balancing takes place in the Queues or at the Consumer(MDB) level. So this is my understanding now: In my scenario of a 2 node

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS authentication using a MySQL database ?

2005-03-08 Thread neorozwel
Ok, I may have found a hint but it's not a solution. Thanks to people from Orbeon, I realized that as my database was bound under java:comp/env, I might need to declare it as a resource-ref in web.xml. So I added the following element to web.xml : | | DataSource | jdbc/M

[JBoss-user] [Management, JMX/JBoss] - Re: MBean for a service?

2005-03-08 Thread [EMAIL PROTECTED]
Yea, MBean is a good fit for what you want to do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869239#3869239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869239 ---

[JBoss-user] [JBoss.NET] - Literal Encoding vs. Soap Encoding in the 3.2.xxx of jboss

2005-03-08 Thread acxsjones
Is there a way to have jboss.Net generate Literal Encoding vs. Soap Encoding from a stateless session bean. A couple of our guys went to JBoss world and heard that Soap Encoding would not be backward compatable. We need to find a temp solution for current development under 3.2.4 we have some

[JBoss-user] [Management, JMX/JBoss] - MBean for a service?

2005-03-08 Thread askesis
I need a ModelManager for my application that actively monitors transient non-J2EE data (local and remote TCP/IP data, SNMP info etc. throught CORBA). That data must be available to the EJB's in my application. This ModelManager must be running always as long as the application is deployed (not

[JBoss-user] [Beginners Corner] - Re: [Tomcat5] Failed to parse web.xml

2005-03-08 Thread [EMAIL PROTECTED]
I found out that JBoss 3.2.6 does not like older version of DTD. I changed to the following and it worked. PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd"; View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Security & JAAS/JBoss] - Re: Logincontext cant find jboss server ?

2005-03-08 Thread engelsen
I fixed it. I think By adding the java -Djava.security.auth.login.config=./resources/auth.conf but now I get a different error javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule at javax.security.auth.login.LoginContex

[JBoss-user] [Beginners Corner] - File system alias in JBOSS

2005-03-08 Thread arunvijay
Hello I need to create a file system alias in JBOSS. The scenario is something like:- I have a directory ?C:/p/web/js? containing all the js files, and when I say SRC = ?/fs/abc.js? in an html file, the server should understand that ?/fs? refers to ?C:p/web/js". So, how do I ask JBOSS to map

[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread bmelloni
I read the 4.0 docs (every single one of them) trying to resolve my classloader issue with 4.0.1SP1. It has a very clear and well written section (a bit hard to find, but it is there) on how to configure 4.0.1 for J2EE 1.4 compatibility and "separate classloading". Unfortunately, when I fo

[JBoss-user] [JBossWS] - Re: DeploymentException out of the blue

2005-03-08 Thread Joel.Rosi-Schwartz
This is not an Axis problem as I thought but rather is being caused by XDoclet. I went digging into my build process and found out that I am using the XDoclet wseedoclet ant task to generate the mappings. Apologies that piece of the puzzle slipped my mind. For the moment I have worked around th

[JBoss-user] [Installation & Configuration] - JNDI Access from Worker (JCA) Thread

2005-03-08 Thread mskonda
Hello Guys There's a bizare problem with my JNDI Lookup: I create a serialized object and bind it to global jndi space (using a utlility program). In my Worker thread, all I have to do is to retrieve this Object (the name is obtained from the ActivationSpec) by looking up in the jndi space. Un

[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread [EMAIL PROTECTED]
Why don't you take a look and report back what you think. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869218#3869218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869218 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Autodeploy

2005-03-08 Thread romm
Correction: I'm running JBoss v.4.0.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869216#3869216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869216 --- SF emai

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Autodeploy - Servlet Conflict

2005-03-08 Thread romm
Hello, I'm having a similar problem as well. I am deploying a WAR to JBoss 3.2 which has packaged the O'Reilly servlet library as part of the web application. A co-worker has also deployed the O'Reilly library as well as in a separate WAR (under /WEB-INF/classes/). Well, my application is us

[JBoss-user] [EJB/JBoss] - EJB3.0: class incompatible exception

2005-03-08 Thread alexsmr
I'm using JBoss IDE and JBoss4.0.1/EJB3.0 to play with tutorial examples. I'm getting next exception when running a client: Exception in thread "main" javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.ejb3.remoting.BaseRemoteProxy; local class incom

[JBoss-user] [JBoss Getting Started Documentation] - Re: User not found: SA

2005-03-08 Thread 112358
line jdbc:hsqldb:. should read connection-url>jdbc:hsqldb:hsql://localhost:1701 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869211#3869211 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869211

[JBoss-user] [EJB/JBoss] - Re: Access EJBs deployed on WebLogic from JBoss

2005-03-08 Thread sarika_agrawal
I am having the same problem of calling an EJB deployed on Weblogic 8.1 application server remotely from JBoss. How the ejb-ref in the jboss.xml should look like? ejb/CustomerAccount jnp://localhost:7013/ejb/CustomerAccount Is this correct? Also what information I need to put in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HA-JMS, datasources

2005-03-08 Thread vijayk
Thank you for your reply. I read Wiki and understand that a single database is required. But what if that database goes down? My question is - is there a way to insert messages in to 2 databases instead of just one? That way I can be sure that no messages get lost. Regards, Vijay Kandy View th

[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread bmelloni
I hope free does not mean *out of date* after a few months. I'd be happy to pay for the guarantee of always having up-to-date documentation. jBoss' habit of improving without preserving backward compatibility gives us great a great product, but it sure causes a lot of pain. View the origina

[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread [EMAIL PROTECTED]
The only "pay" documentation is the upcoming SAMS print edition of the JBoss Application Server Guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869205#3869205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38692

[JBoss-user] [Management, JMX/JBoss] - Re: Managing JBoss Cluster

2005-03-08 Thread [EMAIL PROTECTED]
Easiest thing to do is to deploy your service in the ./farm folder, so that re-deployment with new settings is propagates to all nodes. However, you cannot use the jmx-console for this. This is a feature that will be probably supported by the new admin console. View the original post : http://

[JBoss-user] [Advanced Documentation] - Re: For pay docs

2005-03-08 Thread darranl
http://www.jboss.org/docs/index I think the important line is 'All documentation is now free.' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869203#3869203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869203 -

[JBoss-user] [Beginners Corner] - Re: Global JNDI name for queues and datasources

2005-03-08 Thread [EMAIL PROTECTED]
Thanks. Let me give it a try. Example below: | | jboss.mq:service=DestinationManager | StatisticQueue | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869202#3869202 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Advanced Documentation] - For pay docs

2005-03-08 Thread bmelloni
I have a couple of questions about for-pay documentation. 1) Does buying the paper book give you access to PDF versions and more importantly - updates? 2) If yes, and I buy book for 4.0 version, would the documentation updates be available for all of the 4.x releases or only for a year? 3) How

[JBoss-user] [Beginners Corner] - Too many files open!!!???

2005-03-08 Thread mau
Hi I am running JBOSS4 with JDK1.4.2 and J2ee1.3 and I get the following error: ERROR [Engine] StandardWrapperValve[default]: Servlet.service() for servlet default threw exception java.io.FileNotFoundException: C:\jboss-4.0.0\server\default\deploy\management\web-console.war\images\spirale.gi

[JBoss-user] [Installation & Configuration] - JBoss 4.0 in debian linux

2005-03-08 Thread kshiv2001
Hi, I have installed JBoss 4.0(cluster) in debian linux machine. It is very slow to start(23 minutes) and takes a huge time when I call shutdown. Is there any procedure or FAQ to install JBoss 4.0 in debian linux machine? Thanks in advance. Regards Siva View the original post : http://www.jb

[JBoss-user] [Management, JMX/JBoss] - Re: Managing JBoss Cluster

2005-03-08 Thread tomerbd
lets say I have 20 nodes in my cluster, and i want to update one of my properties in my managed beans, that means i have to go (i use the jmx-console) through each node and configure it! its gonig to be a nightmare right? or are there other ways? View the original post : http://www.jboss.org/i

[JBoss-user] [JBossWS] - Re: DeploymentException out of the blue

2005-03-08 Thread Joel.Rosi-Schwartz
I migrated to JBoss 4.0.1sp1 and while the problem persists the diagnostics are clearer and I have confirmed my suspicion. The URL that can not be found is http://www.ibm.com/link/oss.software.ibm.com/redirect.shtml/jsr109/dtd/j2ee_jaxrpc_mapping_1_0.dtd This is NOT a JBoss problem. The Axis

[JBoss-user] [EJB/JBoss] - ApplicationDeadlockException

2005-03-08 Thread baskar_bharadwaj
Hi, I'am running my EJBs on JBoss 3.2.3. I have an entity bean, which may be accessed by multiple other session beans. When I was testing my app - after deploying, I found an exception(as below): - org.jboss.util.

[JBoss-user] [HTTPD, Servlets & JSP] - access_log filename

2005-03-08 Thread Worschtweckle
Hi all, today have tried to change the acces_log filename form localhost_access_log.-mm-dd.log to access_log. Unfortunately, i couldn't find a config line which includes the timestamp. server.xml looks like this: | | filename looks like this now: access_log2005-03-08 i'm using jbo

[JBoss-user] [JBossWS] - Re: workbook web services example doesn't work

2005-03-08 Thread [EMAIL PROTECTED]
Access to the generic path '/ws4ee/services' has been discontinued for security reasons. Every endpoint should use its own dedicated context instead of the generic /ws4ee context. There was a bug denying access to '/anycontext/services' that has been fixed for jboss-4.0.2 http://jira.jboss.com

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Problem with workbook example ex15_1

2005-03-08 Thread [EMAIL PROTECTED]
Access to the generic path '/ws4ee/services' has been discontinued for security reasons. Every endpoint should use its own dedicated context instead of the generic /ws4ee context. There was a bug denying access to '/anycontext/services' that has been fixed for jboss-4.0.2 http://jira.jboss.com

[JBoss-user] [Installation & Configuration] - Upgrading from JBoss 3.2.1 to JBoss 4

2005-03-08 Thread dannyor
Hi. Is there any ordered documentation regarding an upgrade from JBoss 3.2.* to JBoss 4 of problems that may arise and how to solve them? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869186#3869186 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] jboss and tomcat

2005-03-08 Thread Anshul
  hii, I am trying to deploy a pure (jsp, servlet "without EJB") web application to jboss 4.0.1 from tomcat 5.0.27 container. I am able to deploy the war file in the jboss. But i m NOT able to place the context file (placed under conf/Catalina/localhost/mycontext.xml) in jboss. For example: i d

[JBoss-user] [Persistence & CMP/JBoss] - Starting failed jboss.j2ee:jndiName=manager/OperationGroupLo

2005-03-08 Thread dsnehash
Hi I am getting the below exception with CMP entity beans in JBOSS4.0. Please can anyone advise? ERROR [org.jboss.ejb.EntityContainer] Starting failed jboss.j2ee:jndiName=manager/OperationGroupLocalHome,service=EJB org.jboss.deployment.DeploymentException: Connection timed out: connect; - ne

[JBoss-user] [Messaging, JMS & JBossMQ] - pyJMSException: Cannot authenticate user (nested throwable j

2005-03-08 Thread ler
Hello, I have a stateless session bean which creates a connection to a JMS topic (via XAConnectionFactory) in its ejbCreate (and disconnects it in ejbRemove). Sometimes, I get the following exception: | org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.io.EO

[JBoss-user] [Security & JAAS/JBoss] - Is JBoss JAAS LDAP suitable for a large enterprise ?

2005-03-08 Thread mike.westaway
The JAAS LDAP authentication module uses the construct principalDNPrefix + username + principalDNSuffix to authenticate users. For example, uid=jduke,ou=People,dc=jboss,dc=org In a large organisation (eg 10,000+) it is unlikely the people will be managed as a single org unit. Is it possible to

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBOSS4 JSP/JAVA Problem Too many open files!!!!!!!

2005-03-08 Thread mau
This then does not allow any request to go throug JBOSS and after a few requests I get a SQL error: [STDOUT] GROUPCODE FROM Param: cen 11:11:37,406 INFO [STDOUT] [Microsoft][SQLServer 2000 Driver for JDBC]Error setting up static cursor cache. This only happens after the first error. Also the f

[JBoss-user] [JBoss.NET] - Re: Bug in Jboss.net: cannot authenticate on JBoss 4.0.1sp1

2005-03-08 Thread [EMAIL PROTECTED]
This has been fixed for 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869179#3869179 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869179 --- SF email is spo

[JBoss-user] [Installation & Configuration] - Log4J with JBoss Question

2005-03-08 Thread rafcio
Hi, its possible to configure Log4J in JBoss for daily logging with max. file size rotating? If yes, how? Regards, Rafal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869178#3869178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [HTTPD, Servlets & JSP] - jsp won't compile in 3.2.6

2005-03-08 Thread danl_thompson
trying to move our app to 3.2.6 from 3.2.3 (tomcat 5 from 4). I've boiled the problem down to this simple example: <%@ page language="java" %> <%@ taglib uri="/tld/struts-html-el" prefix="html" %> pre-compiling using the jasper in jbossweb-tomcat5.sar seems to generate bad code [javac] ..

[JBoss-user] [Beginners Corner] - Problem with THAI character on Jboss-3.23 with RedHat Linux

2005-03-08 Thread nandipinto
Hi all, I'm deploying a J2EE application that has multi-language support on Jboss 3.2.3 on RedHat Linux 9.0 with JKD1.4.1_07 I have problem transforming and displaying XML files that contain Thai character (MS874 encoding). It says encoding MS874 is not a supported encoding. I've tried to tran

[JBoss-user] [HTTPD, Servlets & JSP] - JBOSS4 JSP/JAVA Problem Too many open files!!!!!!!

2005-03-08 Thread mau
Hi I am running JBOSS4 with JDK1.4.2 and J2ee1.3 and I get the following error: ERROR [Engine] StandardWrapperValve[default]: Servlet.service() for servlet default threw exception java.io.FileNotFoundException: C:\jboss-4.0.0\server\default\deploy\management\web-console.war\images\spirale.gif

[JBoss-user] [JBoss.NET] - Bug in Jboss.net: cannot authenticate on JBoss 4.0.1sp1 with

2005-03-08 Thread pepite
Hi, Jboss 4.0.1sp1 seems to have the possibility to authenticate against roles. However this didn't work. Looking at the source code, it seems that you forgot to register the subject with the SecurityAssociation class in the class org.jboss.net.axis.server.JBossAuthenticationHandler. Here is

[JBoss-user] [Persistence & CMP/JBoss] - Re: Adding CMR fails

2005-03-08 Thread jbm166
Hello, Is this thread still alive ? Has somebody had time to check this matter ? Thanks. Regards. J&B View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869173#3869173 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386917

[JBoss-user] [EJB/JBoss] - Re: JNDI available outside tje server?

2005-03-08 Thread darranl
Something sounds wierd with your set-up, I have never had to make a configuration change to make JBoss available remotely. If the jndi.properties file that you showed outside the conf folder or is it still in the conf folder? View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: configuring fixed number of mdbs per queue

2005-03-08 Thread darranl
Within the jboss.xml of your message driven beans you can extend the container configurations that you have seen in the standardjboss.xml and give the new containers specific strict maximum pool sizes. Then you can specify which container configuration to use against the message driven bean def

[JBoss-user] [Javassist user questions] - Re: Howto instrument print(a.toString()) ?!?

2005-03-08 Thread sirrurg
Hmm ... so there is no solution to this problem? Or am i doing sth wrong ?!? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869169#3869169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869169 -

[JBoss-user] [EJB/JBoss] - Re: JNDI available outside tje server?

2005-03-08 Thread HoleInOne
Using the JMX-Console I set "CallByValue" to true. Now the port is open and I can access the JNDI from outside the JVM. Its magic :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869168#3869168 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-08 Thread razor_harm
I don't think it is possible to load balance the queue itself. (Only the consumers). Adrian, correct me if I'm wrong here. Do you want to load balance the queue itself? Or can you live with load balancing the consumers? (I assume this is where the actual work get's done??) View the origi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Basic Clustering/Load Balancing Question

2005-03-08 Thread razor_harm
"kiran222" wrote : I need to run a 2 node JBoss cluster with the following requirements: | | 1) Both the nodes will have a Queue with same name. Lets say the name as "Purchase Queue" | You don't actualy need two queue's. You could create a cluster using HA-JMS. This cluster provides auto

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

2005-03-08 Thread razor_harm
Yes, you need a single database for the clustered HA-JMS queue. Also see: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869163#3869163 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] Working with SwiftMQ under Jboss 5.2.0

2005-03-08 Thread Madheswaran R
Hi I want to use SwiftMQ messaging service instead of the default JBossMQ. So, I have done the following changes in my JBoss 5.2.0 installation. --- 1. copied jms.jar, dom4j-full, swiftmq.jar from SWIFTMQ_HOME/jars into JBOSS

[JBoss-user] [EJB/JBoss] - Call remote EJB on other JBoss from web

2005-03-08 Thread citystory
Hi all, as title, I can access remote EJB through standalone client, but failed for web client. All in jboss-4.0.0. Exception thrown is ClassCastException when casting to EJBHome. Source failed on PortableRemoteObject.narrow(...) Below is my config. any hints? thanks much jboss-service.xml

[JBoss-user] [EJB/JBoss] - Call remote EJB on other JBoss from web

2005-03-08 Thread citystory
Hi all, as title, I can access remote EJB through standalone client, but failed for web client. All in jboss-4.0.0. Exception thrown is ClassCastException when casting to EJBHome. Source failed on PortableRemoteObject.narrow(...) Below is my config. any hints? thanks much jboss-service.xml

[JBoss-user] [Management, JMX/JBoss] - javax.management.NotCompliantMBeanException

2005-03-08 Thread rafcio
Hi, I'm using JBoss 3.2.5 with this container configuration: | | Standard CMP 2.x EntityBean with Commit Option C | C | | But while hot deploy I get this debug print outs: | 2005-03-08 09:39:53,072 DEBUG [org.jboss.management.j2ee.facto

[JBoss-user] [Advanced Documentation] - jboss.xml reference

2005-03-08 Thread George80
Do any one know where to find a good reference to jboss.mxl. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869158#3869158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869158 ---

[JBoss-user] [Beginners Corner] - Integrating Crystal Report with JBOSS

2005-03-08 Thread ware
Hello! I'm trying to integrate CR XI with JBOSS. In CR designer i managed to connect to my MySql through jdbc connection but when trying using JRC in JBOSS i get the error msg that the jndi (localhost) cannot be found - where the "localhost" is taken from the address i've put in the report on

[JBoss-user] [EJB/JBoss] - Re: How to send SNMP trap from EJB?

2005-03-08 Thread levw
Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869155#3869155 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869155 --- SF email is sponsored by - The IT Pro

[JBoss-user] [Installation & Configuration] - Havine multiple Oracle Data Sources in JBOSS3.14

2005-03-08 Thread satyadoorva
Hi, Need to configure multiple Oracle DataSources in JB3.14. The help will be greatly appreciated. Thanks Satya View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869154#3869154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply