Thanks for the trick wauwau0977, I'll try.
clebert.suconic, could you tell me why don't you recommend an Applet please?,
in my case, as I told you, is not an option, but a requirement?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947060#3947060
Reply to th
Fyi..interesting issue...I have a class called EventListAction with a List
variable named events, which happens to be the datamodel (@DataModel) for this
action.
When I switched to Seam 1.0.0.0CR3 and JBoss 4.0.4.GA from Seam 1.0Beta2 and
JBoss 4.0.4.CR2 Seam threw an exception when trying to
Hello,
I have a WS client (i.e. a servlet) and a corresponding message handler. I
simply want to retrieve IN the WS client a variable FROM the handler. Please
let me know how to do that.
Here is a snippet from the handler:
| public boolean handleResponse(MessageContext context) {
|
I found the answer here:
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=51&t=003489
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947055#3947055
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I thought we were close on servlet 2.5. I know Jacob was doing some work on
this stuff.
JSF 1.2 is easy. Just use the RI instead of MyFaces. We will probably go the RI
route by default in JBoss AS soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947054#3
Still don't have enough info to know exactly what the problems is, however I am
guessing is due to the web container (Tomcat) and the ejb container (JBoss)
using different classloaders. If can
/server/default/jbossweb-tomcat55.sar/META-INF/jboss-service.xml
'UseJBossWebLoader' attribute to tru
You can either use the -b option for setting the bind address (e.g. >./run.sh
-b 192.168.1.2) which will bind all network services to the specified address
or set a system property for jboss.bind.address (for example, put
-Djboss.bind.address=192.168.1.2 in the run.sh file). BTW, any alias foun
pechetty,
thanks for the help... still trying to get it work...
another question, once the TestService is implemented, should I see a
"TestService" listed in the JNDI list? However I don't see it there... is this
a problem?
Thanks,
View the original post :
http://www.jboss.com/index.html?mo
I am new to JAXB2 world.
-I have a xml document whose xsd has imports of other xsds. I have the
corresponding domain model and java objects in hand. The names of the
classes/attibutes differ from that of those specified in the xsd; Thus did the
jaxb 2.0 customization. JAXB is throwing a nullpoi
Could any one send info on how to check 3.2 send mail implementation?
Thanks
-Shiv
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947046#3947046
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947046
-
I'm hoping for an clue about where I can find more info on the JAWS v2.0 spec
referenced in WSDLUtils.java. As far as I can tell its either Java Web Start,
or the new JBoss container managed persistance framework - both of which leave
me a bit baffled as to why they'd be in the WSDLUtils class.
Theoretically it is possible.
And there is a few ways to achieve it.
As you know each portlet is a separate application, but noone stoping you to
use portlet as a 'view' (from MVC pattern). If you look at the problem from
such point of view, you can externalize your business logic into separate
Ignore my previous post... This is something other problem because you
mentioned that they come and go.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947041#3947041
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39470
So is navigator really a portlet in and of itself? If so, did you check your
navigator-object.xml under
'navigator/src/resources/portal-navigator-war/WEB-INF'?
You can define properties for the page in each portlet. There is some 'xml'
property that you can set for property in this xml. I cann
Peter, thank you very much for your help.
I found the file as per your instructions. In the JMX MBean View, I found what
you described. I'll try remove that file and try again with the mysql-ds.xml in
the deploy dir as before.
One more question: So is this normal for JBoss to pick up the file
Ah - nevermind about the source code - I found it in the Wiki...
For anyone else looking, search for jbossws subversion source in the wiki. The
trick is that JBossWS is part of the jboss trunk (JDK 1.5) backported to JDK
1.4 as a thirdparty jar for inclusion in 4.0.4.
View the original post :
Hi everyone,
is it possible to expose a jBPM process directly as a webservice? I'm using
JBoss 4.0.4 (with the new JBossWS framework) to evaluate jBPM and I've failed
to find any documentation that either claims this possible or not.
Cheers
View the original post :
http://www.jboss.com/index.
I have an MBean service that is used by bundled in two EARs with different
object names. The two EARs are deployed in the same app server. Each EAR has
its own copy of the same MBean classes (same package, same class name) except
that at build time, I change the actual @Service(ObjectName) to
Looks to be the fault of the trigger. Had some wild variation of sql. Sorry
for the claim.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947033#3947033
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947033
---
Hi,
I am trying to use a custom logInmodule extending usernamePasswordLoginModule
which works fine when I validate the password locally. What I would like to do
is use a webservice to validate the username,password pair. It seems the code
hangs creating the stub. Does this mean it is not a goo
Hi,
Could u tell me, how can i resolve this situation:
I have one portlet with (for ex.) two controlers. In default-object.xml file, i
declared two window with the same portlet instance, so in this window i see the
same page
Can I set (where to?) that in first window i`ll see page from first
I have a weird situation.
I get this nestedSqlException: Transaction is not active when I do a select.
The weird thing is that the select is done when struts calls on a form to get
some value and all I do is open a connection by doing getConnection on my
datasource and then I do the select usin
Hi,
I think I have found and error in Jboss when transaction rollback ocurrs and
JBoss is caching entity relationships. I'm using JBoss 4.0.4 GA, EJB3 RC7 and
JBoss cache 1.2.4.SP2.
This is the code of the test application:
Entities
| package org.jboss.tutorial.relationships.bean;
|
|
I configured an XA Datasource working with oracle. My Application is mostly CMP
2.0 but some selects are done directly to the DB on non entity bean tables.
When in transaction thal works with entity beans, if I do a select directly to
the DB by doing getConnection on the Datasource will I get th
Worked for me!
Thanks a lot for the tip.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947026#3947026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947026
---
All
I have a Customer table with a relationship to an EyeColorCode table. The
eyeColorCode is maintained on inserts and updates through Sql Server triggers.
Both triggers do basically the same check.
Inserts behave as expected but updates aren't working.
However, if I remove the tU_Customer, the
MBeans related to a data source show up only if a -ds.xml file defines the data
source, so you have one somewhere.
Try this. In jmx-console, click the jboss.system:service=MainDeployer MBean,
and on the MBean property page scroll down to, and click the listDeployed
operation. Search the resul
Hello @all,
Just wan to inform that additional informations are avialable and the
discussion know is close related to the JBPM BPEL extension and his JMS
messaging service . I'm confuse about the right forum.
Please have a look to the post may be you can really help. May be some one in
the jb
Some digging and this is the cure: you need to modify
jboss-portal.sar/META-INF/jboss-service.xml and add
jboss:service=TransactionManager
to
for me it has helped.
Thou next
Hello! Sory for my english.
I try to explain how i solve that problem:
First go to de path where are the plugins to your eclipse
Then search inside this plugin:
org.jboss.ide.eclipse.xdoclet.run_1.5.X -> resources -> y en reference.xml
In that file references.xml find:
The element name="hibe
Some digging and this is the cure: you need to modify
jboss-portal.sar/META-INF/jboss-service.xml and add
jboss:service=TransactionManager
to
for me it has helped.
Thou next error has emerged, so i had to copy
jboss-portal.sar/conf/theme/portal-layout.tld
to
jboss-portal.sar/portal-serwer.wa
Hello community,
i have persisted somes messages in the jms_messages database.
What i'm finding strange is that the messages are persisted in the DB only when
i stop and restart the testQueue in the JMX Console. Only if i do this
Messages are persisted and clients receive some answer back
(
Hello! Sory for my english.
I try to explain how i solve that problem:
First go to de path where are the plugins to your eclipse
Then search inside this plugin:
org.jboss.ide.eclipse.xdoclet.run_1.5.X -> resources -> y en reference.xml
In that file references.xml find:
I'm currently trying to fix jboss to allow naming + ejb3 transport completely
via http[s] and to get it working via tunneled connections.
The problem I see is, that InvokerLocator always tries to resolve the host to
an inetAddress/its own hostname in the constructor. This IMHO not very useful,
Will look at this today.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947014#3947014
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947014
---
All the advantages o
Maybe the cause is the error below, which I have noticed at the beginning of my
log file, far before the "No transaction manager provided" error.
2006-05-26 23:33:58,421 DEBUG [org.jboss.system.ServiceCreator] About to create
xmbean object: portal:service=SecurityProvider with code:
org.jboss.p
Maybe the cause is the error below, which I have noticed at the beginning of my
log file, far before the "No transaction manager provided" error.
2006-05-26 23:33:58,421 DEBUG [org.jboss.system.ServiceCreator] About to create
xmbean object: portal:service=SecurityProvider with code:
org.jboss.p
Works for me (I add dom4j and jaxen in /lib and now I have XPATH). Is this in
just a WAR or a WAR within an EAR? Regardless, JBoss should check your dom4j
in WEB-INF/lib before loading the cached boostrap one in the UCL.
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
"[EMAIL PROTECTED]" wrote : Right, JBoss is now uptodate with the final release
of EE 5.
|
| All that is missing is the JAX-WS stuff.
Gosh I wish that was the case - it would make working with tools like NetBeans
5.5 all that much easier. But before that can happen, you need much more than
Hi,
I am able to use this snippet in a standalone java app and it works fine.
When I added this into the taskBean.java (bean for handling actions
saveandclose in task.jsp) ,
public String saveAndClose() {
:
:
try{
SimpleEmail email=new SimpleEmail();
Hi
Does somebody know how to disable minimized and maximized window state?
I does not seem to have any effect if I remove
minimized
| maximized
in the *-object.xml
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947007#3947007
Reply to the post :
Unfortunatelly I missed the Webinar. Could someone post a recap about 2.6-3.0
roadmap ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947005#3947005
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947005
---
Hi,
I have created a new role, assigned users and pages/portlet security to that
new role.
But when I log in as the user with that new role, I was getting a HTTP 401
error:
HTTP Status 401 -
type Status report
message
description This request requires HTTP authentication ().
On my server lo
So you want to use JBoss clustering to replicate the xml around the cluster,
and then update local copies of the DB when state changes?
Two vague options, both involving JBoss Cache:
1) Use JBossCache as a write-aside cache. I.e. if the app wants to read data,
check the cache first; if found u
No, I just redeployed a new release for the same web-app. There is only one
application web-app war deployed.
Anyway, I think I found the cause of this problem but still don't know how it
happened. I browsed the JBoss web console and found that there was an entry
under JMX MBeans / jboss.jca fo
ok, great guys, thanks a lot for the help!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947000#3947000
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947000
---
Al
Hi,
I have a simple JMS Client,
| Properties env = new Properties();
| env.setProperty("java.naming.factory.initial",
|
"org.jnp.interfaces.NamingContextFactory");
| env.setProperty("java.naming.provider.url",
hi
for me this worked for swing apps as well as JUnit tests (which run in separate
JVM).
1) add to java installation where the server is running:
lib/security/java.policy the following line in grant section:
permission java.security.AllPermission;
2) on the client in java somewhere in a init
I have 2.4 Alpha up and running. I would like to use the forum portlet, and do
not see any indication of any dates for it to be revised. I realize it is
affected by the personalization enhancements.
I thought I'd take a shot at it myself.
I see several core.model modules have been moved to iden
Hi Andy
Thanks for help
It's so strange - in Eclipse Web Service Explorer my service with
class-argument works fine!
But my problem is to write a standalone client? My code:
ServiceFactory factory = ServiceFactory.newInstance();
URL wsdlLocation = new
URL("http://adam:8080/j
Hi,
I am also having problem deploying JBoss Portal. I am using Jboss portal 2.2
on JBoss app server 4.04 RC1
Thanks a lof for the help!
Oswald
Here's the exception.
13:28:31,800 WARN [ServiceController] Problem starting service
portal:policy=PortalPolicyConfigStore,type=Component
java.lan
What version of JBoss are you using? Also, please paste the HASessionState
portion of your cluster-service.xml file (use the "Code" button in forum entry
UI or the xml will not come through correctly).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946993#39
No, my friend. It is not so stupid.
In fact the oposite occur.
When I go to the computer in the other day and the browser was let opened the
tabs are there (10 or 11 pages).
So I press refresh and only the pages that already come with portal are
displayed.
View the original post :
http://www
Sorry for the slow response. Your file looks fine; at this poing I've no good
idea what the problem could be.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946991#3946991
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
I have solved this problem. This code works fine:
ServiceFactory factory = ServiceFactory.newInstance();
URL wsdlLocation = new
URL("http://adam:8080/jsr181ejb/EJB3Bean?wsdl";);
QName serviceName = new
QName("http://org.mazurek.ws/jsr181ejb";, "MyService");
Ask this question in the EJB3 forum:
http://www.jboss.com/index.html?module=bb&op=viewforum&f=221
I believe there are folks who have already used EJB3 in some production
applications.
Burr
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946989#3946989
Rep
I'm following this "formula" for building 181 Web Services and Person.class
lives in the same directory/package as the POJOService class.
Here is a link to the process that I follow:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82232
Burr
View the original post :
http://www.jboss.
Actually, SessionContext has a method on it getInvokedBusinessInterface() but
unfortunately, we haven't implemented it yet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946987#3946987
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
What exception are you getting?
Burr
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946986#3946986
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946986
---
All th
DEBUG
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946985#3946985
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946985
---
All the advantages of Linux Managed Hos
See "Assigning multiple roles to a RunAsIdentity" using the jboss.xml
descriptor on the following wiki:
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunAsIdentityCreation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946984#3946984
Reply to the post :
http://ww
I stand corrected. Sorry I did not read that schema correctly.
cgriffith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946982#3946982
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946982
--
Give details on the security config of your MDB.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946981#3946981
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946981
Sounds like a good idea. Shane owns this stuff.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946980#3946980
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946980
-
any comments?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946979#3946979
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946979
---
All the advantages of Linux Man
Yes and no, but I should have reported back.
We (the company I work for) have no need to be able to use it without a
relation to swimlanes etc, so it works for us. I forgot about that (not
unimportant) part of the question. As Koen pointed out, your second proposal
seems the way to go.
Ronald
Any thoughts about JIRA issue 240?
http://jira.jboss.com/jira/browse/JBSEAM-240
The ajax request object does support aborting of a command. If that object
could be somehow be held onto, it would be easy to do.
For instance, Seam.Remoting.sendAjaxRequest could return the asyncReq. Then,
insid
I'm having the same problem, any luck with this one?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946976#3946976
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946976
Show me the stacktrace please with the new syntax
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946975#3946975
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946975
---
Upgrade to Seam CR3 and JBoss GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946974#3946974
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946974
---
All the adv
No problem ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946973#3946973
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946973
---
All the advantages of Linux Ma
isn't that the purpose of having separate remote and local interfaces?
you are probably doing the design pattern where your EJB has one main interface
that extends both the remote and local (where the method names/sigs are
identical).
You would have to abandon that design pattern and use the re
Hello,
would it be possible to determine if a call of a stateless session bean came
from the remote or the local interface.
Thank you very much!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946971#3946971
Reply to the post :
http://www.jboss.com/index.h
Only one:
|
|
|
| ...
|
|
|
|
|
|
|
|
|
Yes, but how many security-identities can an j2ee component have?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946969#3946969
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946969
---
This is not a JBoss Messaging question, please can you repost in the JBoss MQ
forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946968#3946968
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946968
--
So the tabs on the top of your page are just disappearing? If you refresh the
browser page are they showing up again?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946967#3946967
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
JBoss portal 2.2 on JBoss AS 4.0.3 and postgresql.
No exception appear in Logs and stdout.
Period: I didn't measure. Frequently from one day to the next day. I'm still
testing JBoss Portal 2.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946966#3946966
LOL
You put me under big pressure Ronald... :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946964#3946964
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946964
---
Oh sry.. i confused the post...
I mentioned the Eclipse plugin at an other thread not in here. But if you are
also intersted you can find more information in here:
http://www.eclipse.org/webtools/jst/components/ws/M4/tutorials/WebServiceExplorer.html
Greets Andy
View the original post :
http:
Thanks for reply.
But given schema define that node `security-identity' with type
`security-identityType' (name from xsd) permit existing of only one `run-as' or
`use-caller-identity' node.
So my question is open again... =(
View the original post :
http://www.jboss.com/index.html?module=bb
one of the advantages of opensource. Developers have direct contact with users
and see it more as their product . Hence they feel more obliged to fix things.
I see the same within the company I work for. Bug in shared libraries (used by
collegues) get fixed much quicker than bugs in end-user thi
Hmmm...
I only packed the webservice stuff into a jar file which is packed with an war
file into an ear file :)
it has this structure:
earfile
+-- warfile
+-- many stuff from jspwiki ;)
+-- jarfile
+- many folders
+- mase
+- several other class folders
+- webservice
+ M
Hey all,
What are the pieces of the Jboss Portal and the jsr-168 portlets that would be
concerned regarding Section 508 Accessibility (United States Section 508, or
in-general website Accessibility for blind/handicap)?
*Jboss Container itself?
*Layouts?
*Themes?
*The Portlets themselves?
Just l
"kukeltje" wrote : hmm I do not (in one go) exactely see what your
intentions are since I do not have access to the code (atm) I'll respond later,
but feel there should not be a need to override the PooledActor At least
I've not missed anything without overriding it.
|
|
Not to be
I wrote a simple pageflow using jPDL. It has a two pages: one start-page node
that transitions to another page node.
The bean class looks like:
| @Stateful
| @Name("viewReports")
| @Conversational(ifNotBegunOutcome="home")
| @Interceptors(SeamInterceptor.class)
| @Scope(ScopeType.CONV
Yes, I can see the difference...
I even understand that it sounds stupid :)
But the point is...
When I comment out jGuar's "filter" and "filter-mapping" from my web.xml, I
have my MDB working well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946955#3946955
Anyd, ThxWhat about the in your example the person class? Where does it go?
Sorry about the confusion just dont know where it is going to find it? War? If
in the war just its root or specific path?
Rich
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39469
JGuard works by adding their net.sf.jguard.filters.AccessFilter version of a
javax.servlet.Filter to your web application. As such it is separate from
container managed security. Do you see the difference?
cgriffith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hi admzrk.
I am not sure if I understood your problem right. When you are creating an
object with primitive types everything works fine... You should watch out this
side. It is JSR-109 but i don't think that the rules for value types has been
changed with JSR-181 too. (Search for the "Working w
Awesome, seems to be working great so far. Thanks a lot for the speedy turn
around and all your efforts.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946951#3946951
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946
Hi,
I'm trying to run the mdb tutorial client in jboss-EJB-3.0_RC7-FD.
This is after building and deploying in docs\tutorial\mdb\
The mdb is deployed in the server.
I played around with putting jars into the CLASSPATH and have gotten rid of
many exceptions.
I still get a
Exception in thread "ma
Hi!
It seems to me that I'm facing a huge problem ...
I'm sending a JMS message to embedded queue called "queue/A".
Everything's working!!
But I've bound to my webapp a cool open-source security module called "jGuard"
After this when I createQueueSession() I get the "principal=null" exception.
Hi rbarndt.
Look at this:
http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html#jsr181-endpoints
Only pack your webservice classes into your classes folder of the war file and
edit the web.xml as described on the website i mentioned above. Then deploy...
I think that should wo
Hi All,
what is the max jms message size is supported by Jboss-3.2.5?
Thanks in advance
Ram Vallamkondu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946947#3946947
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
Thank you for the quick answer, but the problem is that I need to access from a
rich-gui swing applet, i.e. I need to obtain some EJB entities from the server,
and then paint the information in a rich-gui application (each type of entity
would lead the painting of the related GUI-Object), and as
I had similar problems. Most of the issues were resolved by using distinct
partition names between the two servers. See thread here and linked bug:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83207
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
I had similar problems. Most of the issues were resolved by using distinct
partition names between the two servers. See thread here and linked bug:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83207
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
One last note, i realize that the requirement to separate the partition names
is not a bug. i was just noting that nowhere in the wiki/documentation did i
find information that gave reasons why you would have to have this value
distinct between servers (because in many situtations it does not n
Hello,
I am just reactivating my thread. Can anyone help please?
Thanks in advance,
Julien.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946943#3946943
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946943
-
1 - 100 of 266 matches
Mail list logo