Re: [JBoss-user] JBoss 3.2.4

2004-01-19 Thread Bill Burke
Scott told me an RC release first then a full release mid-end February.

Rafal Kedziorski wrote:

At 12:28 19.01.2004, Rupp, Heiko wrote:

> is there an release date for JBoss 3.2.4?

Afaik, within a week from now.


thx. this is great.

/rk

---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
--

Bill Burke
Chief Architect
JBoss Group LLC.



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.4

2004-01-19 Thread Rafal Kedziorski
At 12:28 19.01.2004, Rupp, Heiko wrote:

> is there an release date for JBoss 3.2.4?

Afaik, within a week from now.
thx. this is great.

/rk 



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.4

2004-01-19 Thread Rupp, Heiko

> is there an release date for JBoss 3.2.4?

Afaik, within a week from now.


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 and Oracle9i: SQLException: Invalid conversion requested

2004-01-05 Thread Frank Langelage
shubhu mutta wrote:

The exception is thrown when setting the value for a

EJB-Field of type Short.

The default typemapping for Oracle9i is choosen

(NUMERIC/NUMBER(5) ( specified in 
standarjaws.xml,standardjbosscmp-jdbc.xml).

Has anybody encountered this problem ?

Is it a bug with Oracle Client 9.2.0.4 ?

Don't know if this is a bug, but the problem was recently solved in 
Branch_3_2 (3.2.4RC1) by changing the Oracle9i typemapping for 
java.lang.Short from NUMERIC/NUMBER(5) to SMALLINT/NUMBER(5). Thanks to 
Adrian Brock.
With this change the problem went away for me and all works like before.

Regards
Frank
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.4 and Oracle9i: SQLException: Invalid conversion requested

2003-12-23 Thread Alexey Loubyansky
So it means ps.setObject(index, value, jdbcType) does not work with this
driver. It is definitely not JBoss' fault. To be sure, you could try the
previous JBoss with the new Oracle.

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Frank Langelage
> Sent: Tuesday, December 23, 2003 11:52 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] JBoss 3.2.4 and Oracle9i: SQLException: 
> Invalid conversion requested
> 
> I recently update my software components:
> - Oracle from 9.2.0.1 to 9.2.0.4
> - JBoss to current Branch 3.2 (3.2.4RC1)
> - XDoclet from 1.2b3 to 1.2
> 
> After that I tried to execute my ejb test-app and got this in 
> server.log:
> ERROR [org.jboss.ejb.plugins.LogInterceptor.handleException]
> TransactionRolledbackLocalException in method:
> public abstract ejb.common.entity.interfaces.CountryLocal
> ejb.common.entity.interfaces.CountryHomeLocal.create(java.lang
> .Short,java.
> lang.String,java.lang.String,java.lang.String) throws 
> javax.ejb.CreateException, causedBy:
> java.sql.SQLException: Invalid conversion requested
> at 
> oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
> at 
> oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
> at 
> oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
> at
> oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePre
> paredStatement.java:2901)
> at
> org.jboss.resource.adapter.jdbc.CachedPreparedStatement.setObj
> ect(CachedPreparedStatement.java:158)
> at
> org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.setOb
> ject(WrappedPreparedStatement.java:604)
> at
> org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil.setParameter(JDBCUtil.
> java:1267)
> at
> org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBrid
> ge.setArgumentParameters(JDBCAbstractCMPFieldBridge.java:35
> 4)
> at
> org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBrid
> ge.setInstanceParameters(JDBCAbstractCMPFieldBridge.java:33
> 6)
> at
> org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.perfo
> rmInsert(JDBCAbstractCreateCommand.java:283)
> at
> org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.execu
> te(JDBCAbstractCreateCommand.java:138)
> at
> org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(J
> DBCStoreManager.java:554)
> at
> org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPe
> rsistenceManager.java:208)
> at
> org.jboss.resource.connectionmanager.CachedConnectionIntercept
> or.createEntity(CachedConnectionInterceptor.java:269)
> at
> org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.
> java:581)
> 
> All worked fine before the software updates.
> The exception is thrown when setting the value for a 
> EJB-Field of type Short.
> There is no jdbc- or sql-type in jbosscmp-jdbc.xml for this 
> field, so the dafault typemapping for Oracle9i is choosen 
> (NUMERIC/NUMBER(5)).
> 
> Adding this
> 1258a1259,1262
>  > else if(value instanceof Short)
>  > {
>  >ps.setShort(index, ((Short)value).shortValue());
>  > }
> to 
> server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCUtil.java 
> solved the problem.
> 
> Has anybody else seen this problem ?
> Do you approve that this is probably a oracle-jdbc bug ?
> 
> My datasource definition is like this
> 
>   
> OracleDS
> jdbc:oracle:thin:@sb150:1521:PROD
> oracle.jdbc.OracleDriver
> xxx
> xxx
> 
> org.jboss.resource.adapter.jdbc.v
endor.OracleExceptionSorter
> 
> 1000
>   
> 
> 
> and I use ojdbc14.jar.
> 
> Regards
> Frank
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign 
> up for IBM's Free Linux Tutorials.  Learn everything from the 
> bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-15 Thread Alexey Loubyansky
Pozhalusto!

Rafal Kedziorski wrote:

Privjet Alexey,

it's working. thx.

Rafal


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-15 Thread Rafal Kedziorski
Privjet Alexey,

it's working. thx.

Rafal

At 17:51 12.12.2003, Alexey Loubyansky wrote:
Rafal Kedziorski wrote:

At 17:30 12.12.2003, Alexey Loubyansky wrote:

Yes, I have.
I try on monday update or new check out.
It's absolutely ok.
I will test myself also. There is an issue with ORDER BY. Currently, it is 
added at the end of the statement, while, at least for MySql it should be 
before 'FOR UPDATE'.

I didn't see any updates and
http://sourceforge.net/mailarchive/forum.php?forum_id=8807
You can subscribe to jboss-cvs-commits mailing list. It is there.

And I guess, you won't be able to check out the changes with anonymous 
login immediately and might need to wait for 24 hours.

didn't show new commits.

Rafal


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.4 ...

2003-12-14 Thread Sacha Labourey
No, as the delay was a "feature" as a consequence of the overloaded systems
at sf.net 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Rafal Kedziorski
> Sent: dimanche, 14 décembre 2003 01:14
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] JBoss 3.2.4 ...
> 
> At 12:45 13.12.2003, Sacha Labourey wrote:
> >Sometimes, anonymous CVS can have a 24h delay
> 
> is there possibility to get an read-only access without delay?




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.4 ...

2003-12-13 Thread Rafal Kedziorski
At 12:45 13.12.2003, Sacha Labourey wrote:
Sometimes, anonymous CVS can have a 24h delay
is there possibility to get an read-only access without delay?

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Rafal Kedziorski
> Sent: vendredi, 12. décembre 2003 17:42
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss 3.2.4 ...
>
> At 17:30 12.12.2003, Alexey Loubyansky wrote:
> >Yes, I have.
>
> I try on monday update or new check out. I didn't see any updates and
>
> http://sourceforge.net/mailarchive/forum.php?forum_id=8807
>
> didn't show new commits.
>
>
> Rafal
>
>
> >Rafal Kedziorski wrote:
> >
> >>At 17:03 12.12.2003, you wrote:
> >>
> >>>I fixed it in Branch_3_2. Now the row-locking-template is
> used instead
> >>>of hardcoded FOR UPDATE OF.
> >>>Please, help me test it, so that you won't be disappointed
> with the next
> >>>release.
> >>>Thanks.
> >>
> >>Have you commited this files? I did no updates.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] JBoss 3.2.4 ...

2003-12-13 Thread Sacha Labourey
Sometimes, anonymous CVS can have a 24h delay 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Rafal Kedziorski
> Sent: vendredi, 12. décembre 2003 17:42
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss 3.2.4 ...
> 
> At 17:30 12.12.2003, Alexey Loubyansky wrote:
> >Yes, I have.
> 
> I try on monday update or new check out. I didn't see any updates and
> 
> http://sourceforge.net/mailarchive/forum.php?forum_id=8807
> 
> didn't show new commits.
> 
> 
> Rafal
> 
> 
> >Rafal Kedziorski wrote:
> >
> >>At 17:03 12.12.2003, you wrote:
> >>
> >>>I fixed it in Branch_3_2. Now the row-locking-template is 
> used instead 
> >>>of hardcoded FOR UPDATE OF.
> >>>Please, help me test it, so that you won't be disappointed 
> with the next 
> >>>release.
> >>>Thanks.
> >>
> >>Have you commited this files? I did no updates.
> 
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign 
> up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell 
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Alexey Loubyansky
Rafal Kedziorski wrote:

At 17:30 12.12.2003, Alexey Loubyansky wrote:

Yes, I have.


I try on monday update or new check out.
It's absolutely ok.
I will test myself also. There is an issue with ORDER BY. Currently, it 
is added at the end of the statement, while, at least for MySql it 
should be before 'FOR UPDATE'.

I didn't see any updates and

http://sourceforge.net/mailarchive/forum.php?forum_id=8807
You can subscribe to jboss-cvs-commits mailing list. It is there.

And I guess, you won't be able to check out the changes with anonymous 
login immediately and might need to wait for 24 hours.

didn't show new commits.

Rafal


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
At 17:30 12.12.2003, Alexey Loubyansky wrote:
Yes, I have.
I try on monday update or new check out. I didn't see any updates and

http://sourceforge.net/mailarchive/forum.php?forum_id=8807

didn't show new commits.

Rafal


Rafal Kedziorski wrote:

At 17:03 12.12.2003, you wrote:

I fixed it in Branch_3_2. Now the row-locking-template is used instead 
of hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the next 
release.
Thanks.
Have you commited this files? I did no updates.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Alexey Loubyansky
The fix is already committed.

Rafal Kedziorski wrote:

At 17:21 12.12.2003, Alexey Loubyansky wrote:

Ok. There is one more bug in this regard. It does not work with an 
empty WHERE clause. I am fixing it.


.. o.k. than monday.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Alexey Loubyansky
Yes, I have.

Rafal Kedziorski wrote:

At 17:03 12.12.2003, you wrote:

I fixed it in Branch_3_2. Now the row-locking-template is used instead 
of hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the 
next release.
Thanks.


Have you commited this files? I did no updates.

Rafal


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
At 17:21 12.12.2003, Alexey Loubyansky wrote:
Ok. There is one more bug in this regard. It does not work with an empty 
WHERE clause. I am fixing it.
.. o.k. than monday.

Rafal Kedziorski wrote:

At 17:03 12.12.2003, Alexey Loubyansky wrote:

I fixed it in Branch_3_2. Now the row-locking-template is used instead 
of hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the next 
release.
Thanks.
If I could check this today, I would do this on monday.

Best Regards,
Rafal


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
At 17:03 12.12.2003, you wrote:
I fixed it in Branch_3_2. Now the row-locking-template is used instead of 
hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the next 
release.
Thanks.
Have you commited this files? I did no updates.

Rafal


Rafal Kedziorski wrote:

hi,
At 14:49 12.12.2003, you wrote:
Sorry, this is my fault.  row-locking = "true" and on-find will now spit 
out SQL that is SELECT
no problem.

...blah FOR UPDATE.  If the platform doesn't support FOR UPDATE then 
you are screwed.  I'll be fixing this for 3.2.4.

I'm guessing you're working with a DB other than Oracle, PostgreSQL, 
MySQL.  Probably MS SQLServer?
No, woth MySQL with InnoDB-Tables. We habe the problem, that the 
generated Queries has wrong syntax. This is the SELECT statement for MySQL:
SELECT [STRAIGHT_JOIN]
   [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]
   [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] [HIGH_PRIORITY]
   [DISTINCT | DISTINCTROW | ALL]
select_expression,...
[INTO {OUTFILE | DUMPFILE} 'file_name' export_options]
[FROM table_references
  [WHERE where_definition]
  [GROUP BY {unsigned_integer | col_name | formula} [ASC | DESC], ...
[WITH ROLLUP]]
  [HAVING where_definition]
  [ORDER BY {unsigned_integer | col_name | formula} [ASC | DESC] ,...]
  [LIMIT [offset,] row_count | row_count OFFSET offset]
  [PROCEDURE procedure_name(argument_list)]
  [FOR UPDATE | LOCK IN SHARE MODE]]
And the generated query has listed columns after FOR UPDATE ... . I get 
today with the actual sources from CVS (last update yesterday). This I 
posted today:
http://sourceforge.net/tracker/index.php?func=detail&aid=858828&group_id=22866&atid=376685 

Regards,
Rafal
Bill

Rafal Kedziorski wrote:

At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:

What is buggy about 3.2.3?


we have a problem with on-find strategy and row-locking = "true". with 
on-load it's working without any problem.

Rafal

Regards,

Harm de Laat
Informatiefabriek
The Netherlands


Rafal Kedziorski <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
Re: [JBoss-user] JBoss 3.2.4 ...




At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
download), but I found some bugs, which is impossible for me to switch to
this version.
/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-u

Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Alexey Loubyansky
Ok. There is one more bug in this regard. It does not work with an empty 
WHERE clause. I am fixing it.

Rafal Kedziorski wrote:

At 17:03 12.12.2003, Alexey Loubyansky wrote:

I fixed it in Branch_3_2. Now the row-locking-template is used instead 
of hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the 
next release.
Thanks.


If I could check this today, I would do this on monday.

Best Regards,
Rafal


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
At 17:03 12.12.2003, Alexey Loubyansky wrote:
I fixed it in Branch_3_2. Now the row-locking-template is used instead of 
hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the next 
release.
Thanks.
If I could check this today, I would do this on monday.

Best Regards,
Rafal

Rafal Kedziorski wrote:

hi,
At 14:49 12.12.2003, you wrote:
Sorry, this is my fault.  row-locking = "true" and on-find will now spit 
out SQL that is SELECT
no problem.

...blah FOR UPDATE.  If the platform doesn't support FOR UPDATE then 
you are screwed.  I'll be fixing this for 3.2.4.

I'm guessing you're working with a DB other than Oracle, PostgreSQL, 
MySQL.  Probably MS SQLServer?
No, woth MySQL with InnoDB-Tables. We habe the problem, that the 
generated Queries has wrong syntax. This is the SELECT statement for MySQL:
SELECT [STRAIGHT_JOIN]
   [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]
   [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] [HIGH_PRIORITY]
   [DISTINCT | DISTINCTROW | ALL]
select_expression,...
[INTO {OUTFILE | DUMPFILE} 'file_name' export_options]
[FROM table_references
  [WHERE where_definition]
  [GROUP BY {unsigned_integer | col_name | formula} [ASC | DESC], ...
[WITH ROLLUP]]
  [HAVING where_definition]
  [ORDER BY {unsigned_integer | col_name | formula} [ASC | DESC] ,...]
  [LIMIT [offset,] row_count | row_count OFFSET offset]
  [PROCEDURE procedure_name(argument_list)]
  [FOR UPDATE | LOCK IN SHARE MODE]]
And the generated query has listed columns after FOR UPDATE ... . I get 
today with the actual sources from CVS (last update yesterday). This I 
posted today:
http://sourceforge.net/tracker/index.php?func=detail&aid=858828&group_id=22866&atid=376685 

Regards,
Rafal
Bill

Rafal Kedziorski wrote:

At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:

What is buggy about 3.2.3?


we have a problem with on-find strategy and row-locking = "true". with 
on-load it's working without any problem.

Rafal

Regards,

Harm de Laat
Informatiefabriek
The Netherlands


Rafal Kedziorski <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
Re: [JBoss-user] JBoss 3.2.4 ...




At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
download), but I found some bugs, which is impossible for me to switch to
this version.
/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.source

Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Alexey Loubyansky
I fixed it in Branch_3_2. Now the row-locking-template is used instead 
of hardcoded FOR UPDATE OF.
Please, help me test it, so that you won't be disappointed with the next 
release.
Thanks.

Rafal Kedziorski wrote:

hi,

At 14:49 12.12.2003, you wrote:

Sorry, this is my fault.  row-locking = "true" and on-find will now 
spit out SQL that is SELECT


no problem.

...blah FOR UPDATE.  If the platform doesn't support FOR UPDATE 
then you are screwed.  I'll be fixing this for 3.2.4.

I'm guessing you're working with a DB other than Oracle, PostgreSQL, 
MySQL.  Probably MS SQLServer?


No, woth MySQL with InnoDB-Tables. We habe the problem, that the 
generated Queries has wrong syntax. This is the SELECT statement for MySQL:

SELECT [STRAIGHT_JOIN]
   [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]
   [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] [HIGH_PRIORITY]
   [DISTINCT | DISTINCTROW | ALL]
select_expression,...
[INTO {OUTFILE | DUMPFILE} 'file_name' export_options]
[FROM table_references
  [WHERE where_definition]
  [GROUP BY {unsigned_integer | col_name | formula} [ASC | DESC], ...
[WITH ROLLUP]]
  [HAVING where_definition]
  [ORDER BY {unsigned_integer | col_name | formula} [ASC | DESC] ,...]
  [LIMIT [offset,] row_count | row_count OFFSET offset]
  [PROCEDURE procedure_name(argument_list)]
  [FOR UPDATE | LOCK IN SHARE MODE]]
And the generated query has listed columns after FOR UPDATE ... . I get 
today with the actual sources from CVS (last update yesterday). This I 
posted today:

http://sourceforge.net/tracker/index.php?func=detail&aid=858828&group_id=22866&atid=376685 



Regards,
Rafal

Bill

Rafal Kedziorski wrote:

At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:

What is buggy about 3.2.3?


we have a problem with on-find strategy and row-locking = "true". 
with on-load it's working without any problem.

Rafal

Regards,

Harm de Laat
Informatiefabriek
The Netherlands


Rafal Kedziorski <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
Re: [JBoss-user] JBoss 3.2.4 ...




At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
download), but I found some bugs, which is impossible for me to 
switch to
this version.

/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
hi,

At 14:49 12.12.2003, you wrote:
Sorry, this is my fault.  row-locking = "true" and on-find will now spit 
out SQL that is SELECT
no problem.

...blah FOR UPDATE.  If the platform doesn't support FOR UPDATE then 
you are screwed.  I'll be fixing this for 3.2.4.

I'm guessing you're working with a DB other than Oracle, PostgreSQL, 
MySQL.  Probably MS SQLServer?
No, woth MySQL with InnoDB-Tables. We habe the problem, that the generated 
Queries has wrong syntax. This is the SELECT statement for MySQL:

SELECT [STRAIGHT_JOIN]
   [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]
   [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] [HIGH_PRIORITY]
   [DISTINCT | DISTINCTROW | ALL]
select_expression,...
[INTO {OUTFILE | DUMPFILE} 'file_name' export_options]
[FROM table_references
  [WHERE where_definition]
  [GROUP BY {unsigned_integer | col_name | formula} [ASC | DESC], ...
[WITH ROLLUP]]
  [HAVING where_definition]
  [ORDER BY {unsigned_integer | col_name | formula} [ASC | DESC] ,...]
  [LIMIT [offset,] row_count | row_count OFFSET offset]
  [PROCEDURE procedure_name(argument_list)]
  [FOR UPDATE | LOCK IN SHARE MODE]]
And the generated query has listed columns after FOR UPDATE ... . I get 
today with the actual sources from CVS (last update yesterday). This I 
posted today:

http://sourceforge.net/tracker/index.php?func=detail&aid=858828&group_id=22866&atid=376685

Regards,
Rafal

Bill

Rafal Kedziorski wrote:

At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:

What is buggy about 3.2.3?
we have a problem with on-find strategy and row-locking = "true". with 
on-load it's working without any problem.

Rafal

Regards,

Harm de Laat
Informatiefabriek
The Netherlands


Rafal Kedziorski <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
Re: [JBoss-user] JBoss 3.2.4 ...




At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
download), but I found some bugs, which is impossible for me to switch to
this version.
/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from 

RE: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rod Macpherson
I guess we will have to hold off on 3.2.3 after all because we have a SQL Server 
deployment on the verge of release and this would fubar us, right? 

-Original Message- 
From: Bill Burke [mailto:[EMAIL PROTECTED] 
Sent: Fri 12/12/2003 5:49 AM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Re: [JBoss-user] JBoss 3.2.4 ...



Sorry, this is my fault.  row-locking = "true" and on-find will now spit
out SQL that is SELECT ...blah FOR UPDATE.  If the platform doesn't
support FOR UPDATE then you are screwed.  I'll be fixing this for 3.2.4.

I'm guessing you're working with a DB other than Oracle, PostgreSQL,
MySQL.  Probably MS SQLServer?

Bill

Rafal Kedziorski wrote:

> At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:
>
>> What is buggy about 3.2.3?
>
>
> we have a problem with on-find strategy and row-locking = "true". with
> on-load it's working without any problem.
>
>
> Rafal
>
>> Regards,
>>
>> Harm de Laat
>> Informatiefabriek
>> The Netherlands
>>
>>
>>
>>
>> Rafal Kedziorski <[EMAIL PROTECTED]>
>> Sent by: [EMAIL PROTECTED]
>> 12/12/2003 11:53 AM
>> Please respond to
    >> [EMAIL PROTECTED]
>>
>>
>> To
>> [EMAIL PROTECTED]
>> cc
>>
>> Subject
>> Re: [JBoss-user] JBoss 3.2.4 ...
>>
>>
>>
>>
>>
>>
>> At 11:31 12.12.2003, Thomas Hentschel Lund wrote:
>>
>> >hehe
>> >
>> >3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
>>
>> no, but I will not work with buggy JBoss 3.2.3.
>>
>> :) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
>> download), but I found some bugs, which is impossible for me to switch to
>> this version.
>>
>>
>> /rk
>>
>> >/Thomas
>> >
>> >fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
>> > > Hi,
>> > >
>> > > when will be JBoss 3.2.4 released?
>> > >
>> > >
>> > > Regards,
>> > > Rafal
>> > >
>> > >
>> > >
>> > > ---
>> > > This SF.net email is sponsored by: IBM Linux Tutorials.
>> > > Become an expert in LINUX or just sharpen your skills.  Sign up for
>> IBM's
>> > > Free Linux Tutorials.  Learn everything from the bash shell to sys
>> admin.
>> > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>> > > ___
>> > > JBoss-user mailing list
>> > > [EMAIL PROTECTED]
>> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
>> >
>> >
>> >
>> >---
>> >This SF.net email is sponsored by: IBM Linux Tutorials.
>> >Become an expert in LINUX or just sharpen your skills.  Sign up for
>> IBM's
>> >Free Linux Tutorials.  Learn everything from the bash shell to sys
>> admin.
>> >Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>> >___
>> >JBoss-user mailing list
>> >[EMAIL PROTECTED]
>> >https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>>
>>
>> ---
>> This SF.net email is sponsored by: IBM Linux Tutorials.
>> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
>> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
>> Click now! http://ads.osdn.com/?ad_id=1278&am

Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Bill Burke
Sorry, this is my fault.  row-locking = "true" and on-find will now spit 
out SQL that is SELECT ...blah FOR UPDATE.  If the platform doesn't 
support FOR UPDATE then you are screwed.  I'll be fixing this for 3.2.4.

I'm guessing you're working with a DB other than Oracle, PostgreSQL, 
MySQL.  Probably MS SQLServer?

Bill

Rafal Kedziorski wrote:

At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:

What is buggy about 3.2.3?


we have a problem with on-find strategy and row-locking = "true". with 
on-load it's working without any problem.

Rafal

Regards,

Harm de Laat
Informatiefabriek
The Netherlands


Rafal Kedziorski <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
Re: [JBoss-user] JBoss 3.2.4 ...




At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
download), but I found some bugs, which is impossible for me to switch to
this version.
/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski


At 13:08 12.12.2003, Thomas Hentschel Lund wrote:
:-)
not so fast :)))
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43391
I know, but for download it was on 1st december 2003
Announcement was made on december
10th (2 days ago) - are you sure that
you are not running on a release candidate?
Yes, I did. :)
take a look on this (bottom):
http://heanet.dl.sourceforge.net/sourceforge/jboss/?C=M;O=A

jboss-3.2.3.bz2   
01-Dec-2003 05:35   43M  
jboss-3.2.3-src.tar.bz2   
01-Dec-2003 05:38   32M  


And
this:http://www.mail-archive.com/[EMAIL PROTECTED]/msg39192.html

/rk
/Thomas
fre, 2003-12-12 kl. 11:53 skrev Rafal Kedziorski:
> At 11:31 12.12.2003, Thomas Hentschel Lund wrote:
> 
> >hehe
> >
> >3.2.3 was just released 1-2 days ago. Talk about being impatient
;-)
> 
> no, but I will not work with buggy JBoss 3.2.3.
> 
> :) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for

> download), but I found some bugs, which is impossible for me to
switch to 
> this version.
> 
> 
> /rk
> 
> >/Thomas
> >
> >fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > > Hi,
> > >
> > > when will be JBoss 3.2.4 released?
> > >
> > >
> > > Regards,
> > > Rafal
> > >
> > >
> > >
> > >
---
> > > This SF.net email is sponsored by: IBM Linux
Tutorials.
> > > Become an expert in LINUX or just sharpen your
skills.  Sign up for IBM's
> > > Free Linux Tutorials.  Learn everything from the bash
shell to sys admin.
> > > Click now!
http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > >
https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> >
> >---
> >This SF.net email is sponsored by: IBM Linux Tutorials.
> >Become an expert in LINUX or just sharpen your skills. 
Sign up for IBM's
> >Free Linux Tutorials.  Learn everything from the bash shell
to sys admin.
> >Click now!
http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> >___
> >JBoss-user mailing list
> >[EMAIL PROTECTED]
>
>https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up
for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to
sys admin.
> Click now!
http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/jboss-user

---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
Click now!
http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Thomas Hentschel Lund

:-)

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43391

Announcement was made on december 10th (2 days ago) - are you sure that
you are not running on a release candidate?

/Thomas

fre, 2003-12-12 kl. 11:53 skrev Rafal Kedziorski:
> At 11:31 12.12.2003, Thomas Hentschel Lund wrote:
> 
> >hehe
> >
> >3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
> 
> no, but I will not work with buggy JBoss 3.2.3.
> 
> :) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for 
> download), but I found some bugs, which is impossible for me to switch to 
> this version.
> 
> 
> /rk
> 
> >/Thomas
> >
> >fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > > Hi,
> > >
> > > when will be JBoss 3.2.4 released?
> > >
> > >
> > > Regards,
> > > Rafal
> > >
> > >
> > >
> > > ---
> > > This SF.net email is sponsored by: IBM Linux Tutorials.
> > > Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> > > Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> >
> >---
> >This SF.net email is sponsored by: IBM Linux Tutorials.
> >Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> >Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> >Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> >___
> >JBoss-user mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
At 12:08 12.12.2003, [EMAIL PROTECTED] wrote:
What is buggy about 3.2.3?
we have a problem with on-find strategy and row-locking = "true". with 
on-load it's working without any problem.

Rafal

Regards,

Harm de Laat
Informatiefabriek
The Netherlands


Rafal Kedziorski <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
Re: [JBoss-user] JBoss 3.2.4 ...




At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for
download), but I found some bugs, which is impossible for me to switch to
this version.
/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread harm
What is buggy about 3.2.3?

Regards,

Harm de Laat
Informatiefabriek
The Netherlands




Rafal Kedziorski <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/12/2003 11:53 AM
Please respond to
[EMAIL PROTECTED]


To
[EMAIL PROTECTED]
cc

Subject
Re: [JBoss-user] JBoss 3.2.4 ...






At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

>hehe
>
>3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)

no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for 
download), but I found some bugs, which is impossible for me to switch to 
this version.


/rk

>/Thomas
>
>fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> > Hi,
> >
> > when will be JBoss 3.2.4 released?
> >
> >
> > Regards,
> > Rafal
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>---
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
>Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Rafal Kedziorski
At 11:31 12.12.2003, Thomas Hentschel Lund wrote:

hehe

3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)
no, but I will not work with buggy JBoss 3.2.3.

:) JBoss 3.2.2 was released on 1st december (I'm looking on ftp for 
download), but I found some bugs, which is impossible for me to switch to 
this version.

/rk

/Thomas

fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> Hi,
>
> when will be JBoss 3.2.4 released?
>
>
> Regards,
> Rafal
>
>
>
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Thomas Hentschel Lund

hehe

3.2.3 was just released 1-2 days ago. Talk about being impatient ;-)

/Thomas

fre, 2003-12-12 kl. 11:18 skrev Rafal Kedziorski:
> Hi,
> 
> when will be JBoss 3.2.4 released?
> 
> 
> Regards,
> Rafal
> 
> 
> 
> ---
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user