[JBoss-user] [Clustering/JBoss] - Re: Is it necessary to use HAJMS when on a cluster?

2004-11-22 Thread fredrik_is
Thanks, but it is not quite that easy for me. Firstly, I am stuck with version 3.2.6RC1 for a while. Upgrades can't be made that fast and easy because of other systems deployed. Secondly, I have to use another database for the persistence manager than Hypersonic (Hsqldb). I have to use MySQL ins

[JBoss-user] [Beginners Corner] - When Duke's bank example will be able to be compiled on JBos

2004-11-22 Thread Joselu
Hi, I have read somewhere in your Web that Duke's example cannot be compiled with new JBoss version 4.0 (checked by myself with 4.0.1RC1) As I need using 4.X, can you tell me in which version it is planned to be solved? Thanks in advance View the original post : http://www.jboss.org/index.h

[JBoss-user] [JBoss Getting Started Documentation] - Failed to Deploy Dukes Bank????

2004-11-22 Thread gallowaym
I'm new to both J2EE and JBoss. I'm using: JBoss 4.0 Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode RedHat Fedora RC2 Linux I'm trying to get Duke's Bank to work. There are no compilation errors or warnings. The database stuff seems to have worked fine. Everything works exactly a

[JBoss-user] [Beginners Corner] - JSPs not compiling in jboss

2004-11-22 Thread teja_neni
Hai everybody, I am a new user to jboss. I started working on jboss a few days before and had succeeded in creating a project and a .ear file. i had placed an index.jsp. I had also included some ejbs also which are also deploying good. When i am using http://localhost:9090 my application is

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityException in CallerIdentityLoginModule

2004-11-22 Thread [EMAIL PROTECTED]
3.2.7 > 3.2.7RC1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856031#3856031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856031 --- SF email is sponsored by - T

[JBoss-user] [Persistence & CMP/JBoss] - how to validate the EJB QL

2004-11-22 Thread rajdeep_dua
Is there any tool/parser to validate the EJB QL. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856038#3856038 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856038

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: new JBOSS user; having problem deploying examples in boo

2004-11-22 Thread rajdeep_dua
i faced similar probelm with CMP roster example from j2ee tutorial try using embedded mode of the hydeprsonic database.for me that mode worked but running it a independent service was giving the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385603

[JBoss-user] [Persistence & CMP/JBoss] - Re: XDoclet finders

2004-11-22 Thread redBeard15
Yes, look at the following topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56788 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856035#3856035 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856035 ---

[JBoss-user] [Advanced Documentation] - Re: XDoclet DynamicQL

2004-11-22 Thread redBeard15
Yes, look at the following topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56788 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856034#3856034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856034 --

[JBoss-user] [EJB/JBoss] - Re: DynamicQL, Xdoclet, and compile errors

2004-11-22 Thread redBeard15
I got JBoss DynamicQL working with Xdoclet!! Here are changes (from my original posts) I had to do 1) Change the declaration of 'searchProducts()' in my ProductBean to 'ejbHomeSearchProducts()'. Note case sensitivity. This causes a 'searchProducts()' method to be put in the ProductLocalHom

[JBoss-user] [Performance Tuning] - Re: JBoss Hang

2004-11-22 Thread AlanY
Not sure if this is related to your problem ... but we too have had JBoss hanging during web requests and also other servlet related activities. Had to use JProfiler to help us work out what was going on. It revealed that log4j (yes amazing as it seems) is causing blocked threads. You can refe

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityException in CallerIdentityLoginModule

2004-11-22 Thread rrhodes
I'm getting the same SecurityException with 3.2.7RC1. -Ryan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856029#3856029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856029 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: multiple JMS providers at same time in Jboss?

2004-11-22 Thread [EMAIL PROTECTED]
Yes and it is explained on the WIKI. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856028#3856028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856028 --- SF email

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Selection from an MDB

2004-11-22 Thread [EMAIL PROTECTED]
Using a message selector on a contested queue does not perform very well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856027#3856027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856027 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS deployment error (destination not found)

2004-11-22 Thread [EMAIL PROTECTED]
Nothing at first glance. But it clearly isn't reading your destination-jndi-name in jboss.xml Post jar -tf myejb.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856026#3856026 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Management, JMX/JBoss] - Deploying services with external JARs

2004-11-22 Thread infectedrhythms
I would like to deploy my service with the apache XML RPC jar file... Where do I have to put the JAr so my service can use it with out having to put it in the server/default/lib folder Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856025#3856025 Rep

[JBoss-user] [Management, JMX/JBoss] - Re: 3057 is not a managed VM.

2004-11-22 Thread infectedrhythms
So you dont have to start JMX through the VM. Also it seems that Java 5 breaks some thing in Jboss and other application in general... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856024#3856024 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid receiver for TemporaryQueue, violates spec

2004-11-22 Thread [EMAIL PROTECTED]
This was fixed in 3.2.4/4.0.0 Please, can you guys stop reporting bugs on old versions. Try the latest version to see whether it is fixed. That way you don't waste everybody's time with needless duplicate work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Management, JMX/JBoss] - Re: 3057 is not a managed VM.

2004-11-22 Thread infectedrhythms
Jboss 4 is built on JDK 1.4.x and uses JMX 1.2 so it is remotable already. Only recently is JMX standard in JDK 1.5. Also use MC4J pretty good open source JMX console. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856022#3856022 Reply to the post : http://

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: extending jboss's MQ to other servers - design

2004-11-22 Thread [EMAIL PROTECTED]
HTTPConnectionFactory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856021#3856021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856021 --- SF email is sponsored b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JNDI service loses bindings

2004-11-22 Thread [EMAIL PROTECTED]
My guess is that your jndi context is misconfigured. One example is deploying a jar that has a jndi.properties that overrides the version in the conf/ directory. Such a thing less likely with later 3.2.x releases since the classloaders are searched in the order they are added. i.e. conf/ is sear

[JBoss-user] [JCA/JBoss] - Re: Delays observed servicing connection requests from pool

2004-11-22 Thread [EMAIL PROTECTED]
What has this got todo with JCA? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856018#3856018 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856018 --- SF email is

[JBoss-user] [Clustering/JBoss] - Re: RMIAdapter and singleton in jboss 4.0.0

2004-11-22 Thread muhr
The markup is in the source if you view it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856017#3856017 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856017 ---

[JBoss-user] [Clustering/JBoss] - Re: RMIAdapter and singleton in jboss 4.0.0

2004-11-22 Thread muhr
awesome, no tag filter here. Hopefully the un-XML up there makes sense. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856016#3856016 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856016

[JBoss-user] [JCA/JBoss] - Re: Connection creation at the startup

2004-11-22 Thread [EMAIL PROTECTED]
This is an old FAQ, it has been discussed quite a few times before. I would suggest using search, but you'll have to filter out all the posts similar to this one where I couldn't be bothered to answer it, again... I will accept a patch that allows a | | in the -ds.xml, but only if pooling

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
yeah I tried the sample here at home and it worked fine! It looks like 1,5 is breaking quite afew thing all around... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856014#3856014 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Clustering/JBoss] - Re: RMIAdapter and singleton in jboss 4.0.0

2004-11-22 Thread muhr
Weird man. I swear I am doing the same thing. I know that there are n posts on heree about how to do this, and they all suggest sort of the same thing. I have been looking into this for a while now and I can't seem to get it. I have the following in my jmx-invoker-service.xml (4.0.0):

[JBoss-user] [JCA/JBoss] - Re: Help with error from my log file

2004-11-22 Thread [EMAIL PROTECTED]
1) Your test environment is useless if you cannot use it to reproduce production loads/problems. 2) Something is catching the SomeException further up the stack then trying to do more work. It should be allowing the transaction to rollback. Once that has happened, you can retry the transaction.

[JBoss-user] [JCA/JBoss] - Re: I keep getting

2004-11-22 Thread [EMAIL PROTECTED]
Your question is about CMP not JCA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856011#3856011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856011 --- SF email i

[JBoss-user] [JBoss.NET] - Re: JBoss-net.sar changed in 3.2.6 Final

2004-11-22 Thread [EMAIL PROTECTED]
Please also have a look at | javax.xml.soap.MessageFactory.createMessage(MimeHeaders headers, InputStream in) | | | | | Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object. View the original post : http://w

[JBoss-user] [JCA/JBoss] - Re: createing a datasource through the webconsole

2004-11-22 Thread [EMAIL PROTECTED]
It's on the TODO list (allow datasources/connection factories to be programmatically deployed - other than MainDeployer.deploy(urlToTheDS.xml), but the latest attempt looks to have been abandoned. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48673 View the original post : http://www

[JBoss-user] [JCA/JBoss] - Re: Do I want/need JCA?

2004-11-22 Thread [EMAIL PROTECTED]
This is also in the FAQ http://www.jboss.org/wiki/Wiki.jsp?page=IWantToConnectToXYZShouldIUseJCA I've added Scott's links. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856008#3856008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JBoss.NET] - Re: JBoss-net.sar changed in 3.2.6 Final

2004-11-22 Thread [EMAIL PROTECTED]
Your code should use the SAAJ API to create SOAPEnvelope objects and should (if possible) stay clear of dependencies on Axis. | javax.xml.soap.SOAPFactory | The functionality you are looking for it still available through the factory method | SOAPEnvelopeAxisImpl.newSOAPEnvelope(Inpu

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread [EMAIL PROTECTED]
Everything works fine on 1.4 (all versions I tried). Something weird is happening with jdk5, and it affects the old ObjectStreamPersistenceManager, too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856006#3856006 Reply to the post : http://www.jboss.org/

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
ok ill try it tomorow... Even the persistName attribute? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856005#3856005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856005 --

[JBoss-user] [JCA/JBoss] - Re: WrappedConnection NotSerializableException

2004-11-22 Thread [EMAIL PROTECTED]
Use a local interface then you will get call-by-reference semantics rather than call-by-value semantics. It's all explained on the wiki including the JBoss4FAQ about to the change to default config to use call-by-value by default. Passing managed connections between ejb contexts is usually a bad

[JBoss-user] [Beginners Corner] - Activatable objects - rmid woes.

2004-11-22 Thread sirwio
Hi, Anyone knows howto to implement activatable objects in jboss. I have build some activatable objects, services, using java.rmi.activation.Activatable and the rmi deamon rmid. Now I would like to port these services one by one to jboss so the first step is to get the existing code to work in

[JBoss-user] [EJB/JBoss] - Re: DynamicQL, Xdoclet, and compile errors

2004-11-22 Thread redBeard15
All right, I have the code compiling. I added the following code to ProductBean.java: | public abstract java.util.Collection findGeneral (java.lang.String id, Object[] args) | throws FinderException; | But now I have deployment problems. When I deploy this package, JBoss

[JBoss-user] [Installation & Configuration] - Can I remove conf/jbossmq-state.xml & conf/jboss-minimal.xml

2004-11-22 Thread didickman
I'm using the "all" setup under JBoss 3.2.5 and was wondering if I can remove these two files from our production instances: conf/jbossmq-state.xml conf/jboss-minimal.xml I noticed that jbossmq-state.xml was removed in 3.2.7RC1 and jboss-minimal.xml looks unused. Thanks for any response. Vie

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.NoSuchMethodError

2004-11-22 Thread jschwartz73
Thank you! That was the problem. We are using Firebirdsql-full.jar which has the concurrent.jar class files inside of it. Thanks again for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855996#3855996 Reply to the post : http://www.jboss.org/i

[JBoss-user] [JCA/JBoss] - WrappedConnection NotSerializableException

2004-11-22 Thread garym
Just upgraded from 3.0.6 to 4.0 Have a number of EJB's that start a transaction and pass the connection over to other EJB's. Receiving the error: java.io.NotSerializableException: org.jboss.resource.adapter.jdbc.WrappedConnection I do understand that connections are not serializable and we a

[JBoss-user] [JBoss.NET] - Axis Message-style/Java Web Service

2004-11-22 Thread [EMAIL PROTECTED]
Elizabeth asks: I have a Axis Message-style/Java Web Service webservice (.wsr) that we deployed as an example in the RC1 and RC2 versions of 3.2.6. It no longer works with 3.2.6 final, and I see that the axis.jar has been replaced with the axis-ws4ee.jar. I made the appropriate changes to th

[JBoss-user] [Clustering/JBoss] - Problem to lookup client side UserTransation from HA-JNDI

2004-11-22 Thread herthie57
Hi, I have configured JBoss 3.2.5 on a 2 nodes cluster. Every thing is working fine except when I try to lookup ?UserTransaction? from client side. When both nodes are running at same time the stand-alone client lookup method always returns an instance of ServerVMClientUserTransaction instead of

[JBoss-user] [EJB/JBoss] - Remote EJB lookup from another App Server on a different net

2004-11-22 Thread ryeager
I have an application that is running on Linux boxes in it's own ethernet network. The application can access all session beans on any of the boxes. I am now trying to access one session bean from WebSphere Application Developer through an installed token ring card. I keep failing on the cont

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread [EMAIL PROTECTED]
Hmm.. It has something to do with jdk5. With 1.4 it seems ok. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855986#3855986 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855986 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.NoSuchMethodError

2004-11-22 Thread genman
Does this class appear in one or more .jar files for your client? Are you using the same concurrent.jar file for your client as JBoss uses? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855985#3855985 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
I just tries it under 3.2.6 as well it still complains that persistName is required. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855984#3855984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855984 ---

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855983#3855983 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855983 --- SF email is sponsored by - The IT Pro

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread [EMAIL PROTECTED]
Maybe it's broken on 4.0. I'll do some tests and let you know. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855982#3855982 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855982 --

[JBoss-user] [EJB/JBoss] - DynamicQL, Xdoclet, and compile errors

2004-11-22 Thread redBeard15
I'm running JBoss 3.2.3, Xdoclet 1.2.2 on RedHat 9. I have an entity bean that looks like (annotated): | /** | * @ejb.bean | * name="Product" | * type="CMP" | * view-type="local" | * @ejb.finder | * signature="java.util.Collection findGeneral (java.lang.Str

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
I mean If I remove the doctype here is the actual exception... 16:38:12,698 INFO [STDOUT] [Fatal Error] jboss-service.xml:30:23: The entity "d efaultAttributes" was referenced, but not declared. 16:38:12,698 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Prog ramming/jboss-4.0.0/s

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread [EMAIL PROTECTED]
Try to remove the DOCTYPE and tell me how it goes. It refers to the xmbean descriptor but you've included in the mbean descriptor. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855973#3855973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
Actually yes I have infact I copied the example ;) Even the example did not work. I run Jboss 4.0.0 as default. And then I cut and paste TestService.sar in the deploy folder... Here I will provide my code and XML descriptors... jboss-service.xml for my Mbean... Ass for persisteName I get an e

[JBoss-user] [EJB/JBoss] - Re: Downloading classes from JBoss server

2004-11-22 Thread kalyan120
Thanks Scott, I had missed a property on the server side for Dynamic Classloading. The DownloadServerClasses property of jboss:service=Webservice MBean was set to false. I changed it to true and now I see that the classes are being downloaded from the server (I had put some log statements in th

[JBoss-user] [Nukes User] - Jboss 4.0/Nukes/MYSQL

2004-11-22 Thread cklostermann25
I have jboss 4.0 and I am trying to install the jboss portal using nuke 2.0 and Mysql. I am following the instructions on the nukes install. I get the following message when I run 'build.sh' Any help would be greatly appreciated. _buildmagic:init: Trying to override old definition of task pr

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread [EMAIL PROTECTED]
Have you tried the demo service from docs/examples/jmx/persistent-service.sar? I see you use a persistName "TestService.ser", if you don't specify anything you should get an .xml file inside /data/xmbean-attrs/ as soon as you change the value of "Param" using the jmx-console. What are the steps

[JBoss-user] [Beginners Corner] - Installing Roller (1.0RC1) in JBoss 4.0?

2004-11-22 Thread ErikT
Has anyone tried to install and run Roller in JBoss 4.0? Been trying lots, but to no avail. /Erik -- Shoplifters of the world, unite! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855959#3855959 Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread infectedrhythms
Thanks I also managed to put the xml with my jboss-service.xml instead of the external descriptor... But it still doesnt seem to persist! :( | | | http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd";> | | | | | | |

[JBoss-user] [Installation & Configuration] - JBoss 3.2.1 To JBoss 4.0 Migration

2004-11-22 Thread ssanjeev
Folks: We will be attempting JBoss 3.2.1 to JBoss 4.0 application server migration soon. Wanted to know all the gotchas and the likes that you all experienced and any lessons learnt . I am not able to find any decent links - would highly appreciate if there is information on this. Hope this to

[JBoss-user] [Management, JMX/JBoss] - Re: Persistance service problems.

2004-11-22 Thread [EMAIL PROTECTED]
You need also to specify your operations in the xmbean descriptor, i.e. the printParam() and (since you extend ServiceMBeanSupport) the lifecycle method create()/start()/stop()/destroy() and the 3 attributes Name/State/StateString. You can use the following convenience xml entities: (for an exam

[JBoss-user] [Management, JMX/JBoss] - Persistance service problems.

2004-11-22 Thread infectedrhythms
I read the wiki it seems I have implemented evrything ok... 1- When I wrap my Mbean as an XMBean it seems that I loose my Mbeans operations... The JMX console does not see the operations... 2- It doesnt seem to persist. Am using JBoss 4.0.0 here is my XML configurations and code... My Mbeans j

[JBoss-user] [Clustering/JBoss] - Re: Clustered HASingleton How-To

2004-11-22 Thread DashV
This step by step how to is great. It even worked for 4.0! You saved me hours of googling man. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855950#3855950 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855950 -

[JBoss-user] [Clustering/JBoss] - Re: JBoss Clustering Rocks! But How do I get the Partition N

2004-11-22 Thread DashV
Well. I re-read the Clustering docs and although it didn't give me the answer to my question directly, it did give me some things to think about which led to a solution. I don't know that it's THEE solution but it seems to work OK. For anyone else whos wondering here's how I am getting the parti

[JBoss-user] [Messaging, JMS & JBossMQ] - java.lang.NoSuchMethodError

2004-11-22 Thread jschwartz73
I'm getting the following error pretty consistently in my client's output. java.lang.NoSuchMethodError: EDU.oswego.cs.dl.util.concurrent.LinkedNode: method ()V not found at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(SynchronousChannel.java:317) at EDU.oswego.cs.dl.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Info on old setup? JBoss-2.4.7_Jetty-4.0.4

2004-11-22 Thread AlphaGJohn
Well, that didn't post correctlyhmmm. I guess I don't know how you make XML show up in textual form View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855943#3855943 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Info on old setup? JBoss-2.4.7_Jetty-4.0.4

2004-11-22 Thread AlphaGJohn
Should have included this in the initial post Here's the section of the jboss.jcml file that includes the definition that I believe the running app must be using: ds_anyOldDb org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl jdbc:sybase:Tds:216.83.152.118:5000/hor

[JBoss-user] [HTTPD, Servlets & JSP] - Info on old setup? JBoss-2.4.7_Jetty-4.0.4

2004-11-22 Thread AlphaGJohn
Hi Folks, I'm trying to do some add-on work for a client who's got the setup shown above and a dedicated app that I can't change is the main user of the JBoss infrastructure so upgrading is out of the question. The VERSION file in the JBoss directory of the install starts with the version in th

[JBoss-user] [Security & JAAS/JBoss] - JBoss 3.2.1 To JBoss 4.0 Migration

2004-11-22 Thread ssanjeev
Folks: We will be attempting JBoss 3.2.1 to JBoss 4.0 application server migration soon. Wanted to know all the gotchas and the likes that you all experienced and any lessons learnt. I am not able to find any decent links - would highly appreciate if there is information on this. Hope this top

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: losing messages publishing to topics

2004-11-22 Thread [EMAIL PROTECTED]
More importantly, use "READ THIS FIRST" to produce TRACE logging so we can see what is really happening rather relying on your assertions or trying to guess what the problem is. As it stands, this problem is unanswerable because it contains no relevent information. Hence, you were ignored. View t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Listeningt to a Weblogic (8.1) JMS queue from Jboss

2004-11-22 Thread hankx
"genman" wrote : FAQ or Wiki yes i did go through the FAQs and Wiki but I didn't find any weblogic specific solution. Is the generic solution going to work for any external JMS provider ? Thanks, ~Rajeev View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855935#3

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication with JBoss - Almost there need some

2004-11-22 Thread ravichittari
Looking for an answer... One of the JAAS / JBoss gurus please respond.. Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855934#3855934 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855934 --

[JBoss-user] [EJB/JBoss] - Re: Accessing EJBs on different JBoss Versions: 3.0.x & 3.2.

2004-11-22 Thread [EMAIL PROTECTED]
Thanks Frito. I was afraid that was the answer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855923#3855923 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855923

[JBoss-user] [Management, JMX/JBoss] - 3057 is not a managed VM.

2004-11-22 Thread gshekar
Hi, I want to monitor and manage the JBoss using JConsole. For this I downloaded jboss 4.0.1 and started it with JDK1.5 with the following java options "-Dcom.sun.management.jmxremote" in run.conf. But I am getting "3057 is not a managed VM." error while starting jconsole with jboss PID. Ple

[JBoss-user] [Security & JAAS/JBoss] - encrypted database connection

2004-11-22 Thread rajs1
I am trying to use hibernate (2.1) with JBoss4 with a Java database. The DB has been encrypted which means that the boot password has to be provided as part of the URL (or as a connection parameter anyway). For development, this has been entered in my ds.xml file. When I need to send it out in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Listeningt to a Weblogic (8.1) JMS queue from Jboss

2004-11-22 Thread genman
FAQ or Wiki View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855916#3855916 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855916 --- SF email is sponsored by - The IT

[JBoss-user] [Clustering/JBoss] - Re: Clustered HASingleton How-To

2004-11-22 Thread muhr
Perhaps I am not getting it right, however this method seems not to work in a cluster for me. I can find the MBean fine from the master server, but not from any of the other cluster servers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855913#3855913 Repl

[JBoss-user] [Installation & Configuration] - XSLTC classes missing from xalan.jar in 4.0.0?

2004-11-22 Thread nwray
Hi, we're looking at upgrading to 4.0.0 and I noticed the AS seems to include the unified xalan.jar but the xsltc classes are missing (for running compiled stylesheets). The manifest refers to them but they do not exist in the jarfile. It looks like the jarfile was re-rolled to include jboss

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I configure an MDB to talk to a remote queue?

2004-11-22 Thread apinto
Telefona ao Carlos Dias! ArmÃnio Pinto View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855911#3855911 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855911 --- SF em

[JBoss-user] [JBoss.NET] - NoClassDefFoundError with axis 1.1

2004-11-22 Thread god
Hi, our prob is: We want to make an soap call (with axis 1.1) from an EJB (stateless session bean) hosted on jboss 3.2.5to an third party web-service. Java runtime version is: 1.4.2.06. Every works fine in a standalone environment (without jboss and EJBs). If we integrate the axis-generated

[JBoss-user] [Installation & Configuration] - works on NT but not solaris?

2004-11-22 Thread fisch
i've an app that runs fine on JBoss (3.2) installed on NT/W2K3, but when i deploy to a JBoss 3.2 install on solaris 9 it passes an unrecoginzable ascii character to my DB. s, i installed websphere 5 on solaris (this is just wrong - but i was troubleshooting) and the app works fine with webs

[JBoss-user] [JBoss.NET] - Admin GUI for JBoss.NET now Available!!!

2004-11-22 Thread mbarton
WSABI for JBoss.NET provides a Java-based web application that manages Web services deployed via JBoss.NET. Built on top of Jakarta Struts framework, WSABI offers an intuitive user interface that vastly simplifies the management of complex JBoss.NET deployments. The user interface is divided i

[JBoss-user] [Messaging, JMS & JBossMQ] - How do I configure an MDB to talk to a remote queue?

2004-11-22 Thread JBoss
The modifications that i have to do in JBoss files are in the machine that owns the MDB or in the other machine where remote queue are? http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue Thanks [EMAIL PROTECTED] View the original post : http://www.jboss.org/index

[JBoss-user] [Clustering/JBoss] - Re: Is it necessary to use HAJMS when on a cluster?

2004-11-22 Thread DashV
Actually HA jms is much easier to get working than you might think... If you use the ALL configuration of JBoss 4.0 for example its up and going out of the box. The ONLY change you would need to make in your clients is setting the jnp url your clients use to connect from: jnp://localhost:1099

[JBoss-user] [Nukes User] - Editing HTML menus??

2004-11-22 Thread cparsons
Pretty basic question, but how does one maintain the HTML menu? I have gone into the JBoss web-console and opened the JMX MBean View for nukes.blocks:name=menu as suggested but can't see any reference to the XML mentioned in the docs? There are lots of attributes that look as if they affect the

[JBoss-user] [Beginners Corner] - Log4J + Clustering Configuration

2004-11-22 Thread craig1980
Hi all. I have two question to do... 1) Hon can i set the log4j.xml file in order to write a log file for my application; i.e. i want to write a log file: myApp.log in one of these directory: ${jboss.server.home.dir}/log or in the directory ${myApp.dir}/WEB-INF/log how can i do? 2) Let's conside

[JBoss-user] [Clustering/JBoss] - Re: Is it necessary to use HAJMS when on a cluster?

2004-11-22 Thread fredrik_is
I am using JBoss version 3.2.6RC1, by the way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855887#3855887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855887 --

[JBoss-user] [Clustering/JBoss] - Is it necessary to use HAJMS when on a cluster?

2004-11-22 Thread fredrik_is
Another question: Is it necessary to utilize HAJMS when deploying a system that has some components that communicate throught JMS on a cluster? What happens if I deploy an ordinaary JMS configuration on each node in the cluster, skipping the HAJMS part? I know that the persistence manager on eac

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ performance

2004-11-22 Thread apinto
Hi there, We're currently having some problems with JBossMQ in terms of scalability in the number of messages. Our application has an operation cicle of one hour; if all work is done before the hour ends, then the application stays in an idle state. The MDB is slower consuming the message

[JBoss-user] [Clustering/JBoss] - HAJMS on 3.2.6RC1

2004-11-22 Thread fredrik_is
Dear all. I am trying very hard to get HAJMS to work on a JBoss instance. The version is a patched 3.2.6RC1, and I am unfortunately stuck with this version until other departments at my company give their blessings for an upgrade. Is it possible at all to get HAJMS to work properly on 3.2.6RC1,

[JBoss-user] [Beginners Corner] - Re: exploded deployment

2004-11-22 Thread [EMAIL PROTECTED]
you're welcome some additional information can be found here http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855883#3855883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [EJB/JBoss] - Re: Bad transaction won't go away

2004-11-22 Thread [EMAIL PROTECTED]
already found the solution ? I have the same problem ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855882#3855882 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855882

[JBoss-user] [Beginners Corner] - Re: exploded deployment

2004-11-22 Thread kumaran5
Thanks Texier . it works. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855881#3855881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855881 --- SF email is spon

[JBoss-user] [Beginners Corner] - Re: exploded deployment

2004-11-22 Thread [EMAIL PROTECTED]
Yes, it does. Create a folder with extension .war and explode your archive in there View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855879#3855879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855879 ---

[JBoss-user] [Clustering/JBoss] - Second node slowing down

2004-11-22 Thread sheckler
Hi, I am running a cluster of 2-4 nodes of JBoss 3.2.6 with HAJMS. Within the development environment (W2K on pcs) everything works fine. Within the target environment (Solaris SunOS 5.8) the second node is slowing down dramatically, while deploying the clustered ejb components, but no error

[JBoss-user] [Beginners Corner] - exploded deployment

2004-11-22 Thread kumaran5
Dose jboss 3.2.3 supports exploded war deployment?. Any one help me to deploy my war in exploded view. With Thanks kumaran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855877#3855877 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Persistence & CMP/JBoss] - Automatic Reconnect

2004-11-22 Thread mk637
Hi, how can I configure my J2EE application running on JBoss to automatically try a reconnect, if DB-connection is lost? Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855876#3855876 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Beginners Corner] - Re: problem starting server when using my .war

2004-11-22 Thread darranl
A little bit more information is required, at what point of startup does it hang? What messages are displayed at the point it is hanging? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855875#3855875 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Controlling the throughput of a queue?

2004-11-22 Thread darranl
Configure the pool of message driven beans to have a stict maximum size, this way you can limit how many message driven beans will be consuming messages concurrectly. Pool size configuration is covered in the administrators and developers guide. View the original post : http://www.jboss.org/in

[JBoss-user] [Installation & Configuration] - SSL support for JBoss

2004-11-22 Thread ivyterno
I was able to test SSL 3.0 support for JBoss and it is working well. However when i set my browser's security option to include only SSL2.0 (and not SSL 3.0), the error "page cannot be displayed" appears in the browser's window. I entered "https://localhost:8443"; in the URL bar. What could be

[JBoss-user] [Installation & Configuration] - Forum Error

2004-11-22 Thread darranl
Looks like something has got corrupted in this thread, I remember replying to this thread but that was not my message above. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855868#3855868 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

  1   2   >