Re: [JBoss-user] problem on creating table with int fields

2004-02-17 Thread Joachim (PROGS)
netanel weinberg wrote: I have built an ejb with some fields and some of them are defined as int in the ejb cmp2.0 source code and i'm getting error on deploying this table: 2004-02-17 10:45:22,750 ERROR [org.jboss.ejb.EntityContainer] Starting failed org.jboss.deployment.DeploymentException:

Re: [JBoss-user] Lotus Domino Connection Pooling in JBoss

2004-02-02 Thread Joachim (PROGS)
[EMAIL PROTECTED] wrote: Thanks for your reply... I have searched the net for days looking for a simple JCA connector example. I even read the specification (490 pages!). Unfortunatly i ended empty handed... I need a simple example to get started... Does somebody have a simple example of a JCA

[JBoss-user] default container configuration

2004-01-14 Thread Joachim (PROGS)
If I want to use a user-defined container configuration for all the beans in a deployment unit, do I have to specify the configuration for each bean, or is it enough to define that configuration to have it used, or can I add a directive to set that configuration as default for my deployment?

[JBoss-user] datasource checking

2003-11-05 Thread Joachim \(PROGS\)
In my applications, I know in advance that my data structure will change over time. To handle this, I would prefer that the database structure is checked and possibly updated during deployment of my CMP beans. While I know this could be handled by modifying the

Re: [JBoss-user] datasource checking

2003-11-05 Thread Joachim \(PROGS\)
Whau, this is another case for the metadata interceptor ;-) Ok, what is this and how can I use this? I don't know anything about a metadata interceptor. Thanks for the info, Joachim On Wed, 5 Nov 2003 14:04:28 +0100, Joachim (PROGS) [EMAIL PROTECTED] wrote: In my applications, I know

Re: [JBoss-user] datasource checking

2003-11-05 Thread Joachim \(PROGS\)
] datasource checking Doesn't create-tabletrue/create-table remove-tabletrue/remove-table help you? Joachim (PROGS) wrote: In my applications, I know in advance that my data structure will change over time. To handle this, I would prefer that the database structure

Re: [JBoss-user] PostgreSQL and NOT NULL integer fields

2003-10-24 Thread Joachim \(PROGS\)
- Original Message - From: Ivens Porto [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 10:48 PM Subject: [JBoss-user] PostgreSQL and NOT NULL integer fields Hi, I'm using JBoss 3.2.2 and PostgreSQL 7.3.4. JBoss is doing something that I can't figure out

Re: [JBoss-user] 3.2.2 : limit on columns in entity beans

2003-10-23 Thread Joachim \(PROGS\)
Is this a new limitation or was this introduced in 3.2.2? We have 64 column entity beans and AFAIK we have been inserting on them. Thx This limitation didn't exist in 3.2.1, it appeared in 3.2.2. In which RC was it introduced? I am currently using RC2 and have not noticed any problems

[JBoss-user] servlet limit to http only

2003-10-09 Thread Joachim \(PROGS\)
On my JBoss configuration I have both a http and a https connector for my servlet engine. However, I would like to limit certain files to be available using http only (and not https, as http is available on the local network, and https is available through the firewall). Is there a way to check

Re: [JBoss-user] Lack of disk space question

2003-10-02 Thread Joachim \(PROGS\)
Tried this in 3.2.2RC2. Works like a charm, nothing special needs to be done. Joachim - Original Message - From: Adrian Brock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 02, 2003 6:09 PM Subject: Re: [JBoss-user] Lack of disk space question You can configure log4j

Re: [JBoss-user] specifying a variable in xdoclet

2003-09-23 Thread Joachim \(PROGS\)
Maybe you could consider first processing your source files with Velocity and then calling Xdoclet. Joachim - Original Message - From: Matthew Hixson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 2:19 AM Subject: [JBoss-user] specifying a variable in xdoclet

[JBoss-user] CMR with 1-N with relation-table problem

2003-09-05 Thread Joachim \(PROGS\)
I have a CMR relation defined as follows (using xdoclet) /** * @ejb.interface-method * @ejb.relation * name=WeightGroup-Weight * role-name=WeightGroup-Weight-table * target-ejb=DMWeightEJB * target-role-name=WeightGroup-Weight-field *