If I get the context via FacesContext I have exactly the same issues:
| @Observer("org.jboss.seam.beforePhase")
| public void beforePhase() {
| try {
| //FacesContext context = event.getFacesContext();
| FacesContext context =
Fa
Hello,
sorry but I had not the possibility to answer at an earlier time.
I tried now this:
My computer is linked with a dsl-router so the computer has the ip-address:
192.168.2.20
I unlinked the computer and so it has not an ip address.
I restarted jboss and tried it again with localhost:8080.
the datasource configuration is with the jbpm-ds.xml file is something that
only works if you deploy to JBoss AS. Please have a look at the
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat wiki, and pay special
attention to the configuration of hibernate.cfg.xml as outlined in section 2.3
then, any idea about solving my problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122059#4122059
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122059
___
jboss-user mai
I am having the same problem. Some of my process instances can't be deleted,
and I get that same exception. I can't even delete the whole process
definition, as it fails when trying to delete the process instance.
Others seem to delete fine though.
Did you manage to sort out this problem? And if
By looking at the code, no way since the methods can be called in arbitrary
order. But you can check it programmatically with
Conversation.getInstance().isLongRunning().
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122058#4122058
Reply to the post :
http:
Multiple beans with same name/jar duplication?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122056#4122056
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122056
___
jboss-us
I don't think the signature of the event listener should be like that.
It's not really a part of the JSF lifecycle so event is going to be null always
in your case. Access the faces context from FacesContext.getInstance() (or
whatever the real syntax was).
View the original post :
http://www.j
It might be that the conversation is promoted to long-running later in the
lifecycle (after the debug statement). Tried putting output on the view?
But I can't really say why the "bean" isn't picked up. It should be there,
since conversation=request if it's not long running. The @Conversational
Thank you for the hint with the observer.
I'm created a Seam-Component with a observer for org.jboss.seam.beforePhase.
It works, but I get always an error:
| 08:13:04,936 ERROR [STDERR] java.lang.NullPointerException
| 08:13:04,937 ERROR [STDERR] at
com.solarmax.scratchbook.action.TrimU
Well, I'm no expert but I'm guessing that the same classloader that picks up
persistence.xml need to see all the entities that should be used by that
persistence context.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122050#4122050
Reply to the post :
http
/me has a vision of Pete jumping up and down shouting "THEY DON'T SUBMIT THE
FORM. THEY SHOULDN'T"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122049#4122049
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122049
___
There has been some threads on this and it's clarified in the 2.0.1CR1 manual:
13.4.2.2. Special Considerations
When writing an authenticator method, it is important that it is kept minimal
and free from any side-effects. This is because there is no guarantee as to how
many times the authentic
in my case, when authenticate fails it is invoked 3 times; and when
authenticate is successful it is invokved 2 times.
it seems like a bug, hopefully we get some reply on this soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122047#4122047
Reply to the
Yes, I have the same problem !
When authenticate fails it is invoked two times - must be a bug?
When authenticate is successful it is invoked one time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122046#4122046
Reply to the post :
http://www.jboss.com/in
yes - don't use gcj.
Use a java certified implementation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122045#4122045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122045
__
great mimra!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122044#4122044
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122044
___
jboss-user mailing list
jboss-user@lists.
I decided to just download eclipse form eclipse.org and also Java 6 instead of
the using the ones that came with Fedora. Now it all works fine, thank you for
your suggestions though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122043#4122043
Reply to th
hi ronald,
this is XHTML code for a node,plese suggest whether I have edit it or not
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; >
|
|
| http://www.w3.org/1999/xhtml";
| xmlns:ui="http://java.sun.com/jsf/facelets";
| xmlns:c="http://java.sun.com/jstl/core";
tanx david
my problem resolved when i use gravel 1.0.2.
tanx a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122039#4122039
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122039
__
Hi ronald,
Thanks for your co-operation...but it will be really helpful if you
simplify your suggestion .as I am new to this field and quite unware of
jargonsplease direct a simplify route to solve the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&o
Hi,
I am new to JBoss and using JBoss 4.0.2.GA. I am trying a lot to do a secure
queue implementation . but not getting any usefull article for the same .
Please help me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122036#4122036
Reply to the post :
htt
I'm having trouble getting a Conversation to work correctly with a However, I
can get the app to function correctly with a The problem is that
the doesn't send the form data.
Is there a way to get the form data sent into the context with a
with just JSF, Facelets and Seam?
View the ori
OK Matt, thanks for the reply.
| http://labs.jboss.com/jbossseam/faq/#get
|
Is this the FAQ item? It talks about SeamRedirectFilter in web.xml. I'm not
100% sure my problem needs this solution.
Am I on the right track?
View the original post :
http://www.jboss.com/index.html?module
Since upgrading to seam 2.0.0GA, my authenticator.authenticate is invoked
several times rather than just once. There are no error. wondering if anyone
else had similar problem or got any clues?
| login.xhtml
|
|
|
|
|
|
my WAR looks like :
-
| my-application.war/
| META-INF/
| MANIFEST.MF
| WEB-INF/
| web.xml
| components.xml
| faces-config.xml
| pages.xml
| lib/
| jb
hi,
I want to develop a graphical dashboard(bar chart,pie chart) from raw data
,through jBPMIs it possible to do by jBPM .If it's possible then please
refer a procedure or a tutorial...
regards,
surja
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
hi peter,
I tried both 1) and 2), but no results :(
with 1) server*.xml appears again with same port
with 2) no other files apart from server*.xml contains 24364
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122029#4122029
Reply to the post :
http://www.jb
Please help me to know steps,
1.integrate jbpm with postgresql ?
2. and deploy that project in tomcat ?
I have done the following things
1.placed all jar files of ant,clover,dom4j,hibarnate,JBoss,Jbpm in WEB-INF/lib
2.hibernate.cfg.xml, jbpm.cfg.xml, jbpm.properties, jbpm-ds.xml,
log4j.prop
Binding jsf components to conversational beans is problematic. I think the FAQ
talks about it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122026#4122026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122026
__
JBoss 4.2 on Windows Server 2003
How does JBoss-4.2 resolve DNS names - in creating InitialContext or in other
uses?
I understand that one could use a property DNS_URL to specify a DNS to resolve
these names by. But we have not set this property but the names are still
resolved successfully! I
my WAR looks like :
-
| my-application.war/
| META-INF/
| MANIFEST.MF
| WEB-INF/
| web.xml
| components.xml
| faces-config.xml
| pages.xml
| lib/
| jb
You can use rich modal dialog. Check the richfaces doc for how to use it.
cheers,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122021#4122021
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122021
i also met with this problem!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122020#4122020
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122020
___
jboss-user mailing list
j
i want to divide my web application into some modules, so i have some seam
component jar each with Entity classes, my problem is that Entity in module jar
can not be loaded or mapped by JPA, why?
my WAR looks like :
-
| my-application.war/
| M
Hi,
Is there any simple way in Seam to allow the application user to answer a
confirmation dialog box. For example user needs to answer yes/No conformation
message before deleting an item in a list. Is it possible to do with out using
direct Java script
Thanks in advance
View the original post
such that the Conversation context is maintained.
I have tried every variation of I can think of. I have data
going into the form like this
It's wrapped by a and there's a I can't possibly
type in all the differen
You should add the primary keys to ur tables.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122015#4122015
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122015
___
jboss-use
I suggest you contact sales at Redhat/JBoss. I know there are financial
institutions using Seam because I just got back from a week of
training/consulting for a reasonable sized bank implementing multiple internal
applications in Seam. I'm pretty sure I'm not allowed to discuss Red Hat
custom
Dear all,
Does any one has any hints on doing unit test on Seam pageflow? I could not
find the method for doing this at BaseSeamTest. I found it very difficult to
test the pageflow straight from the screen. Could anyone share their experience
with this?
Thanks in advance,
View the original po
Why don't you call startDemo() straight from the JSF menu? Is there any
particular reason for not doing that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122008#4122008
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Why don't you call startDemo() straight from the JSF menu? Is there any
particular reason for not doing that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122009#4122009
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Why don't you call startDemo() straight from the JSF menu? Is there any
particular reason for not doing that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122008#4122008
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
I think that most problem that financial industry will face is that they
already have/invested in an Appserver namely like Websphere and Weblogic. And
most of them already have JDK 1.4 installed. This is a challenge because most
of them don't want to replace their existing appserver and the JDK
Hi all,
Seam integration with Tapestry 5 is available in Tacos 5.
http://tacos.sourceforge.net/tacos5/tacos-seam/index.html
This is great news as there are more and more people incorporate their
framework with Seam. Hopefully there will be more frameworks outthere to be
plugged with Seam and t
See
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.0.0.GA/JBossCache-UserGuide/en/html_single/index.html#d0e3360
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122003#4122003
Reply to the post :
http://www.jboss.com/index.html?
Put the text in a p:paragraph.
|
|
| -
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122002#4122002
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122002
_
The page params are actually needed, the reason it was still working when you
commented them out is because I'd originally used @RequestParameter params and
forgot to remove them. I've fixed up the example in CVS so it should make more
sense now.
View the original post :
http://www.jboss.com/
I think this is an important issue and needs to be resolved because it's a
fairly common scenario in any type of serious work to use CMT via EJB.
Searching the forum it has caught a lot of people trying to do serious
development and there isn't any official work around. It seems as if it just
I have this Seam POJO Action
@Name("bean")
@Scope(ScopeType.CONVERSATION)
@Conversational
public class BeanAction implements Serializable
{
@Begin(join=true)
@Create
public void create(){
log.debug("Starting Conversation id: "+
Conversation.instance().get
This is still a problem for me, and I'm hoping someone has a pointer as to how
I can get rid of the server side stack trace's when I generate an application
exception in my web service.
Here is the Web Service:
package com.cei.crunch.server.ws.KernelServices;
|
| import javax.ejb.*;
| im
Well, I have tried everything I can think of and I have yet to get a
*server*.xml file to show up in the tmp directory.
Some things you could try:
1) Stop server, delete tmp directory, start server, and see if the *server*.xml
file reappears in tmp, and if it still uses 24364 for the post. (I'm
I am having a strange issue in which none of my beans can be accessed. On the
first request to the server that is for one of the beans, I get the following
error:
| java.lang.IllegalArgumentException: value of context variable is not an
instance of the component bound to the context variable
Few hints:
You can always use the CMS ContentGetCommand to retrieve the HTML.
You can also create a URLCommandMapper that does it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121992#4121992
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
I do not think you can do what you want. See the discussion at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120865
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121988#4121988
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Finally !
I found out the the bean behaved "Stateless" although I did annotate it as
Stateful, no wonder it didn't work, I just found it out by coincidence.
After changing it from conversation scope to the Session scope it suddenly
worked like a charm !
The Conversation was over for seam afte
Finally !
I found out the the bean behaved "Stateless" although I did annotate it as
Stateful, no wonder it didn't work, I just found it out by coincidence.
After changing it from conversation scope to the Session scope it suddenly
worked like a charm !
For Seam the Conversation was over after
Confirmed - it doesn't work.
In the stacktrace for the servlet I see the ContextFilter, but it is failed to
get anything related to the "Conversation-Context" via the
Component.getInstance()
One more addition - I use the Tomcat 5.5 + Seam 1.2.1GA +
Can anybody confirm that ContextFilter works
Did you find a solution to this?
Struggeling with the same problem trying to inject the Entitymanager in the
business.jar from the weblib.jar...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121982#4121982
Reply to the post :
http://www.jboss.com/index.htm
Anyone?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121981#4121981
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121981
___
jboss-user mailing list
jboss-user@lists.jboss.
Ugly workaround:
Everything works as expected if I:
1) start Jboss as normal
2) undeploy my ear (move it to a temp dir)
3) redeploy it (move it back into the deploy dir)
Note. for this to work I must also package those extra dummy jars (they only
have 1 file - seam.properties).
But, if I just s
My problem is that nextPage() is not getting called when I put the action in
default conversation scope. The scope of the pageNo (or use as a hidden field)
shouldn't make a difference to this but I tried it just to make sure. Do you
have any ideas as to why nextPage() is not getting called? I
I'm in the process of migrating from seam 1.2 to 2.0.1CR1 and I've run into a
problem. My application is packaged as an ear, with multiple web modules (each
with their own components.xml, pages.xml, etc). The java classes used by all
web modules are packaged in a single jar.
| my-application
Hey everybody,
I know what the issue was.
In my web.xml I declared a security-constraint in which I gave up that
all my web contents are secured!
And my CSS and images are secured.
So by the time the loginpage request the CSS it will never get it because
you're not authenticated yet.
View the o
The exception I got is xml validation problem, which occurs while deploying the
process definition. JIRA issue filed.
Regards,
Tong
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121969#4121969
Reply to the post :
http://www.jboss.com/index.html?module=bb&
the EntityManager has a getDelegate() method that returns an Object that can be
cast to the underlying providers (e.g. Hibernate) Session or similar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121966#4121966
Reply to the post :
http://www.jboss.com/index.
My goal is to get some version of JBM unit / integration tests working.
I am trying to run the JBoss Messaging Functional tests by following the
instructions on:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingBuildInstructions.
tangent: If these are out of date and there are
"[EMAIL PROTECTED]" wrote : Even when using JPA, it is still possible to reach
down to get Hibernate if you need something from it. (assuming Hibernate is
your persistence provider, that is) I think I'd always start with the JPA
interfaces.
what do you mean by "reach down to get Hibernate" ex
Good afternoon Norman,
Thanks a lot for your help. I shall also have looked at the reference book in
details. Now it works fine.
Have a nice day!
Best regards,
Sheng
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121961#4121961
Reply to the post :
http:/
Using MarshallingInvokerInterceptor will make no difference; the relevant
behavior is inherited from superclass InvokerInterceptor.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121960#4121960
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Hi,
no idea how to solve this problem?
I know that the problem is very special but I have no idea how to solve it.
Maybe writing an EL-function for converting the date is possible, so I could
avoid a linebreak:
|
?
Regards,
Alexander
View the original post :
http://www.jboss.com/inde
Brian thanks for a lead.
But I still am wondering if it possible to turn off default rerouting from
remote to local ejb call without writing custom interceptor. I found in JBoss
documentation that it possible by modifying standardjboss.xml file:
clustered-stateless-unified-invoker
Hello, all.
I'm having some problems with the DatabaseServerLoginModule and would
appreciate any help, as the logged error messages do not tell me much:
DataSource
|
| http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd";>
|
|
| FluxMonClockerDS
|
|
|
Hello, i m using Seam 2.0 in production-development.
We have a small problem here, and it would be nice if anyone could help me out.
There is a method which is called by a JSF-Menu
| public String startDemoWorkflow() {
| resumeDemo.startDemo();
| resume
Even when using JPA, it is still possible to reach down to get Hibernate if you
need something from it. (assuming Hibernate is your persistence provider, that
is) I think I'd always start with the JPA interfaces.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Hi,
I reviewed the seamspace example and tried to understand how and when to use
page parameter, but I still get confused. After I commented the following page
parameter codes, I couldn't find any performance difference(including
bookmarkable page). Anybody can tell me the purpose of using pag
My portlet class looks like this:
| public class RetailMarketingPortlet extends GenericPortlet {
|
|protected void doView(RenderRequest rRequest, RenderResponse rResponse)
throws PortletException, IOException, UnavailableException
|{
| rResponse.setContentType("text/html"
Hi All,
My environment info:
JBoss App Server 4.2.2 GA
JBoss Portal 2.6.3 GA (binary, not bundled)
Windows XP
Oracle 9i database
My question: I've written a simple portlet (extends GenericPortlet). I also
have an html page stored in the CMS. How do I display my html page as content
in my po
Hello, I have the following problem.
I'm using a JMS Queue and a MDB to process asynchronous operations. The MDB
runs in a transaction environment, so that the operations are committed or
rolled back automatically.
If the process raises an exception, being transactional, the JMS Message is
rede
"[EMAIL PROTECTED]" wrote : "classloader requirements that aren't there when
you are still in Eclipse" why should they be different when using an ide ? No
IDE I know have magical superpowers ,)
|
I was referring to a model -> action dependency which resolves fine in Eclipse
(since both are s
Personally I use the "standards first"-approach. You can probably cover 90+% of
your needs with JPA and for the rest you can easily fall back on
Hibernate-extended annotations or the Hibernate session.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121938#412
look the the part AFTER the or in my previous post.
btw... you cannot break your firewall? Your browser needs to do outgoing http
so http is possible. Just allow java.exe to do outgoing http as well
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121936#41
well... could be just a bug in jBPM then. Please file a jira issue and well
see.
But if you can find the real cause so the workaround mentioned in the other
topic is not needed any more would be even better :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
How do I disable setting the logger at the MCF? If I cannot disable it then
it's a bug in JBoss because once a logger has been set, the MCF logs everything
like create/matchManagedConnection etc. That creates huge output in the server
log.
A standard JCA resource adapter does not need to implem
anything where the normal classloaders can find it (so not the
processclassloader).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121931#4121931
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121931
_
I am looking for a way to configure a virtual host for a war that does not
involve the WEB-INF/jboss-web.xml file (via the jboss-web/virtual-host
element). I would like to keep this kind of environmental data out of the
application and in the server config itself.
Is there a way to accomplish
Hi all,
We have a client who is very impressed with and interested in using Seam on our
next development project but they are also concerned that the technology may be
too 'new' to be stable and therefore safe to use in a banking environment. The
applications that we're talking about are not t
according to EJB3 in Action by Debu et al, "JPA is now the standard API to
build the persistence tier for applications." - pg. 533
What are the advantages/disadvantages of using Hibernate (e.g. Session
interface) vs. JPA (e.g. EntityManager interface) knowing that JPA is a sub-set
of Hibernate
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClusteringFAQ
"Why are calls between clustered session beans not load balanced even though
load balancing policy is Round Robin?"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121923#4121923
Reply to the post :
ht
A little more information. I tried to use request.getRemoteAddr() in my jsp
page to retrieve the ip address but this is returning null. Any more hints to
what I could do to make this work correctly would be great.
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Does anybody know why stateless EJB is executed always on the node where client
resides and is never load balanced?
I have successfully configured a two-node JBoss cluster, and deployed an EJB
module to the cluster. When running the test client to invoke the EJB, all
requests are always servic
JBoss tools is *not* preconfigured to Seam 1.2; only JBoss Developer Studio has
that preconfigured.
Both can use Seam 2, you just need to choose Seam 2 and not Seam 1.2 in the new
project and/or runtime setup.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
Hi all,
I am currently learning Seam, and thought I would use the JBoss Tools 2.0.0.GA
instead of using the command line "seam setup".
During the installation, I noticed that out of the box, JBoss Tools 2.0.0.GA is
configured with Seam 1.2 run time and does not allow it to run with Seam
2.0.1.
"iit" wrote :
| Any hints?
| Thanks,
| Andreas Mueller
| (SwiftMQ)
I see this code setting the logger on the ManagedConnectionFactory
| // Give it somewhere to tell people things
| String categoryName =
poolingStrategy.getManagedConnectionFactory().getClass().getName() + "." +
Hello people
I am wondering how to set the request timeout for servlets in
Apache+mod_jk+JBoss4.2.2.
We are using Apache (prefork) 2.2 with mod_jk 1.2.25 on RedHat5, with JBoss
4.2.2. Sometimes our servlets take a long time in replying. I would like to
configure a timeout. If a servlet takes
This is a very helpful community.
Nicely tucked away and not so easy to find:
http://jira.jboss.com/jira/browse/JBPROFILER-50
Will see if it works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121908#4121908
Reply to the post :
http://www.jboss.com/index
Any suggestions on how to bridge the JMS 1.4 server into an application running
JDK 1.4.2 with a 1.0.1.SP5 JMS client?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121906#4121906
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi all,
Iôm trying to configure JBoss 4.2.2.GA to use a dedicated Oracle Connection
per User. Iôve tried to convince JBoss, but with no success so far.
I need this, because our DBA designed the Database (a lot of PL/SQL Code
for Calculations) with Oracle Sessions. He stores there some p
Sorry - it looks like the example there wasn't updated use name="courier" as
shown right before that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121902#4121902
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121902
Hi Vicky,
MCF's matchManagedConnection(..) method receives a single ManagedConnection
object (argA), a subject, and a ConnectionRequestInfo object ("argC").
While debugging, I've seen that the ConnectionRequestInfo retrieved from the
ManagedConnection ("argA") is different from the ConnectionRe
1 - 100 of 233 matches
Mail list logo