Actually, I have a possible bug to report. I thought I'd check here first. The
bug occurs when using TreeCacheAOP.
I put an object into the cache, which is then replicated to other nodes. This
all works fine. One node then calls removeObject(), which removes the FQN and
cache interceptor on the
Everything is ok. I have found an answer in the source of
org.jboss.webservice.handler.ClientLoginHandler.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877579#3877579
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
They are in a jar file in the application's ear file. ehcache is also in a jar
in the same ear.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877577#3877577
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877577
where have you placed spring-related jars?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877576#3877576
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877576
---
Th
Previously happily running standalone tomcat 5.0.18 with jboss 3.2.3.
Upgraded jboss to 4.0.2. That transition was smooth and easy (hats off to jboss
developers).
But, replaced the jbossall-client.jar in the standalone tomcat common/lib
directory with the new version. Would not start up, compla
I am using JBoss 1.0.4sp1 to learn J2EE by doing the Sun's J2EE tutorial
(http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html). All was going
well until the bookstore1 and bookstore2 tutorials in chapter 12. Each works
if its WAR is deployed without the other's. If both WARs are deploye
We ended up having to add the following to the startup on the server
side as part of the JAVA_OPTS:
-Djava.rmi.server.useLocalHostname=true
-Djava.rmi.server.hostname=appserver.domain.com
where "appserver.domain.com" is the hostname of the jboss server.
Then, on the client side added the foll
I just started learning JBoss (with 4.0.2) this last day or two and I am
muddled in all the documents. My biggest problem is understanding how a
complex deployment should look.
I have a highly trafficed system currently in production using Tomcat 5.5.9,
Struts, Velocity, OJB, MySql and some ot
We've just updgraded from jboss 4.0.0 to 4.0.2.
Previously in 4.0.0 hot deployment was working fine, but now it fails. When hot
deploying the bean, the deployment seems fine. But when attempting to create
it, everything falls over. Here is the relevant stack trace:
10:21:41,256 INFO [SessionFa
What PHP and MySQL versions do I need to use with WebCalendar version -1.orc3
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877569#3877569
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877569
--
Hi Guys,
I just tried upgrading from 4.0.1 to 4.0.2 and now my local entity beans have a
@345354 or similar memory address attached to the end of their name.
Instead of local/myapp/mybean I see local/myapp/[EMAIL PROTECTED] in the
jmx-console.
Why is the memory address being tacked on the end?
Hi! I'm having trouble accessing a database from a servlet. I checked the log
and I got this error:
2005-05-13 10:37:34,187 INFO [STDOUT] java.lang.NullPointerException
2005-05-13 10:37:34,187 INFO [STDOUT] at java.lang.Class.forName0(Native
Method)
2005-05-13 10:37:34,187 INFO [STDOUT] at
The container has to be in control of authentication to allow propagation to
other secured web resources. You would have to create a custom tomcat valve or
authenticator to change the behavior at the container level. You probably just
want to implement custom security in a standard filter though
We have a customer who needs the workflow in the portal.
When is the jBPM integration with portal available.
What are the alternatives until then.
Thanks
Kavitha
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877566#3877566
Reply to the post :
http://www.jbo
Contested Queues + messageSelector should have a surgeon general's
health warning in the spec.
It is a BAD anti-pattern.
Topics + messageSelectors works just fine.
I'm suprised this not an FAQ, it is now:
http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetSlowPerformanceWithMessageSelectors
though the
unfortunately, it is not planned fro right now but is mentionned in the next
items of the roadmap
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877567#3877567
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877567
--
What you really want is a custom pool which has a pooling strategy of
"Don't Pool - Share".
The only mechanism in JBoss to use your own custom pool is to deploy using the
MBeans
directly rather than using the -ds.xml (see previous posts for examples).
But the MBean api is not guaranteed to be sta
Genman, the first part of your answer is correct.
"Suck it and see", or just read the spec.
HINT: JMSMessage.getJMSRedelivered()
The second part is not correct/misleading.
Though it is quite hard for a BMT MDB to signal a NACK/rollback,
short of crashing the server :-)
See the FAQ or the dozens o
You need to have a loadbalancer to keep your session id the same during fail
over. Check the wiki page for example of mod_jk.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877558#3877558
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
"camueller" wrote : According to the spec, chapter 6.5.4.2, multiple
Connections sharing a ManagedConnection should be supported.
|
Yes, in the same transaction for example, the connection handles share the same
real managed connection:
| UserTransaction ut = ...
| ut.begin();
| Connec
Its up again, but you need jdk5 until we can get it to work with jdk1.4
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877557#3877557
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877557
-
You still need to run "all" and weed out the unnecessary services.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877556#3877556
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877556
try it again. you will need jdk5 for now, until we can rebuild in jdk1.4
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877559#3877559
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877559
No, you should not. put(fqn, key, value) is all you need to care.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877554#3877554
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877554
-
I turned on debuging by editing the conf/log4j.xml file. I changed this:
|
|
|
|
|
To this:
|
|
|
|
|
Now there is volumes of output to look at. The
| 16:20:42,301 INFO [STDOUT] class
org.centerstone.admin.TupleSaveActio
I got rid of the 'ignoring persistent instance' by removing a lock call and
just calling saveOrUpdate. However the same problem still remains.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877545#3877545
Reply to the post :
http://www.jboss.org/index.html?m
Similar problem on my configuration. I set ShowSqlEnabled to true and no SQL is
being generated. I suspect something in the transaction management.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877541#3877541
Reply to the post :
http://www.jboss.org/index.h
Hello,
My app loads properties from a '.properties' file, and I would like to set a
timer with a configurable refresh period to reload without stopping/starting
the entire app.
Is there a non-code way to do this, or must I look into something like what
log4j does
(http://www.cenqua.com/clover
I'm having the same problem. Being a clueless newbie to JBoss/Hibernate, I'm
poking around trying to find a debug mode that would produce some output about
the state of things.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877539#3877539
Reply to the post :
Arg, never mind. My regex was causing an exception to be thrown before the file
was even opened up, and I was silently dropping to caught exception. So I
thought I could not open the directory, and was thinking EJB (which can't
access the file system through regular io)
View the original post
It looks like the links for the bundled packages (Portal RC + AS 4.0.1sp1) not
working. Anybody knowing the correct URL?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877537#3877537
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
the link to download JBoss Portal RC1 + JBossAS 4.0.1sp1 Bundle =>
jboss_portal_2.0_RC1-jboss_4.0.1sp1.zip is broken...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877535#3877535
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
I can autorize a user based in his roles.
But i cant obtain the list of his roles !!!
This is my login-config.xml
jboss.jca:service=LocalTxCM,name=OracleDS
java:OracleDS
Select Password
from
Thanks
That was very helpful.
Looks like JBoss Portal can essentially do what I want. I will certainly
consider using it for our project.
scrut
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877531#3877531
Reply to the post :
http://www.jboss.org/index.ht
I know how to access files stored in my .sar file, but I need to read ( and
delete) external files, and a directory. Specifically, I have a reg ex to match
against the files in the directory, but I can't find a way to list the files in
the directly.
File f = new File("path");
String[] listOfF
"scrut" wrote : I need a portal system that provides me, out of the box, with
| - a Wiki
| - a Forum
| - a News System
| - a Blog
|
I don't have an ETA right now on the XWiki portlet. I was migrating it over,
but had to drop it for this release cycle. Forums we have. News, someone need
No. Use 4.0.0 or above. We recommend 4.0.1sp1, btw.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877527#3877527
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877527
-
This is actually a reply to another post I made at
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63885 but because I
can't seem to post a reply to that thread I have to create a new one. (When I
try to reply I get the following error message: "Cannot invoke the operation :
the module
We are migrating from Weblogic to JBoss 4.0.1SP1 but we get into a fail-over
issue.
We have two Apache servers and two JBoss servers. To setup fail-over between
Apache and JBoss, we read
"http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss";
All we need is fail-over, NOT HTTP Ses
Hi,
I use JBoss3.2.3 and 3.2.7 and I want deactivate the Tomcat.
How can I do that?
Any suggestion ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877524#3877524
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
- Original Post -
I know this is kind of an obscure area of the forums but these are questions
and responses based on a request from the JBoss PR folks quite some time ago
and since nothing ever became of it I thought I would share it here.
JBoss has been an absolutely outstanding produ
JBoss 3.2.3 in production. I have two session beans using the same
SecurityDomain and AuthenticationCache. After logging in under srp I allow the
timeout period to expire. The MapperBean is always called with a remote call
and the calls to the FGMapperBean are always called from the MapperBea
Archives of the original post which somehow was deleted from the forum.
http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg42793.html
http://www.junlu.com/msg/72959.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877521#3877521
Reply to the
Why do I see the same page sometimes when I click the back button of my
browser? Shouldn't I see the previous page? Instead I see the same portlet no
matter what the URL says in my browser.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877520#3877520
Reply
We migrating from Hibernate 2 to Hibernate 3. We upgraded JBoss to version
4.02. Our old version with Jboss 4.0.1 with Hibernate 2 worked fine with no
errors. When we migrated everything works fine, except that we can not update
or delete. It makes no sense! There is no error produced eithe
Hi,
I am trying out JBoss Portal 2.0 RC1 and I can't find the AdminCMS portlet. The
documentation at
http://docs.jboss.org/jbportal/v2.0RC/user-guide/en/html/admincmsPortlet.html
says to point your browser to http://localhost:8080/nukes/index.html?page=admin
but this results in a 404 error. I'
anonymous wrote : What is the timeline for Novell to release this stuff to
JBoss and the OSS community?
Novell is actively contributing to several JBoss projects. The contributions
are primarily new code. This is a gradual process that will continue , and
probably grow over time.
anonymous wr
As of 2.0 there is no such UI. Pages can only be created via xml files. This is
in the feature list for the next version under the topc 'dynamicity'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877514#3877514
Reply to the post :
http://www.jboss.org/index.
Hi,
Thanks a lot. It worked for me.
Regards,
Nitin.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877511#3877511
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877511
---
I ran into this same problem -- it occurs when parsing a SOAP response and
there is an attribute with a URI. The JBoss code that causes the exception is
in the org.jboss.axis.message.SOAPElementAxisImpl at line 724. The 4.0.2 source
code I downloaded shows this (starting with line 712):
| if
Hi darranl,
I have to use JBoss 3.2.3 version, coz its a standard on which my framework has
been built.
Hi genman,
I do have a clue. I think it is because of the hectic transfer of messages back
and forth between the java client and the server. Apart from this I dont have a
clue.
What Say?
Th
Hello.
I've been searching for information about the possible drawbacks of using a
message selector to consume some specific messages from a queue. I haven't
found any clear answer to my doubts.
I'm thinking in two scenarios:
- Creating just one queue and configuring some mdbs with different m
Helo there. It's been almost a week that I've been reading tutorials, google,
and jboss code...
I don't want to use j_security_check. So after my LoginModule log-me-in I'm
unable to propagate the permission...
LoginContext lc = new LoginContext("myLogin",(CallbackHandler)myHandler);
lc.login();
Some new tests: First, I modified the first sleep to:
| //Util.sleep((long) (Math.random()*5000));
| Util.sleep((long) (id*2000));
|
id is now an integer, rather than a String. So now I have the first thread
starting after 2 seconds, the second after 4 and the third after
I'm trying to use a dynamic EJBQL/JbossQL expresssion that involves an ORDER BY
of a boolean CMP attribute:
SELECT OBJECT(o) FROM UserBean AS o ORDER BY o.active
Where UserBean.active is a CMP2 boolean attribute (extract from UserBean.java,
using XDoclet)
/**
* @ejb.persistent-field
* @ej
Did you modify something else?? I'm running on my machine and I still geet
inconsistent results:
ended 2 26
ended 1 29
ended 3 23
using vsync.xml:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can it be b
I believe JBoss WebConsole can do what you want, gshifrin.
You access it at the URL :
http://hostname/web-console
More info here :
http://jboss.org/wiki/Wiki.jsp?page=WebConsole
By the way, i'm also very interested into relevant MBeans to monitor :
for now I just monitor FreeMemory and ActiveThr
Hi all,
i would need a good advise about paging data.
My application is made up of layers : presentation and business.
The presentation ( Struts ) calls method from business when it needs lists of
data which are created executing SELECT queries.
All the list are put in the session and then it is
I was wondering if anyone has had problems with jaxen in ver 3.2.7.
I'm getting the following error:
root cause
java.lang.NoClassDefFoundError: org/jdom/Text
org.jaxen.jdom.JDOMXPath.(JDOMXPath.java:100)
Thanks,
Eric
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
You should use the provided any scripts to build the example code.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877496#3877496
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877496
--
II have a problem to build the last versions of jboss-forums .i've
downloaded it from sourceforge and I had to configure the portal_home to build
jboss-forums, then download the dbunit libraries and to configure in .ent of
porta_thirdparty and now I don't to find the class
org.jboss.po
I have been using SP2 for a long time and have never experienced a BSOD when
closing JBoss. Out of curiousity, what DLLs are being loaded into the JVM?
One way to find this out is to download and run the listdlls.exe program from
www.sysinternals.com (at a command prompt, enter "listdlls java.
sorry. i'll repost in another forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877495#3877495
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877495
---
This SF
Everytime i close JBoss i get a BSOD. Has anyone ever came across this before,
its getting really annoying. Theres other people using XP Pro SP1 and they are
fine, but theres a few of us got new machines with SP2 and its happening to us
all.
Any help would be much appreciated!
D
View the orig
Where I can find org.jboss.util.ChapterExRepository? what is the jar file for
this package? Please
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877492#3877492
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877492
-
It means that an item you are attempting to lookup in JNDI is not bound to JNDI.
This could be caused by a failed deployment or possibly using the wrong name.
If this relates to using a session bean the exception is the wrong place to
start diagnosing the problem, you should follow the following
Issue report with an example deployment that illustrates the problem is the
next step.
http://jira.jboss.com/jira/browse/JBAS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877490#3877490
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
Scott,
Thank you for your answer. I agree that the problem is in Tomcat. I realized
that JBoss 4.0.2 has Tomcat 5.5 embedded while JBoss 4.0.1sp1 had Tomcat 5.0.
Tomcat claims that JDK 1.5 should be used with 5.5. I switched the JDK to 1.5
and still get the same problem with getBundle. I unde
I have to deploy 2 applications (2 different ears) wich uses the same bean
names.
how can i achieve this? do i have to make another installation and change all
ports used by the first one in order to avoid an "Address already in use
Exception", if so, which files do i have to change?
thanks
Hi,
I am having a problem using InitialContext for lookup of EJB in a JBoss
Cluster. The code works fine when clustering is not used. I am working on
JBoss-3.2.3.
The problem is as follows:
Context ctx = new InitialContext();
Then i lookup some bean.
The code works fine in case clustering is
check the hajndi-jms-ds.xml file in
${jboss.home}/server//deploy/jms.
look at the Properties attribute of the
jboss.mq:service=JMSProviderLoader,name=HAJNDIJMSProvider mbean.
your Properties attribute probably has java.naming.provider.url=localhost:1100
when it should look like below:
check the hajndi-jms-ds.xml file in
${jboss.home}/server//deploy/jms.
look at the Properties attribute of the
jboss.mq:service=JMSProviderLoader,name=HAJNDIJMSProvider mbean.
your Properties attribute probably has java.naming.provider.url=localhost:1100
when it should look like below:
Hi,
Can anyone please tell me when does JNDI Not Bound exception occur?. and what
are the possible solutions.
Thanks
Deep
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877486#3877486
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
You need to write your own servlet to do this as the http invoker deals with
marshalled java object streams, not a java agnostic format.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877483#3877483
Reply to the post :
http://www.jboss.org/index.html?module
The XML fragment didn't show correctly. But if you download JGroups, you'll
find vsync.xml in JGroups.conf.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877482#3877482
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Two things:
#1 Starting all instances at the same time might get you into merge situations.
Merging different states is not (yet) implemented in JBossCache.
#2
You are running the default protocol. This is *not* using virtual synchrony, so
at the end we're *not* running a flush to flush all pe
bkmenon - You have "no clue" about OutOfMemoryError? What part of
OutOfMemoryError don't you understand?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877478#3877478
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877
Well, obvious you test for this sort of case.
But AFAIK, JBoss won't send duplicate messages.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877479#3877479
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877479
--
We are developing a J2EE application where multiple clients (EJBs) can connect
simultanously to a device connected via single TCP-style connection. The
communication protocol _does_ support concurrent communication of clients over
this single connection.
Using JCA (NoTransaction, Managed) we dec
i have jboss runnig at host with several network interfaces(ip addresses) , so
how could i choose interface jboss will listen to requests from ? By default ,
it start at localhost.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877476#3877476
Reply to the po
i have jboss runnig at host with several network interfaces(ip addresses) , so
how could i choose interface jboss will listen to requests from ? By default ,
it start at localhost.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877475#3877475
Reply to the po
Use the [EMAIL PROTECTED] mailing list given the CVSRepository wiki, not this
forum. Problems reports here will be deleted.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877473#3877473
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
I am trying to use MySql as DB. But I do not want CMP so there will be no
jbosscmp-jdbc.xml. Then how do I configure to use MySql in my project? Which
file should I modify and how?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877471#3877471
Reply to the po
I have a merely simple web-service under jboss4.0.0 and now moving it on 4.0.2.
this is the part of my login-config.xml:
|
|
|
| java:/OracleDS
| SELECT PASS FROM
trate.dilers_auth WHERE LOGIN=?
| SELECT role,'Roles' FROM
I'm new to JBossCache and I can't see what I'm doing wrong.
Basically, I'm testing JBossCache to verify if it's behaviour can solve my
problem. I wrote the following class (simplified):
| public class TreeCacheTest implements Runnable
| {
| private static boolean testEnds = false;
What is Javaassist?
Javassist (Java programming assistant) is a class library for editing Java
bytecode in Java;
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877466#3877466
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
3.2.3 is quite an old version of JBoss, if you need the 3.2.x series have you
tried this with the latest to see if it still a problem?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877465#3877465
Reply to the post :
http://www.jboss.org/index.html?module=bb
I am trying to get an application called Vernon Browser working on JBoss 4.01
SP1 running on a Windows 2003 server, with a SQL Server 2000 database behind it.
I have installed the JDK Version 1.5.0.02, SQL Server 2000 Driver for JDBC
Service Pack 3, and JBoss 4.0.1 SP1.
JBoss is installed and i
I was wondering if anyone has had problems with jaxen in ver 3.2.7.
I'm getting the following error:
root cause
java.lang.NoClassDefFoundError: org/jdom/Text
org.jaxen.jdom.JDOMXPath.(JDOMXPath.java:100)
Thanks,
Eric
View the original post :
http://www.jboss.org/index.html?module=bb&o
Hello is there anyone, who is watching these posts? Or nobody is interested in
replying for messages?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877462#3877462
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877462
Hi,
I have installed jboss-4.0.1sp1. Most will be fine. I can deploy EJBS, start
and stop the server, an so on. But if if want to view the web-console
(http://localhost:8080/web-console) the left navigation tree will be an empty
gray frame (The right frame will be displayed correct).
Whats goin
Hi,
here's the example as mentioned. It calls a basic hello world service, which
returns a Person object with their name and age.
First, use wsdl.exe, which I call from a bat file, and which generates the
appropriate cs file for me, which I then use in the client.
anonymous wrote : \..\..\Prog
I've downloaded the source file jboss-4.0.2.tar.bz2 and extracted it. Then I've
ececuted the file build.bat in the folder build. The build was succesfull after
4 minutes calculating. What I've to do now? I've tried to execute the file
build.bat in the testsuite folder, but build failed
(...\tes
Hi,
because the documentation about the http-il servlet is limited, I would like to
ask whether or not this servlet can be used to post a message to a queue.
We need to connect non-java programs to the messaging system. Via a url this
would be easy. I can write my own servlet that does this, b
I am using firefox 1.0.3 on Fedora Core 3 linux.
I just try JBoss 4.0.2 and found that after I logout using session.invalidate()
and revisit my webapp without closing the web browser, jbossweb is using the
old session id for the newly created session. In JBoss 4.0.1sp1, a new session
id is gen
I'm playing around with different approaches to dealing with isolated EARs, and
I get this error when:
a) I've scoped the classloader for the EAR:
Cyrus.classloading:loader=application registry
java2ParentDelegation=true
b) set JNDI to ca
Hello,
reading the message with the title : "Mixed JDBC and CMP access within a single
session method".
I cleared my mind about my doubts.
Cheers.
Stefano
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877450#3877450
Reply to the post :
http:
The anonymous CVS looks to have the same problems as before.
Update is still getting "No space left on device" messages related to /tmp dir
where CVS allocates its temp files.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877449#3877449
Reply to the post :
Hello everbody.
Just suppose a message-driven bean using bean-managed transactions, with the
acknowledgment mode set to AUTO_ACKNOWLEDGE.
If the onMessage finish successfully, the consumed message should be
acknowledged, so that it is removed from the queue.
What will happen if the underlying
Hello, maybe you can check your mod_jk log (I assume you have mod_jk for Apache
- Tomcat load balancer). I think it would be useful if you post the jk.conf,
workers.properties and the mod_jk log file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877445#3877
1 - 100 of 110 matches
Mail list logo