[JBoss-user] [Installation & Configuration] - Re: Newbie needs help

2004-08-16 Thread pnevado
Have a look at the following doc. You will need to register to have free access. http://docs.jboss.org/admin-devel/Chap1.html#0_pgfId-915907 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845275#3845275 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Performance Tuning] - JBOSS Stopped Automatically.

2004-08-16 Thread atbanil
Hi, We are testing Jboss-3.0.8 on production environment on sun sparc machine. OS version is 2.8. It is found sometimes at least weekly once it is stopped itself automatically. No java processes will be running that time. And again we need to restart. Why this is happening? What is problem? T

[JBoss-user] [Beginners Corner] - Re: JBOSS not connecting to MySQL

2004-08-16 Thread Jboss_achan
Hi Did you copy the jar file consisting of the MYSQL Driver in to the lib directory of your default directory. Regards JBOSS_ACHAN View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845273#3845273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: developement suite for web apps running on jboss

2004-08-16 Thread janilsal
Look for JBossIDE on the Jboss Wiki. It has a nice tutorial and it will help you learn JBoss as well as use an IDE like Eclipse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845272#3845272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - developement suite for web apps running on jboss

2004-08-16 Thread jonathanz1980
dear folks, I am new to jboss. I want to know what kind of development suites do people recommend using for developing web apps that run on jboss. I plan to use eclipse ide. I am not sure if jboss app server can be embedded as a test server in eclipse. thanks! View the original post : ht

[JBoss-user] [Installation & Configuration] - how to specified the application path in jboss-3.2.5

2004-08-16 Thread nischalsharma
hi friends I have just started using jboss-3.2.5 but i am not able to change the application path from the deploy folder to the customize one. like in tomcat-4.1 ,we have server.xml there within tag we specified appBase= and within the tag we have docBase and path and finally we custo

[JBoss-user] [JBoss.NET] - Re: Web Service Persistence

2004-08-16 Thread tabate
I have the same problem. I beleave the web service is actually acting in a stateles maner. Not sure why? You managed to fix it yet? -Tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845269#3845269 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Re: how to change the port number to jboss3.2.5?

2004-08-16 Thread zhebincong
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845267#3845267 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845267 --- SF.Net email is sponsored by Shop4tech

[JBoss-user] [Installation & Configuration] - Re: Hot deployment with jboss3.2.5/4.0RC1

2004-08-16 Thread mtb2ride
What type of app are you deploying, WAR, SAR, EAR? Are you using the element to set up a separate loader repository for your app? I tested the hot deploy, using a SAR with a definded loader-repository and deployed in expanded format on Jboss 3.2.5. There were no problems. Thank Steve View t

[JBoss-user] [Clustering/JBoss] - Re: IP failover

2004-08-16 Thread andyd
Tim, I'm looking into a similar config. I believe the answer is to have fixed addresses for each server with another address which can be passed between them. I've just installed fake to try out. Ideally I'd like to write a singleton mbean to control handover of the address between nodes. Re

[JBoss-user] [Performance Tuning] - Re: Memory problems?

2004-08-16 Thread mkgarnek
Ive been having a similar problem. I found a few things posted on the various jboss forums/faqs/wikis that have helped ease the problem. Found a warning about hsqldb and advise to change the JMS persistence to something else here: http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB Fou

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-16 Thread vashistvishal
Hi guys, It will be good to know what were the issues or error in tutorial as i'm planning to upgrade this with new Eclipse 3.0, lomboz plugin and Jboss 4.0 .. Yr feedback will be invaluable. Also intending to add a chapter on JASS... And if anybody wants to seee anything else i'm more than ha

[JBoss-user] [Installation & Configuration] - Re: hot redeploy ear ClassCastException

2004-08-16 Thread kddubb
I am running into this same problem. Did you ever get it resolved??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845262#3845262 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845262 ---

[JBoss-user] [Management, JMX/JBoss] - Re: MBeans dependence on Service lifecycle state?

2004-08-16 Thread [EMAIL PROTECTED]
As you have already pointed out, how an MBean is supposed to operate varies greatly from one MBean to the other. The more "dynamic" an MBean behaves, the more difficult is to code it. In most cases MBean are quite static, i.e. they go: ctor setters create() start() stop() destroy() without eve

[JBoss-user] [Installation & Configuration] - Re: Newbie needs help

2004-08-16 Thread janilsal
properties-service.xml Key-value pairs placed in this xml will be sent as system properties for use by JBoss applications monitoring-service.xml If you want to write any monitors. remoting-service.xml Used by the rempting framework. user-service.xml Always empty. User defined MBeans can go

[JBoss-user] [Management, JMX/JBoss] - Re: Restart a FAILED service?

2004-08-16 Thread [EMAIL PROTECTED]
"rgrzywinski" wrote : I was just thumbing through JSR77 to see what's the latest word on the FSM for a managed object and JSR 77.5.1.1.1 states: | | FAILED (4) | | This state indicates that the StateManageable Object has unexpectedly | | stopped. On entering this state an SMO must gen

[JBoss-user] [Installation & Configuration] - Newbie needs help

2004-08-16 Thread alexandre_duboit
Hello, I am relatively new to jboss and have a few questions about the configuration. I would be grateful if someone could briefly tell me what the following files are for (in default deploy): -client-deployer-service.xml -monitoring-service.xml -properties-service.xml -remoting-service.xml -user

[JBoss-user] [EJB/JBoss] - Library required for standalone/remote client

2004-08-16 Thread albert_steed
Hello, I would like to know which jar I need in order to run a standalone client that is going to communicate with ejbs on the server. Albert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845251#3845251 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - jmx console

2004-08-16 Thread albert_steed
Hello, I am new to Jboss and I am trying to understand better the jmx console. I am interested in having your opinion, be it positive or negative, about the jmx console. Is the jmx console really that useful as compared to the more user-friendly web consoles of app servers such as Jonas or Weblo

[JBoss-user] [Persistence & CMP/JBoss] - Weird error with jboss, Hypersonic and Flavormap.properties

2004-08-16 Thread danielferreira
using: eclipse-2.1 jboss-3.2.3 hsqldb ( Hypersonic default ) win-2000 I'm getting a weird error just after I init jboss jboss' log | 15:24:51,515 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 58s:484ms | 15:27:39,765 ERROR [STDER

[JBoss-user] [JBoss.NET] - Re: JBoss Axis deployment question

2004-08-16 Thread tdiesler
Well done. Please beware that JBoss.NET has entered maintenance and will not be developed further. You might want to channel your effords towards J2EE compatible web services with JBossWS. See the wiki for details http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS View the original post : http:/

[JBoss-user] [Installation & Configuration] - Changing the JSP work directory for a given web app under JB

2004-08-16 Thread parramorej
Is there a way to change the default work directory under which JBoss puts the Java and class files for compiled JSPs, and, if so, how? Tomcat allows you to do it on a per-context basis in the TOMCAT_HOME/conf/server.xml file, but I haven't seen any such settings for JBoss/Tomcat (using JBoss 3

[JBoss-user] [Installation & Configuration] - Bad Source distribution

2004-08-16 Thread Charlie Kelly
I just downloaded jboss-3.2.5-src.tar.gz Issue tar zxvf jboss-3.2.5-src.tar.gz (Redhat Linux 9.0) the tar extraction failed after the file jboss-3.2..5-src/thirdparty/apache/axis/lib/axis.jar with the message tar: Archive contains obsolete base-64 headers Has anyone else had similar problem(s)?

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: One MDB, two (or more) queues

2004-08-16 Thread genman
I don't think you can have the same ejb-name bound to two different queues. You can create MDB with the same class but different ejb-name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845244#3845244 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Socket Exception(redicover server) in JBoss324

2004-08-16 Thread genman
How is this JMS related? Your jndi.properties also needs a host/port: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://localhost:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces Verify by doing "telnet localhost 1099" on the

[JBoss-user] [JBoss.NET] - Re: Performance with large SOAP messages

2004-08-16 Thread joeybernard
I've been busy for a while, so I haven't had time to come back to this till now. Thanks for the pointers. I'll check them out. As for the platform, this running under Java1.4.2 on a Solaris box. I think it's an 880, but I'm not sure (not in charge of the infrastructure stuff). When I get in

[JBoss-user] [JBoss.NET] - Re: JBoss Axis deployment question

2004-08-16 Thread dexterwong
Hi, I was able to get .../samples/userguide/example3 to work on my setup jboss 3.2.2 using all as my server windows xp java version 1.3.1_09 I did the following. 1. create myservice.wsr with the following directory structure META-INF/web-service.xml // which is the deploy.wsdd rename to web-

[JBoss-user] [EJB/JBoss] - javax.ejb.ObjectNotFoundException: No such entity!

2004-08-16 Thread balteo
Hello, I use jboss 4.0.0rc1 and mysql 4.0.12 max and I get the following error when tying to do a simple findbyprimarykey. | 20:29:16,312 INFO [STDOUT] --containsResults--->true | 20:29:18,140 INFO [STDOUT] javax.ejb.ObjectNotFoundException: No such entity! | 20:29:18,140 INFO

[JBoss-user] [Beginners Corner] - business methods

2004-08-16 Thread chuisman9955
Where should one put business methods for cmp beans? Is it better to create a session bean that accesses your cmps or to put the business methods directly in the cmp bean? Thanks, Chris. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845236#3845236 Reply

[JBoss-user] [Installation & Configuration] - Hot deployment with jboss3.2.5/4.0RC1

2004-08-16 Thread chen_comp
I have a application deployed as expanded dictionary plus some utility jar. It is no problem for first time deployment. When I touch the application.xml for hot deployment, I get following warning and application is not working anymore: 14:41:37,281 WARN [DeploymentInfo] Only the root deploymen

[JBoss-user] [Management, JMX/JBoss] - Service lifecycle and populating mbean attributes

2004-08-16 Thread rgrzywinski
In my persuit of understanding the service lifecycle, I have stumbled on the following: Figure 2-18 in "CHAPTER 2 The JBoss JMX Microkernel" (admin-devel) shows that the configurator populates the mbean attributes (from the XXX-service.xml file) -before- the mbean is create()'d. My questions ar

[JBoss-user] [EJB/JBoss] - Maintaining uniqueness of non-pk field

2004-08-16 Thread komone
Hi, I am using JBoss 3.2.x + CMP 2.x. I'm using synthetic primary keys, but I have other fields that must be allowed to be updated, but must remain unique. To take the simplest case I can think of, suppose we have a "name" field which must be allowed to be updated, but just not to a name tha

[JBoss-user] [Management, JMX/JBoss] - Re: Restart a FAILED service?

2004-08-16 Thread rgrzywinski
I was just thumbing through JSR77 to see what's the latest word on the FSM for a managed object and JSR 77.5.1.1.1 states: FAILED (4) | This state indicates that the StateManageable Object has unexpectedly | stopped. On entering this state an SMO must generate an event whose type value is Âj

[JBoss-user] [Beginners Corner] - Re: Scoped classloading in EAR files and entity bean value o

2004-08-16 Thread kazouta
which are the values of your attributes : Java2ClassLoadingCompliance, UseJBossWebLoader ? (jbossweb-tomcat50.sar/META-INF/jboss-service.xml) I'm using jboss-3.2.5 and I have the ClassCastException error. Thanks in advance for your reponse. View the original post : http://www.jboss.org/inde

[JBoss-user] [Management, JMX/JBoss] - Re: Restart a FAILED service?

2004-08-16 Thread rgrzywinski
Ah ha! I found the root cause: ServiceController.start() : 340 And a similar "problem" in: ServiceController.stop() : 426 So the question still stands: is it desired that a failed service cannot be restarted? And if so, why? I can certainly see where, on initial startup, that you don't

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2004-08-16 Thread aegbertjr
I am seeing the same exception for clients attempting to call createTopicConnection() (after a successful JNDI lookup) outside the firewall: org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.ConnectException: Connection timed out: connect) Packet sniffing a

Re: [JBoss-user] [Clustering/JBoss] - Re: Farming documentation

2004-08-16 Thread Lennart Petersson
Don't think that is possible, but I could be wrong... /L lac_raz wrote: but what if I want to control the deployment order of the nodes (e.g. first deploy to second node and then to the third one)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845222#3845222 R

[JBoss-user] [Beginners Corner] - Re: changing the web listen port from 8080 to another

2004-08-16 Thread balteo
Hello, I found the answer to my question: One has to modify this file: server\default\deploy\jbossweb-tomcat50.sar\server.xml Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845228#3845228 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Installation & Configuration] - Re: how to change the port number to jboss3.2.5?

2004-08-16 Thread balteo
Hello, Have a look here: server\default\deploy\jbossweb-tomcat50.sar\server.xml and find the appropriate connector element. Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845227#3845227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - Restart a FAILED service?

2004-08-16 Thread rgrzywinski
I am attempting to understand the bounds of the Service lifecycle. I have a Service that throws on startService() (no other service depends on it). When I attempt to restart the service (via the JMX web console), I get no feed back; the service is neither started nor is any error logged. If

[JBoss-user] [Clustering/JBoss] - Need help with transaction problem in cluster

2004-08-16 Thread Marlig
Hi, I've run into a problem while trying to move an application from a single server to a clustered environment. The application uses a BMP entity bean, where it first calls a finder method which returns some instances of the bean (using an SQL select query) , and then the application takes th

[JBoss-user] [EJB/JBoss] - difference between client interceptor and container intercep

2004-08-16 Thread balteo
Hello, I would like to have further information about the client and container interceptors defined in standardjboss.xml. 1. Which interceptors are called first? 2. Can anyone give a concrete example/reason to modify this configuration? Thanks in advance, Julien Martin. View the original pos

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss LDAP to Active directory

2004-08-16 Thread tracyorf
You need to ask your AD admin for the distinguished name instead of "mycompany.ned" and replace the principal parameter with the distinguished name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845223#3845223 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Clustering/JBoss] - Re: Farming documentation

2004-08-16 Thread lac_raz
but what if I want to control the deployment order of the nodes (e.g. first deploy to second node and then to the third one)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845222#3845222 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Beginners Corner] - Re: Does the JBoss Have the Portal Feature?

2004-08-16 Thread balteo
Hello, I think the portlets run inside the web container. Thus if you want to deploy a portlet application on jboss, the lib files need to be in the web-inf directory of the web app. Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845221#3845221 Reply

[JBoss-user] [Persistence & CMP/JBoss] - Re: Creating deployment descriptors for relationships

2004-08-16 Thread sbrbot
Sorry, my fault! "batch-cascade-delete" is in JBoss v3.2.3 DTD (jbosscmp-jdbc_3_2.dtd). My daployment dir was v3.2.3 and IDE looked vor XML validation (DTD) in old v3.0.8 dir. Sorry again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845218#3845218 Reply t

[JBoss-user] [EJB/JBoss] - Re: max-bean-life??

2004-08-16 Thread leerbag
interessante Informationen, vielen Dank :-) m, I mean, Thank you ;-P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845217#3845217 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845217

[JBoss-user] [Clustering/JBoss] - Re: Clusternodes talking in separate network, clients connec

2004-08-16 Thread bela
use bind_addr in in cluster-service.xml (search this forum for bind_addr) Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845216#3845216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845216 -

[JBoss-user] [Management, JMX/JBoss] - Re: Connecting with JSR160 compliant tool

2004-08-16 Thread ghinkl
"[EMAIL PROTECTED]" wrote : jsr160 is not required by j2ee 1.4 and so it has not been implemented yet. The referenced page: http://mc4j.sourceforge.net/usageJBoss.html says it works with 3.2 and if it does, the same url would be used. This page incorrectly states that the RMIAdaptor location is

[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-16 Thread yxyang
Thanks for cooper's reply. When i read the wiki about nukes security, i found there are two places related to security and permission. Q: The first is the comments in the javadoc . The second is the block/module MBean description. What is the relationship between the two???

[JBoss-user] [Persistence & CMP/JBoss] - Foreign key violation - why is child deleted first in 1-1 re

2004-08-16 Thread suzyrizzo
I am having trouble setting up a relationship in my deployment descriptors for a simple relationship in my database. I have two tables, Group and Address. A group has zero or one physical addresses. There is a foreign key on Group.PhysicalAddressKey that forces the existance of a related ad

[JBoss-user] [Messaging, JMS & JBossMQ] - One MDB, two (or more) queues

2004-08-16 Thread Renen
Hello. Its the JMS lowbrow again - although I have provided some answer's to my previous questions. Hopefully this is a little more interesting. How do I get one MDB to act as a receiver for multiple queues. I have a high priority queue and a low priority queue. I want to limit the number of ins

[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-16 Thread cooper
right, that description is not uptodate, it should be : READ/$name:: since the security is described at the component level the scheme specifying the component does not need to be expressed. That means that for a particular action, the level READ is required when the component will call the sec

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: delete queue entries

2004-08-16 Thread Renen
Within jmx-console, find your queue, and then hit the removeAllMessages button. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845208#3845208 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845208 -

[JBoss-user] [Beginners Corner] - changing the web listen port from 8080 to another

2004-08-16 Thread balteo
Hello, I would like to change the web listen port from 8080 to another. How do I do that with jboss? What are the other ports I need to change in order to have two instances of Jboss running at the same time? thanks in advance, Julien. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [EJB/JBoss] - Re: Entity bean caching

2004-08-16 Thread triathlon98
I am afraid this could result in race conditions. Would require serious load testing. However, just making sure your transactions are not too small combined with commit option C would seem better/safer to me. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to use QL to have a case insensitive String compare?

2004-08-16 Thread WebSel
For the XDoclet users here's my 5$ This is the finder in jboss | | * @jboss.query | * query="SELECT OBJECT(o) FROM Person o WHERE LCASE(o.lastName) = LCASE(?1) ORDER BY o.foreName" | * signature="java.util.Collection findByInitialsLastNameBirthDate(java.lang.String lastName

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

2004-08-16 Thread kkaal
Found the problem: Inside the applet, I called some images, which hat problems with the context-path. Thanx for your interest anyhow. Klaus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845199#3845199 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-16 Thread yxyang
Thanks for replying. I already the wiki for a few times. the patter is in the form of xxx:xxx:xxx But why there are so many ":" in the following source code comments? READ/core:menu:/$name:: In the above, what does "core" mean? what does "menu" mean? and what does /$name:: means? thanks y

[JBoss-user] [Clustering/JBoss] - Re: Farming documentation

2004-08-16 Thread lepe
Well, that is what farming is all about... Deploy/redeploy on one node and the whole farm will be automatically updated... :) If _you_ wants the control... deploy individualy instead. /L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845198#3845198 Reply to

[JBoss-user] [Persistence & CMP/JBoss] - How to avoid the select before insert with JDBCPkSqlCreateCo

2004-08-16 Thread gchazalon
Hi, I have been seaching for similar cases in the forums, but found nothing similar. So please consider the following : I use the JDBCPkSqlCreateCommand entity command for generating the primary keys for one of my CMP entity beans. In fact, the SQL involved here uses an oracle sequence and som

[JBoss-user] [EJB/JBoss] - Re: Entity bean caching

2004-08-16 Thread neva
well actually, I can't because I have to follow a specific design that makes all modules independent of each other and at the same time if used together, avoid inconsistency.. what if I use jboss cache invalidation, would that do the trick? or do they still have to be in the same jar for it to

[JBoss-user] [Installation & Configuration] - configure jboss services

2004-08-16 Thread lac_raz
Can I change JBoss services configurations with the binding service ? (like for example : PartitionName or multicast address) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845192#3845192 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Clustering/JBoss] - Clusternodes talking in separate network, clients connect in

2004-08-16 Thread kaobe
Hi out there, I want to configure my JBoss to use a separate network for the internal communication betwenn the nodes to keep the traffic in our "public" network small. The clients should connect to a JBoss instance via the "public" network. I it possible to do that? And how do I achieve it?

[JBoss-user] [EJB/JBoss] - Re: Entity bean caching

2004-08-16 Thread triathlon98
In that case, I think you better make sure all the entity beans are in one jar. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845190#3845190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845190

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: configuration-name / How to limit MDB instances

2004-08-16 Thread Renen
Hello. Thanks to both genman and Stephane. I'm afraid that I'm a bit of a lowbrow when it comes to these kinds of things. I was not able to easily figure out from Adrian's FAQ how I should proceed. It was useful only in that it pointed me in the right direction, but genman's contribution was mo

[JBoss-user] [Clustering/JBoss] - Re: Election of Master Node

2004-08-16 Thread bela
afaik. The HASingleton simply relies on callbacks received by the underlying JGroups. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845188#3845188 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845188 -

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread tdiesler
Please see the free doco for a complete example http://docs.jboss.org/admin-devel/Chap12.html or have a look at the wiki. http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET Also consider using J2EE compatible ws, since JBoss.NET has entered maintenance and will not be developed further. View t

[JBoss-user] [EJB/JBoss] - Loading class from another ear

2004-08-16 Thread newgro
Hi all, i hope I'm in the correct forum here. My problem is: I've developed an <> named Resolver. This will be implemented by different Classes (e.g. DefaultPhoneResolver). To apply the correct Resolver the user can specify it's name in a .properties file. The ResolverLoader gets the name and t

[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-16 Thread theute
If you read down the wiki page it's explained: http://www.jboss.org/wiki/Wiki.jsp?page=NukesSecurity READ means that the user can "read" it, or see it if you prefer. There are much more details in the wiki page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Persistence & CMP/JBoss] - Re: Database locking problem with CMP and SQL Server

2004-08-16 Thread DaveyS
Thanks for the tip! The no-select-berfore-insert works as expected, but I still get inserts and then updates when using the INSERT after ejbPostCreate option My jboss.xml looks like | | http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> | | | | | |

[JBoss-user] [Persistence & CMP/JBoss] - Re: Creating deployment descriptors for relationships

2004-08-16 Thread sbrbot
This attribute "batch-cascade-delete" is not defined inside DTD of JBoss v3.2.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845182#3845182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845182 -

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Cannot run JBoss 3.2.2 java.lang.ClassNotFoundException:

2004-08-16 Thread darranl
Try installing the JDK to a folder with no spaces in it's name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845181#3845181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845181 -

[JBoss-user] [Installation & Configuration] - Re: can't connect to http://localhost:8080/jmx-console

2004-08-16 Thread darranl
I hope this point can be added to the FAQ - Just add it yourself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845180#3845180 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845180 ---

[JBoss-user] [EJB/JBoss] - Re: Stateless Session EJB in JBoss 3.2.5

2004-08-16 Thread darranl
Follow the getting started guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845178#3845178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845178 --- SF.Net emai

[JBoss-user] [EJB/JBoss] - Re: Entity bean caching

2004-08-16 Thread neva
well, I had to use Option C after failing to come up with a solution but this really weakened the advantage that caching offered to my application. This table (represented by the 2 beans) has many records thus making caching imperative! I need to get it back to Commit Option A :( View the origi

[JBoss-user] [Installation & Configuration] - Jboss-3.2.3 in unix

2004-08-16 Thread thejuoos
I have downloaded the jboss-3.2.3.tar file on to my Tru64 unix V4.0 system. After extracting the files some files for eg HtmlAdaptorServlet.class has a name H. why is this so. most of the files having long names are having the same problem. thanks in advance View the original post : http://w

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Use JCA or IL? (java:/JmsXA or java:/XAConnectionFactory

2004-08-16 Thread penguine
the jvm-il donÂt use the global namespace. to use jvm-il "java:/ConnectionFactory" not "ConnectionFactory" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845176#3845176 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384

[JBoss-user] [EJB/JBoss] - Re: Entity bean caching

2004-08-16 Thread triathlon98
Which commit option are you using? I think you can only use option C. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845175#3845175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845175 --

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread javri28
Thanks for reply(I forgot to say it last time ;-) ) May be I'm putting reference in wrong place? Where is the classpath which I have to put these jar path to? I'm writing it in the classpath of the project's deployment configuration. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-16 Thread yxyang
/** * Security description : * READ/core:menu:/$name:: - displays the block where $name is the block name. WHAT DOES "READ" mean? What does "core:menu:/$name::" mean? and how to interpret this cryptic things? * READ/core:menu:/$name:$name:$title - displays the link entitled $title. Any explain

[JBoss-user] [Nukes User] - Security and Permission setting

2004-08-16 Thread yxyang
Hi I am new to JbossNuke. I read the wiki pages. I am still confused about the security pattern. Who can explain the meaning of the following things? /** * Security description : * READ/core:menu:/$name:: - displays the block where $name is the block name. Any explains?

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread tdiesler
The task that defines ejbdoclet in your ant script should contain xdoclet-module-jboss-net.jar in its classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845171#3845171 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread javri28
I tried it, but nothing changes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845170#3845170 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845170 --- SF.Net email

[JBoss-user] [Clustering/JBoss] - Re: Farming documentation

2004-08-16 Thread lac_raz
a little bit more explanetions about how it works . How can I controll the hot deployment in the farm ? I have three nodes in my cluster .When I redeploy my .ear , I get an imidiate undeploy on the other two servers. This causing aproblem because the user have little window in which he can't work

[JBoss-user] [EJB/JBoss] - Entity bean caching

2004-08-16 Thread neva
Hi All, I bumped into a problem while working with caching. In an application I am developing, I defined 2 entity beans both referring to the same table in the db and each of them is in a different module (jar). Of course when I use caching, I face inconsistency bec. if I edit from one module,

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread tdiesler
You want to include xdoclet-module-jboss-net.jar from JBOSS_HOME/client good luck View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845167#3845167 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845167 -

[JBoss-user] [JBoss.NET] - Deployment error

2004-08-16 Thread javri28
Hi, After adding this code in xdoclet-build.xml: I'm getting the following error: xdoclet-build.xml:24: Can't create a jbossnet element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the that defined {2}. I put jboss-net

[JBoss-user] [Persistence & CMP/JBoss] - Re: Database locking problem with CMP and SQL Server

2004-08-16 Thread loubyansky
You can optimize instance creation http://www.jboss.org/wiki/Wiki.jsp?page=CMPInstanceCreation View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845165#3845165 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845165 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception + Bugfix(?): could not load field value with

2004-08-16 Thread loubyansky
Ok thanks, I think it is fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845164#3845164 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845164 --- SF.Net email

[JBoss-user] [Persistence & CMP/JBoss] - Re: Single call commits a dozen times.

2004-08-16 Thread loubyansky
The COMMIT message in my case is from the wrapped java.sql.Connection.commit() method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845163#3845163 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845163 --

[JBoss-user] [JBoss.NET] - Re: JBoss.NET service will not deploy in ear file

2004-08-16 Thread void
You can also put the .wsr file into the .jar file, that contains the EJBs. That works fine. The ..jar file can be integrated in a .ear file as EJB module. I am using this with JBoss 3.2.3 and 3.2.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845162#3845

[JBoss-user] [Persistence & CMP/JBoss] - Re: DB-Independent configuration

2004-08-16 Thread loubyansky
It is optional in jbosscmp-jdbc.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845161#3845161 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845161 --- SF.Net e

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unable to Commit ERROR on insert record

2004-08-16 Thread loubyansky
Post the stacktrace? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845160#3845160 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845160 --- SF.Net email is sponsore

[JBoss-user] [Persistence & CMP/JBoss] - Re: findByPrimaryKey and locking

2004-08-16 Thread loubyansky
All jboss does if row-locking is true is just adds FOR UPDATE (or another sb-specific template) to SELECT. Everything else is db/driver's responsibility. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845159#3845159 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Persistence & CMP/JBoss] - Re: Diplaying on the console the sql generated by jboss

2004-08-16 Thread loubyansky
If you need just SQL, DEBUG would be enough View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845158#3845158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845158 --- S

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - jboss banking sample

2004-08-16 Thread skouthon
Hello when I try to access the ant compiled bank sample through the link http://localhost:8080/bank/main, I obtain the following error : ivers 10:12:38,711 INFO [RARMetaData] Required license terms present. See deployment descriptor. 10:12:39,392 INFO [STDOUT] server.properties not found, using

[JBoss-user] [Clustering/JBoss] - Re: Election of Master Node

2004-08-16 Thread gabramovic
Thanks Bela, Is "MERGE2 protocol plus GMS" also used by the HASingletonService to elect the master node? Regards, Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845155#3845155 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Messaging, JMS & JBossMQ] - persistance messages are deleted after restarting jboss

2004-08-16 Thread lbtanjitha
Hi, I'm writing an application which needs persistance for messages in a queue. I use both file and Rollinglogged persistance managers to acieve this. Both methods works fine and store the messages in a given directory when the jboss server shutdown. But when a jboss starts and if I send a new

[JBoss-user] [Installation & Configuration] - how to change the port number to jboss3.2.5?

2004-08-16 Thread zhebincong
hello i install jboss3.2.5 in my window2003 server,i want to change the default port number(8080). in previous jboss version,i can modify a "jboss-service.xml" file to implement such function.but in jboss3.2.5,i open the "D:\jboss-3.2.5\server\default\deploy\jbossweb-tomcat50.sar\META-INF\jboss-

  1   2   >