[JBoss-user] [EJB 3.0] - Using Ejb3Configuration()

2006-05-16 Thread mat
In our application we must dynamically connect different users to different databases. According to a previous thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77371 we can use Ejb3Configuration() to eliminate the need for Persistent.xml Hoping this is the right solution, I st

[JBoss-user] [EJB 3.0] - Re: entity tutorial with @Id @GeneratedValue(strategy=Genera

2006-04-04 Thread mat
Thank you Emmanuel, jTDS solved the problem ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934918#3934918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934918 --

[JBoss-user] [EJB 3.0] - entity tutorial with @Id @GeneratedValue(strategy=Generation

2006-03-29 Thread mat
Starting with the ejb3 tutorial under docs. Deploys and runs successfully. Changing the datasource to MSSQL also works fine with tables and records created. However when I change the entities to use @Id @GeneratedValue(strategy=GenerationType.TABLE, generator=... I get sql server jdbc exceptions

[JBoss-user] [Installation, Configuration & Deployment] - JRMPInvoker error

2006-03-15 Thread mat
Hi, We have a swing-based application, which runs fine for many customers. However a number of customers reporting that they can not connect to EJBs. Part of the stack-trace shown below; We have opened the port in the server to accommodate for RMI. behind the firewall as per docs. Many

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Framework

2006-02-27 Thread mat
A demo showing how a cell value may be updated in a grid based on Seam Remoting Framework would be useful; The Schedule from myfaces-sandbox based on Seam Remoting Framework would also be awsome. nasser View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39264

[JBoss-user] [EJB 3.0] - Setting the DataSource name programmatically from within the

2006-01-10 Thread mat
Hi, Is it possible to set the datasource name programmatically from within the client application? The reason is being that we have many databases and one ear file installed in one server - For each database we have a separate datasource configuration xml file. Would this be possible using EJB3

[JBoss-user] [EJB/JBoss] - Statful SessionBean - Could not activate; failed to restore

2005-07-18 Thread mat
Hi We get the following Exception error when the client application is Idle for about 1 hour. It seems this is due to EJB Activate and Passivate methods.These callback methods implement the clean up for the DAO pattern we are using. JBoss 4.0.2 running on Windows 2003 server Many Thanks in ad

[JBoss-user] [Persistence & CMP/JBoss] - Creating a connection pool programatically

2005-06-28 Thread mat
We have different databases, but one instance of JBoss. Currently we are connecting to one database since we use the standard xml descriptor files with JNDI settings. How can we connect to different databases dynamically, yet having connection pool? Many thanks in advance. View the original

[JBoss-user] [Performance Tuning] - Re: Using stateless sb

2005-06-21 Thread mat
Thank you for your help. Having a reference in the hosts file solved the delay problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882273#3882273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882273

[JBoss-user] [EJB/JBoss] - Stateless Session Bean delay

2005-06-15 Thread mat
We have many SLSB in our application, each in a jar file. The ear file containing these jars files deployed on our remote JBoss server. DAO pattern is used to fetch data from MSSQL Server. Everything works fine. However, every time a remote method is called (after a delay of about 20 seconds) fr

[JBoss-user] [Performance Tuning] - Using stateless sb

2005-06-15 Thread mat
We have many SLSB in our application, each in a jar file. The ear file containing these jars files deployed on our remote JBoss server. DAO pattern is used to fetch data from MSSQL Server. Everything works fine. However, every time a remote method is called (after a delay of about 20 seconds

[JBoss-user] [Installation & Configuration] - Re: EJB lookup under JBoss-4.0.1

2005-01-13 Thread mat
"mat" wrote : Changing from JBoss-4.0.1RC2 to JBoss-4.0.1 encountered the following problem: | | The application contains 2 stateless session beans: sessionA and sessionB. | The application installed on two different machines as local server and remote server. | Simple l

[JBoss-user] [Installation & Configuration] - EJB lookup under JBoss-4.0.1

2004-12-30 Thread mat
Changing from JBoss-4.0.1RC2 to JBoss-4.0.1 encountered the following problem: The application contains 2 stateless session beans: sessionA and sessionB. The application installed on two different machines as local server and remote server. Simple lookup from sessionA in a local server to sessio

Re: [JBoss-user] Performance Degredation Problem

2003-02-18 Thread Mat Hosan
there could be some kind of caching issue but I'm not sure where to look. Any thoughts? Regards, Mat. [EMAIL PROTECTED] wrote: hi, Mat Hosan wrote: Hi All, I have a heavily transactional app running on JBoss 3.0.6 with Postresql 7.2.1 and have run into a performance snag. The

[JBoss-user] Performance Degredation Problem

2003-02-17 Thread Mat Hosan
g keywords. Thanks, Mat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/list

RE: [JBoss-user] Intrabean Call ?

2001-05-17 Thread Mat Robinson
The ctx for the lookup method refers to a JNDI InitialContext, not the SessionContext.   Mat. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas GrnertSent: 17 May 2001 15:30To: [EMAIL PROTECTED]Subject: [JBoss-user] Intrabean