Hi,
We have an application in which we will be starting different threaded
process to handle telephone calls and emails and etcWe explicitly start
these process.
If we cluster this application how do we go about handling these threads
Should we start these threads in all of the clustere
Dear efly,
Thanks for your reply. But can you give me guidelines for how to
configure JBoss for RMI over HTTP. Because I tried to configure it as per other
posts of JBoss but no success yet. So, if you can provide guidelines (i.e.
which files to modify, which particular parameters are n
Hi,
I don't know if this should be posted here but since the package name has a
"mq" in it, thought to ask the expert in this forum. I have this warning all
the time after I run my application, I do not understand how this is triggered
and made such exception thrown from the UILClientILService
I am familiar with that kind of problem. Rmi over http perhaps may help you to
solve this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881231#3881231
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881231
I'm using JBoss 4.0.2 with MySQL based persistence. I have a requirement that
if any messages aren't processed by a certain time, I need to move them to
another queue and reprocess the next day.
I do this by updating JMS_MESSAGE_LOG and changing the destination. However, I
need JBoss shut down
Dear subscribers
I?ve just started to evaluate JBoss and my preferred operating system on my
servers is FreeBSD 5.3. I?ve managed to get it to run JBoss properly without to
much trouble so it now serves .jsp pages, integrates with Apache 2.x via mod_jk
without any problems etc. So far so good b
I have a WebService which raises a business-specific exception.
public bla() throws MyException { ... }
The exception is in the the WSDL file and the wscompile -gen:client genereates
the exception class on the client side.
But when i invoke the webservice i will only recive a
javax.xml.rpc.soap
Can somebody help me I'm having a anonymous wrote :
net.sf.hibernate.LazyInitializationException: Hibernate lazy instantiation
problem
Since my junit tests doesnt fail. I think that the answer of my problem lies
with the J2ee container.
I'm using JBoss 4sp1, Hibernate 2.1 and xdoclet1.2.2 and
Hello, I am seeking advice on how to change the virtual host setting for my
installation. Judging from responses to similar questions, I sense that the
veterans are getting rather bored with this theme from newbees. Nevertheless, I
will ask it again.
Currently, I call my application using the
I am trying to use a method in an EJB that uses a select statement that uses
the in clause.
An sql example would be select * from quote q where q.id in ('sw','se')
My code looks like the following.
priceMatrixEntityHome.java
| Collection findRowsById(String sIds) throws RemoteExcepti
Hi there,
Due to application semantics(client requests use HTTP protocol but are not
required to set cookies or send back sessionids; they are really using HTTP as
a data transport to send/receive data), I cannot use the usual load-balancing
methods (e.g Apache + mod_jk12). I am wondering, give
Hi, I was wondering is there a way I can JOIN multiple EJBs on a particular
field using EJB-QL and/or JBoss-QL without manually setting up the
relationships ?
Ie, something that mimicks,
Select p.FName, s.Name, d.districtID
FROM Person p INNER JOIN School s ON p.schoolID = s.schoolID INNER
CTO not CEO, sorry.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881219#3881219
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881219
---
This SF.Net email is spon
Scott Starsk who is the CEO of JBoss took time to answer you, you should listen
to him so you wouldn't complain that nobody answers your unrelated question.
Having a domain name poiting to an IP address has nothing to do with JBoss.
What you want to do is only a matter of DNS it depends on your
I am glad that I have plenty of things to occupy myself with and does not have
a due-date, because answer to questions here are rather slow...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881217#3881217
Reply to the post :
http://www.jboss.org/index.html?m
This is getting difficult for me... I tried to do some analogical reasoning
between JSP (get/ post requests) and portal pages (render/ action requests).
But this doesn't seem to work, because get/ post requests of a JSP are not
compiled into a servlet's doGet/ doPost methods, but rather into a s
Removed the sar and the forums ear and now get this exception:
08:21:05,061 INFO [ex] Bound to JNDI name: queue/ex
08:21:05,108 INFO [testTopic] Bound to JNDI name: topic/testTopic
08:21:05,124 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
08:21:05,124 INFO [testDurableTopic] Boun
it has been fixed in 2.0 RC3 which is available for download.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881210#3881210
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881210
---
the request dispatcher is not available during the processAction
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881213#3881213
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881213
I didn't get that much into this ;-(
But couldn't you use/extend the portlet tag lib for actionrequests?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881211#3881211
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388121
while it is easy to script the rendering phase, how do you script the
processAction ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881209#3881209
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881209
--
it has been fixed in 2.0 RC2 which is available for download.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881210#3881210
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881210
---
Hi.
I'm a programmer from the same group, and I would like to elaborate more, as
this is a pressing issue for us. So I'm sorry in advance for the length of the
response ( - :
We currently are using a system that has an implementation
of a cache that uses several static hashmaps in order to mana
It shouldn't be possible to use JSP or servlets, because the starting point of
a portlet application needs to implement the Portlet interface. But maybe it
would be interesting to specify something like Java Portal Pages to offer some
scripting possibilities.
View the original post :
http://ww
The most common cause for this problem is if your web browser is not configured
touse the JVM plug-in.
I am assuming that you are using the JDK from Sun and Internet Explorer. When
you installed the JDK when it reached the point to install the JRE you should
have been prompted to say if you wa
similar threads
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848238#3848238
is my problem due to dead lock...is the solution can be applied to hypersonic
database?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881203#3881203
Reply to the post
I have installed jboss-4.0.1 on WinXP. Now while accessing
http://localhost:8080/web-console though the navigation applet on the left side
starts, it appears blank with no options listed. version of java - 1.4 Please
help
thanks
Venki
View the original post :
http://www.jboss.org/index.html?
27 matches
Mail list logo