Hi everybody
Can someone tell me how to connect a JBOSS web service using a web browser
(internet explorer, netscape or mozilla)? I mean, calling a web service and
showing the returned value in the web browser.
I've used BEA and some files must be added in order to allow web browsers to
connec
Dear All,
As I want to remove some of the service provide by JBOSS , which is not
required for me.
So,is there any dependency issue there. Is one service is dependent on another.
If I remove any services, does it will create any problem to me in running
other services.
how to know which servi
Yes, my service is an MBean, Listening on a port.
So, I cant cluster it. right? I'll still work on the load balancer. Thanx for
the reply.
Regards
--- Pooja.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871991#3871991
Reply to the post :
http://www.jb
Does JBoss offer any support for configuring a single datasource or connection
pool for multiple database servers?
Wish to use master/slave database replication (in MySQL 4.1) and will have
multiple slaves, but wish to encapsulate them as a single datasource (at least
as far as the applicati
The error message is actually coming from JBossCache. So 4.0.2 (due in 1-2
weeks) will have the latest release from JBossCache.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871988#3871988
Reply to the post :
http://www.jboss.org/index.html?module=bb&
Central DB is definitely a solution specifically if contention is not an issue.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871987#3871987
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871987
-
are you referring to http load balancing? This is about regular MBean in
JBossMX though.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871986#3871986
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871986
-
Our next release is 4.0.2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871985#3871985
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871985
---
SF email is sponso
Great thanks! From reading the documentation I was going to make that change
anyway but hadn't gotten around to it yet, you know, "baby steps" to becoming
comfortable on a new platform:-). Thanks again for all the help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
Yes, 4.1.0 is not released yet, but I saw that it is fixed in that build
(Currently in Dev).
I also remembered something else, if you change the replication type from
REPL_SYNC to REPL_ASYNC, the message goes away and the replication algorithm is
more efficient as well. That is what I did t
Thanks, I really appreciate the help. Again I may be showing my "green-ness"
but I thought 4.0.1sp1 was the latest release. If the problem was fixed as of
4.1.0, is that the current development build?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387
You dont need to compile anything again. JBoss uses tomcat as its servlet
engine, so if you drop a packaged war file or undeployed archive ending with
.war, for e.g. mypackage.war in the deploy directory, it shud just work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=
If you look at the logs, its throwing an exception when its trying to create
the QueueConnection. Looking up SecurityMetadata.java says there are three
permissions - read, write and create. You have not specified create access for
_LocalQueueReader_. that might be the problem. And the defeault v
Hi
Thanks a lot for the explanation.
Regards
Sriram.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871979#3871979
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871979
---
Hi,
I developed application in and ran in Tomcat 5.5.7.
It is working fine there.
I have tried to generate the war file from Tomcat and then copy to deploy in
JBoss.
As per JBoss it requires Jar or EAR ?? Is that correct?
Do I need to compile the java, jsp, files in JBoss again.
if so how do I do
I am facing the same problem right now - has there been a solution yet? Thank
you very much in advance!
Yuri Niyazov
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871976#3871976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
I have the same messages and after some research I found that:
a) it does not affect session replication
b) it is a known bug that is fixed as of 4.1.0
Hope this makes you feel better.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871975#3871975
Reply to th
If I'm reading the situation aright, JCA is the only standardly deployable J2EE
thing that can use native code. I have a read-only, sizable, resource on my
hands that must be accessed via JNI. In Plain-Old-Tomcat, I just defined a
custom bean factory and advertised it in the JNDI namespace via t
The 'I want to plugin a custom DataSource' topic is empty in the FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871971#3871971
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871971
---
You need to wrap your array in an object.
Take a look at the wiki:
http://www.jboss.org/wiki/Wiki.jsp?page=WSArrayTypeMapping
Thanks,
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871969#3871969
Reply to the post :
http://www.jboss.org/index.html?mo
I am using JBoss 3.2.6 and I have a deadlock problems even after setting
read-only flag on methods that match the pattern: "get*" and "is*".
I read the following about Resin:
anonymous wrote : By default, Resin knows that findXXX, ejbSelectXXX, and
cmp-field and cmr-field getXXX methods are read
Hello,
I have a custom server that I run in JBoss within an MBean. This server needs
to dynamically initialise certain objects seperate from the main core of the
custom server.
I tried to load these classes with using standard Class.forName(..) type stuff
but I kept getting class loader error
I have specified all get* methods of my Entity Bean to be "read-only" through
the following tag in the jboss.xml.
|
| get*
| true
|
|
Now, I access the getCustomerId of such an entity bean instance from an MDB
that is enr
I would like to use apache to load balance http requests to a cluster of JBoss
server instances. I think JNDI and EJB clustering will be too expensive for
this application, so I prefer clustering at the http level. The main reason for
clustering is to scale memory across several JVMs so I would
Each instance of JBoss AS that you run runs within its own JVM. As an example,
we typically run multiple instances of JBoss AS simultaneously on our ES7000
servers. However, each application that is deployed to a particular instance
of the JBoss AS runs within the same JVM as that instance of
I've been researching encrypting datasource passwords within the oracle-ds.xml
file, which requires setting up a security domain per the following URL:
http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords
I followed the examples on the aforementioned link and can't seem to get
If I have a HASingleton class, and that object creates a new instance (call it
instanceA) of some other class - can we say with certainty that the new
instance is running on the same server? If there is a failover, and a different
server starts the HASingleton service, and references the instanc
Hi,
My responsibility is to convert an existing enterprise app running on a single
server to a clustered setup. I am in the process of identifying the different
classes, and issues, and coming up with a design/solution to address each issue.
I find that there are quite some places in the app wh
> We plan although to support SAML in JOSSO in the near future.
Is there a specific timeframe on when SAML will be supported in JOSSO?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871940#3871940
Reply to the post :
http://www.jboss.org/index.html?module=bb
We use regular java classes, and use mod-jk as the load balancer. We specify
all the servers in the worker.properties file, and it load balances
automatically. I believe that when one server goes down, it will automatically
redirect requests to the other server.
Abitha.
View the original post
Did you ever resolve this? I'm seeing similar issues with 3.2.5 running with
Tomcat.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871937#3871937
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871937
-
my problem fixed, by using parameter
-Dsun.net.inetaddr.ttl=2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871936#3871936
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871936
--
The 4.0.2 docs will come as a PDF. They will be out when 4.0.2 is released.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871933#3871933
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871933
---
I have a similar problem. HTTP Basic auth seems to be configured correctly and
tests setting a username and password on the Stub work, but only if I use a
local WSDL. I think the problem is that the
http://blah:8080/ejb-jar/port-component?wsdl call also requires credentials
with basic auth.
"ramses" wrote : Excuse, if I bother you once again.
|
| How the solution will be ?
|
| The class(es) which invokes the native method, has also load the native
library. JBoss will not any longer load the native libraries.
|
Correct
anonymous wrote :
| A redeployment with native li
By the way I am running the the "all" server from the 4.0.1sp1
"out-of-the-box" configuration, and have a sw load balancer implemented via
Apache2 mod_jk.
Thanks again!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871927#3871927
Reply to the post :
http
I am using JBoss 4 bridge with Apache 2 (jk2, 1.2.6). My server get ip from
the dhcp server which map to dynamic dns.
Since the network is not stable, the ip addres will be changed sometime.
Everytime when the ip is changed (the dynamic dns map to a correct ip), the
jboss (tomcat) seems halt
Excuse, if I bother you once again.
How the solution will be ?
The class(es) which invokes the native method, has also load the native
library. JBoss will not any longer load the native libraries.
A redeployment with native libraries is not possible.
Is this correct?
br
Ramses
View the ori
I am fairly new to JBoss Clustering and am getting an error with HTTP Session
Replication. The session state seems to be replicated fine. But I am gettting
the following error in the logs. The JVM on the boxes is slightly different
(1.4.2_06 & 1.4.2_04), would this be causeing my problem?
Than
I meant that Laszlo is a client to a set of Web Services served from a
EJB-based app in JBoss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871922#3871922
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871922
Tnanks, dschneller. After roughly reading through, if I understand it
correctly, a virtual application server in WebSphere is equipvent to a
partition in jboss. Each partition has its own resource (I'm not sure if each
partition runs in its own unix process (PID)). And, this is only available
Hi,
I did indeed found a solution for this.
Check wiki:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossHASingletonRemoteAccess
This wiki explains how to deploy an RMI invoker that can be used to invoke
methods on singleton MBeans from anywhere in the cluster.
This invoker is deployed as a singlet
I am getting this exception even though the entity exists in the database. I am
trying to deploy EJB 1.1 beans in JBoss 3.2.6. can anyone tell me if there is
anything I need to do as far as configuration to fix it???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
All
Currently deploying JBOSS 4.0.1 and 4.0.1 SP1 on SMP test rigs and testing for
thruput.
We are using the DatabaseServerLoginModule to authenticate users
(login-config.xml snippet below)
DB engine MSSQL 2000 sp3a. JDBC driver JTDS 0.9.1 (although tested with MSSQL
jdbc sp3 and got same resu
Ok, I managed it with some workaround...
Due to JBoss being an application-server and not a web-server I created a dummy
web-application-archive with all needed files except a real servlet and
registered it with the welcome-file index.html to the "/"-context.
The index.html has the meta-equiv-ta
Hello *,
I've a message driven bean subscribed to a queue. The queue is created with the
following xxx-service.xml:
|
|
|
|
|
|
|
|
|
| java:/jaas/ipanemaLocal
| jboss.mq:service=DestinationManager
|
|
|
|
"ramses" wrote : @ 1)
| JBoss can load the native library. The SubDeployerSupport.class uses the
method System.load with the full qualified filename (e.g:
/home/rameder/jboss/server/sx/tmp/native/libopenFTjni.so) of the native
library, therefore no java.library.path has to be set.
|
| I c
"ramses" wrote :
| @ 2) Bug Report
| How will you ensure, that the GC runs (unload a native library) between a
redeployment.
|
I/we do not control the GC. Hence Scott's comment about not being
able to redeploy native code.
View the original post :
http://www.jboss.org/index.html?module=
To all:
System information: JBoss-4.0.0, Windows XP Pro, Database: Oracle 9i
I apologize in advance if I posted this in the wrong forum.
I?m trying to solve a problem where I have a web application that needs to
access two different instances of a database (ex. we call the instances dwm1
and dw
Seems to work! Thanks a lot!!!
Marco ;-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871908#3871908
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871908
---
SF
I dont think its possible to do this. Even though you comment out
BeanShellSubdeployer, the SubDeployerSupport.java assumes that anything ending
with .bsh is deployable and hence it looks for a Deployer to deploy this. Check
out SubDeployerSupport's
isDeployable method. You might just be out of
Inpublic void init(ServletConfig config)
Class.forName("org.hsqldb.jdbcDriver");
System.out.println("driver loaded");
connection =
DriverManager.getConnection("jdbc:hsqldb:Employee","sa","");
in doPost I am calling insertInToDb in which i have this code
I dont think there is a way to stop loading the jars packaged as part of SAR.
JBoss loads all of them by default when it "inits" your SAR.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871905#3871905
Reply to the post :
http://www.jboss.org/index.html?mod
Yes. that should work. Although you might be better off instantiating the class
that A.jar invokes rather than running a command like java -jar A.jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871904#3871904
Reply to the post :
http://www.jboss.org/in
Anything in the "java:/" namespace cannot be accessed remotely.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871903#3871903
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871903
Hmm.. the goal of the Javassist compiler is to help
the development of a bytecode translator. It's not
to be the standard compiler. But I put this fact to my
todo list.
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871902#3871902
Reply to the post
Unfortunately I am using JBossWS to serve the laszlo app so I can't do away
with it. I can't believe that it is this hard to isolate a WAR deployment from
the app server loaded classes. Thanks for the help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387190
You need to make mysql drivers as part of the classpath. Put the mysql jar
files somewhere in the lib or as part of ur application.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871900#3871900
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
Hi All
Here is my WebService Operation
public Person[] getPersons();
How should I map this Person[] in the file?
Please provide the answer in a format like this:
com.hello.Person
http://hello.com";>ns:Person
the above doesnt work btw, should I suffix Person with a '[]' ?
How?
Please, please a
Some more beginners are also planning to take the exam. If you are writing a
thoughtful response, please post it to [EMAIL PROTECTED] It is a group for
recent Jboss trainees.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871898#3871898
Reply to the post :
Hello
Anyone who have attended advanced JBoss training and passed JBoss certification
exam please write your experience. I have good experience and understanding of
J2ee. I attended the advanced jboss training recently. Planning to take the
JBoss certification exam. Preparing for the exam with
This is for sure a configuration issue with your mcast_addr settings in
cluster-service.xml and tc5-cluster-service.xml !
We have a working configuration (JBoss 3.2.7 RC2)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871896#3871896
Reply to the post :
ht
I have a rar file inside my ear. additionally I also have the -ds.xml inside my
ear. I know that I have to sepecify the rar-name in the ds.xml like the
following:
#
The problem is that means to the correctness of the deployable is dependent on
the name of its container the ear file. Which is n
You should have a look on your webserver (tomcat ?) session lifecycle handling.
I guess at least for tomcat there are different events that might be used for
your purposes
Regards
Ulf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871894#3871894
Reply to t
I have RDBMS LINTER SQL. (http://www.relex.ru/eng/products/linter/index.php)
Their JDBC driver supports JDBC 1.01 standart.
Can I use this RDBMS in JBoss?
Will transactions be avaible?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871892#3871892
Reply to th
20 SB will 'immediately' (after connection creation) get a connection from the
JBoss connection pool on call to ds.getConnection()
5 SB will block until a previously allocated connection is returned to JBoss
connection pool ( by a call to con.close()).
If no connection gets available within th
Good morning I'm using jboss 4.0.1 sp1, I've an application that i deploy with
the hot deployment metod, when jboss start I can use my application correctly,
but if I redeploy the jars for the application and then move the war folder it
seems to be correctly deployed but I can't access it.
Tha
After database restart all JBoss cached db connections are invalid ! Therefore
you have to flush the database connection pool, that is 'internally' used by
your CMP entity beans (most probably DefaultDS) via JMX console. Have a look at
the "jboss.jca" service section to find the correct connecti
Hello Guys,
We are developing a Web Application using Struts1.2.4 and Sun Jdk 1.5.0_02
Is possible to deploy it using Jboss 4.0.0 but not in 4.0.1 and 4.0.1Sp1.
Do anyone know why?
It seems to us a version conflict of common library between Struts1 and Jboss.
22:25:27,969 INFO [EjbModule] Dep
The problem had already been identified in the follwoing JIRA:
http://jira.jboss.com/jira/browse/JBAS-1442
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871887#3871887
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871
Thanks a lot it works well, for me it is magic!
when i call
URL currentFile =
Thread.currentThread().getContextClassLoader().getResource("file.data");
| currentFile.toString();
from my ejb the url answer is
file:/x/jboss/server/default/tmp/deploy/tmp32294xxxApp.ear-contents/xxxApp.war/fil
Hi,
this tag is insert in the org\jboss\nukes\handler\PageResult.java file in the
proceed method.
If you are sure, you can try to delete it and see what is done ...
Emmanuel Lorge
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871883#3871883
Reply to the po
Do you happen to have a pseudo offical juddi V0.9RC4 based jboss deployment?
I have it working but did so by simply doctoring the ddl files and inserting
the new juddi.jar.
However, if I replace the entire juddi.war I get errors of this sort:
2005-03-29 07:58:01,231 ERROR [org.apache.juddi.re
File a bug report with the testcase in jira:
http://jira.jboss.com
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871879#3871879
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871879
@ 1)
JBoss can load the native library. The SubDeployerSupport.class uses the method
System.load with the full qualified filename (e.g:
/home/rameder/jboss/server/sx/tmp/native/libopenFTjni.so) of the native
library, therefore no java.library.path has to be set.
I can see this in the loggings (
I have mod_jk load balancing over a cluster working fine in 4.0.1SP1. I
followed these instructions precisely.
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss
I am using:
httpd 2.0.53
mod_jk1.2
Make sure you have sticky_session=1 in your workers.properties file.
View the ori
Dear All,
How can i know the services offered in "default" configuration.
Any help appreciated,
-jack
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871875#3871875
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38718
Hello,
when a page is rendered nukes inserts a 'base' tag, like
http://localhost:8080/nukes/"/>
in the html header.
Is there any way to disable or manually change this?
(We've a configuration with Apache and a proxy, so the wrong url is sent back
to the browser.)
Thanks!!
Moritz
View the origi
thanks for the reply
but the exception i am getting is
NoSuchAlgorithmException algorithm PBEwithMD5and DES
i want know how to configure JVM to accomodate this algorithm
thanks
venkat
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871872#3871872
Reply to
Hi,
I'm having a little problem with JMS/MDB in JBOSS.
I have a local client that send messages to a remote server (jboss),
where I have deployed a MDB who receives these messages.
All messages are sent and received correcty, but when a try to
send a reply message to the client, i can't
lookup th
I faced the problem also, did you solve it?
my email is:[EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871871#3871871
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871871
---
Darranl,
Thanks a lot for your time taken to respond to me. Sounds like exactly my
problem (JBAS-1495). I will look into it to see if JBoss suplied a fix for this
or not. I just wanted to thank you for you kind responses.
Cheers,
Art.
View the original post :
http://www.jboss.org/index.html?mod
ok, it seems that if both web and ws are accessed thru the
http://localhost:2000/ka there is no way to keep them together, so i'll have to
separate it by making another context for ws (e.g. /ka-ws).
but this way i will also have to make another jaas domain configuration
additionaly to existing /
Thanks, It seems to work
rgds,
Rajat
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871868#3871868
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871868
---
SF ema
I just had another strange behaviour:
If I remove the registering of the default-servlet with mapping to "/" in
webdefault.xml of jbossweb.sar the stylesheets and pictures for my other
servlets will not be found when addressed correctly with the servlet-path...
Any suggestions?
Thnx,
Lutz Feld
Dear All,
I am newbie to jbosss :-
How can i know the diiference in features of 'default' & 'minimal' jboss
configuration.
Do I have to look "jboss-service.xml" file in both type of server folder to
find the difference.
Do I have to look "deploy" directory content of both type of server to f
I use NetBeans 4.1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871863#3871863
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871863
---
SF email is sponsored by -
Hi,
I have JBoss-3.0.6 with Jetty and run some servlets.
I want to ged rid of the context-listing provided if the machine is addressed
without path (e.g. https://192.168.1.1:8443).
I tried to register one of the servlets with root-context but then the
style-sheets and pics corresponding to the s
Please, vote for it:
http://jira.jboss.com/jira/browse/JBAS-1627
This is also related to:
http://jira.jboss.com/jira/browse/JBIDE-160
What's your IDE?[/url]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871860#3871860
Reply to the post :
http://www.jboss
It's used in the j2ee 1.4 certification testsuite, to allow deployment of
modules/tests. This doesn't require the full set of functionality to be
provided.
Are you using some jsr-88 compliant GUI or you use the api directly?
View the original post :
http://www.jboss.org/index.html?module=bb&op
Have you found a solution for it?
I encountered the same problem in calling a SLSB from a SFSB after migrating
from 3.2.x to 4.0.1Sp1.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871855#3871855
Reply to the post :
http://www.jboss.org/index.html?module=
I use IDE that have full JSR88 API implementation, so I expected easily
integration IDE vs JBoss for deploying my applications.
Do you know when full implementation of JSR88 in JBoss expected?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871859#3871859
Rep
I've put it in JIRA, so you can vote for it:
http://jira.jboss.com/jira/browse/JBJMX-87
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871858#3871858
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871858
Hi,
look here: http://docs.jboss.org/jbossas/clustering/JBossClustering.pdf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871857#3871857
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871857
Hello,
I am guessing you are using jboss 4.0.0 or 4.0.1sp1? In this case, it is a bug
and it is fixed in the 4.0.2RC1 which you can find here:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942
If you can not, for legacy reason or you just do not want to use an RC :),
Do you know somebody who has really used JSR88 in JBoss
or it was included only for appearance?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871853#3871853
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871853
-
96 matches
Mail list logo