[JBoss-user] [EJB 3.0] - Re: EJB3 remote client

2006-03-21 Thread kaobe
Hi out there, I found this thread searching for solution to the problem, that I have to run a client on a 1.4.2 JVM, and this client has to connect to a JBoss 4.0.3 with EJB3 and Java EE 5. Is there a possibility to get this to work? I tried retroweaving my classes, this works fine, but is no

[JBoss-user] [JBoss Seam] - Marginally changed registration example won't work

2006-02-14 Thread kaobe
Hi there! I'm trying to get the registration example to work - but with my source package and config-files. But it won't work, although in my opinion I have made nothing different than the example. I have the three classes Register, RegisterAction and User, none of which I have changed. Then I

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - [Hibernate] Error subclassing EntityBeans and relations

2006-01-11 Thread kaobe
Hi out there, it is really difficult to create a useful and short subject for my problem, so I just named the important things and explain here. I have an EJB3 application on JBoss 4.0.3 with Entity Beans (persisted by Hibernate). All of my Entity Beans have one parent Entity Bean that has var

[JBoss-user] [EJB 3.0] - Entity Bean with get- / set-method that is no table attribut

2006-01-05 Thread kaobe
Hi there! I want to write a get- and a set-method in my entity bean that doesn't map a table attribute. I'm using EJB3.0 with Hibernate persistence like shown in the examples, but there is no example showing what I want and I haven't found the solution in the Hibernate documentation. It would

[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] [Beginners Corner] - Re: log4j and JBoss

2004-07-08 Thread kaobe
Hi Zeron, I don't know if it's the method everyone else uses, but we work with it quite well. We get a Logger: Logger logger = Logger.getLogger(this.getClass()); We use org.jboss.logging.Logger With this instance we do all of our logging. Peter View the original post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: Smtp appender in Log4J multiple emailaddresses???????

2004-07-02 Thread kaobe
Hi! I tried it a few weeks ago and to it seems that there is no solution. The way we do it now is to send it to an email address that our mail server forwards to a group of email addresses. Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840769#38407

[JBoss-user] [Installation & Configuration] - [log4j] SMTPAppender with more than one line per email

2004-06-25 Thread kaobe
Hi there, I have a little question concerning log4j. I configured the SMTPAppender in log4j.xml and it works so far. Unfortunately I get an email for every line of error message. Reading the doco I saw that this is the default and correct behaviour. Now the question: Is it possible to change t

[JBoss-user] [Clustering/JBoss] - Re: how to run several clusters on the same network

2004-05-26 Thread kaobe
Hi zhangj, I have changed the partition name. I searched for "DefaultPartition" in the JBoss directory and changed it to my partition name. I did cost me about 5 minutes. Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836185#3836185 Reply to the pos

[JBoss-user] [Clustering/JBoss] - Re: Order of deploying EARs in deploy / farm directory

2004-05-26 Thread kaobe
Hi Marlig, I have not tried it, but it could work for you if you add a depends tag to your deploymentscanner mbean in jboss-service.xml. There you tell it it depends on the FarmMember mbean in farm-service.xml. So it should deploy the farm directory first. Another possibility could be to put t

[JBoss-user] [Installation & Configuration] - Re: [log4j] SMTPAppender and Threshold INFO

2004-05-21 Thread kaobe
Hi Ulf, thank you very much for your help. Unfortunately I have no access to CVS outside of the company. Would it be possible for you to send me these three files via email? My address is: [EMAIL PROTECTED] Thank you very much for your help! Peter View the original post : http://www.jboss.or

[JBoss-user] [Installation & Configuration] - [log4j] SMTPAppender and Threshold INFO

2004-05-18 Thread kaobe
Hi there, I have some questions concerning the SMTPAppender. I wanted to test it and therefore put the Threshold to INFO. Unfortunately I got no messages. I tried several days with different configurations but nothing changed. Then I changed the jboss setup that I get some errors. And - I fina

[JBoss-user] [Clustering/JBoss] - Re: How to disable automatic clustering?

2004-04-06 Thread kaobe
Hi, either you start them in the default configuration (clustering is enabled only in all), or, if you have to start in all (or a configuration that enables clustering) you can change the partitions to different names on the JBoss instances. So they don't see each other and there's no problem.

[JBoss-user] [Installation & Configuration] - Re: Where is jboss.jar

2004-03-15 Thread kaobe
It's in server/default/lib or whatever the configuration you use, is. Peter http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825874#3825874";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825874>Reply to the post -

[JBoss-user] [Clustering/JBoss] - Re: Accessing the Singleton Servic MBean

2004-03-11 Thread kaobe
Hi again, for your idea with the data cache you could look at the DistributedState Service. I use it to manage clusterwide unique data. The data is manipulated only by the Singleton so that it stays unique. The DistributedState is explained in the Cluster docu. Peter http://www.jboss.org/in

[JBoss-user] [Clustering/JBoss] - Re: How to use SingletonController (Clustering Doku Chapter

2004-03-03 Thread kaobe
Hi Ivelin, Until now the application is hosted by a standalone JBoss. In this instance I have a singleton that can read and write data that may only occur once in the server. Now I'm migrating the application to a JBoss cluster. So I wanted to let this clusterwide unique data be handled by the

[JBoss-user] [Clustering/JBoss] - Re: ::::::intercept dead instance of jboss :::::

2004-02-27 Thread kaobe
Hi, can you explain what you mean with intercept? Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823218#3823218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823218 --

[JBoss-user] [Clustering/JBoss] - How to use SingletonController (Clustering Doku Chapter 11)?

2004-02-25 Thread kaobe
Hi out there!! I have read the above mentioned part of the clustering docu several times, but I still don't know how to use it. But first I will explain what I'm planning to do: I have a clustered jboss here with 2 or more cluster nodes on the partition. There are several functions in my beans

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-23 Thread kaobe
Hi Cari, yes, my server instances are running on two (and more) different machines. But all of the machines and the clients, too, are located in the same subnet. The servers find each other without problems, it seems that everything works fine there. And we didn't have to do anything to have t

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-23 Thread kaobe
Hi! Thank you for your hints, but my server instances are able to see each other and give me the messages that they have found new cluster members. And the client should be able to connect, too. Because if I have a server instance running no my "client" machine, everything works fine. And under

[JBoss-user] [Clustering/JBoss] - Re: Auto-discover node in the client

2004-02-19 Thread kaobe
Hi Mike, thank you for your tip, but the net configuration is ok. the connect works in one specific case: The remote machine has a jboss running, my local jboss has just been started (no connect has yet been made). Then I am able to connect my client once. That's why I don't have a clue what

[JBoss-user] [Clustering/JBoss] - Re: Auto-discover node in the client

2004-02-18 Thread kaobe
Hello again, I don't know why, but I'm still (again?) facing problems concerning cluster node auto detection. I have now the following properties for the InitialContext: Properties prop = System.getProperties(); prop.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFacto

[JBoss-user] [Clustering/JBoss] - Re: Auto-discover node in the client

2004-02-16 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821656#3821656 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821656 Hello Jean-Francois, thank you very much for your snippet!! I have tried it and it seems to work. A

[JBoss-user] [Clustering/JBoss] - Re: client connection to cluster with HA-JNDI multicast

2004-02-15 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821655#3821655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821655 Good morning Jean-Francois, when I specify an existing adress everything works fine. I get my con

[JBoss-user] [Clustering/JBoss] - how to get MasterNode for SingletonController?

2004-02-13 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821382#3821382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821382 Hi again, I have a new question. We have some methods that we have to implement in a singleton in

[JBoss-user] [Clustering/JBoss] - Re: Auto-discover node in the client

2004-02-13 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821362#3821362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821362 Hi Jean-Francois, I have seen you got the solution for your problem. Could you please provide sni

[JBoss-user] [Clustering/JBoss] - Re: client connection to cluster with HA-JNDI multicast

2004-02-12 Thread kaobe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821356#3821356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821356 Hi Jean-Francois, thank you very much for your hint. But unfortunately that was not the solution.