[jboss-user] [Clustering/JBoss] - java.io.NotSerializableException: java.io.CharArrayWriter

2008-09-08 Thread sparthan
Hi all, Hoping that I could find different views supported with a healthy discussion, I am posting my exception occured when one of the jboss-4.2.2.GA node have got failed while implementing clustering support for an application, provided with no clue. 16:35:56,255 ERROR [JBossCacheService]

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: HTTPConnection in startup servlet works only with hot de

2008-09-08 Thread venuwin
Hi Peter and Kamil, I'm sorry if i had hurt any one of you. Would try this and let you know. The logic has been removed from startup servlet and put in a separate thread which would be invoked on first hit of index.jsp. This works fine. Thanks Men ! View the original post :

[jboss-user] [EJB/JBoss] - Re: Determining the source of an exception

2008-09-08 Thread francis17101970
time ago I solved this issue with a tool called ProGuard because we needed to reconstruct obfuscated stack traces on third-part code. http://proguard.sourceforge.net/ hope it can helps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174887#4174887 Reply to

[jboss-user] [JBossWS] - Re: Missing jbossws.integration.target in ant.properties in

2008-09-08 Thread skajotde
I reported Jira. https://jira.jboss.org/jira/browse/JBWS-2290 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174888#4174888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174888

[jboss-user] [JBossWS] - Re: Problem with Deploy and undeploy JBossWS-native-3.0.3.GA

2008-09-08 Thread skajotde
I reported Jira https://jira.jboss.org/jira/browse/JBWS-2291 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174890#4174890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174890

[jboss-user] [EJB/JBoss] - Re: Error in Jboss server.logs

2008-09-08 Thread francis17101970
there's something related with your jGroups configuration, seems there are problems sending and receiving of member-to-group messages. take a look at its configuration and if you don't have luck try posting some more information about it regards View the original post :

[jboss-user] [EJB/JBoss] - Re: Deployment problems jboss

2008-09-08 Thread francis17101970
there's a problem with the war file inside the ear. Have you packaged correclty your war ? post your war directory structure if in trouble bye View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174892#4174892 Reply to the post :

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

2008-09-08 Thread mrgordonz
kjkoster wrote : Read up on what mbeans are and how to interpret them. Then apply that to the jboss jmx console. I know it's big, but the first time you looked under the hood of your car it was big also. Now you just top up the oil even on cars you've never seen in your life Hi Kees, To

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Load balancing with sticky session

2008-09-08 Thread francis17101970
yes definitevely. The default server it's not for clustering, use the all configuration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174894#4174894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174894

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re:

2008-09-08 Thread francis17101970
take a look at this [url] http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtAnchor.CIHFCJJC/vtTopicFile.adfdevguide|deployment_topics~htm/[/url] anyway its quite strange you don't have any error message either in the console or in the log file. have

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - [Problem] Apache + SSL + JBoss = random images lost

2008-09-08 Thread TiamatB5
Hello, We have a problem on a RedHat EL 5.2 64 bits server. As a frontend we use Apache 2.2.3 that's accessed through SSL. That Apache redirects requests to a JBoss 4.3.0 (with sun JDK 1.5.2). The problem is that, only through SSL access (when we try by http:// or directly accessing JBoss on

[jboss-user] [Security JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-08 Thread djzak
Hi, eine wichtige Frage die irgendwie bei Kerberos immer untergeht: Verwendest du dieses Kerberos-SSO Szenario intern in einer Firma oder (auch) extern? lg View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174904#4174904 Reply to the post :

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

2008-09-08 Thread Mahi_nath
Thanks every one for replying me. Sir, i tried with all the following ways which you have suggested me. anonymous wrote : ./shutdown.sh -H X.X.X.108:1099 23233 | anonymous wrote : sh shutdown.sh -H ip address:jndi port 23233 anonymous wrote : sh shutdown.sh -S -s 192.168.111.234:Naming

[jboss-user] [Management, JMX/JBoss] - Re: org.jboss.varia.scheduler.Scheduler Problem ?

2008-09-08 Thread FDomino
There is an Issue already open but it has to do with the startdate param https://jira.jboss.org/jira/browse/JBAS-2596 Yes a issue would be very much appreciated ;) The Issue should be a simple one ( add parameters like daily,monthly hourly and so on ) , shouldn't it? View the original post

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

2008-09-08 Thread MikeSchulze
Hi - I know it's been awhile since this post was started, but now I am having the same problem. If I'm using the JobExecutor-Servlet within the JBoss-AppServer of the jBPM-Suite my Timer is executed as it should. But when i want to use the ejb-timer-service and substitute the jbpm-conole.war

[jboss-user] [JBossWS] - webservice jaxb and custom accessor

2008-09-08 Thread jkla
Hi, in our company we use Hibernate/JPA + JbossWS to host create web services (beans annotated with @WebService). Now we get a lot of lazy loading exceptions when the Hibernate entity is serialized, because the persistence context is not any longer available when this takes place. Someone had

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re:

2008-09-08 Thread d_strand
thanks for replying, (I've found that link myself while looking for anwsers :) My app is successfully deployed according to both logs and console. When I access it from a browser i can see my page being built in the jboss-logs, through all the jsf-phases. I can also see the individual

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

2008-09-08 Thread jahhaj
I'm using jboss 4.2.2.GA. I have a web service which is wrapped as a stateless session bean @Stateless | @WebService | public class Test | { | private static final Logger log = Logger.getLogger(Test.class.getName()); | | public Test() | { | log.info(Test

[jboss-user] [The Lizzard's corner] - Re: Where to start the learning experience

2008-09-08 Thread francis17101970
well before starting to run you must learn to walk ehhheheh :-) Jokes apart, it depends on how much you are skilled on JEE technology. Seam is a quite useful framework but it assumes that you are familiar with concepts like EJB and JSF. So I'd suggest ai first to learn EJB 3.0 and JSF. Then you

[jboss-user] [JBossWS] - Jar file for org.jboss.ws.core.soap.SAAJMetaFactoryImpl.clas

2008-09-08 Thread thorstenschmid
The class org.jboss.ws.core.soap.SAAJMetaFactoryImpl.class is declared in the file META-INF/services/javax.xml.soap.MetaFactory in jboss-saaj.jar. Unfortunately I cannot find any jar file where org.jboss.ws.core.soap.SAAJMetaFactoryImpl.class is included. Does anyone know which jar file or

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

2008-09-08 Thread [EMAIL PROTECTED]
Hi I m writting an applet for chat with Jboss remoting. Actually i put all jar -jbossall-client.jar 5077ko -jboss-aop-jdk5.0.jar 937ko - jboss-messaging-client.jar 575ko -jboss-remoting.jar :915ko -javaassit.jar : 555ko It s about 8Mega for my applet. There is a solution to reduce the my

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

2008-09-08 Thread prasad_global
Hi, what data bases does JBOSS ApplicationSercer 4.2.3 supports ? could you please provide me if you have any links or docs for this Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174968#4174968 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Need Help: Implementing JBoss Cache 3.0.0 BETA1 in Hibe

2008-09-08 Thread [EMAIL PROTECTED]
3.0.0.Beta1 should be API compatible with 2.2.0. Have a look at the latest Hibernate releases - they should have a cache provider that is designed for 2.X, dropping 3.0.0 there should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174970#4174970 Reply

[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=bbop=viewtopicp=4174971#4174971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174971

[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

[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: ... attribute name=UseReplQueuefalse/attribute | attribute name=FetchInMemoryStatetrue/attribute | attribute

[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

[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

[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

[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=bbop=viewtopicp=4174986#4174986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174986 ___ jboss-user mailing list jboss-user@lists.jboss.org

[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

[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] [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] [EJB 3.0] - Re: JBoss Transaction Manager Exception Handling

2008-09-08 Thread JKV
Thanks for the reply.. I will try that in my configuration file.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174961#4174961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174961

[jboss-user] [JBoss Messaging] - Re: Problem while publishing message to the Queue

2008-09-08 Thread tpawankumar
Hi, Thanks for the help. I found the problem.I am creating connection and session objects in a static block and closing the connection in instance method. when i comment the call to close the connection it is working fine. View the original post :

[jboss-user] [JBoss Messaging] - Re: NoClassDefFoundError: org/jgroups/Channel

2008-09-08 Thread timfox
If after installation, the clustered examples don't work, it's more than likely the installation was botched. Solution: re-install being very careful to follow all steps exactly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174950#4174950 Reply to the post

[jboss-user] [Javassist user questions] - How do I make if/else conditional statements?

2008-09-08 Thread coucou2004
Hello, I am trying to make if conditional statement. (version: 3.8.1.GA) example: CtMethod mCommand = CtNewMethod.make(public void commandAction(Command c, Displayable s) + { if (c == OUI) showMe(); }, clas);

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: [Problem] Apache + SSL + JBoss = random images lost

2008-09-08 Thread TiamatB5
Test made with Apache 2.0.52/mod_jk-apache-2.0.52-linux-x86_64.so : everything works fine, no image lost. We used, for this test, the same configuration than the 32 bits version (ie we don't use mod_expire). View the original post :

[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 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

[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

[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=bbop=viewtopicp=4174974#4174974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174974 ___

[jboss-user] [The Lizzard's corner] - I want you !

2008-09-08 Thread francis17101970
...and you must imagine Uncle Sam pointing his finger at you ! :-) Jokes apart, if there's anybody who wants to collaborate for a JBoss portal is warmly welcome. If you want to publish an article about the AS or any JBoss product, or propose a solution, a trick (there's a corner for the daily

[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

[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=bbop=viewtopicp=4174992#4174992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174992

[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 :

[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=bbop=viewtopicp=4174993#4174993 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174993

[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 :

[jboss-user] [JBoss Portal] - Re: How to redirect to a different URL on click of Maximized

2008-09-08 Thread softkoti
Thanks for your reply. But still Im unable to resolve the problem as summarized below: 1. Since I use struts-2-portlet plugin, on inclusion of portlet-api.jar to lib folder, it throws PortletInitializationException. Hence Im unable to use any of the portlet api's in my application. How can it

[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] - what operating system does JBOSS AS 4.2.3 GA support

2008-09-08 Thread prasad_global
Hi, What opersting systems does JBOSS ApplicationServer 4.2.3 GA supports ? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174966#4174966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174966

[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=bbop=viewtopicp=4175023#4175023 Reply to the post :

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

2008-09-08 Thread ashok.kadam
Hi Jaikiran, Problem is now solved for following structure of my .EAR file | UserForm.EAR | | | |META-INF | | | | | |--MANIFEST.MF | | |--application.xml | | |--jboss-app.xml | | | |lib | | | | | |--log4j-1.2.15.jar | |

[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

[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

[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 :

[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=bbop=viewtopicp=4175027#4175027 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4175027

[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=bbop=viewtopicp=4175028#4175028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4175028 ___ jboss-user mailing list

[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

[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=bbop=viewtopicp=4175032#4175032 Reply to the post

[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

[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

[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=bbop=viewtopicp=4175045#4175045 Reply to the post :

[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=bbop=viewtopicp=4175046#4175046 Reply to the post :

[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 -

[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 want

[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=bbop=viewtopicp=4175059#4175059 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4175059

[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] [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] [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 :

[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=bbop=viewtopicp=4175078#4175078 Reply to the post :

[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

[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 :

[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=bbop=viewtopicp=4175083#4175083 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4175083

[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

[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.

[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] [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=bbop=viewtopict=141864 Regards, braca View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4175093#4175093

[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

[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: 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=bbop=viewtopicp=4175097#4175097 Reply to the post :

[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 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. | Just

[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=bbop=viewtopicp=4175102#4175102 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4175102 ___ jboss-user mailing

[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:

[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] [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

[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 :

[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=bbop=viewtopicp=4175113#4175113 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4175113

[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 :

[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:jndi-port should work,

[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 :

[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

[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

[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] [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

[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 :

[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

[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

[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=bbop=viewtopicp=4175157#4175157 Reply to the post :

  1   2   >