[jboss-user] [JBoss Cache: Core Edition] - How to apply RemoveOnEvictActionPolicy only when maxAge sati

2008-09-08 Thread cacheuser
I am using JBC3.0 Beta1, using JDBCCacheLoader passivation false My eviction policy looks like this | | | |1 |1000 | | | |600 |600 |

[jboss-user] [Beginners Corner] - Transactions in JBoss

2008-09-08 Thread rohit.macherla
I am using a JBoss 4.2.2.GA server using WebServices. In my WebService, I am required to connect to a relational Database (Oracle 9i), get some data, change some of the existing data in the Database and then invoke another WebService. A failure to do any of these things implies that the entire t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Web Upgrade

2008-09-08 Thread [EMAIL PROTECTED]
You can't use JBossWeb 2,1,x in JBoss 4.2.x you need a 2.0.x version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175209#4175209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175209 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-08 Thread jaikiran
Now that the telnet has responded on 192.168.117.134 at port 35415, next try this: shutdown.sh -S -s 192.168.117.134:35415 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175208#4175208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Security & JAAS/JBoss] - Windows Authentication with Jboss

2008-09-08 Thread Mangal9i
Hi All, This is My first Interaction with Jboss. Basically I'm a BI developer. I'm using Pentaho Open souce BI which uses Jboss. Jboss gets installed with the installation of Pentaho itself. Now I want to implement the Windows Authetication in pentaho. Means instead of login screen at http:/

[jboss-user] [Beginners Corner] - Windows Authentication with Jboss

2008-09-08 Thread Mangal9i
Hi All, This is My first Interaction with Jboss. Basically I'm a BI developer. I'm using Pentaho Open souce BI which uses Jboss. Jboss gets installed with the installation of Pentaho itself. Now I want to implement the Windows Authetication in pentaho. Means instead of login screen at http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-08 Thread Mahi_nath
Thanks again for your reply. Sir , i tried with anonymous wrote : telnet 192.168.117.134 and the result i got is as below: anonymous wrote : suse-linux:/home/FWAnalyzer/Firewall/bin # telnet 192.168.117.134 35415 | Trying 192.168.117.134... | Connected to 192.168.117.134. | Escape character

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to find log4j.properties file in classpath

2008-09-08 Thread ashok.kadam
Hi Jaikiran, It worked. Problem is solved. And I can breath now. Now I am able to load my log4j.properties. Thanks for your help and quick replies. Regards, -Ashok View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175204#4175204 Reply to the post : http://w

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-08 Thread gothemilan
Hi, Yes, i have used the finally block to close the connection. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175201#4175201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175201

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication from stand alone client

2008-09-08 Thread eefahs
Hi Ragav, modifying our flow is not at all an option, we have our own reason for making audit an asynchronous process... I think nobody will like to have an imapct on thier SLA by using synchronous audit/log process. So again, modifying our flow, is not at all an choice So what you are say

[jboss-user] [Beginners Corner] - Re: How to reliably count active sessions (re-post)

2008-09-08 Thread mrgordonz
Hi Peter, I have finally managed to achieve my goal of extracting the number of active sessions into a log file. Your clue regarding the actual MBean was the clincher (jboss.web:host=localhost,path=YYY,type=Manager). I guessed that I should be able to see the info in the JMX console (http://

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication from stand alone client

2008-09-08 Thread ragavgomatam
anonymous wrote : So aftre both these calls, server itself will create a jms message for audit and it will put in a queue and an MDB will pick the message and for processign this message MDB will try to call the secured EJB JMS/MDB is asynchronousJMS/MDB systems are meant for distributed ent

[jboss-user] [JBoss Cache: Core Edition] - Re: Custom Eviction Policy and JDBC Cache loader

2008-09-08 Thread genman
For JBC 1.4 (used in JBoss 4.2), you can still write a custom eviction policy that does a remove. Extend the existing EvictionPolicy-implementing class and override the "public void evict(Fqn fqn)" method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175186

[jboss-user] [JBoss jBPM] - Re: 3.2 scheduler in ear

2008-09-08 Thread kukeltje
that is very hard with this limited amount of information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175185#4175185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175185

[jboss-user] [JBoss jBPM] - Re: process-end behavior

2008-09-08 Thread kukeltje
the process-end event fires when the process ends. Without your processdefinition it is hard to see what could be wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175184#4175184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Beginners Corner] - Re: How to reliably count active sessions (re-post)

2008-09-08 Thread mrgordonz
Hi Peter, That certainly fixed the issue with the exception - thx. My command is now: D:\JBoss_Tomcat\bin>twiddle -s localhost:1098 get "jboss.web:host=localhost,path=/MyApp,type=Manager" activeSessions But now when I execute that command, nothing happens - the cursor just sits there and the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem deploying SLSB in EAR file

2008-09-08 Thread jharby1
That worked, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175178#4175178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175178 ___ jboss-user mailing list jboss-user

[jboss-user] [Beginners Corner] - Re: How to reliably count active sessions (re-post)

2008-09-08 Thread PeterJ
I think that the equal sign confuses the command parser - try adding quotes around the object name: twiddle get "jboss.web:host=localhost,path=/MyApp,type=Manager" activeSessions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175177#4175177 Reply to the post

[jboss-user] [EJB/JBoss] - java.lang.NullPointerException with EJB 3 stateless web ser

2008-09-08 Thread longbeach
Hi, I get an error while deploying a Stateless session bean defined as a web service on JBoss 5 CR1. It seems to be a problem of version of JRE since it works with JRE 5 but does not work with JRE 6. I am using Eclipse 3.4 My interface looks like this : @WebService @SOAPBinding(style = Style.RPC

[jboss-user] [JBoss Tools (users)] - JBoss Tools Not Showing Up After Install

2008-09-08 Thread jabailo
I downloaded the JBoss Toolkit. Then I copied the contents of \features and \plugins to my Eclipse folder, c:\eclipse. However, after starting eclipse with the -clean switch, I do New->Project I don't see the Jboss templates as an option. If I look in the Project Configuration window, I se

[jboss-user] JBOSS LDAPS JAAS : Use it without role check ; JAAS to connect LDAPS serveur and do some tasks

2008-09-08 Thread xmarquis
Hi, I'm a newbie in JBOSS, and JAAS. I have followed some tutorials but I still cannot find a solution for 2 problems. (1) In fact, my application internally manage role, and I don't want JAAS to deal with it. So I'd like a system with login-config.xml and web.xml tag, which permit to authent

[jboss-user] List of configuration files I need edit.

2008-09-08 Thread Simon Funnell
Dear List, I was wondering if someone could give me a list of the configuration files I need to edit in relation to the following setup. At present I have a single machine that is providing website and email services for a single public domain. I have successfully installed the following so

[jboss-user] [Beginners Corner] - Re: How to reliably count active sessions (re-post)

2008-09-08 Thread mrgordonz
Hi Peter, This is looking promising! However, when I try the following command at the command prompt: D:\JBoss_Tomcat\bin>twiddle.bat -s localhost:1098 get jboss.web:host=localhost,path=/MyApp,type=Manager activeSessions I get the following exception: 07:08:14,829 ERROR [Twiddle] Command fa

[jboss-user] [JBossWS] - java.lang.NullPointerException with EJB 3 stateless web ser

2008-09-08 Thread longbeach
Hi, I get an error while deploying a Stateless session bean defined as a web service on JBoss 5 CR1. It seems to be a problem of version of JRE since it works with JRE 5 but does not work with JRE 6. I am using Eclipse 3.4 My interface looks like this : @WebService @SOAPBinding(style = Style.RPC

[jboss-user] [JBossWS] - problems with mtom and soap version 1.2

2008-09-08 Thread bob.lynch
I've created a simple pojo ws and it works fine as long as the client sends requests using a SOAP 1.1 envelope, but if I use SOAP 1.2 I get this error back in a soap fault: S:VersionMissmatch Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/

[jboss-user] [JBoss Portal] - Problem with Custom Auth Module

2008-09-08 Thread david.hoffman
I have a custom auth module that I have written to extend the UsernamePasswordLoginModule: | public class SASAuth extends UsernamePasswordLoginModule | My login-config.xml looks like this: | | | | guest | java:/portal/UserModule |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem deploying SLSB in EAR file

2008-09-08 Thread PeterJ
Try renaming policyServiceBean-1.0.ejb as policyServiceBean-1.0.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175167#4175167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175167 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: classoverirding in jboss

2008-09-08 Thread PeterJ
I can see why you want to do that for patching, but the jboss.patch.url property only allows only a single entry which is either a directory or a file. You could always modify the JBossAS source code to allow a file list for jboss.patch.url. View the original post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem deploying SLSB in EAR file

2008-09-08 Thread jharby1
I am trying to deploy an EAR file containing a WAR and a Stateless Session Bean. The WAR is getting deployed fine but the bean is not and no errors are shown in any of the logs. I have pasted my application.xml file below: | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: classoverirding in jboss

2008-09-08 Thread patwary_shiva
I want to control in what order jars(setting classpath) files will be loaded so that java can load the a.class from a.jar rather than b.jar when both a.jar and b.jar has the same class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175159#4175159 Reply to t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scoped Deployment settings cuase LinkageError

2008-09-08 Thread Martinator
Thank you for the caution. We distribute a lot of releases to a number of clients and want to avoid shipping 10+ meg or more with each distribution. Is there another place to deploy our jar files permanently without interferring with JBoss? View the original post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: classoverirding in jboss

2008-09-08 Thread PeterJ
Set it to the directory: -Djboss.patch.url=file:/E:/jbossinstall/patch/ It should then load all JARs in that directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175157#4175157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: classoverirding in jboss

2008-09-08 Thread patwary_shiva
I was trying to put more than one jar files but it seems to be not liking. i tried to do like this . -Djboss.patch.url=file:/E:/jbossinstall/patch/axeda_patch2.jar; file:/E:/jbossinstall/patch/axeda_patch2.jar; it always take the first jar and ignores the second one. Any ideas??? View the orig

[jboss-user] [JBoss Messaging] - Transaction Problem: The transaction is not active!

2008-09-08 Thread heikowiesner
hello, i am using jboss 4.2.2 and have a MDB which works fine, until onMessage is left. 08 Sep 2008 21:07:40,187 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id a31500a:6df:48c5757a:1a5 invoked while multiple threads active within it. 08 Sep 2008 21

[jboss-user] [Beginners Corner] - Re: How to reliably count active sessions (re-post)

2008-09-08 Thread PeterJ
Found it! The MBean you want is: jboss.web:host=localhost,path=YYY,type=Manager where YYY is the web application context. The interesting attributes are: activeSessions sessionCounter maxActiveSessions and various others. View the original post : http://www.jboss.com/index.html?module=bb&op=

Re: Powertop suggesting a kill of G-P-M Ubuntu 8.04 x64

2008-09-08 Thread Arjan van de Ven
Kok, Auke wrote: > Dan wrote: >> Bump... > > what's the request here exactly? do you want that particular suggestion to be > removed? I suspect it's just "eh my GPM is sucky again"; eg a bugreport against g-p-m rather than against powertop... ___ Pow

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Failed to load JBOSS

2008-09-08 Thread PeterJ
Download it from the MySQL web site. http://dev.mysql.com/downloads/connector/j/5.0.html But I usually get mine from the Maven repository at: http://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.6/ You never said which version of MySQL you are using, so I assumed 5.0. If you are using

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-08 Thread kringdahl
One other questions related to optimistic locking...is there anything I can do to switch an existing cache configured with pessimistic locking to optimistic locking? For existing caches, it appears that it can load the objects because they do not have the appropriate data versioning. Anything

[jboss-user] [JBoss Messaging] - Re: postoffice problems

2008-09-08 Thread PeterJ
Here is the root cause: Caused by: java.net.SocketException: Cannot assign requested address Too bad the error message does not state what address is bad, but I suspect one of these lines in the mysql-persistence-service.xml file: TCP start_port="7900" mcast_port="${jboss.messaging.controlcha

[jboss-user] [Beginners Corner] - Re: what data bases does JBOSS AS 4.2.3 GA support

2008-09-08 Thread PeterJ
Probably the best list of supported database is under the heading "Set up specific DataSources" at http://wiki.jboss.org/wiki/ConfigDataSources. But as Jaikiran noted, any JDBC data source will work. At work we have JBossAS running with several databases not listed on that wiki page, but then wh

[jboss-user] [Beginners Corner] - Re: Is JBOss provides all clustering types like other App se

2008-09-08 Thread PeterJ
Did you see the clustering guide: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/html/index.html There is also a version you can download from the documentation page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-08 Thread PeterJ
Do this. Open a terminal windows, cd to the bin directory and enter: ./shutdown.sh Read the description of the various options. If you started the app server with the option "-b 192.168.111.234", then any of the shutdown commands that contain the option "-s 192.168.111.234:" should work, provi

[jboss-user] [JBoss Messaging] - Re: Jboss messaging need 'bigs' library for applet client

2008-09-08 Thread PeterJ
The jbossall-client.jar file contains almost all of the classes found in all of the other jar files in the client directory. You could, instead, drop jbossall-client.jar and instead pick up just the client jar files you need. That could help reduce the size. View the original post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Failed to load JBOSS

2008-09-08 Thread [EMAIL PROTECTED]
Hi , Thanks for the reply.. from where do I get the MySQL jar file ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175113#4175113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175113 _

[jboss-user] [JBoss Portal] - Interceptors, Controller and Commands

2008-09-08 Thread analyzediz
I was wondering if someone could direct me to some documentation, tutorials, blogs, what have you on Interceptors, Controllers and Commands. More importantly, how are the executed, configured and perhaps extended. Thanks for you input. View the original post : http://www.jboss.com/index.html?

[jboss-user] [Performance Tuning] - Jboss 4.2.1 GA throughput and tuning

2008-09-08 Thread [EMAIL PROTECTED]
Hi, I am running my (non-ejb) application on Jboss 4.2.1 GA on Linux machine with Java 1.5. The jboss is configured to use ajp connection pool using apach server in front. Jboss is configured with the default ajp connection pool settings. I have following questions 1) As apache is just in f

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Failed to load JBOSS

2008-09-08 Thread PeterJ
The stack trace you posted has the same error as the previous stack trace, and Jaikiran's solution still applies: Jaikiran wrote : You haven't placed the MySQL JDBC driver jar file in the C:/SDA/jboss-4.0.1sp1/server/default/lib folder. Where did you place the MySQL Driver JAR file? View the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Disabling DTD Validation

2008-09-08 Thread mhablocher
Hi, Folks! Anyone knows how to disable DTD Validation during deployment on JBoss 4.2? I have an EAR application which contains a WAR and you respective "web.xml". unfortunately, the server does not have access to internet, and throws the following exception: avax.xml.ws.WebServiceException: or

[jboss-user] [Beginners Corner] - Re: invoking web service throws obscure exception

2008-09-08 Thread jahhaj
Upgrade to 4.2.3.GA fixed this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175102#4175102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175102 ___ jboss-user mai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scoped Deployment settings cuase LinkageError

2008-09-08 Thread jaikiran
"Martinator" wrote : Hi again Jaikiran, removing the servlet.jar from the jboss/server/default/lib folder resolved the issue. | Good to know that the issue is fixed. "Martinator" wrote : | We put all of our jars into the jboss lib folder to keep the size of our deployments down. | Ju

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How install jboss4.2.2.GA on mac?

2008-09-08 Thread PeterJ
I don't have a Mac, but the steps there should be the same as Windows or Linux. First, you need a 1.5 JDK. From other posts, I gather that the 1.5 JDK comes with the Mac, so you should be set. To verify this, open a terminal window (command prompt?) and run: java -version That should tell you

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scoped Deployment settings cuase LinkageError

2008-09-08 Thread Martinator
Hi again Jaikiran, removing the servlet.jar from the jboss/server/default/lib folder resolved the issue. Thank you so much for your help. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175097#4175097 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - process-end behavior

2008-09-08 Thread greenHand
I am wondering event type process-end does. I have two nodes (A and B) forked from a parent node and joined back to a subsequent node. Node A has an action to send email notification. A is not JBPM email node. It just sends through a regular smtp service. Node B has an action to execute some

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment problems when i replace the war file

2008-09-08 Thread PeterJ
I scanned the docs for a description of hot deployment but this was all I found: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Deployment.html. So here is a more detailed explanation. Every 5 seconds (by default, you can adjust this)

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Configuration Jsp & DataSource & JNDI

2008-09-08 Thread braca
Hello, my oracle-ds.xml is in the deploy-folder. Because I thought it's a Jndi-Problem, I posted this subject to: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=141864 Regards, braca View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175093#4175093 R

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to find log4j.properties file in classpath

2008-09-08 Thread jaikiran
The PropertyConfigurator.configure(filename) expects an absolute filename path. How about changing this piece of code: "ashok.kadam" wrote : | | | | | /** | | * Default BaseLogger Constructor. | | */ | | private BaseLogger() { | |

[jboss-user] [Clustering/JBoss] - IP binding, Multicast, and Mod_jk loadbalancing

2008-09-08 Thread clauseng
I have two Jboss 4.2.3 servers running on two Linux boxes in the same subnet. According to documentation, for them to cluster, all I had to do was start them with -c all, but when I did, they always bound to 127.0.0.1, which is internal IP and not mulitcast, so they couldn't see each other. It

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to find log4j.properties file in classpath

2008-09-08 Thread ashok.kadam
Hi Jaikiran, Here is some more information about my case. I have written my own classes for logging which extends functionality of logging as follows, BaseLogger --> Abstraction class for debuging and logging.Loads the logging configuration. And uses the Logger for lo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem in understanding deployment

2008-09-08 Thread PeterJ
You really should ask Novell - it's their product and their error message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175083#4175083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175083

[jboss-user] [Beginners Corner] - Re: How many users has JBoss AS ?

2008-09-08 Thread francis17101970
difficult to say.but just guessing, you can see in the download section the release 4.2.2 GA peaked at 350.000 downloads in one year. I don't think it's less then this number..maybe between 350.000 and 500.000...who knows.. Bye! View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBossMQ] - Re: Can't run example (JBoss Messaging 2.1)

2008-09-08 Thread huberth
I realize this thread is over a year old, but for others who find their way here experiencing similar problems... I was adding JBM 1.4.0 to AS4.2.1 and had similar problems. My configuration was correct (createJBossMQDestination was false, and my JNDI names were correct). The issue seems to b

[jboss-user] [Beginners Corner] - How many users has JBoss AS ?

2008-09-08 Thread Lisa_rossi
Sorry for the strange question, I had to fill some stupid figures in a document talking about JBoss. I'm not able to guess very muchmaybe you could help me. Thanks Lisa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175078#4175078 Reply to the post : htt

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss Web Upgrade

2008-09-08 Thread KerryJordan
I am currently using JBoss 4.2.2.GA and would like to upgrade the included JBoss Web to version 2.1.0 or later (resolves a bug). Can anyone explain the steps to upgrade just the JBoss Web system of JBoss AS? Thanks, Kerry View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scoped Deployment settings cuase LinkageError

2008-09-08 Thread jaikiran
"Martinator" wrote : Hi again Jaikiran, I did notice that the problem class: | | javax/servlet/ServletOutputStream.class | | resides within servlet.jar which I need for my servlet classes and also within servlet-api.jar which is deployed within the jbossweb-tomcat50.sar folder. | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scoped Deployment settings cuase LinkageError

2008-09-08 Thread Martinator
Hi again Jaikiran, I did notice that the problem class: javax/servlet/ServletOutputStream.class resides within servlet.jar which I need for my servlet classes and also within servlet-api.jar which is deployed within the jbossweb-tomcat50.sar folder. Do you think that would cause this problem?

[jboss-user] [JBossWS] - Re: Problems accessing SSL webservice

2008-09-08 Thread Vitor Isaia
Hello folks! I didn't find a solution for this yet. Any tip? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175059#4175059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175059

[jboss-user] [Clustering/JBoss] - Re: jmx clustering

2008-09-08 Thread justkeys
A simple load-balancing solution is to "schedule your jobs to the cluster" by posting your job-objects on a queue, and use an MDB to process these jobs. Jboss jms will load-balance the jobs over all available mdb's, and redeliver the job if a node dies during the handling. Note that you may wan

[jboss-user] [Microcontainer] - Re: 10.2 Calling Constrcutor

2008-09-08 Thread alesj
You mean this: - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/annotations/GenericAnnotationResourceVisitor.java - http://anonsvn.jboss.org/repos/jbossas/trunk/server/src/main/org/jboss/deployment/OptAnnotationMeta

[jboss-user] [Microcontainer] - Re: Web Beans Integration

2008-09-08 Thread alesj
There are plans to use MC to impl WB RI. Check web-beans mailing list: - https://lists.jboss.org/mailman/listinfo/webbeans-dev View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175046#4175046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Microcontainer] - Re: Examples in the User Documentation

2008-09-08 Thread alesj
This should be updated - jboss-container was split into few sub-projects. I'll ping MarkN, since user guide code is his work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175045#4175045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [EJB 3.0] - Re: Exception initializing interceptors - Entity beans

2008-09-08 Thread pdeshmuk
We are now able to access Session EJBs, but having issues accessing our (EJB 2.0) Entity EJBs. The container does not bind them to the JNDI namespace (I checked on the JMXConsole) and I am getting a NameNotFoundException. I think it treats EJB 2.0 Entities as EJB 3.0 Entities which do not need

[jboss-user] [JBoss Messaging] - postoffice problems

2008-09-08 Thread francesco_81
Hi all. I've few days of experice in JBoss. I'm in troble with the setting up of messaging service in a clustered environment. For now i used 1 messaging node on 1 instance of AS on 1 machine. I followed the configuration steps in chapter 4 of JBoss Messaging 1.4 User's Guide. when i run the A

[jboss-user] [Clustering/JBoss] - Re: Is exploded ear directories possible in cluster ??

2008-09-08 Thread patwary_shiva
Thanks for the reply.Is there any better way to update ear file?? can we create a ant task which updates the ear file does J2EE SUPPORT partially updating the existing ear file??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175032#4175032 Reply to the pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to find log4j.properties file in classpath

2008-09-08 Thread jaikiran
"ashok.kadam" wrote : | *But still I am getting getting file not found exception while accessing files from my java class. | | You will have be provide us more details. This thread started off with configuring your own log4j.properties file in the EAR, which you have been able to succe

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection refused

2008-09-08 Thread erasmomarciano
you can paste your script statup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175028#4175028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175028 ___ jboss-user mailing li

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to find log4j.properties file in classpath

2008-09-08 Thread ashok.kadam
Hi Jaikiran, Can you put your comments on my previous post? Thanks and Regards, -Ashok View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175027#4175027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175027 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection refused

2008-09-08 Thread jaikiran
Which version of JBoss do you use? And how do you start JBoss? Do you pass the -b option? See this for details http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175023#4175023 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Connection refused

2008-09-08 Thread Sherst
Hello all. I am running JBOSS on my computer and try to connect from other computer than get error: (111) Connection refused. When I enter http://localhost:8080 (computer where JBOSS running) it's ok, I see JBOSS start page. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Messaging] - Need help with configuring message bridge from JBM-1.4.0SP3(

2008-09-08 Thread Karen.Kramer
I did post this in beginner's corner last week and got no responses so I hope this is not a problem to re-post here: We are deploying an application on JBoss EAP 4.3.0 using JBM 1.4.0 SP3 and have successfully deployed with multiple queues and can successfully send messages and process them usi

[jboss-user] [Clustering/JBoss] - jmx clustering

2008-09-08 Thread jnl1
hi all...i'm not sure this is the correct place to post this (let me know if not). i have jmx mbean right now that processes jobs for N applications. there are about 5 different jobs that it processes. the jmx mbean runs in a single jboss/vm instance currently. we're going to be moving to a

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-08 Thread kringdahl
I meant to also include the log and exception. Here it is: | 2008-09-06 21:39:29,915 DEBUG [org.jboss.cache.interceptors.OptimisticLockingInterceptor] Locking nodes in transaction workspace for GlobalTransaction GlobalTransaction: | <172.30.255.38:57328>:2 | 2008-09-06 21:39:29,916 DEBUG

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException while concurrent accessing EJBs and c

2008-09-08 Thread aheizen
Hello, I published the project to reproduce the ClassCastException under http://www.tuah.de/jboss-classcastexception-test/jboss-classcastexception-test.zip. The archive contains a Eclipse project and Ant build.xml. You can reproduce the exception by running JUnit Tests from Eclipse or through An

[jboss-user] [JBoss Cache: Core Edition] - Optimistic locking not working with JDBCCacheLoader configur

2008-09-08 Thread kringdahl
I'm unable to get optimistic locking to work with the JDBCCacheLoader when I use a datasource. When I supply the DS configuration to JBC directly, it works just fine. I have included the exception / stack trace I get below. I'm using 2.2.0.GA. is this a known issue? Could this be a config i

[jboss-user] [JNDI/Naming/Network] - Re: JBoss Returns java.naming.Reference instead of the actua

2008-09-08 Thread jaikiran
"pskhanwale" wrote : Obviously, if this is not the way to solve it, please correct me, but I think this was a classpath issue. Commets/corrections will be greatly appreciated What you have done is correct. I remember discussing a similar issue in the forum (long time back) where the classpath w

[jboss-user] [Beginners Corner] - Re: what data bases does JBOSS AS 4.2.3 GA support

2008-09-08 Thread prasad_global
Hi, Thanks, Yaa that is considered and undestood Here the my question and worry is that are there any modification to the latest JBOSS App server ? And are there any new document or latest document on the same topic.. Hey, do you have any doc or reports in comparision with webspehre community

[jboss-user] [Beginners Corner] - Re: what data bases does JBOSS AS 4.2.3 GA support

2008-09-08 Thread jaikiran
Even though that document is dated 3 years back, the idea behind the databases that can be used is the same: anonymous wrote : Supported Databases: | | JBoss AS is interoperable with any JDBC-compliant database; including Oracle, SQL Server, DB2, and others. So any JDBC compliant database

[jboss-user] [Beginners Corner] - Re: what data bases does JBOSS AS 4.2.3 GA support

2008-09-08 Thread prasad_global
Hi, Thanks do much for your help and quick response.. But the document is prepared 3 years(2005-Jun) back.. Now the latest version in JBOSS AS 4.2.3 GA , which is a community based free version.. I would like to have the details for the latest version.Please help me if you have any document o

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication from stand alone client

2008-09-08 Thread eefahs
Hi ragav, While starting up my java client, it will ask for a username and password and entring the username and password, when the user enters the submit(login) button, it will create LoginContext and will call logon and then try to call the secured ejb and then will cal a unsecured ejb for

[jboss-user] [Beginners Corner] - Re: ClassCastException from PortableRemoteObject.narrow in J

2008-09-08 Thread ashok.kadam
Hi , I am getting the same problem. I checked all replies mentioned below. My .war file does not contain any of the EJB classes. Please suggest. Envirnoments: Jboss- 5.0.0.CR1 Java version - 1.5.0_13 EJB - 2 Regards, -Ashok View the original post : http://www.jbo

[jboss-user] [Beginners Corner] - Re: what data bases does JBOSS AS 4.2.3 GA support

2008-09-08 Thread jaikiran
See Page 5 in http://www.jboss.com/pdf/JBossASBrochure-Jun2005.pdf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174993#4174993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174993

[jboss-user] [Beginners Corner] - Re: what operating system does JBOSS AS 4.2.3 GA support

2008-09-08 Thread jaikiran
See Page 5 in http://www.jboss.com/pdf/JBossASBrochure-Jun2005.pdf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174992#4174992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174992

[jboss-user] [JBoss Messaging] - Re: Best architecture practice for jboss messaging.

2008-09-08 Thread [EMAIL PROTECTED]
Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174986#4174986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174986 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Beginners Corner] - add new group in jbpm

2008-09-08 Thread beutleri
Hi, I am trying to add new users of new group to the jbpm 3.2 environment. Therefore I added entries to the id_user, id_membership and id_group table. Now I am able to login with as a new user but the I get the error: "HTTP Status 403 - Access to the requested resource has been denied type Sta

[jboss-user] [JBoss Messaging] - Re: Bridge Status inconsistent when JDBC Connections are rec

2008-09-08 Thread goldi
Using jboss-messaging-1.4.0.SP3 and jboss-4.2.1.GA I made a test forcing the connection to the database to be broken for a while and then restart the connection. The result is that the bridge disconnects from remote server if the connection to the database is broken and then tries to reconnect.

[jboss-user] [JBoss Cache: Core Edition] - Re: Big HashMap stored to cache - problems with replication

2008-09-08 Thread milchkaffee
Thanks for your reply. The asynchronously replication doesn't seem to be the problem. Even after changing to REPL_SYNC the replication doesn't happen. configuration part: ... false | true | 15000 | 15000 | 1 | | true | true ... I use the methods registerClassLoder and activate

[jboss-user] [JBoss Cache: Core Edition] - Re: Big HashMap stored to cache - problems with replication

2008-09-08 Thread milchkaffee
Thanks for your reply. The asynchronously replication doesn't seem to be the problem. Even after changing to REPL_SYNC the replication doesn't happen. configuration part: ... false true 15000 15000 1 true true ... I use the methods registerClassLoder and activateRegion to activate the repl

[jboss-user] [Beginners Corner] - performance and memory consumption of JBOSS AS 4.2.3 GA with

2008-09-08 Thread prasad_global
Hi, Are there any links or reports or docs available for the comparsions of JBOSS AS 4.2.3 GA with the other open source app servers or app servers for the below points 1)Memory consumption 2) Response Times 3)Performance Thanks View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JNDI/Naming/Network] - Re: JNDI in ejb3

2008-09-08 Thread HerQpapa
Could you post your mysql-ds.xml and persistence.xml files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174974#4174974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174974 ___

[jboss-user] [Beginners Corner] - Is JBOss provides all clustering types like other App server

2008-09-08 Thread prasad_global
Hi, As per as i know per webapplication there are two types clustering 1) in memory and session replication. correct me , if I am wrong does JBOSS 4.2.3 GA supports all the types clustering methods same as other APp servers like websphere community edition server supports ? or Are there any di

[jboss-user] [JBoss Cache: Core Edition] - Re: How to install jbosscache

2008-09-08 Thread [EMAIL PROTECTED]
Have you read http://wiki.jboss.org/wiki/JBossCacheAsCompatibility ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174971#4174971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174971 __

  1   2   >