Thanks.
I did Lazy annotation in the relationship as below.
| @OneToMany(fetch = FetchType.LAZY, mappedBy = "parentBoard")
| public Collection getChildBoards() {
| return childBoards;
| }
|
| public void setChildBoards(Collection childBoards) {
|
Dear all,
JBoss-4.0.3sp1 + JBoss Portal
I want to use TCP instead of UDP in clustering because my company's
restriction. Can anyone help me on the following?
In cluster-server.xml, I set the flag to true to disable udp auto discovery :
true
However, when starting JBoss, exceptions thr
not sure if I got it right, but if your parent or child relations are annotated
with "lazy", you must do all calls to parent and children in an entity context
(running transaction). this is normally in a SLSB or SFSB. maybe you should
post your Board bean code here ...
View the original post :
I guess there is a problem with the naming of your ear and jar file. see your
log output:
"bank3.ear.ear" and "bank.jar.jar" (duplicate extension)
look in you deploy directory and check your build script.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=395037
you have to use the entity returned from merge:
public Country RefreshCountryCollection(Country country)
{
country = em.merge(country);
country.getChildrenOrganizations();
return country;
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950376#3950376
http://jira.jboss.com/jira/browse/JBWS-982
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950375#3950375
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950375
___
JBoss-user
http://jira.jboss.com/jira/browse/JBWS-981
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950374#3950374
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950374
___
JBoss-use
The client needs to use the ws-security handler from that is used in
standard-jbossws-client-config.xml
|
| Standard Secure Client
|
| PostHandlerChain
|
| WSSecurityHandlerOutbound
|
org.jboss.ws.wsse.WSSecurityHandlerOutbound
|
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950372#3950372
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950372
This should be fixed in jbossws-1.0.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950371#3950371
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950371
___
JBoss-user mail
One possible thought would be: "Read the FAQs"
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQURLRewriting
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950370#3950370
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
fheldt: This is fixed in jbossws-1.0.1
Juergen:
anonymous wrote :
| Thomas, are you saying that the methods of a JSR-181 POJO can be restricted
in the same way as a SessionBean, e.g. using @SecurityDomain and @RolesAllowed?
|
No, I am saying you add security to your web.xml and specify t
Hello.
'org.jboss.tm.JBossRollbackException' is generated, and rollback cannot be done
though RuntimeException came to be able to do
in catche by using '@ApplicationException(rollback=true)' as advised.
Is there a problem in the writing of the code?
Or, is it a setting of Jboss and is there anyt
1) yes
2) yes
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950367#3950367
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950367
___
JBoss-user mailing list
JBoss-user@lis
The MTOM/XOP samples have been updated to send/receive attachments
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950366#3950366
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950366
__
Don't use DII and deploy a handler. Alternatively there is a propriatary API
that lets you dynamically inject handlers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950365#3950365
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html
Also look at the JSR181 samples
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950364#3950364
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950364
Please take this to JIRA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950363#3950363
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950363
___
JBoss-user mailing list
JBos
Thanks, we'll fix it
http://jira.jboss.com/jira/browse/JBWS-980
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950362#3950362
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950362
some one there to solve this problem ,if any one hava little ideya about this
problem is most welcome ,plz replay fast
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950361#3950361
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Yes, this needs to be fixed. Thanks for reporting
http://jira.jboss.com/jira/browse/JBWS-979
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950360#3950360
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950360
__
They way we generate the web.xml when there are EJB security meta data will
have to change.
http://jira.jboss.com/jira/browse/JBWS-978
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950359#3950359
Reply to the post :
http://www.jboss.com/index.html?module=b
This should be fixed in jboss-4.0.4.GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950358#3950358
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950358
___
JBoss-user mai
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950357#3950357
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950357
wsdl is always language agnostic. With WS4EE you need jaxrpc-mapping.xml.
.net or perl need simmilar mapping meta data to map to their language domain
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950356#3950356
Reply to the post :
http://www.jboss.com/inde
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950355#3950355
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950355
djordan, please don't hijack others posts. (If you ask in a new post, I will
provide some hints as to what might have gone wrong.)
deguzmandaz, is the name of your system "caaserver"? I seem to recall a similar
problem a while back, and adding the "caaserver" name to the /etc/hosts file
might
The user guide has been updated on this
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html
This type of "do it all yourself" DII is the worst possible choice. Use wsdl +
jaxrpc-mapping.xml to configure your client proxy
View the original post :
http://www.jboss.com/index.html
I have build portal for the source, it works fine to Start JBoss.
So it means the guidline of manual setup for the binary may miss some of the
setting.
Thanks for the advise.
(But it seems the portal use UDP to communicate between node, My compant is
restricted to use UDP, I don't know how to
Before you file a bug please show us the message and the value of the
SOAPAction from the client debug log
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950351#3950351
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395
Dear all,
JBoss 4.0.3sp1 + JBoss Portal 2.2.1
In my cluster, when I point to server A in IE(e.g. http://altair:8180/portal),
it can show the default portal page and can login to the portal. But when I
point to server B, it shows the login page of the portal, when I input
admin/admin, it has
Have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950349#3950349
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950349
___
I have a flow like this:
request a job ---> first man approve ---> fork:
1. ---> second man approve
2. ---> third man approve
then there will be ---> join ---> the fourth man approve ---> end
I need this function: either the second man or the third man deny the
request,the flow will end without wa
Thanks for your help, but I don't think I can or should rely on /WEB-INF/.
That way I can reuse those same beans that have non-web-based clients. I think
the ultimate best solution could be a JMX setup so that we can get a velocity
context injected into a stateless or stateful bean.
IOW, som
I am having the same problem while using coldfusion war deployed in jboss.
I am using Jboss 4.0.3 and coldfusion mx 7
Please post whos has got the solution for this..
Thanking you,
Amol
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950345#3950345
Rep
Postdev & Michelazzo... any of you success to create an CRUD example using the
nightly build? I am failed. : (
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950343#3950343
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Not. It's not working. My current installation is in d: and i have the new
installation in c: but it seem no different.
First i extract the following file to c:
i. JBossIDE-1.6.0.GA-Bundle-win32.zip
then extract the following nightly build to c:
i. JBossIDE-200606082311-nightly-ALL.zip
After i
I got a similar error after I got the portal from CVS. I tried getting a new
JBoss Portal from 'http://sourceforge.net/projects/jboss' and this one compiled
correctly.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950341#3950341
Reply to the post :
http://
I get similar erros with MySQL 5.0. Probably I miss something in the correct
installing procedure. This is what I did (same thing for postresql):
- Create new db jbossportal.
- create new user portal with portalpassword as password
- mysql> GRANT ALL PRIVILEGES ON *.* TO '[EMAIL PROTECTED]'
-
Yeah, I forgot to log out before testing link. Thanks for pointing it out. I
have repaired it. :-)
Ryszard Kozmik
JBoss Forums Lead
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950336#3950336
Reply to the post :
http://www.jbo
What means this exception?
java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to
commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=Ursus/34,
BranchQual=, localId=34] status=STATUS_NO_TRANSACTION; - nested throwable:
(org.hibernate.HibernateException: identifier of an
Fantastic! great work guys!
/Ole
eviware.com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950329#3950329
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950329
___
JBoss-u
"jack70_chen" wrote : I use JBoss AS 4.0.4 GA. Running example issues gets the
following exception: 'The absolute uri: http://java.sun.com/jsf/html cannot be
resolved in either web.xml or the jar files deployed with this application'.
I get the same error with 'issues'.
View the original post
Hi,
might it be possible that the decission node is the issue?
I faced a similar problem (with the current jbpm 3.2 snapshot from CVS) with a
node looking like this:
|
|
|
|
|
|
|
Transition 2 ("nein") was never taken. I changed it to:
|
As of this post I am happy to anounce that jbossws-1.0.1.GA is released. It is
a drop in replacement for JBossAS-4.0.4.GA and also works in standalone Tomcat.
This allows you to develop standard portable J2EE-1.4
web service endpoints in Tomcat that can be deployed to JBoss whenever
full app ser
I cannot redploy. It is awful always to restart JBoss.
What have I to do that I can redploy my ear?
The error is:
java.lang.RuntimeException: javax.management.InstanceAlreadyExistsException:
persistence.units:ear=bank3.ear.ear,jar=bank3.jar.jar,unitName=bankdb already
registered.
anonymous wrot
Okay here is the next installment in overall performance tuning.
Today is Sun JVM setting day. I use the following for JBoss:
-server -XX:NewSize=356m -XX:SurvivorRatio=16 -XX:MaxNewSize=356m -Xms400m
-Xmx400m
The basics are:
1. Always set max heap size to min heap size.
2. Always set new gener
do you mean moving portlets like dot LRN?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950317#3950317
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950317
___
JBoss-user
It's fairly simple.
If you download JBoss EJB 3.0 RC8- FD they have an example (in the
docs\embedded-tutorial library)
test-with-junit contains a unit test with entity bean
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950315#3950315
Reply to the post :
h
How do I install EJB in JBoss4.0.4?
I am using JBoss IDE to create EJBs. But when I select a JBoss Configuration it
says that JBoss 4.0.4 does not have the libraries.
why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950314#3950314
Reply to the post :
ht
These have not been updated yet but will be eventually. Which particular point
are you interested in?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950313#3950313
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950313
Dmitris, thanks for your reply. It's appreciated. That said, I tried the
following within my MBean's startService method to no avail (the server did not
abort the startup as hoped) ...
try
{
.
.
.
}
catch (MyException e)
{
MBeanServer server = MBeanServerLocator.locateJ
Is my spouse cheating on me? How many times have married couples pondered on
this simple yet profound question? A question that can make or break a
marriage? I'm sure at one point or another in the years of being married, this
question has crossed the minds of married couples; more so if the cou
hi,
we dont want to store the return value of a certain getter-method, but we dont
know how to annotate this correctly...
help needed and very much appreciated
THX
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950308#3950308
Reply to the post :
http://w
David,
Tom just told me that he answered your post but apparently he pressed on the
wrong button. I always believe Tom when he says something, but this time I have
even more reason to believe him because I saw he entered this JIRA issue
related to this.
In fact his response was mostly a confi
Yes, I actually figured out this rather simple (and obvious!) workaround just
after I posted - thanks for the info.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950305#3950305
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
That is an MC configuration detail. Either jmx is an aspect integrated across
MC beans, or its just another bean in the MC.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950304#3950304
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
What have I to take for MySQL? I get this exception,
Caused by: org.hibernate.MappingException: Dialect does not support sequences
Thanks
anonymous wrote :
| 2006-06-11 17:39:56,187 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper]
Starting failed persistence.units:jar=ejb3tutorial.jar.jar,unit
indeed there is an issue with editing roles.
I have located the bug but not commited the fix yet as I am waiting for
feedback on what should be fixed.
Basically render URL cannot have form parameters with POST.
Please look at :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950299#3
Please post the exception report.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950301#3950301
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950301
___
JBoss-user mailing
I have tested the issues example from CVS in 4.0.4.GA + EJB 3.0 RC8 and it is
working fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950298#3950298
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950298
Check your transaction timeout.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950297#3950297
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950297
___
JBoss-user mailing li
Dear.
When I need not get the children collection, there is occurred the
LazyInitializationException.
Board has recursive relationship.
I want to get the Board data only as one object and his children object, but
there are many recursive relationship object.
There has grandchildren object with
The wsdl file seems to be fine, which is generated by sun's jwsdp 2.0
| http://hello.ws.jboss.org/";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns:tns="http://hello.ws.jboss.org/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
|
I want to make Tomcat follow some symbolic links in my web application. I added
the line bellow to my server.xml file
But it did not solve my problem! any hint about this ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950293#3950293
Reply to the post :
all the jar files are copied from jboss client folder including:
jbossall-client.jar
axis-ws4ee.jar
common-discovery.jar
common-logging.jar
wsdl4j.jar
xercesImpl.jar is from the lib\endorsed
client-config.wsdd is a rename of
\server\default\deploy\jboss-ws4ee.sar\META-INF\axis-client-config.xm
I am using JBoss 4.0.3 SP1.
According to the instructions from adminguide, I deploy a so-called "JAX-RPC
service endpoints (JSEs)". The deployment seems to be successful, if we check
it in "http://localhost:8080//ws4ee/services";.
But when i use the following code to access the service, exce
Hi, Julien
could You help me to solve my beginers portal problem.
I downloaded JBoss Portal 2.4.0-BETA1
with Application Server.Also I have downloaded HelloWorldPortlet.zip from
PortalSwap.com. When I extract HelloWorldPortlet.zip I can find
helloworldportlet.war ,
When I deploy my .war file in th
I would be gratefull if anyone could help me to solve my portal problem.
Well I am new in using JBoss Portal, I downloaded JBoss Portal 2.4.0-BETA1
with Application Server.Also I have downloaded HelloWorldPortlet.zip from
PortalSwap.com. When I extract HelloWorldPortlet.zip I can find
helloworld
ups,sorry I incidentally hit the submit button before I finished typing :)
I mean there gotta be different meaning betwen putting all of them inside 1 row
|
| Name | Type|
Multiplicity
|
-
But if we can combine the usage of all the action, script, create-timer and
cancel-timer then why aren't they written into different row (in the doc) ?
Check out the doc about task (16.4.24). event, exception-handler, timer, and
controller are written inside different row in the doc so to me the
SOLVED
it's needed to add xdoclet/lib/*.jar in the ANT Classpath
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950285#3950285
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950285
___
Eureka!
I finally got what i wanted
Thanks all for your help particularly
Tefron
Regards
Bhanu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950284#3950284
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950284
___
Obviouly is not the way because it does'nt work. I get an Exception
org.hibernate.LazyInitializationException: failed to lazily initialize a
collection of role: entities.Country.organizations, no session or session was
closed
at
org.hibernate.collection.AbstractPersistentCollection.thro
Please somebody help me!!!
I'm using JBossIDE 1.6, JBoss 4.0, Eclipse 3.1.2 on a Fedora Core 5 jdk 1.5.0_07
I follow everything is wrtten on the JBossIDE tutorial but when I've to launch
xDoclet it answer me as follow:
BUILD FAILED
taskdef A class needed by class xdoclet.modules.ejb.EjbDocletTa
Hi Satyaprasant
Could you please tell me the steps how you did
this iam totally new to this and though i was able to generate the keystore and
the path was clearly metioned in server.xml but still the http://localhost:8443
doesnt work
Please can you help me
Thanks
Bhanu
View the original post :
76 matches
Mail list logo