I also have this problem.
It seems to be an issue for me when I have more than 1 OneToMany relationship.
Or when the child also has a OneToMany relationship.
I'm using alpha 5 embedded jboss libraries
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927967#39
See labs.jboss.com.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927965#3927965
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927965
---
This SF.Net email is spon
Probably well before then. I'm thinking like 2 months, but no promises.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927963#3927963
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927963
-
Yes, your understanding is correct. I will take a look at your JIRA issue when
I get a chance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927962#3927962
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927962
-
You're right,
In fact the problem was in an other place, my persistence action works well but
i did it two times without catching the exception thrown during the second
insert.
I was focus on this fatal error, that's why I was blind about other reason of
my error.
Everything works well now,
Your post does not make sense. Its in the wrong moved (has been moved to the
correct one), and you are referencing a log rollover format that is clearly
commented out in the configuration you show. The only time a log with a
timestamp suffix is created is when the rollover event occurs.
View th
i have not been able to reproduce it so hard to fix.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927959#3927959
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927959
Maybe I missunderstood something completely.
When I add a navigation-rule in faces-config.xml that makes the first
transition from the pageflow start-state to the first pageflow wait-state, then
it works.
Is that how it should work? Because I had the impression that
the pageflow itself should ta
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSAttachStepByStepGenerate ?
RPC: today only RPC style is possible for attachment. Next release will enable
the document style.
which version is meant?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927957
I'm using:
JVM - 1.4.2_08
JBoss - 4.0.2 on Linux
I'm having a problem trying to make a Session Bean send a JMS message to a
queue deployed in another host with another instance of JBoss with the same
versions.
How can a declare de queue remote?
I'm declaring the queue on ejb-jar.xml as fowlli
anonymous wrote : Hello,
| Is it possible to get the (local) path of the tomcat root from code?
| e.g. in my case:
"C:\jboss-3.2.6\server\default\deploy\jbossweb-tomcat50.sar\ROOT.war\"
|
^ Any ideas? ^
Surely the path must be known to the JBOSS environment?
Thanks in advance,
Alex
Vi
In my caching.properties file i have mentioned,
MaxNodes = 5
MaxAgeSeconds = 1000
i just want after 1000 milliseconds the node should go from cache.i mean to say
if i will call get method of treecache for that node i should get null.
please give me the solution,it's urgent for me.
Biswajit.
V
Thanks now its working
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927953#3927953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927953
---
This SF.Net email is s
I have solved it by using Oscache instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927952#3927952
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927952
---
Th
http://jira.jboss.com/jira/browse/JBCACHE-491
Created a JIRA and attached the treecache.xml file. Had enabled the TRACE level
logging on org.jboss.cache.eviction and the log file after doing a zip is
turning out to be of 24.4MB size and as a result am not able to attach it to
the JIRA issue. Is
Hi,
has there been any development regarding this. I am rebuilding/downloading the
nightly builds quite often but always get stuck with this.
Regards.
L
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927950#3927950
Reply to the post :
http://www.jboss.co
use in the class of client
import org.apache.log4j.*;
in code
static Logger logger;
in main
logger = Logger.getRootLogger();
logger.addAppender(new FileAppender(new HTMLLocator(),
"mylog1.log",true));
You are correct and I am wrong -- bad .jar in the deployment. Thanks for the
debugging tip, though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927948#3927948
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927948
hi,
i am looking for "real-life examples" of web pages using
1) portlets
2) JBoss Portal in particular
it would be nice, if you paste some URLs.
dhexus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927947#3927947
Reply to the post :
http://www.jboss.com/
The roots of the problem are in the Hibernate database dialects.
Some of the dialects does not implement proper Exception translation.
Implement custom dialect for Hibernate which would translate Exceptions with
"does not exists" in description to SQLGrammarException.
The code below shows the i
Hi,all
I find Log4j in JBoss4.0.4RC1 does not work fine.
log4j.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but the filename is not "/log/
"[EMAIL PROTECTED]" wrote : Is this re-producible?
|
Very much. Our server log is completely filled with these logs.
"[EMAIL PROTECTED]" wrote : Looks like the eviction thread tried to
evict/remove the nodes but it times out because someone is holding the read
lock for more than 15 secs.
Had the same problem in the code that executed outside of standard
TransactionInterceptor
the solution is to wrap your calls to transactions using the following
technique:
| TransactionManager tm;
|
|
| try {
| tm = TransactionManagerProvider.JBOSS_PROVIDER.getTransactionMan
In portal 2.4 modules (ant other services) injected into portlet using
jboss-portlet.xml descriptor.
Take a look at it in core/src/resources/portal-core-war/WEB-INF
make sure you've deployed your portlets with appropriate services injected.
View the original post :
http://www.jboss.com/index.
i don't know about the reflection problem. the way you code it should be ok.
if you started from processInstance.getClass().getDeclaredMethod(...) then you
could have a problem that you had to solve by searching the super classes
recursively.
direct db access should not be necessary.
maybe i
25 matches
Mail list logo