Hello Pablo,
thanks for your answer. But I have one more question: How to mount these
folders from the source code to an Eclipse Project? Do I have to create all
folders and add all .java-Files (which would be much work) or is there an
easier way?
Thanks in advance
View the original post :
h
http://www.jboss.org/index.html?module=bb&op=viewforum&f=136
At the beginning of the forum, you should see sticky tags that are usually for
FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864772#3864772
Reply to the post :
http://www.jboss.org/index.htm
Tomcat uses a default web.xml in which it defines a servlet used for JSP
compilation. The default web.xml is found in JBoss at
/server/default/deploy/jbossweb-tomcat5x.sar/conf
The following servlet definition applies to the compiler used for JSP
|
|
|
|
|
|
|
As we specify in weblogic.xml the following element
compileCommand
javac
verbose
true
when JSP's are used, how doe we map to thes in JBOSS. In
which XML we need to map these corresponding to which elemnts inside it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
I am working with XDoclet and Eclipse 3.1 on a JBoss 4.1 server.
I have created a CMP Entity Bean that deploys fine and I can findByPrimaryKey
with success but when I do a findAll I get a collection of Proxy objects
instead of a Remote object.
I am doing something wrong? Here is my Bean Code:
link to the FAQ please.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864766#3864766
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864766
---
This SF.Net email is
This is standard behavior for the jpda configuration when you include the
suspend=y option. The vm is waiting for a debugger to attach to the process.
Read the jpda options and behavior:
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html
View the original post :
http://www.jboss.org/i
This page is incorrect. There is no seperate distribution. The only difference
is the default call by value beahvior and class loader isolation. Read the
readme.html enclosed in the release on how to configure this behavior.
View the original post :
http://www.jboss.org/index.html?module=bb&op
hello i've deployed a new theme as a service, within this html of the Theme
Java object im referencing images, the all come up broken, where do i store the
images and how do i reference them
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864761#386476
Well, I still can't figure it out but I have narrowed down the issues some.
No problem running JBoss 3.6 in debugging mode.
Identical problem running either JBoss 4.0.0 or JBoss 4.0.1
Falling back to the 1.4 JDK doesn't help.
Still hoping for some insight from you JBoss experts out there.
View
Excellent advice, I don't look there often enough!
Merci du conseil.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864759#3864759
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864759
Here's what I opted for:
commit option A, CMP with cache invalidation container config, get methods RO,
SimpleReadWriteEJBLock (need 3.2.7 for the correct version), use
InvalidationManager to invalidate thru JMS topic, to cover case of db write not
always going thru entity bean (which was optio
Bonjour,
Is it possible with Javassist, knowing its name and type, to get the value of
a private final static field, without instantiating the class and without
method call ? I don't want to have risk building an object I don't know the
behavior.
I think I need to use CtClass.getDeclaredFie
As Thomas pointed out in the following forums post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56424
"This usually occurs when you use more than one parameter in your endpoint
message.
With doc/lit there is no wrapping RPC element. The entire message is defined by
a single XMLSc
I want to create a custom login module to authenticate a user by comparing the
userID and password with MySQL database.
- My custom login module is called RdbmsLoginModule which implements the
javax.security.auth.spi.LoginModule interface.
- The configuration file, jaas.config is:
Example
{
I found the problem that was causing the exception!
I do not remember exactly how I created the jax-rpc mapping file, but I assume
I must have copied and pasted it from somewhere and changed the details to fit
my own.
On the root element of the mapping file was the following schemaLocation:
x
I need a little friendly help. I am attempting to connect to an Session bean
on JBoss from a Session bean on WebLogic. I can get the Naming Context from
JBoss and can see EJB in the list of bound objects. However, when I attempt to
lookup the Home interface I get a Naming Exception with a nul
>From the description on the Wiki, it sounds like you can put login-config.xml
>into the WEB-INF directory in your .war file, but JBoss4 doesn't see it when
>you do that.
I tried changing the mbean to look like this:
WEB-INF/login-config.xml
jboss.security:servic
For sure... It works...
Thank you Scott
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864748#3864748
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864748
---
This
I had this problem and I've managed to get around it. Someone pointed out that
I was deploying a log4j.jar file in the hot deployment of my EAR file so I took
it out and it seems to have done the trick.
Cheers,
Richard Holmes :)
View the original post :
http://www.jboss.org/index.html?module=
Ouch! This is JBoss 3.2.6. Sorry.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864745#3864745
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864745
---
This SF.N
What version of JBoss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864744#3864744
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864744
---
This SF.Net email is s
According to:
http://docs.jboss.org/jbossas/whatsnew40/html_single/
We read:
>From JBoss AS 4.0.1, the server configuration names switch back to the JBoss
>3.2 convention. The default configuration uses the JBoss optimized class
>loader and the standard configuration goes away. The J2EE 1.4 ce
| [EMAIL PROTECTED] vhost_log]$ cat
deploy/jmx-console.war/WEB-INF/jboss-web.xml
|
|
|localhost
|vhost1.test.com
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864742#3864742
Reply to the post :
http://www.jboss.org/index.h
Thanks for replying. Sorry to pursue this topic more but I still have
questions. I understand the link provided that shows me the jboss-client.xml.
And the reference to it from the client Java application. What I dont'
understand is 'where' to put it. Do I put it with the ejbs?
Do I creat
Ohh i realize that i should have other problems... Can I see your jboss-web.xml.
Witch file is used to resolve the host name... the jboss-web.xml???
|
|localhost
|vhost1.mydot.com
|vhost2-alias
|
Because the log files are created but empty... Who and when call the serv
In that Wiki, I replaced "..." with "jboss:service=DynamicLoginConfig". If I
didn't do that, jboss would blow up because it couldn't find a domain for that
mbean.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864737#3864737
Reply to the post :
http://www
The short version: you need to edit or replace deploy/hsqldb-ds.xml,
deploy/jms/hsqldb-jdbc-state-service.xml, and
deploy/jms/hsqldb-jdbc2-service.xml with appropriate equivalents.
In place of deploy/hsqldb-ds.xml you'll use your preferred data source
In place of deploy/jms/hsqldb-jdbc2-service
thanks Danl
Thats what I thought it would be, but this is my class_path
C:\jboss\server\default\lib\javax.servlet.*
I have also tried:
C:\jboss\server\default\lib too but with no joy.
Do you know how I should write the class path?
Thanks
View the original post :
http://www.jboss.org/index.h
When I enable debugging and launch JBoss 4.0.1 (Windows XP Pro SP2 & JDSK 5.0),
there is no cpu activity and no logging output once the message "Listening for
transport dt_socket at address: 8787" is echoed.
I'm assuming it is some sort of config problem at my end but wonder if anybody
has an
I'm having similar issues. Where do I make changes in my code.
--
My classpath is as follows:
C:\Java\JBoss-4.0.1\server\default\deploy\jboss-ws4ee.sar\axis-ws4ee.jar;C:\Java\JBoss-4.0.1\server\default\deploy\jboss-ws4ee.sar\commons-discovery.jar;C:\Java\JBoss-4.0.
I have a java application which runs outside the jboss application server
,which gets an EJB Home. But the application does'nt pass the url with the JNDI
port name, but it still able to get an handle to the home stub. How is that
possible?.But the jboss instance and the java client runs in the s
The following server.xml works fine for me with the jboss-4.0.1 release:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hi,
I am trying to deploy my web application under Jboss3.2.5 . I have a start up
servlet which invokes a class ( which implements javax.jms.MessageListener ) ,
this class basically looks up a JMS Topic Connection Factory and creates
publisher and subscriber.
when I do look up for ConnectinFa
Hi,
I am very new to the EJB world but trying to develop an application that
interacts with a MySQL DB. I have a number of tables which i am relating to one
another via foreign keys which i have specified in the jbosscmp-jdbc file and
the ejb-jar deployment descriptor. After executing ant on the
Hey,
I was hard-coding ids for an entity bean called report. I was retrieving all
previously defined report names from the db in order to populate a list on the
GUI, i used the following for-loop as follows:
for(int i = 1; ; i++)
{
Integer pk = new Integer(i);
ReportDefinitionRemote report;
Don't declare it in the application.xml. To have the jar included in the
classpath it would have to be referenced via a Class-Path manifest header or by
declaring it to be a simple java module rather than an ejb module.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
The answer to every question exist in the testsuite module of the source
download.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864721#3864721
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864721
-
It works just like magic.
You know Scott, after working with JBoss for 18 months, my biggest problem is
still understanding how to find answers like this. And spending days doing so.
(More often just spending days understanding which questions to ask)
The 3.2.3 manual leaves one with the foll
Start with the getting started guides.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864718#3864718
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864718
---
This S
Use the --host iface startup option to specify that all network interfaces
should be using the given iface. The UDP bind_addr is only one piece of several
layers when considering an ha lookup and access of an ejb.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
Look at providing your own org.apache.tomcat.util.net.SSLImplementation:
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864717#3864717
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864717
--
Its a known issue that is being looked at:
http://jira.jboss.com/jira/browse/JBAS-1008
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864716#3864716
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864716
-
It was 4.0.0, I retried it in 4.0.1 with the same result:
Exception in thread "main" javax.xml.rpc.ServiceException:
org.xml.sax.SAXException: src-resolve: Cannot resolve the name
'j2ee:dewey-versionType' to a(n) type definition component. @ *unknown*[257,22]
| at
org.jboss.webservice.cli
I am developing in Sun Studio Creator. I seem to be able to deploy only ONE of
my projects at once. I think this is because the same jar files appear in the
different war files. Is this correct? And does this extend to classes with the
same package and name but in different war files?
It seems
I am trying to figure that out, although it might take me a while as I don't
have very much knowledge of the underlying code. I will get back to you if I
get any more information.
However, I did find these warnings output on deployment , which I realize come
from the parsing of the wsee-deploy
The original jira issue has been moved to
http://jira.jboss.com/jira/browse/JBAS-1368 and the sybase-jdbc2-service.xml
DDL statements updated to include the LOCK DATAROWS condition.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864712#3864712
Reply to the p
No, only MDBs have a DLQ notion currently. This is something you can implement
yourself using a MessageListener base class that catches any exception thrown
from onMessage and posts the message to a DLQ of its choice.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
EARs only deploy what has been declared as deployable content. A sar must be
declared using the ear META-INF/jboss-app.xml descriptor:
|
|
| cts-v2cmp.sar
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864710#3864710
R
I don't know if this will help but you could try explicitly defining the
context settings like this:
Hashtable contextSettings = new Hashtable();
| contextSettings.put("jnp.disableDiscovery", "true");
| contextSettings.put(Context.INITIAL_CONTEXT_FACTORY,
|
Go over the example from the admin/devel guide that uses a remote notification
listener. You cannot simply pass an implementation of RMINotificationListener
to the server. This has to be an exported rmi service as well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
Hi,
I am actually running my program on the same machine. which has java 1.4.2_03
version.
I started the jboss 4.0 through command line and in another command line I've
tried to run my program, then I am getting the above error. And I checked with
classspath also but couldn't really find anythi
Great! I get it now!
Thanks a lot!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864706#3864706
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864706
---
This SF.N
hi
ok...
as in my first post ;)
lets say your cart servlet (or whatever) has created the SFSB
lets call it cartBean
now you get the Handle of the bean with..
javax.ejb.Handle carthandle = cartBean.getHandle()
now transport the "carthandle" to the "other application"
in the "other application" d
http://www.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864704#3864704
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864704
Hi all, i'm using jboss-3.2.5 and it's using the default ds (hypersonic) to
persist the jms-messages. I have my own data source and i'd like to persist the
queue messages on it.
Does anybody know where do i have to change this?
Thanks a lot
Matias
View the original post :
http://www.jboss.or
I have a nice little MBean, which, if I deploy it separately in a SAR (outside
of my EAR) it works and I can get to it via the JMX console.
But we need it to be packaged as part of the EAR.
Following the 3.2.3 manual I have the following:
my.ear
+- my.jar (archive) [EJB jar]
| +- META-INF
Yes, that's a good solution, another would be to keep that information in a
cookie. But my problem is not exactly how to know which SFSB to look for.
What I can't figure out is how do "find" the already created SFSB?
So let's suppose I already have the info needed to find it. How do I do it? I
ca
I have used...
org.jboss.ejb.plugins.InvalidableEntityInstanceCache
Perhaps this is not appropriate for D
???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864694#3864694
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
Standard CMP 2.x EntityBean
false
entity-rmi-invoker
false
false
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
org.jboss.ejb.plugins.LogInterceptor
org.jboss.ejb.plugins.SecurityInterceptor
hello again
when the other application knows nothing about the cart (or many carts..)
and could not be invoked by the cart.
the cart could store the info of his SFSB in an entity bean in the database?
the "other application" could query the entity bean and find the already
created SFSB's
cheers
Many thanks for prompt reply. However when I do that, I find that 'attr' is
always null! Here's part of a test of annotating methods.
When I annotate a class, I can get the annotation for the class, but then find
memberNames() always returns null, so cannot get members from within the
annotion.
Ok... It looks like the Xdoclet tag (wsee.jaxrpc-mapping value: namespace-uri)
is not substituted correctly as it is described in the jaxrpc-mapping_xml.xdt.
I am able to generate a wsdd file if I manually change the value in the
jaxrpc-mapping file to the correct.
Hard coding the jaxrpc-mappi
We use 3.2.5 with Standard CMP but with Commit Option D on a 120 second timer...
Once in a while (every week or so) we get very odd behaviour...
Essentially our application processes a request, changes some entities and then
sends a latest image of our entity out on a JMS message bus. 99.999% o
Instead of passing the session ID, you can configure the security domain to
have the same user names and passwords as your web users, configure your web
services to use basic auth, then pass the username and password as the HTTP
headers. The wiki link that Thomas posted above explains it all. Th
thank you, this was the problem.
i defined roles and i manage to connect to the LDAP, but only as long as the
users and the roles (groups) are in the same ou (with the same login-config
above).
if i change it to
ou=Roles,dc=bevents,dc=local
it's not working. i didn't find any documentation on
Hi,
I am able to do Shutdown -H 20 and force a restart, but not when doing
Shutwdown -e 20. The shutdown is done, but the retorncode is 0.
Run.bat in Windows has the following lines to trigger the restart:
:RESTART
"%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %*
IF ERRORL
There is a whole lot of posts around here saying the solution for "Failed to
start AutomaticDiscovery" is to add "--host=ip-address" to the run.sh command
line. Or else we get the dreaded:
INFO [HANamingService] Listening on /0.0.0.0:1100
| WARN [HANamingService] Failed to start AutomaticDis
Hi,
I am new to jboss and j2ee and have a design question to pose to you all and
how you would solve it.
Here is a simple example. Lets say I have an ordering system, every time an
order is placed a special order number we manage must be incremented
sequentially. No two threads can manipulate t
Hi,
I am new to jboss and j2ee and have a design question to pose to you all and
how you would solve it.
Here is a simple example. Lets say I have an ordering system, every time an
order is placed a special order number we manage must be incremented
sequentially. No two threads can manipulate t
Hi,
I'm trying to reference a css and a png file from a jsp page. My file
hierarchy is:
/{app}.war
/{app}.war/WEB-INF
/{app}.war/WEB-INF/reports
if I put the resoures under the "root" (/{app}.war) directory everyting works
fine. But I want to have them exist in the '/{app}.war/WEB-INF/repor
I vote for the enhancement. It more what I would expect
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864668#3864668
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864668
"[EMAIL PROTECTED]" wrote : And who told you that JBoss owned Tomcat?
|
| ...
|
| I would be interested to know why you had the thought in the first place.
Maybe because it's listed on the left navigation of the JBoss.com site under
the heading "JBoss Projects"?
There is no explicit re
Hello JBoss Community!
I scanned the FAQ and searched the forum the whole day without success. Maybe I
search for wrong key words 8-|.
I want to use JMS from a simple servlet (no MDB), which works fine. In
addition, I'am interested in timed out and not delivered messages. I saw DLQ
configura
Hi, from what I could understand from your solution you are assuming both apps
have access to the same session object. Perhaps I wasn't very clear... let me
explain in greater detail.
I created the two web apps in jsf. Each of them has a backing bean with a
session scope, which basically means
If you want to use Axis in JBoss 4, you need to remove jboss-ws4ee.sar from
your deploy directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864665#3864665
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864665
No it does not, you can specify the port name as the third parameter.
http://cvs.sourceforge.net/viewcvs.py/jboss/webservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.java?rev=1.27&view=markup
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864663#
None, JBossWS is about portable J2EE compliant webservices, therefore no
dependency on generated axis components.
If you want to expose a web service (i.e. server side)
use wscompile to generate the SEI and jaxrpc-mapping.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op
You must not have provided your DataSource. JBoss is trying to find that table
in the DefaultDS which by default HSQLDB and hence you see (org.hsqldb.jdbc.*).
Kindly read the documentation on how to set up datasource to point to your db2
8.0 server.
VM
View the original post :
http://www.jb
You'll have to be more specific which elements of the jsp-descriptor you need.
I don't think all of them have equivalents. (but on the bright side very few
of them actually provide real value) I suggest poking around in the Tomcat
forum for questions on a specific piece of functionality.
V
Hi Thomas,
SOAP router is a servlet , ok? Then a Filter intercept this request or not?
This is my filter execution
Quote:
Request address : 192.168.2.41
RemoteHost : 192.168.2.41
RemotePort : 3576
sessionId : null
method : POST
url : http://popshopdes:8080/simple-ws4ee/exactpath/jse
RemoteUs
phew !;
if i had that info about several instance of jboss on one machine running fine
and just one going crazy in your first post... ;)
did you try to shut down the bad (empty) instance (make a backup, delete the
files) and copy the working (equal) instance over the bad one (you have to
change
Hello again,
the result from the WSDDGenerator:
| Exception in thread "main" java.lang.IllegalArgumentException: Multiple
bindings for not supported for service: {http://bullen.com/fleet/api}FleetAPI
| at
org.jboss.webservice.deployment.ServiceDescription.getWsdlBinding(Ser
| vic
My understanding of this is that the wsdl is the starting point for creating a
web service. Although in most cases people seem to generate this. However, in
my case I have a supplied wsdl file and have generated java from this using
wsdl2java --server-side --skeletonDeploy true.
This generates
When a post is so obviously posted in the wrong forum, I try to point it out.
I don't always do that, and even if I did people would still keep posting in
the wrong forums.
I can tell you that the guys who work on that section of the code do not
generally read this forum, which is only for d
Also,
It was a typo. However, the rmic that I used to generate the same repository id
that janeva is using was from the 1.4.2_05 jdk - which is the same JDK that
jboss is running against. That doesn't make sense. So Janeva is using the
proper one at compile time, but it may be the one that is us
anonymous wrote : I don't know why if in this forum, if i get an answer, is to
say me that go to another group.
You were told why to go to the correct forum, a lot of people will only read
the forums specific to items that they are working with. Questions in this
forum would mainly be read by
No, we have serveral server-instances on the server, but the problem appears
only in one server.
One server configuration is equal to the problem-server and there are no
problems.
It's very curios because in the server is no application deployed and the cpu
and memory usage is highly increasing.
Thanks for the clarifications Francisco. The post was due to a lack of
knowledge in the IIOP area. I am using 1.4.2_05 - but maybe Janeva isn't. I
will investigate further.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864637#3864637
Reply to the po
Yeah, my MBean interface wasn't being found because it was in the wrong
package. But my problem too was that my mbean classes wasn't at the
corresponding directory on Jboss, lib.
I don't know why if in this forum, if i get an answer, is to say me that go to
another group. You know the answer, so
anonymous wrote :
| rmic and janeva both generate the following valid IDL id
|
| RMI:org.foo.Insured:63ACAFEDF0A89F11:9114CF3E9A780A71
|
| jboss outputs the following - notice that the last hex section is off
| RMI:org.foo.Insured:63ACAFEDF0A89F11:9114CF3E9A780A71
|
I guess there
Hello!
I searched the forums and internet but still couldn't a working solution to my
problem.
My problem is following. When i try to deploy the .ear file on jboss 4.0 i get
following error:
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (javax.naming.Name
After several days spent looking for a solution I finally understood I should
isolate EAR class loaders. All I had to do was turn "Isolated" to true in the
ear-deployer.xml!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864631#3864631
Reply to the post :
h
I have a custom login module that uses client certificates. It sets the
identity to a SimplePrincipal with the CN portion of the certificate. However,
in my servlet calls to request.getUserPrincipal().getName() return the entire
subject DN. I checked, and the principal is an instance of
sun.
The jboss wiki talks about HAJMS in some detail:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864629#3864629
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864629
The JBoss folks have written excellent docs on clustering. It explains what
clustering in jboss means, the mechanisms and technologies they use to pull it
off. How to configure it. And they even dive into some code.
Do yourself a huge favor and get the JBoss Clustering docs
http://docs.jboss.org
Looking at the gc data from the Wed Dec 8, 2004 19:20 PM posting by koreth, I
wonder what is triggering the gc by jboss since the new bucket is not full, nor
is the tenured generation collection. What is striking is the size of the
permanent generation...which appears to be full...could this be
Hi,
There may be a change to throw an exception in MDB because I am trying to
connect to third party server in MDB.
If third party server is down it will throw an exception.
In that case how do I control the exception?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&
Joel, this is only for me as a reference. Changes in the jboss-4.x will have to
be backed by a successful CTS testrun. I have not come to a conclusion yet.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864624#3864624
Reply to the post :
http://www.jboss.org
Ok,
Created JIRA issue and attached eclipe projects that can reproduce the problem.
http://jira.jboss.com/jira/browse/JBWS-92
\Magnus
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864623#3864623
Reply to the post :
http://www.jboss.org/index.html?module=b
1 - 100 of 192 matches
Mail list logo