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
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
_
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
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
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://
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
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
| | 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&
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
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
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
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
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
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
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=
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
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
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.
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&
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
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
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
|
|
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
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
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
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=
.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
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
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
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
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
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
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
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
--
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=
35 matches
Mail list logo