[JBoss-user] [EJB 3.0] - ERROR [UDP] exception=java.io.OptionalDataException

2006-06-08 Thread binario
Hi all, I've noticed this problem on jboss 4.0.4.GA when running under the all configuration. It's also a message in beginners corner, but it doesn't seem to be getting any joy and I thought perhaps someone here might have seen it too. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=8

[JBoss-user] [Beginners Corner] - Re: exception=java.io.OptionalDataException when running the

2006-06-08 Thread binario
I've got the exact same problem too. JBoss 4.0.4.GA, Windows XP. Any solution to this guys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949800#3949800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949800 _

[JBoss-user] [EJB 3.0] - Re: querying with persited enums throws class cast exception

2006-05-28 Thread binario
Seeing as no one seems to be able to help me with this, I'd like to try to debug through ejb3 to see where the actual problem is. Can someone point me to a source download so I can debug it in eclipse please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947

[JBoss-user] [EJB 3.0] - querying with persited enums throws class cast exception

2006-05-26 Thread binario
Hi all, I used to have a query that worked before I upgraded to 4.0.4.GA. It used to be ejb3 rc3. Anyway, lets say I have entity bean A, which has a private variable B where B is a persisted enum. Now I used to query in a session bean something like Query q = entityManager.createQuery("select

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC7 - FD released.

2006-05-25 Thread binario
Hi Bill, so if I want to upgrade my 404.GA release to use this bundle, are there directions anywhere on how to do this? What do I have to change/remove. Thanks, Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946467#3946467 Reply to the post : http://

[JBoss-user] [EJB 3.0] - Re: EJB3 Installation on 4.0.4.GA

2006-05-17 Thread binario
Hi guys, that does help, thanks, however going forward, is there any reason that you aren't including it in the zip file? I'd actually like to know what customization is going on in the install. thanks, Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [EJB 3.0] - EJB3 Installation on 4.0.4.GA

2006-05-16 Thread binario
Hi all, I've only previously installed ejb3 stuff on previous versions of JBoss. I want to upgrade my version of jboss and ejb3 to the latest, I downloaded 4.0.4.GA.zip. Now, it comes with a "all", "default" and a "minimal" configuration. It seems to me that ejb3 isn't packaged with any of thes

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-21 Thread binario
| | At any rate, I don't mind at all, and I very much appreciate the help and I would just reiterate, clear documentation will help others avoid this non-obvious problem. | | | | thanks again, | | binario View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-21 Thread binario
Of all the options, I agree with you, the .size() is definately the best - but I will restate my opinion in the hope that someone on the hibernate/ejb3 team reads it. I think this is a TERRIBLE design flaw. Also, if the jboss ejb3 release goes like this then surely it should be documented CLEAR

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-21 Thread binario
t hurt return = u.getOrders(); } {code} you would expect the collection to be accessed. Anyway, I think this will lead to loads of problems, but thanks very much indeed for your help. cheers, Binario View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [EJB 3.0] - Re: LazyLoadExceptions, Open Session in View & EJB3

2006-03-20 Thread binario
Ho hum, does no one have any ideas on this issue??? I would have thought it was pretty much a show stopper for ejb3! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931349#3931349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-14 Thread binario
anyone got any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930200#3930200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930200 --- This SF.Net email is sp

[JBoss-user] [EJB 3.0] - Re: LazyLoadExceptions, Open Session in View & EJB3

2006-03-11 Thread binario
anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929560#3929560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929560 --- This SF.Net email is sponsored by xPM

[JBoss-user] [EJB 3.0] - LazyLoadExceptions, Open Session in View & EJB3

2006-03-09 Thread binario
or flaw! By the way - I know that Seam fixes the "open session in view" problem but it's unrealistic to get everyone to change to this. thanks for any help. binario View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929133#3929133

[JBoss-user] [EJB 3.0] - Lazy loading design - surely I can't be right?

2006-03-09 Thread binario
back to the web tier (which is where the exception is being thrown), but the information is retrieved from the database in the stateless session bean, so there should be no problem?? please help! thanks , binario View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB 3.0] - Re: Enum Does Not Work with DetachedCriteria

2005-11-29 Thread binario
Ok, have done that: http://opensource2.atlassian.com/projects/hibernate/browse/HHH-1210 I'll try to see what the error is from the source code too. thanks very much, Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909502#3909502 Reply to the post : ht

[JBoss-user] [JBossCache] - Re: Clustered TreeCache as Hibernate second level cache - I

2005-07-21 Thread binario
We have spent a good amount of time on this and really do thank you so much if you can clear it up for us. thanks again, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885875#3885875 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-20 Thread binario
Thanks James, if you could also post up the relevant section of your JBossService.xml file - ie, the transaction section, and if you could tell us if you get it working that would be great. Ps - is it for the hibernate second level cache? If so - watch out for having to turn on the querycache.

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-20 Thread binario
th this? If you could share your config files with us if you have been successful that would be fantastic. thanks, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885716#3885716 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBossCache] - Clustered TreeCache as Hibernate second level cache - I give

2005-07-20 Thread binario
Hi all (especially Bela :-) ), I've spent the following week trying to get TreeCache setup across a two node cluster on JBoss. The two nodes are setup to access a single oracle database. We are using hibernate 2.1 on the two nodes and we wanted to use TreeCache as the second level cache in hibe

[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-20 Thread binario
Hi Bela, sorry for not getting back to you sooner on this. We have been busy figuring out what's going on. Firstly, the application we ran is on a two node JBoss cluster where each node has an Updater task and a Reader task which both "update" or "read" the same 1000 entries in the same databa

[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-13 Thread binario
Sorry Bela, I made one mistake above, we actually DO have the default JBoss transaction manager service deployed (not the tyrex one that I posted above). We have the following in our jboss-service as the mbean. | | | 300 | | jboss:service=XidFactory | |

[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-13 Thread binario
Hi Bela, thanks so much for the reply! Your two answers should make our life much simpler if we can get them working as expected then! The strange thing is, we have already tried to configure TreeCache with the JBoss transaction manager. We set the isolation level to be serializable but it did

[JBoss-user] [JBossCache] - Clustered Transactional Replicated TreeCache with single Ora

2005-07-12 Thread binario
Hi all, We're trying to configure and test the TreeCache as a hibernate second level cache in a clustered JBoss environment. We're using hibernate version 2.1 with JBoss 3.2.5. We have a single oracle database and we are testing on a cluster of jboss nodes. We are aiming for a transactional re

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-03-25 Thread binario
First of all Scott - thank you so much for pointing me in the right direction! I would be forever indebted if you could possibly explain what you mean when you say "is not supported by configuration alone. You need virtual hosting with a valve/filter" Do you mean that it's not possible by using

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-03-21 Thread binario
losed off with a link to the wiki as the answer. Unfortunately that has not answered the question. thanks anyway though, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870992#3870992 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-03-21 Thread binario
.mydot.com vhost2-alias " Really appreciate any help you can give me, kind regards, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870988#3870988 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [HTTPD, Servlets & JSP] - Virtual Hosts - asked before, got no response

2005-03-21 Thread binario
www.mysite.com/books etc. Is this possible? Please can someone help me on this thanks very much, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870957#3870957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - Virtual Hosts - Asked before, got no response :-(

2005-03-21 Thread binario
www.mysite.com/books etc. Is this possible? Please can someone help me on this thanks very much, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870956#3870956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [HTTPD, Servlets & JSP] - Virtual Hosting - urgent please help

2005-03-07 Thread binario
currently have: www.mydomain.com/accounting.jsp www.mydomain.com/sales.jsp and i want to map those jsps to: accounting.mydomain.com and sales.mydomain.com respectively Is this possible? thanks very much, binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Clustering/JBoss] - Re: Sharing httpsession object - this should be a FAQ

2005-01-05 Thread binario
Found the answer from tomcat's faq: "7. How do I share sessions across webapps? You cannot share sessions directly across webapps, as that would be a violation of the Servlet Specification. There are workarounds, including using a singleton class loaded from the common classloader repository to

[JBoss-user] [Clustering/JBoss] - Sharing httpsession object - this should be a FAQ

2005-01-05 Thread binario
Hi all, This post has come up several times but I can't find an answer. 1) I have one ear that contains multiple wars. 2) I want to share the http session object across each war. Is this possible. PS - single node, not using JAAS. Using JBoss Tomcat 4 rc2. I really think this should be in the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session sharing between two WARs in the same ear

2005-01-05 Thread binario
Hi bugfix, did you ever resolve this? thanks, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860724#3860724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Security & JAAS/JBoss] - Single sign on using virtual hosts

2005-01-05 Thread binario
gged out still. Any ideas? Help? thanks, Binario View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860716#3860716 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860716 --

[JBoss-user] [Nukes User] - Setting up forums

2004-03-23 Thread binario
Hi all, I'd really like to know if there is a step by step guide to how to set up forums using nukes and mysql. Also, if my website has a current username and password table, how do I integrate that with the nukes system. thanks very much, binario http://www.jboss.org/index.html?module=