[JBoss-user] [JBoss.NET] - Re: JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0

2004-10-21 Thread antti
Same also here, code was tested with 3.2.4 and works, but new installation to 3.2.6 (final) seems to throw NullpointerException in org.jboss.net.axis.Deployment.oldGetService(Deployment.java:255). What is strange that it works sometimes and sometimes not. As if there was some sort of time out w

[JBoss-user] [Performance Tuning] - Win2003 slow down after Jboss running for 24 hrs

2004-10-21 Thread ay_xu
I'm quiet new to Jboss and reading some starting level docs right now. Enironment: Win2003, 1Gb Ram, Jboss3.0 with Tomcat 4.0, ERP production system runs on Jboss. After Jboss running for around 24 hrs, the system slow down, and end users reply me that their browser slowly connect to server. I c

[JBoss-user] [Installation & Configuration] - Re: jboss 4 and PostgreSQL

2004-10-21 Thread jotsetung
but in the standardjbosscmp-jdbc.xml there is a type mapping for PostgreSQLand in the standardjaws too. i changed the java:DefaultDS to java:PostgresDS ... but what is this strange data type "other"? in the ejb-deployer.xml is written: | | create table TIMERS ( |

[JBoss-user] [Javassist user questions] - Re: unable to locate the proper class - and some newbie ques

2004-10-21 Thread alvlim1982
Hi, Thanks a lot for the reply Mr.Chiba. Really appreciate it. Anyway, perhaps i'm a problematic person, coz i have more questions for u. *lol* Ok, I have actually solved the previous questionsand here it is, some new problems. My current program works like this (value obj generation) : 1

[JBoss-user] [Clustering/JBoss] - Clustered Timer Service

2004-10-21 Thread siaroga
Hi guys! Do you know, using of EJB 2.1 Timer Service implementation in the JBoss 4.0.0 is cluster safe or not? Thanx in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852292#3852292 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Installation & Configuration] - Re: UDP warnings in the log file

2004-10-21 Thread [EMAIL PROTECTED]
The default config supports rmi using either the sun jrmp protocol or our proprietary socket protocol. If you need rmi with the iiop protocol that can easily be added to the default config by moving over the iiop-service.xml, and its jars and config. View the original post : http://www.jboss.or

[JBoss-user] [Installation & Configuration] - startup postgreSQL when JBoss is being launched

2004-10-21 Thread beyarecords
Hi, I am currently running JBoss 3.2.6 and wanted to know whether JBoss was clever enougn to be able to start postgresql as a tcp-ip service while being booted up? Is there a command I can specify in one of the available config files? If so what file do i need to amend and what is the command?

[JBoss-user] [Installation & Configuration] - Re: What classloader for $JBOSS_HOME//default/l

2004-10-21 Thread bwallis42
"bwallis42" wrote : I am working through a class loader issue and was wanting to change the value of jboss.server.lib.url to point to my own server lib directory that is not under the server/ directory. | | It doesn't seem to work, I still seem to be using the lib directory under the server

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS failover takes about 3 minutes

2004-10-21 Thread [EMAIL PROTECTED]
This was fixed in 3.2.6 It was a bug in the jboss clustering hasingleton that meant it had to wait for a clustered method invocation to timeout before it detected the original server had failed. Please, please, please - test the latest and greatest before posting in future. View the original p

[JBoss-user] [Installation & Configuration] - Re: Datasource Problem

2004-10-21 Thread cheenu78
I think you can try out java:/DefaultDS instead of java:comp/env/DefaultDS. regards srinivas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852285#3852285 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852285 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: Can not start the Hypersonic Manager Tool

2004-10-21 Thread nrichards
The HSQL database manager is a local swing application, not an applet. If you want to run it remotely, you will have to run it by hand on a remote machine. I'd recommend doing it like that anyways, because when you exit the application, it tries to do a System.exit(). So, I really don't recom

[JBoss-user] [Installation & Configuration] - Re: jboss 4 and PostgreSQL

2004-10-21 Thread beyarecords
Hi, the very issue you mention I had the same problem, still un-resolved yet, but here is a work around. The error is telling you that there is no datatype definition for psotgresql in the standardjbosscmp-jdbc.xml file, which there is not! Every other database but not postgresql. What I did is

[JBoss-user] [Security & JAAS/JBoss] - Entity Beans for DatabaseLoginModule

2004-10-21 Thread big_main
Please excuse me if this has been asked before, but can someone tell me if it is ok to control the Principals and Roles tables (for the DatabaseLoginModule) with entity beans? My current application needs to manually change user roles quite often, so it needs to be done through the web. I

[JBoss-user] [Management, JMX/JBoss] - READ THIS FIRST

2004-10-21 Thread [EMAIL PROTECTED]
Read this carefully before posting: http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums This forum is for questions on JMX and the management tools: JBossMX - JBoss's JMX 1.2 implementation The MicroKernel - The JMX framework that is the core of the JBoss Server jmx-console - a web based view of t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to detect if a message is being released more than o

2004-10-21 Thread [EMAIL PROTECTED]
Moderated: RTFJD Message.getRedelivered(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852280#3852280 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852280 --- T

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: load balancing MDB in 3.2.6

2004-10-21 Thread [EMAIL PROTECTED]
Reread Jason's thread. He is talking about load balancing work across multiple clients (MDBs) where the clients pulls messages from a queue. This has always been supported by JBossMQ. It is called contested queues in the spec. Not load balancing the destinations on the server (which is not suppo

[JBoss-user] [Management, JMX/JBoss] - HTMLAdaptor

2004-10-21 Thread b_keerthi
Can anyone show an example of how to use HTMLAdaptor to get access to the MBeanServer? Also if I want to access the MBeanServer remotely from an application running on a different machine, how can I do this? I have does the same using RMI Adaptor it is working. But I want to know how to use H

[JBoss-user] [Installation & Configuration] - Re: AOP classes not found in JBoss 4

2004-10-21 Thread javapda
has this been answered yet? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852277#3852277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852277 --- This SF.net email

[JBoss-user] [Installation & Configuration] - How to install Java BluePrints Solution Catalog

2004-10-21 Thread max_ten
Any reference website on how to install BluePrints Solution Catalog on JBoss 3.2.5 or 4.0 ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852276#3852276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852276

[JBoss-user] [JBoss.NET] - Re: JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0

2004-10-21 Thread bsaravan
I have the same problem as pepite. I tried the technique as suggested by yaaarrrgg. Could not get it to work. Has anyone else encountered this problem and resolved it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852275#3852275 Reply to the post : http:

[JBoss-user] [EJB/JBoss] - Re: CMP - failed to retrieve data from database - but NO exc

2004-10-21 Thread Raist_Majere
I've seen an error in your code: you try to retrieve a local home interface in the same way you retrieve a remote home interface. Your code is: | context = new InitialContext(); | Object ref = context.lookup(groupJNDI); | home = (GroupLocalHome)PortableRemoteObject.narrow(ref, groupLocalHo

[JBoss-user] [Messaging, JMS & JBossMQ] - load balancing MDB in 3.2.6

2004-10-21 Thread toadie
there's an article on WIKI that talks about load balancing MDB in 3.2.4RC2. http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA as well as an excerpt from a post in the forums (posted by [EMAIL PROTECTED]) http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49051 anonymous wrote : I'm us

[JBoss-user] [Beginners Corner] - Re: zip exception: error in opening zip file

2004-10-21 Thread Raist_Majere
Try opening the ear file with WinZip or similiar program. If winzip complains that the file cannot be opened, then the file is probably corrupted and you should deploy another working copy of that file. If the file is not corrupted, sometimes happened to me that the temp files of previous deploy

[JBoss-user] [Persistence & CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-10-21 Thread beyarecords
"berkgypsy" wrote : more changes to make this 4.0.0 compatible, and now it's working, for those interested: | | | | | | | | jboss.jca:service=LocalTxCM,name=TxOracleDS | | | | java:/HibernateFactory | | java:/TxOracleDS | | n

[JBoss-user] [Installation & Configuration] - Re: Datasource Problem

2004-10-21 Thread ausfight
No one has seen this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852270#3852270 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852270 --- This SF.net ema

[JBoss-user] [Beginners Corner] - HTMLAdaptor

2004-10-21 Thread b_keerthi
Can anyone show an example of how to use HTMLAdaptor to get access to the MBeanServer? Also if I want to access the MBeanServer remotely from an application running on a different machine, how can I do this? I have does the same using RMI Adaptor it is working. But I want to know how to use HTM

[JBoss-user] [Clustering/JBoss] - Re: how to use singleton

2004-10-21 Thread monocongo
I'm using version 3.2.5 on Solaris and Linux machines. Once I finally have everything worked out I will post a forum message or Wiki entry outlining all of the steps I needed to take to get this working. Hopefully it will help other developers who want to use Singletons in a clustered JBoss app

[JBoss-user] [Clustering/JBoss] - Re: How to access HASingleton MBeans from a non-master clust

2004-10-21 Thread monocongo
I have worked this out and can access the RMIAdaptor from a non-master node. Here is the jboss-service.xml of the jmx-invoker-adaptor-server.sar which was copied from deploy to deploy-hasingleton: | | | | | | | | | jboss:service=invoker,type=jrmp |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Specify JNDI Name for Queue or Topic

2004-10-21 Thread randyott
Thanks. That did the trick. Randy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852264#3852264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852264 --- This SF.n

[JBoss-user] [Persistence & CMP/JBoss] - DeploymentException: Mappings were not provided

2004-10-21 Thread [EMAIL PROTECTED]
I'm running: - JBoss 3.2.3 - Xdoclet 1.2.1 - MySQL 4.0.21 - Linux RedHat 9 I have what seems to be a rather classic data model: Items: - itemId - price - cost - size - productId Products: - productId - name - desc - categoryId Category: - categoryId - name - desc

[JBoss-user] [JBoss.NET] - NameSpace Issues

2004-10-21 Thread Sudhad
Is there a document or article which points to configuration of web-service.xml ? Looks like I am miss configuring things on my web-service.xml which is pasted below. Aim is to expose the StudentEJB as a WebService and the Vignette Builder is used to expose the EJB as a Portlet Application. Th

[JBoss-user] [JBoss.NET] - Re: NameSpace Issues

2004-10-21 Thread Sudhad
"Sudhad" wrote : Is there a document or article which points to configuration of web-service.xml ? | | Looks like I am miss configuring things on my web-service.xml which is pasted below. Aim is to expose the StudentEJB as a WebService and the Vignette Builder is used to expose the EJB as

[JBoss-user] [Messaging, JMS & JBossMQ] - How to detect if a message is being released more than once

2004-10-21 Thread ianh
Env: JBoss 3.2.1 is there a way within a MessageDrivenBean to detect whether or not a JMS message has been previously released? We are using ContainerAck in the MDB so in the case of a failure the message is being resent from JMS. But within the MDB, we would like to detect this condition and

[JBoss-user] [Installation & Configuration] - No type mapping definition for postgreSQL in Jboss 3.2.6

2004-10-21 Thread beyarecords
Hi, I have just downloaded the the JBoss 3.2.6 and am in the process of hooking in postgreSQL 7.4.1 via jndi. After reading the document, 'Getting Started with JBoss', I proceeded to amend standjbosscmp-jdbc.xml and standardjaws.xml so as to use postgreSQL types but there is no definition for p

[JBoss-user] [Messaging, JMS & JBossMQ] - HAJMS failover takes about 3 minutes

2004-10-21 Thread sheckler
HAJMS failover (JBoss 3.2.5) takes about 3 minutes with many exceptions logged several times like [org.jboss.mq.Connection] Connection failure: [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected: [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to

[JBoss-user] [JBoss.NET] - Help Please.... No provider type matches QName

2004-10-21 Thread sureshkt
Hi All, I tried to tie a web serice to an EJB. I followed the sample given in the Axis disitribution (in samples/ejb). I have a stateless session bean and i was trying to deploy that as webservice...I have copied all the axis WEB-INF stuff into my application war file...and merged the web.xml o

[JBoss-user] [Clustering/JBoss] - HA-JNDI and jndi.properties

2004-10-21 Thread monocongo
I'm unable to start the NamingService when I set the java.naming.provider.url property in jndi.properties to the URL for the HA-JNDI tree. When I set this property to anything other than localhost:1099 (or jnp://localhost:1099, or nothing at all) then JBoss complains when starting up the Naming

[JBoss-user] [Clustering/JBoss] - Re: how to use singleton

2004-10-21 Thread rburdo
Hello, What JBoss version do you use? I consider using JBoss singleton as well over JBoss 3.2.5 . Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852247#3852247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=385

[JBoss-user] [Beginners Corner] - Re: Duke Bank Example

2004-10-21 Thread stevewong
The problem was due to ANT 1.5.2 comes with Fedora Core 2, after installing a new version of ANT 1.6.2, those error do not appear. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852246#3852246 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Re: UDP warnings in the log file

2004-10-21 Thread gubenc2
Dear Scott, We use the all configuration because we use havy clients which need RMI access to our beans. As far as we know the default configuration does not contain RMI. I tried the default configuration with a session bean with remote interface and could not deploy it until I removed the remot

[JBoss-user] [Installation & Configuration] - JSP Development in Jboss

2004-10-21 Thread vijaygrk
I changed the jboss-3.2.6\server\default\deploy\jbossweb-tomcat50.sar\server.xml and included the following . The reason for doing this is to do jsp development in jboss. But when i access the jsp page i get the following error org.apache.jasper.JasperException: Unable to compile class for JSP

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Specify JNDI Name for Queue or Topic

2004-10-21 Thread robisz
You should use attribute element instead of depends. com.intelliden.icos.kernel.event.EVENT_TOPIC See these pages: http://www.jboss.org/wiki/Wiki.jsp?page=ConfigQueue http://www.jboss.org/wiki/Wiki.jsp?page=ConfigTopic View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - commons-logging inside JBoss4.0

2004-10-21 Thread zwerg-aldi
Hi all, does anybody has an idea how to build a logger that implements org.apache.commons.logging.Log and that works properly inside JBoss4.0? My first guess was to create a DelegatingLogger which gets a reference to an org.jboss.logging.Logger and which delegates all logging requests to this l

[JBoss-user] [Persistence & CMP/JBoss] - JBoss and Oracle 9i r2 Problem

2004-10-21 Thread khatib
Hello , i am using Jboss 3.2.4 and Oracle 9i release 2 , when i try to create a CMP entity bean and invoke a create method , i get an exception , here is the oracle-data-source that i use Any help ? Thanks Abdullah Khatib XAOracleDS true false oracle.jdbc.xa

[JBoss-user] [Beginners Corner] - Re: setting up jk module. Where's mistake?

2004-10-21 Thread mi1291
my workers.properties file: | | worker.list=pippo | | | | # Define pippo | worker.pippo.port=8009 | worker.pippo.host=pippo.balena.homeip.net | worker.pippo.type=ajp13 | worker.pippo.lbfactor=3.5 | #worker.pippo.local_worker=1 | worker.pippo.cachesize=10 View the ori

[JBoss-user] [Advanced Documentation] - Re: How up to date is the Pay-for documentation?

2004-10-21 Thread [EMAIL PROTECTED]
An update for 3.2.6 is due out next week. This will be made available through the free online member plus docs so you can get it there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852237#3852237 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Javassist user questions] - Re: Question on CtClass FieldAccess, and ExprEditor

2004-10-21 Thread chiba
anonymous wrote : 1. Methods such as getMethods, getMethod, getClassInitializer are not implemented functionable in CtClass. Are we expecting them to be implemented soon? CtClass is an abstract class! Those methods have been implemented in CtClassType. The implementation in CtClass is mainly fo

[JBoss-user] [Beginners Corner] - Duke? problems with Jboss 4.0 on linux

2004-10-21 Thread hotstone
I'm using the following configuration: server is called tutorial and is equal to the standard server. Win2K PC 16:54:19,997 INFO [Server] Release ID: JBoss [Zion] 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418) 16:54:19,997 INFO [Server] Home Dir: D:\MyFiles\dev\env\jboss-4.0.0 16:54:19,997

[JBoss-user] [EJB/JBoss] - Re: NullPointerException: at org.jboss.ejb.plugins.local.Loc

2004-10-21 Thread tmike
tks for the quick reply... I am guessing if i use local interface, I can't test it by writing a simple client code(since it'll be run on its own vm)but I'll able to test it through a servlet connection or something. if I let my servlet use remote ejb interfaces to access ejb beans, woul

[JBoss-user] [Installation & Configuration] - Re: UDP warnings in the log file

2004-10-21 Thread [EMAIL PROTECTED]
The all configuration contains many services generally not needed, and if your not using clustering you should not be starting with the all configuration. What is in all that you need? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852231#3852231 Reply to t

[JBoss-user] [JCA/JBoss] - ManagedConnectionFactory is null

2004-10-21 Thread hamtan
Hi I am using jboss-3.2.3 on unix and have some problems in production with datasources. Everytime a database is restarted or i change something in a datasource, i have to restart also my JBoss nodes too. I get following error: Caused by: javax.resource.ResourceException: You are trying to u

[JBoss-user] [Javassist user questions] - Re: problem with xml parser

2004-10-21 Thread chiba
And you do not have to modify Loader class. Please call Loader#delegateLoadingOf() instead of using the patch code above. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852228#3852228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB/JBoss] - This may help...

2004-10-21 Thread normanfung
This may help... 23:15:41,553 INFO [RequestProcessor] Processing a 'POST' for path '/prepareLoginAction' 23:15:48,368 INFO [STDOUT] 461330 [http-0.0.0.0-8080-Processor25] DEBUG com.aa.samples.actions.PrepareLoginAction - PrepareLoginAction invoked ERROR: invalid console appender config detect

[JBoss-user] [Javassist user questions] - Re: problem with xml parser

2004-10-21 Thread chiba
Due to some dark side of Java class loaders, several classes must be loaded by the same class loader as other jre classes. If you're interesting, please read Section 3.2 in the Javassist tutorial. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852225#3852225

[JBoss-user] [Security & JAAS/JBoss] - Re: HTTPS plz heellp

2004-10-21 Thread jtccia1
Every ssl setup step may have problems, from your question it is a little difficult to identify what is wrong. I understand you only have problem with the config stuff, but may be you did not find where to make the config, or your are having an error trying to configure, or .. Please hav

[JBoss-user] [Installation & Configuration] - Re: How to change value of jboss.bind.address?

2004-10-21 Thread [EMAIL PROTECTED]
Use -b or --host on the command line passed to jboss to set this property. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852223#3852223 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852223 --

[JBoss-user] [Javassist user questions] - Re: unable to locate the proper class - and some newbie ques

2004-10-21 Thread chiba
Oops, another two questions. anonymous wrote : | but I found out that there's no CtClass.stringType or any String relevant type inside. So what if I wanted to add something like "private String name" inside the newly generated VO? | Use ClassPool#get. | ClassPool pool = ... ; | CtCla

[JBoss-user] [Jobs@JBoss] - Senior Developer – JBoss Products

2004-10-21 Thread admin
Come join a rapidly growing enterprise software and services company and the home of Professional Open SourceÂ. JBoss, Inc. has immediate openings for Developers to be a part of a fast-paced, leading edge software company that is changing the way Middleware software is developed, sold, and supp

[JBoss-user] [Jobs@JBoss] - Inside Sales Representative

2004-10-21 Thread admin
Inside Sales Representative Come join a rapidly growing enterprise software and services company and the home of Professional Open SourceÃÂÃÂ. JBoss, Inc. has immediate openings for Inside Sales Representatives to join our Atlanta, Georgia based team. This is a tremendous opportunity to be a

[JBoss-user] [Javassist user questions] - Re: unable to locate the proper class - and some newbie ques

2004-10-21 Thread chiba
Wow, many questions! :) anonymous wrote : | 1- The ClassPool failed to locate the proper class file unless I specify the full path of the class location, eg -> ./build/classes/com/org/solution/ | Javassist uses CLASS_PATH. The real problem in your code is not the class path. CtClass cla

[JBoss-user] [EJB/JBoss] - CMP - failed to retrieve data from database - but NO excepti

2004-10-21 Thread normanfung
CMP - failed to retrieve data from database - but NO exception.. Hi, I've developed this simple CMP to retrieve user Group information from database. It failed to retrieve data from database but no exception is thrown (Yes, I stepped through the code, nothing happenned). And now I'm kind of stuc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TimerService exception in MDB

2004-10-21 Thread eztrip
The sample MDB and stub code has been posted to sourceforge. Thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852215#3852215 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852215 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Specify JNDI Name for Queue or Topic

2004-10-21 Thread randyott
I am trying to set the JNDI name for a queue/topic to a specific value. Here is the configuration element: jboss.mq:service=DestinationManager com.intelliden.icos.kernel.event.EVENT_TOPIC And here is the exception I get when JBoss starts up 09:35:14,472 ERROR [MainDeployer] coul

[JBoss-user] [Installation & Configuration] - How to change value of jboss.bind.address?

2004-10-21 Thread klatif
How can I change the value of jboss.bind.address and BTW where can I find this variable in JBoss 4 ??? Khalid Latif View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852209#3852209 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Installation & Configuration] - Accessing JBoss server from the WWW

2004-10-21 Thread klatif
I just installed JBoss 4 on a Linux server and now I am trying to access my application from outside my organization. Failing to do so when I looked at the startup log it was very interesting. In every place where it must have been IP address of the server there was 0.0.0.0 and to my surprise th

[JBoss-user] [Installation & Configuration] - Connection Pooling

2004-10-21 Thread cheenu78
Hi all, I am using JBoss3.2.2 RC3, I need to know how to set the number of connections that can be pooled and used by the Server. Is there any configuration file that i will have to modify to achieve this? Can the no of connections increased dynamically by the programs? thanks and regards Sriniva

[JBoss-user] [Clustering/JBoss] - jboss-netboot.zip gone?

2004-10-21 Thread ebende
Hi The zip-file http://jboss.sf.net/demo/netboot/jboss-netboot.zip neede for netbootin as mentioned on the site http://www.jboss.org/demos/netboot appears not to exist. Where can I find it? Evert Bende View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852207#

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Why serialize object message if using jvm invocation lay

2004-10-21 Thread jhaddad
I get it. That would probably be asking too much of the clients - knowing that they can't modify the object. Maybe another way to optimize it could be calling clone() if Cloneable is implemented, or else take the hit with the current impl - (de)serialization? View the original post : http://

[JBoss-user] [Security & JAAS/JBoss] - Users/Roles managing web application

2004-10-21 Thread sbrbot
If one uses JDBSRealm or DataSourceRealm for user authentication (users/roles stored in database) is there any freeware web application for managing these entities? (Managing in terms of creation/deletion of users/roles, merging users and roles etc.) View the original post : http://www.jboss.or

[JBoss-user] [Installation & Configuration] - JMS problem sending to queue

2004-10-21 Thread vitin
I am sending messages to a queue but the queue remains empty. I can see my queue in the jmx-console but it also shows empty. No exceptions are thrown. java 1.4.2; jboss 3.2.6 my thread does this: ServiceLocator locator = ServiceLocator.getInstance(); QueueConnectionFactory connFac = locator .g

[JBoss-user] [Security & JAAS/JBoss] - override jboss jaas?

2004-10-21 Thread selswannes
Hi everyone, We've been trying to deploy a third party web application ( [url=http://ebxmlrr.sourceforge.net]omar[/url] ) on jboss 3.2.3, together with our own web application which acts as a proxy between omar and client. Omar and proxy use jaas to authenticate, and we have a 'custom' LoginMod

[JBoss-user] [Security & JAAS/JBoss] - Re: override jboss jaas?

2004-10-21 Thread selswannes
Stacktrace: 14:04:25,007 INFO [ProxyConnectionManager] attempting logon for user urn:uuid:85428d8e-1bd5-473b-a8c8-b9d595f82728 | 14:04:25,116 WARN [ProxyConnectionManager] Logon for user urn:uuid:85428d8e-1bd5-473b-a8c8-b9d595f82728 failed | javax.xml.registry.JAXRException: javax.security.

[JBoss-user] [Installation & Configuration] - admin tools

2004-10-21 Thread Arnen123
I was wondering if there we're any tools available for managing my JBOSS configuration? Specifically I want to be able to change all the ports JBOSS is listening/bound to without having to manually edit each configuration file. thanks. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session already invalidated exception

2004-10-21 Thread erezharari
but u have not called session.getAttribute("key"); would u try that? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852197#3852197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852197

[JBoss-user] [Performance Tuning] - Re: JBoss - Weblogic comparison

2004-10-21 Thread robisz
Hi jojo! Some tips for tuning CMP entity beans: - Mark getter methods as read-only (in your jboss.xml) - Turn on cache (in standardjboss.xml set commit-option to "A") for your container (Standard CMP 2.x EntityBean) - Read this article: http://www.onjava.com/pub/a/onjava/2003/05/28/jboss_opti

[JBoss-user] [Messaging, JMS & JBossMQ] - IS there a feature for delayed messages delivery (not re-del

2004-10-21 Thread ebegoli
All, I am trying to implement the feature where the system A gets its responses with a slight delay from the system B. I know that I can use delays inside the components that produce messages, but I would prefer to engineeer this delay onto a queue similar to what Oracle AQ has. Is there a fea

[JBoss-user] [EJB/JBoss] - Unable to instantiate org.jnp.interfaces.NamingContextFactor

2004-10-21 Thread newhorizon
Hi , Below is the peace of section of client side code import java.util.Properties; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.*; Properties prop= new Properties(); prop.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContex

[JBoss-user] [Clustering/JBoss] - Re: UDP bind_addr vs. -Dbind.address JBoss 3.2.6

2004-10-21 Thread sheckler
I used the UDP bind_addr attribute in cluster-service.xml to bind JGroups to a different lan interface as set by -b bindaddress on JBoss startup (multihomed machine, two parallel networks). This does not work with 3.2.6 (and did with 3.2.5). Stefan Heckler PSI AG, Germany View the original post

[JBoss-user] [Installation & Configuration] - UDP warnings in the log file

2004-10-21 Thread gubenc2
Hi all, We installed new JBoss servers on our company network and this caused a problem both on the new and the old JBoss servers. The server logs are full of UDP warnings like this: 2004-10-21 13:35:29,865 WARN [org.jgroups.protocols.UDP] packet from /10.1.1.11:45566 has different version (022

[JBoss-user] [Javassist user questions] - Re: unable to locate the proper class - and some newbie ques

2004-10-21 Thread alvlim1982
hi again, seems like no1 answer my questions :( maybe its too simple. anyway, i have another doubt over here. my current situation is to generate value object in runtime from a set of configuration files. I tried to add a new field insidebut I found out that there's no CtClass.stringTyp

[JBoss-user] [Javassist user questions] - Re: How to write new operator in function body ?

2004-10-21 Thread chiba
Thank you! I ran your test case with javassist.jar 3.0RC1 and got a better message. | javassist.CannotCompileException: [source error] Field listenerList in skyman.jini.observer.common.MonitoringAbleInterface is private. | Does this make sense? Chiba View the original post : http://www.

[JBoss-user] [EJB/JBoss] - Re: Finders in Jboss 4.0

2004-10-21 Thread weeclub4
Here is the code which i m putting in those xml files (jaws and ejb-jar) |findMax |id = (select max(new_id) from njsfirst) | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852182

[JBoss-user] [EJB/JBoss] - Finders in Jboss 4.0

2004-10-21 Thread weeclub4
Hi Everybody, Once again i m stuck with problem in jboss 4.0. I trying to specify finders in jaws.xml and ejb-jar.xml. As per jboss 3.2.5 i hv specified it but in the documentation (jboss 3.2.x) it says that there will be some different format to specify it and while running the server it say's

[JBoss-user] [Advanced Documentation] - How up to date is the Pay-for documentation?

2004-10-21 Thread rixc
Hi all, We currently use jboss 3.2.6 and have no immediate plans to move to Jboss 4 We have the pay-for docs for jboss 3.2.1 and are considering renewing it. But what is the status of the current documents. What versions of jboss does it cover? View the original post : http://www.jboss.org/in

[JBoss-user] [EJB/JBoss] - Re: NullPointerException: at org.jboss.ejb.plugins.local.Loc

2004-10-21 Thread darranl
When a java programme is executed by using the command 'java classname' a process called the JVM or Java Virtual Machine is started to execute the bytecode in the specified class. By starting JBoss and your application separately they are both running in their own JVMs and will both have thei

[JBoss-user] [Persistence & CMP/JBoss] - Deployment error in JBoss4.0 with HSQL

2004-10-21 Thread SaurabhVyas
Hi I am new to JBoss4.0, but i tried to deploy the .ear file of my project in JBoss4.0 at an appropriate place and when i tried to run the jboss4.0 it gave me following error. My .ear file used to work nicely in JBoss3.2.2. Can anyone plz help me regarding this error. I tried a lot but i don't

[JBoss-user] [Beginners Corner] - Duke tutorial JBoss 4.0 unable to create table

2004-10-21 Thread SaurabhVyas
Hi I am using JBoss4.0 and i am getting error somewhat similar to that mentioned earlier in this question. This error comes when i deploy the .ear file of my project into the deploy folder of JBoss4.0. This .ear file works nicely with JBoss3.2.2 but with Jboss4.0 it is giving error shown below.

[JBoss-user] [Management, JMX/JBoss] - Is there a way to specify parent ClassLoaderRepositary?

2004-10-21 Thread AKsay
In order to speed up redeployment process I split my app into several dependent modules without circural dependencies. So C depends on B depends on A. Is there a way to chain class loaders so I can redeploy only changed module with its children? Minor problem - loader-repository ignored in my s

[JBoss-user] [Beginners Corner] - Re: setting up jk module. Where's mistake?

2004-10-21 Thread Lviz
hi post your workers2.properties file too. cheers Lviz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852167#3852167 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852167

[JBoss-user] [Installation & Configuration] - Re: I'm working with wsad 5.1.2 and want to deploy on Jboss

2004-10-21 Thread rocketarena
is it a plugin ? i will see it thnx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852166#3852166 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852166 --- This SF

[JBoss-user] [Clustering/JBoss] - 4.0 and JBossCacheManager

2004-10-21 Thread tokobayashi
According to jbossweb-tomcat50.sar/META-INF/jboss-service.xml, JBoss 4.0 uses org.jboss.web.tomcat.tc5.session.JBossCacheManager for HttpSessionReplication. But, http://www.jboss.org/developers/projects/jboss/tc5-clustering.html This document says "Note that current implementation will be ported

[JBoss-user] [Security & JAAS/JBoss] - HTTPS plz heellp

2004-10-21 Thread kburn
hi dudes, i'm having troublez with tha https cfg.. any1 could help me on this?? cuz I looked around and I only found sone tuts 'bout tomcat4 or old stuff.. I'm currently runnin' jboss-325 with tomca5.. so, that's it.. ta 4 any reply.. :) View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Re: Jboss-3.2.5 hang due to

2004-10-21 Thread nischalsharma
hi IS there anyone u can provide some solution to my problem with regards nischal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852163#3852163 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852163