Re: [JBoss-dev] Updates to CVS-Branch and CVS-Head

2003-06-06 Thread Alexey Loubyansky
I think if the code, the fixes/features were applied to, is supposed to be used in other branches, then these branches should be updated too. alex Friday, June 06, 2003, 2:25:21 PM, ulf schroeter wrote: usmd Should all updates (bugfix/feature) for a branch also be applied to HEAD ? usmd There

Re: [JBoss-dev] Is FKMappingUnitTestCase supposed to be working?

2003-06-01 Thread Alexey Loubyansky
I'll look at it. alex Sunday, June 01, 2003, 3:12:25 AM, Scott Stark wrote: SMS The org.jboss.test.cmp2.fkmapping.test.FKMappingUnitTestCase in 3.2 is failing with SMS the following error. Is this supposed to be working? SMS 17:03:43,964 INFO [MainDeployer] Deployed package:

Re[2]: [JBoss-dev] Is FKMappingUnitTestCase supposed to be working?

2003-06-03 Thread Alexey Loubyansky
Fixed. alex Sunday, June 01, 2003, 11:39:32 AM, Alexey Loubyansky wrote: AL I'll look at it. AL alex AL Sunday, June 01, 2003, 3:12:25 AM, Scott Stark wrote: SMS The org.jboss.test.cmp2.fkmapping.test.FKMappingUnitTestCase in 3.2 is failing with SMS the following error. Is this supposed

Re: [JBoss-dev] jboss-head/testsuite/build has 100 errors for me

2003-06-17 Thread Alexey Loubyansky
Have you executed build from jboss-head/build before that? I guess persistence module is not built for some reason. alex Tuesday, June 17, 2003, 4:50:50 PM, Anil Saldhana wrote: AS Hello developers, ASI tried to build the main testcases using AS jboss-head/testsuite/build I hit 100

Re: AW: [JBoss-dev] jboss-head/testsuite/build has 100 errors for me

2003-06-17 Thread Alexey Loubyansky
No, the sources are in persistence. alex Tuesday, June 17, 2003, 5:27:41 PM, Dr. Jung wrote: JDC Have you checked that all relevant thirdparty modules have been obtained JDC through cvs? JDC BTW: I got no jdo.jar on my workspace either ... Must be some recent JDC addition, I guess. sun-jdo?

[JBoss-dev] org\mortbay\start\Main.java:512

2003-06-23 Thread Alexey Loubyansky
I just checked out Branch_3_2 and couldn't compile. Does anyone get the following error? Win2K / Sun JDK1.3.1_05 D:\cvsroot\jboss-3.2\jetty\src\main\org\mortbay\start\Main.java:512: start() is inherited from java.lang.Thread and hides method in outer class org.mortbay.star t.Main. An explicit

Re[2]: [JBoss-dev] org\mortbay\start\Main.java:512

2003-06-24 Thread Alexey Loubyansky
Director of Support AB Back Office AB JBoss Group, LLC AB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: 21 June 2003 12:55 To: jboss-dev Subject: [JBoss-dev] org\mortbay\start\Main.java:512 I

Re: [JBoss-dev] standardjbosscmp-jdbc.xml is broken

2003-06-26 Thread Alexey Loubyansky
I just fixed the errors in jbosscmp-jdbc_3_2.dtd (3.2/HEAD) and jbosscmp-jdbc_4_0.dtd. And I met one more: Main XmlFileLoader: File D:\work\temp\standardjbosscmp-jdbc.xml process error. Line: 23. Error message: Element type time-out must be declared. Main XmlFileLoader: File

Re: [JBoss-dev] [Fwd: [JBoss-user] Read-Ahead Cache Supports]

2003-06-27 Thread Alexey Loubyansky
That was me. I agree, we shouldn't force finders to run under active transaction. The reason for the change was a bug in cleaning ReadAheadCache. I'll look at it. alex Friday, June 27, 2003, 3:11:02 AM, Scott Stark wrote: SMS So why was this change made? There is a difference between yelling

Re[2]: [JBoss-dev] [Fwd: [JBoss-user] Read-Ahead Cache Supports]

2003-06-27 Thread Alexey Loubyansky
that re-enabled running with out a transaction DS and didn't add any integration tests. DS -dain DS On Friday, June 27, 2003, at 02:07 AM, Alexey Loubyansky wrote: That was me. I agree, we shouldn't force finders to run under active transaction. The reason for the change was a bug

Re: [JBoss-dev] Re: Jboss-development digest, Vol 1 #5702 - 9 msgs

2003-07-04 Thread Alexey Loubyansky
Yes, sure. Please, post to JBoss Development: Persistence on JBoss (Persistence/JBoss) for now. We'll add more forums soon. Thanks, alex Friday, July 04, 2003, 9:01:59 PM, Steve Lewis wrote: SL Can we get a JBossDO forum in the dev forums? SL Steve SL __ SL Do

[JBoss-dev] Unable to passivate due to ctx lock

2003-07-05 Thread Alexey Loubyansky
In EntitySynchronizationInterceptor, in the inner class InstanceSynchronization in afterCompletion in case of commit option C the following code will not release the context: case ConfigurationMetaData.C_COMMIT_OPTION: try { // Do not call release if getId() is null. This means that

Re: [JBoss-dev] Unable to passivate due to ctx lock

2003-07-05 Thread Alexey Loubyansky
It's about Branch_3_2. alex Saturday, July 05, 2003, 4:41:37 PM, Alexey Loubyansky wrote: AL In EntitySynchronizationInterceptor, in the inner class AL InstanceSynchronization in afterCompletion in case AL of commit option C the following code will not release the context: AL case

[JBoss-dev] DR2: WAR re/un-deploy

2003-07-05 Thread Alexey Loubyansky
Doesn't work. Undeploy results in (and redeploy fails): 16:54:44,125 INFO [DeploymentInfo] undeployment exception in stop: org.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl e: (java.lang.NullPointerException) at

Re: [JBoss-dev] DR2: WAR re/un-deploy

2003-07-07 Thread Alexey Loubyansky
) at org.jboss.web.AbstractWebContainer.stop(AbstractWebContainer.java:492 ) at org.jboss.deployment.DeploymentInfo.stop(DeploymentInfo.java:269) alex Saturday, July 05, 2003, 4:59:15 PM, Alexey Loubyansky wrote: AL Doesn't work. AL Undeploy results in (and redeploy fails): AL 16:54:44,125 INFO

Re: [JBoss-dev] ClassCastException from ProxyCompiler$Proxy35.getId(generated)

2003-07-10 Thread Alexey Loubyansky
Hello Michael, at the moment, I can't comment on why findAll works. The cause, perhapsm is the types mismatch between the one that is used by MySQL driver for generated keys be default and the one you use for primary key column. AFAIK, MySQL's default is java.lang.Integer. Abstracting from

Re[2]: [JBoss-dev] ClassCastException from ProxyCompiler$Proxy35.get Id(generated)

2003-07-11 Thread Alexey Loubyansky
Hello Michael, Friday, July 11, 2003, 12:00:32 AM, MNewcomb MNewcomb wrote: -Original Message- From: Newcomb, Michael P. So, what do we do about it? Should JDBCGetGeneratedKeysCreateCommand test for Number and convert to expected type? Or should we urge MySQL to create the

[JBoss-dev] jsp:useBean doesn't work

2003-06-24 Thread Alexey Loubyansky
jso:useBean results in java.lang.InstantiationException for a class that is in *.ear/*.war/WEB-INF/classes. i.e. the following fails: jsp:useBean id=user class=PersonalData scope=session/ While this passes: % PersonalData pd = (PersonalData)PersonalData.class.newInstance(); % Looks like Jasper

Re[2]: [JBoss-dev] Handling of ejb-ref and ejb-local-ref

2003-07-13 Thread Alexey Loubyansky
This is fixed now in Branch_3_2. In HEAD, validation of standardjboss.xml against jboss_3_2.dtd or jboss_4_0.dtd resulted in 73 errors. It is realy broken and needs review. alex Sunday, July 13, 2003, 1:09:20 PM, Jan Bartel wrote: JB I have checked in the changes and testcases to Branch_3_2 to

Re: [JBoss-dev] Why does JDBCStoreManager.createEntity allow a null pk?

2003-07-14 Thread Alexey Loubyansky
I added the check for null pk. If pk is null, an instance of CreateException is thrown. alex Monday, July 14, 2003, 7:16:38 AM, Scott Stark wrote: SMS Why is the JDBCStoreManager.createEntity allowing a null pk: SMS public Object createEntity( SMS Method createMethod, SMS

Re: [JBoss-dev] JBossDO

2003-07-20 Thread Alexey Loubyansky
Hello Steve, very nice to meet you! In fact, no one is working on schema generation for JBossDO and new persistence engine at the moment. Saturday, July 19, 2003, 8:31:51 AM, Steve Lewis wrote: SL I'd like to get involved with the JBossDO project. SL I've asked a few questions in the

Re[2]: [JBoss-dev] JBossDO

2003-07-22 Thread Alexey Loubyansky
in the correct mode of thought for SL tackling this thing. Keep on! ;) Thank you, alex SL Thanks, SL Steve --__--__-- Message: 2 Date: Sun, 20 Jul 2003 17:47:39 +0300 From: Alexey Loubyansky [EMAIL PROTECTED] Organization: JBoss Group, LLC To: Steve Lewis [EMAIL PROTECTED] Subject: Re: [JBoss

Re: [JBoss-dev] Re: JBossDO

2003-07-25 Thread Alexey Loubyansky
Hello Steve, SL Yes, that makes total sense. In memory you have both SL a representation (in Java objects) of the JDO schema SL and the SQL schema, and there is a mapping between the SL two. That means in order to generate the tables, I SL should go off the SQL schema, specifically the Table SL

[JBoss-dev] HEAD can't be shutdown

2003-08-04 Thread Alexey Loubyansky
I can't shutdown current HEAD with Ctrl-C. The shutdown process is started and then hangs with exception below. I am on Win2000, Sun j2sdk.1.4.1_02. I have to close console window. Did anyone see that? Thanks, alex 20:09:19,343 INFO [HypersonicDatabase] Stopping jboss:service=Hypersonic

[JBoss-dev] XMBean validation

2003-08-14 Thread Alexey Loubyansky
I have problems running a simple remote client that accesses SLSB in HEAD. The cause is: run: [java] (tm.DTXAResourceInterceptor 70 ) Creating a new mbean inst ance on client: jboss.tm:service=XAResourceInterceptor [java] Warning: Error occurred using JAXP to load a SAXParser.

Re: [JBoss-dev] Optimistic Locking Issue

2003-08-20 Thread Alexey Loubyansky
Your friend already submitted a bug report on this issue. Thanks, alex Ken Sipe wrote: There appears to be an issue a friend discovered with some the logic of generated sql code. Here are his details: Optimistic Locking problem when using SQL Server 2000 and JBoss 3.2.1 When using SQL Server

Re: [JBoss-dev] new ejb ql status?

2003-08-29 Thread Alexey Loubyansky
Aren't they are already in 3.2.x (except for Sum)? Stefan Groschupf wrote: Hi, what is the status of your plans to backport ejb ql (distinct, Sum, Count) to 3.2.x? Thanks. Stefan. --- This sf.net email is sponsored by:ThinkGeek Welcome to

Re: [JBoss-dev] Some changes appear to be missing

2003-09-10 Thread Alexey Loubyansky
I am sorry. It is fixed now. alex Scott M Stark wrote: The 3.2 branch is not compiling currently: /home/starksm/JBoss/cvs/JBoss3.2/jboss-3.2/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/ASTConcat.java:52: cannot resolve symbol symbol : method getFunctionResult

[JBoss-dev] -Dtest=cmp2/perf

2003-09-12 Thread Alexey Loubyansky
Could someone, please, check this testcase against current Branch_3_2? It fails for me with timeout. I wonder whether I broke it in my local copy. Thanks, alex --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

Re: [JBoss-dev] And another JBoss fork

2003-10-29 Thread Alexey Loubyansky
Congratulations, Heiko! Rupp, Heiko wrote: Hi, I am pleased to announce that another JBoss fork has happened. For details see: http://www.pilhuhn.de/orlando/ As you can see from the first picture, the young man will work on deamonish functions. Heiko

Re: [JBoss-dev] cmp with multiple datasource

2003-10-30 Thread Alexey Loubyansky
No way, at the moment. But could you tell why you would like to do it? Thanks. [EMAIL PROTECTED] wrote: Hi all, does anybody know how can I change the CMP entity bean datasource on runtime? Are there any workaround to get this? Regards, Hernán.

Re: [JBoss-dev] cmp with multiple datasource

2003-10-31 Thread Alexey Loubyansky
- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Jueves, 30 de Octubre de 2003 05:20 tarde To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] cmp with multiple datasource No way, at the moment. But could you tell why you would like to do it? Thanks. [EMAIL PROTECTED] wrote: Hi all, does

Re: [JBoss-dev] cmp with multiple datasource

2003-11-03 Thread Alexey Loubyansky
Terzian Sent: Viernes, 31 de Octubre de 2003 09:39 mañana To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] cmp with multiple datasource Yes!!! It would be great !!! -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Viernes, 31 de Octubre de 2003 07:47 mañana

Re: [JBoss-dev] cmp with multiple datasource

2003-11-04 Thread Alexey Loubyansky
-service.xml Sorry, for the delay. [EMAIL PROTECTED] wrote: Yes please, I´ll be very thankful if you commit it!!! -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Lunes, 03 de Noviembre de 2003 06:46 mañana To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] cmp with multiple

Re: [JBoss-dev] 3.2.3RC1

2003-11-07 Thread Alexey Loubyansky
Yes, I'll need commit some fixes. Scott M Stark wrote: I'm putting together a 3.2.3RC1 release to pickup some recent bug fixes. I'm working on a fix for [ 832561 ] NoSuchMethodException when HAJNDI joins cluster that I want to include. If there are any other must have fixes let me know.

Re: [JBoss-dev] cmp with multiple datasource

2003-11-07 Thread Alexey Loubyansky
is wrong in here? -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Martes, 04 de Noviembre de 2003 03:31 tarde To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] cmp with multiple datasource It is checked in Branch_3_2. org.jboss.varia.dsdelegator package. After building

Re: [JBoss-dev] 3.2.3RC1

2003-11-07 Thread Alexey Loubyansky
They should be committed till tomorrow evening. Scott M Stark wrote: When can these be committed? -- Scott Stark Chief Technology Officer JBoss Group, LLC Alexey Loubyansky wrote: Yes, I'll need commit some fixes. Scott M Stark wrote: I'm

Re: [JBoss-dev] 3.2.3RC1

2003-11-08 Thread Alexey Loubyansky
I am done for this RC. Scott M Stark wrote: When can these be committed? --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL,

Re: [JBoss-dev] cmp with multiple datasource

2003-11-11 Thread Alexey Loubyansky
, thanks for your patience! :) -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Viernes, 07 de Noviembre de 2003 02:59 tarde To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] cmp with multiple datasource why don't you ask it on jboss-user? [EMAIL PROTECTED

Re: [JBoss-dev] cmp with multiple datasource

2003-11-11 Thread Alexey Loubyansky
Have you thought about how it could be implemented? Suppose, we have a QL query that spans several datasources. We need to somehow break it to several queries each of which should be executed against specific datasource and then somehow merge the results. Of course, CMR navigation should be much

[JBoss-dev] metadata management

2003-11-14 Thread Alexey Loubyansky
What are our plans for metadata? I remember various discussions but can we revisit it again? What are the requirements and wishes? I am facing it right now. I would like to have, say, entity metadata from various sources (ejb-jar.xml, jbossxmp-jdbc.xml) in one place. So, I wrote a very simple

Re: [JBoss-dev] metadata management

2003-11-14 Thread Alexey Loubyansky
I mimic current metadata classes but add more data, for example, for EntityMetaData (so that, i can get rid of JDBCxxxMetaData). It would be easier to look at the code really. It is based on SAXParser and MetaDataContentHandler which delegates to MetaDataFactory implementation (e.g.

Re: [JBoss-dev] metadata management

2003-11-15 Thread Alexey Loubyansky
julien viet wrote: so it is IOC metadata parsing :-) Exactly :) so the MetaData classes are pretty much the same, what just differ is the feeding method and you removed some metadata classes ? Yes --- This SF. Net email is sponsored by:

Re: [JBoss-dev] metadata management

2003-11-15 Thread Alexey Loubyansky
from that, using any XML/Java binding tool. For example... Thanks. I would be interested in collaborating to code that. Ricardo Argüello Alexey Loubyansky wrote: What are our plans for metadata? I remember various discussions but can we revisit it again? What are the requirements and wishes? I

Re: [JBoss-dev] metadata management

2003-11-15 Thread Alexey Loubyansky
It does not work when corresponding elements (e.g. entity) are in different order in each DD. Alexey Loubyansky wrote: I mimic current metadata classes but add more data, for example, for EntityMetaData (so that, i can get rid of JDBCxxxMetaData). It would be easier to look at the code really

Re: [JBoss-dev] metadata management

2003-11-15 Thread Alexey Loubyansky
Will we be able to have, say, entity related data from ejb-jar.xml, jboss.xml and jbosscmp-jdbc.xml in the same class? Or will we need three classes? Ricardo Argüello wrote: Alexey Loubyansky wrote: Ricardo Argüello wrote: Why not use JAXB, or BEA's XMLBeans? Perhaps. But I don't have much

Re: [JBoss-dev] metadata management

2003-11-16 Thread Alexey Loubyansky
standard properties or JBoss' properties. What do you think? Ricardo Argüello Alexey Loubyansky wrote: Will we be able to have, say, entity related data from ejb-jar.xml, jboss.xml and jbosscmp-jdbc.xml in the same class? Or will we need three classes

Re: [JBoss-dev] metadata management

2003-11-16 Thread Alexey Loubyansky
I could provide an implementation that will populate just one object model w/o generating additional interfaces by improving the 'IOC' metadata factory with 'look-ahead' feature. And, actually, even XPath if needed. --- This SF. Net email

Re: [JBoss-dev] metadata management

2003-11-17 Thread Alexey Loubyansky
. I was not necessarily thinking about your scenario alone. Ricardo Argüello Alexey Loubyansky wrote: As for me, this is the worst scenario. - generate interfaces for three schemas, - implement those interfaces, - merge them into another object model. Why would we want to change the existing code

Re: [JBoss-dev] metadata management

2003-11-17 Thread Alexey Loubyansky
Rupp, Heiko wrote: that looked at seem to be too heavy weight for me. But metadata is a common problem. Therefore, I wanted to know about other requirements. One requirement is that everything that (meta-)handles metadata should be in one place. I think it is a pita, when each module has e.g.

Re: [JBoss-dev] No GROUP BY in JBoss-QL?

2003-11-25 Thread Alexey Loubyansky
You are misusing GROUP BY here. What would you like to get in the result? How does ORDER BY work here? GROUP BY is intended to be used with statistical functions. To get the result you wrote, I would write the query this way: SELECT UserId, LocationId, MAX(LastLoginDate) FROM Blah GROUP BY

Re: [JBoss-dev] Hibernate Integration

2003-11-25 Thread Alexey Loubyansky
Stefan Arentz wrote: Is the JBoss group going to add 'official' support for Hibernate to JBoss? Yes. I mean to bundle it in a .sar, integrate Hibernate Session management into the EJB container? Not sure. But, anyway, it is an implementation detail. All the stuff that is badly documented

Re: [JBoss-dev] No GROUP BY in JBoss-QL?

2003-11-25 Thread Alexey Loubyansky
Yes, sure. But I doubt it will be added to 3.2. Stefan Arentz wrote: On Nov 25, 2003, at 11:19 PM, Alexey Loubyansky wrote: You are misusing GROUP BY here. What would you like to get in the result? How does ORDER BY work here? GROUP BY is intended to be used with statistical functions. To get

Re: [JBoss-dev] No GROUP BY in JBoss-QL?

2003-11-26 Thread Alexey Loubyansky
This is incorrect. SELECT OBJECT(o) FROM MyBean AS o For example. Bill Burke wrote: Seems to me, that with EJB QL, you can only select a particular Entity, or a field of a particular entity. So, you cannot select *all*. --- This SF.net email

Re: [JBoss-dev] No GROUP BY in JBoss-QL?

2003-11-26 Thread Alexey Loubyansky
Excuse me, what have you put in 3.2? Bill wrote about CMP on top of Hibernate. You can submit a patch on sourceforge.net. Stefan Arentz wrote: On Nov 26, 2003, at 5:13 PM, Bill Burke wrote: ... Hopefully our future integration of CMP on top of Hibernate will provide this sort of solution.

[JBoss-dev] proposals

2003-12-05 Thread Alexey Loubyansky
Hello, (addressed to xmlbeans-dev, copied to jboss-development) I maybe wrong in some assumptions, please, correct me in that case. I am not an expert in the area. I could not find a binding tool that would meet the requirements I have. In no specific order, the requirements are: * custom

Re: [JBoss-dev] proposals

2003-12-05 Thread Alexey Loubyansky
Yes, I saw it. But bytecode enhancement is too much. At some point after you've compiled your source code into class files you execute the first part of the JiBX framework, the binding compiler. This compiler enhances binary class files produced by the Java compiler, adding code to handle

[JBoss-dev] JMX remote invocations

2003-12-09 Thread Alexey Loubyansky
I have an MBean with the following managed operation, where TestCommand is an interface: public void test(TestCommand test) throws Exception { ... } Remote client does: RMIAdaptor server = ...; server.invoke( testerName, test, new Object[]{command}, new

Re: [JBoss-dev] JMX remote invocations

2003-12-09 Thread Alexey Loubyansky
Are the jmx:${host.name}:rmi and jmx/invoker/RMIAdaptor different? I knew that the first one is just an old name. In fact, jmx/invoker/RMIAdaptor works but jmx:${host.name}:rmi does not. Thank you. Adrian Brock wrote: Try it with the RMI invoker adapter (bound at jmx/invoker/RMIAdaptor).

Re: [JBoss-dev] Problem with EJB-QL

2003-12-10 Thread Alexey Loubyansky
Please, ask it on jboss-user mailing list providing the generated SQL query and stacktraces. netanel weinberg wrote: Hello! i have a web application i built using EJB and i'm trying to make an ejb-ql according to two parameters: query query-method

[JBoss-dev] left-join read-ahead

2003-12-15 Thread Alexey Loubyansky
read-ahead can now contain left-join configurations. !ELEMENT read-ahead (strategy, page-size?, eager-load-group?, left-join*) !ELEMENT left-join (left-join*) !-- The CMR field name to LEFT JOIN. -- !ATTLIST left-join cmr-field CDATA #REQUIRED !-- The eager load group of the related entity. --

Re: [JBoss-dev] left-join read-ahead

2003-12-15 Thread Alexey Loubyansky
Support for Oracle 8 is another syntax of LEFT OUTER JOIN, right? Then we should use templates like we do for other vendor specific syntaxes. It should not be hard. One more problem with this kind of stuff (row-locking, outer joins, etc) hsqldb does not support them. So, we don't have tests

Re: [JBoss-dev] Hibernate deployer?

2003-12-20 Thread Alexey Loubyansky
BTW, I use this same approach for CMP over Hibernate. Ivelin Ivanov wrote: Related to this, I just bundled a proposed addition to the Hibernate/JBoss integration. Gavin seemed to approve the design pattern. Hopefully my implementation is acceptable. http://hibernate.org/66.82.html Let me know

Re: [JBoss-dev] Hibernate deployer?

2003-12-21 Thread Alexey Loubyansky
Yes, eventually. Ivelin Ivanov wrote: Should we unify them and add to the jboss integration? Gavin? Ivelin --- Alexey Loubyansky [EMAIL PROTECTED] wrote: BTW, I use this same approach for CMP over Hibernate. Ivelin Ivanov wrote: Related to this, I just bundled a proposed addition

RE: [JBoss-dev] InstanceCache - NoSuchObjectException

2004-01-05 Thread Alexey Loubyansky
My taste tells me to throw JBoss-specific object not found exception and handle it according to the invocation type in the place get() was called. Another way would be to add getLocal() method to InstanceCache (implementation) that would throw NoSuchObjectLocalException. But it's not nice because

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 5-January-2004

2004-01-05 Thread Alexey Loubyansky
Empty SELECT clause. I will look at it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Monday, January 05, 2004 4:32 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 5-January-2004

2004-01-06 Thread Alexey Loubyansky
It passes for me with yesterday's clean check out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Monday, January 05, 2004 4:32 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand)

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 18-January-2004

2004-01-20 Thread Alexey Loubyansky
I am looking into deadlock. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Tuesday, January 20, 2004 11:34 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results:

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 18-January-2004

2004-01-20 Thread Alexey Loubyansky
Sometimes, running deadlock test I see java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.util.ArrayList.ensureCapacity(ArrayList.java:170) at java.util.ArrayList.add(ArrayList.java:354) at

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 18-January-2004

2004-01-20 Thread Alexey Loubyansky
In java.lang.System.arraycopy... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: Wednesday, January 21, 2004 3:44 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results

RE: [JBoss-dev] New xmbean descriptor schema

2004-01-21 Thread Alexey Loubyansky
From the new XML metadata framework point of view, yes, it is possible. I'll write a tutorial for this stuff when I am done with org.jboss.test.deadlock test. Shortly, how it would work right now. You need to provide Java classes that represent XML elements and an object model factory that will

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 18-January-2004

2004-01-22 Thread Alexey Loubyansky
2004-01-22 12:15:06,862 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.util.ArrayList.ensureCapacity(ArrayList.java:170) at

RE: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 18-January-2004

2004-01-22 Thread Alexey Loubyansky
) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.ja va:701) at java.lang.Thread.run(Thread.java:534) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent

RE: [JBoss-dev] relationship table creation problem, Oracle 8i

2004-01-23 Thread Alexey Loubyansky
Please, post these questions on jboss-user next time. I guess, it is a driver problem. Try to use INTEGER instead of NUMBER if possible. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 23, 2004 1:12 PM To:

[JBoss-dev] committing jbossxb

2004-01-27 Thread Alexey Loubyansky
Where should the XML binding code reside in CVS? Should I add another module? --- 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

[JBoss-dev] RE: jbossxb tutorial

2004-01-30 Thread Alexey Loubyansky
I added a test for populating the same ApplicationMetaData instance from ejb-jar.xml and jboss.xml. The implementation is simplified just to demonstrate how it works. It can be downloaded from http://jboss.org/developers/projects/jbossxb -Original Message- From: Scott M Stark Sent:

RE: [JBoss-dev] Bad cross module dependency

2004-02-04 Thread Alexey Loubyansky
Because the server is compiled before the connector and JCA's WrappedStatement can't be used in CMP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Wednesday, February 04, 2004 4:27 AM To: [EMAIL PROTECTED] Subject:

[JBoss-dev] database schema update

2004-02-04 Thread Alexey Loubyansky
Hello Joachim, first of all, thanks for your work on this. Since there is no obvious decision how a schema should be updated looking only at the existing schema and knowing nothing about the previous mapping details, could you please describe in detail how it actually works :) Thanks a lot.

[JBoss-dev] RE: Do away with JBossQL?

2004-02-24 Thread Alexey Loubyansky
uncomfortable feeling adding app server specific stuff to ejb-jar.xml. I don't support this idea. -Original Message- From: Bill Burke Sent: Tuesday, February 24, 2004 6:20 PM To: Jboss-Dev; Alexey Loubyansky Subject: Do away with JBossQL? I've been thinking we should do away

[JBoss-dev] RE: Do away with JBossQL?

2004-02-24 Thread Alexey Loubyansky
I could agree with this. Please, don't commit CMP stuff to HEAD. I have to sync HEAD with 3.2, first. -Original Message- From: Bill Burke Sent: Tuesday, February 24, 2004 9:09 PM To: Alexey Loubyansky Cc: Jboss-Dev Subject: Re: Do away with JBossQL? OK. How about Allow JBossQL

[JBoss-dev] RE: change default commit option

2004-03-05 Thread Alexey Loubyansky
I agree with Adrian. When you develop an application, sometimes, you want to modify the db by hand and see the effect immediately in the app. So, not CO A. +1 for IPT. -Original Message- From: Adrian Brock Sent: Friday, March 05, 2004 5:46 PM To: Bill Burke Cc: Jboss-Dev; The Core

[JBoss-dev] RE: change default commit option

2004-03-05 Thread Alexey Loubyansky
I think we will make on-find to be the default. -Original Message- From: Sacha Labourey Sent: Friday, March 05, 2004 7:23 PM To: Bill Burke; Jboss-Dev; The Core Subject: RE: change default commit option Yes and we should change the default load-size of CMP as today it is

[JBoss-dev] RE: change default commit option

2004-03-05 Thread Alexey Loubyansky
Burke Sent: Friday, March 05, 2004 7:39 PM To: Alexey Loubyansky Cc: Jboss-Dev; The Core Subject: Re: change default commit option This depends. If the default is caching (commit 'a') then the prefetch strategy should be none as once these guys get into cache, on-find is just overhead

[JBoss-dev] always ejbStore at commit

2004-03-19 Thread Alexey Loubyansky
It occurs the spec requires ejbStore to be always called on an instance at commit time even if the instance is not dirty. Currently, we call ejbStore at sync time only if the instance is dirty. Since persistenceManager.isModified(ctx) will not be changed, there should not be anything that could

[JBoss-dev] Branch_3_2 is not 1.3.1 compatible?

2004-03-22 Thread Alexey Loubyansky
I could not compile today's check out of Branch_3_2 with 1.3.1_09 on dedicated74. Does someone know what's wrong with this? Thanks. _default:compile-classes: [mkdir] Created dir: /home/aloubyansky/jboss-3.2/jmx/output/classes [javac] Compiling 622 source files to

RE: [JBoss-dev] Branch_3_2 is not 1.3.1 compatible?

2004-03-22 Thread Alexey Loubyansky
I just downloaded and installed jdk1.3.1_11 on dedicated74 and got the same. It builds fine with j2sdk1.4.2_04. Is the machine you built JBoss on a multi-cpu one? What about the deadlock test on that machine? Thanks. _default:compile-classes: [mkdir] Created dir:

RE: [JBoss-dev] Attachments on sourceforge

2004-04-08 Thread Alexey Loubyansky
I am. I get just a blank page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent: Thursday, April 08, 2004 4:18 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Attachments on sourceforge I can't view any attachments on the jboss

RE: [JBoss-dev] Bug in specJApp code?

2004-04-14 Thread Alexey Loubyansky
You will need to check out the latest 3.2.4. There is no jdbc2 package in 3.2.2. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SRINIVASAN, RAVISHANKAR Sent: Wednesday, April 14, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Bug in

RE: [JBoss-dev] Bug in specJApp code?

2004-04-15 Thread Alexey Loubyansky
Incorrect optimistic locking config for the JBoss version you are using or/and database schema doesn't match the mapping metadata. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SRINIVASAN, RAVISHANKAR Sent: Thursday, April 15, 2004 8:09 AM To:

RE: [JBoss-dev] What are these XniJBossXBParser warnings?

2004-12-17 Thread Alexey Loubyansky
I should have fixed this yesterday by logging this in TRACE. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Monday, December 13, 2004 8:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] What are these XniJBossXBParser

RE: [JBoss-dev] [Web Services] - JBossWS / JAXB integration

2004-12-17 Thread Alexey Loubyansky
Since the link to the post is broken in the forums I am emailing my comments. Thomas, you seem to go back to the design you had before our discussion in Neuchatel. Why? What JAXB version are you going to use? JAXB2 is not yet released and API is not available yet, AFAIK. JAXB1 seems to

[JBoss-dev] how to test micro container

2005-05-13 Thread Alexey Loubyansky
Adrian, how do you run micro container tests? I am especially interested in XML related ones. Thanks, alex --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle

Re: [JBoss-dev] jboss-head Build Failed

2005-06-09 Thread Alexey Loubyansky
Is this because Javassist was compiled with jdk1.5? compile-classes: [mkdir] Created dir: /scratch/cruisecontrol/checkout/jboss-head/aop/output/classes [javac] Compiling 295 source files to /scratch/cruisecontrol/checkout/jboss-head/aop/output/classes

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
by default instead? I thought I had changed this to be the default in the past. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: Thursday, June 16, 2005 5:43 AM To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
Scott M Stark wrote: So let's remove it. And while we are at it, are we keeping this uninformative package name: org.jboss.xml.binding.sunday? It makes me wonder if it only works on sunday, or if I recently went to church or something. I have very different associations with the word :)

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
Alexey Loubyansky wrote: Scott M Stark wrote: So let's remove it. And while we are at it, are we keeping this uninformative package name: org.jboss.xml.binding.sunday? It makes me wonder if it only works on sunday, or if I recently went to church or something. I have very different

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
I removed references to MappingObjectModelFactory from WS/JAXB. After WS guys confirm there are no problems with the change we can remove the hack. Thomas, could you please check? I ran the jaxb tests. They are not affected. Thanks. alex Scott M Stark wrote: In rebuilding the 4.0 thirdparty

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
infinitely better. What is your alternate meaning? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: Friday, June 17, 2005 2:08 AM To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] Can we remove

Re: [JBoss-dev] Add a jbxb:schemaBindings/ jbxb:IgnoreUnresolvedFieldOrClass

2005-07-21 Thread Alexey Loubyansky
Scott M Stark wrote: I want to add a jbxb:schemaBindings/jbxb:IgnoreUnresolvedFieldOrClass boolean element flag that mirrors the SchemaBinding.setIgnoreUnresolvedFieldOrClass(boolean) method so this can be set from the schema. Ok Does it also make sense for the value of

Re: [JBoss-dev] basic java design question

2006-01-04 Thread Alexey Loubyansky
Because then we have integration issues like relying on non-public API of deployers, jms impl, etc. I can use everything I can see. Tom Baeyens wrote: | package; but it needs to be shared, otherwise, why expose it, | even inside a package? i know what it means. i ask the opposite question:

  1   2   >