Hi Adrian,
First of all I am sorry If I am doing anything wrong. I am very new to this
forum and first time I am using JBOSS.
I could understand FAQ to the best of my knowledge.
Finally I figured out that there is an '_' in MySql user name(on server side)
which created all this problem. To b
I've become a little bit suspect of something in my java.security file:
| #
| # Class to instantiate as the javax.security.auth.login.Configuration
| # provider.
| #
| login.configuration.provider=com.sun.security.auth.login.ConfigFile
|
So it makes me wonder. Am I using the correct
i had downloaded that file earlier... but when i follow the instruction and try
to run it... it gives some error.. i tried debugging it.. but then couldnt..
no idea what is wrong..
can anyone help?
thanks,
robyn
bangalore
View the original post :
http://www.jboss.org/index.html?module=bb&op
Hello,
after generating a Home with XDoclet, i get two different constants in this
Home class:
public static final String
COMP_NAME="java:comp/env/ejb/TopograhpyPoolManagementService";
|public static final String
JNDI_NAME="ejb/TopograhpyPoolManagementService";
There is one utility clas
Hi,
I set up 4-nodes cluster and tested an application with heavy load.
Environment is JBoss4.0.0, JDK1.4.2, Redhat Enterprise AS3.0. Requests are
load-balanced by Apache2(worker)+mod_jk2.
During the test, some error-logs were found in each node.
node1:
2005-01-05 18:04:33,295 ERROR [org.jgroups
To try to divide and conquer this problem some more, I've decided to attack the
java.security and java.policy files in the jvm\lib\security directory of the
Lotus Notes JVM. These files and their behaviors ought to be fairly normal for
a JVM regardless of whether its running inside Notes or not
hello grp,
i need to download jbossj2ee-src.zip for jboss3.x versions.Where can i get
it.Itz not available with getting started guide for 3.x versions..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861019#3861019
Reply to the post :
http://www.jboss.org/i
Tried to use RepositorySelector on MDB
on my MDB i put this
| public void setMessageDrivenContext(MessageDrivenContext _context)throws
EJBException {
| context = _context;
|
| //initialized my own RepositorySelector class
| MyBeanReposit
I've solved this problem... go here...
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58363
Good luck,
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861017#3861017
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Hey Adrian,
Thanks for your response. I really posted the reply for the user community in
case someone was experiencing issues with storing messages in Oracle greater
than 4k like we have been. The current PersistenceManager under the
org.jboss.mq.pm.jdbc3 package can't really be used for Ora
Hi everybody
I'm running Jboss3.2.6
How can I fix these erorr so they dont show up? I want to keep the logs as
clean as possible.
09:30:21,386 INFO [Server] Starting JBoss (MX MicroKernel)...
09:30:21,386 INFO [Server] Release ID: JBoss [WonderLand] 3.2.6 (build:
CVSTag=JBoss_3_2_6 date=20041
Thanks so much for posting those URLs but there was almost nothing about the
java.security.auth.login.config (i.e. mentioned only once)
and nothing at all about how to include a auth.conf file in any way other than
using the -Djava approach.
Now, I realize that I'm maybe using a JVM that somehow
Check the javadoc that I pointed out before
(http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/spec/com/sun/security/auth/login/ConfigFile.html
and
http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/Configuration.html).
They should really tell you everything that you need t
Mine is still not. Like every other Java/J2EE puzzle, you just have to keep
slugging it out until you get it. There's just no other way...
I'm increasingly more convinced that my problem is related to not having a way
to tell my JVM where the auth.conf file is. Every reference I can find says
Well after wading thru the mountains of cra... about this subject i am not
really that much further. I still come across way too complicated examples and
a epidemic of over complicated explainations.
Why is it so hard for them to just explain in plain english(no 50+ acronyms
that dont mean a
Hi,
I'm trying to get a config file from the /server/default/conf dir, but I'm
having trouble getting it through the classpath.
any help ?
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861009#3861009
Reply to the post :
http://www.jboss.org/index
AHA!!
That was it. Serves me right for going too fast and not looking closely enough
at the class being created to handle the parse of the XML file.
Many thanks Thomas!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861008#3861008
Reply to the post :
http
Hi,
Im having a problem with the UsersRolesLoginModule.
The space character in Progam Files seems to prevent the UsersRolesLoginModule
from finding its properties files. The files do exist. This works fine when
running from C:\jboss-4.0.0.
Is there a fix or workaround for this problem ?
T
Hi all.
I'm so close to the solution to this ;) Maybe in a week or so I'll have
it !!
OK. So, here's my setup.
Step 1)
Configure JBoss with an application-policy in the login-config.xml file (which
is located in $JBOSS_HOME/server/default)
In said login-config.xml file I have the
I am no JNDI authenticatione expert (except that I read somewhere that JBoss
does not support it).
For the JAAS one, the JAAS tutorial available with the standard JDK provides
all the naswer you need, in particular about this auth.conf file that can be
located anywhere as long as you provide a p
I see that in 4.0.1, xalan.jar was moved to /jboss-4.0.1/lib/endorsed. I don't
see the connection, but I'm now seeing this error:
16:40:34,684 INFO [Init] Unable to patch xalan function table.
java.lang.NoSuchFieldException: m_functions
at java.lang.Class.getField(Class.java:919)
I have problems caused by the speed of accessing my EJB's.
My program in a loop (based on user input and other events) accesses my EJB's.
Basically what happens is
instantiate SLSB (home is cached, so just recreate instance)
create record in db by calling a "builer" method which accepts a value
I'd agree with tcherel.
I spent some time sorting out all these issues myself. Once I got it working I
put together a doc about it. You might find it useful.
http://minnigerode.org/dave/BasicJBossAAC.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38610
I believe that what is wrong in your setup is the login module configured in
your login-config.xml.
In order to use the user and role flat files, the login module to use (code
attribute of the login-module element) is
org.jboss.security.auth.spi.UsersRolesLoginModule and not
org.jboss.security.
HI,
We are using Jboss-3.2.1 and EJB 2.0
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860992#3860992
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860992
--
Hi,
I saw on google search about this problem. No one has solution to this.
I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting
the following error.
Can any one help me why I am getting this error?
WARN [ServiceController] Problem starting service
jboss.j2ee:jndiName
I am sorry to disagree with you:
You are right that the connection should have been released in the finally
block, but I want to point out that this is not my code, but the Duke's Bank
sample application referenced by the JBoss 4.0 Starting Guide.
Unfortunately I did not mark the part of the st
It looks like several of us are all working on the same problem and having the
same difficulties. I have seen many partial answers and many partial code
examples and I have read just about everything there is on this topic yet I
cannot get it to work either.
As I understand that there are 2 wa
Hi,
The only steps on that page that apply to my JBoss 3.2.1 config are the
following:
1. Deploy the datasource for your database
I've already done this since I'm using a SQL Server 2000 DB for our
authentication/authorization mechanism.
2. Use an alternate to deploy{-hasingleton}/hsqld
This seems like a pretty basic question, however I couldn't find a post that
addressed this.
I am running JBoss 3.2.2. I am trying to configure the JSP compile options
passed to Jasper running inside of the Tomcat container. Which web.xml should I
be updating?
$JBOSS_HOME/server/$CONFIG/config
I have a directory containing 40,000+ sub-directories of web-content, which I
want to serve through JBOSS/Tomcat 4.0 (RC1) . The content is plain HTML and
JavaScript, no .JSPs nor servlets involved.
This works kind of, but starting up the server takes 40+ minutes, which is way
too long. It se
The big drawback we are currently facing is the pre-notification that has to be
done for all our .Net customers. Additionally from within the Visual Studio
framework, any updating of the web reference will cause this patch to go away
and it has to be re-added.
View the original post :
http://w
I think I can answer my own question :)
In java.lang.Class the method getDeclaringClass returns null for an anonymous
class because the Java Language Specification doesn't list anonymous classes as
members of a class (but strangely does list named classes as members). I
suspect therefore that C
Hi,
Here is a good example of inbound resource adapter.
http://www.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample
I have executed it and it works fine.
Here is another for outbound resource adapter.
http://developers.sun.com/sw/building/codesamples/integration_jca.html
Hope this help
Hi all.
I'm having the most frustrating experience. I have a really simple session
bean (simple echo). I want a simple command line client (running in another
jvm) to send a username/password to the jboss server before it can access the
methods (i.e. very simple remote client).
I've read docs
Non Jboss issue - Using Oracle 10g driver solves the problem. However need to
verify compatibility of 10g with older versions of Oracle.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860981#3860981
Reply to the post :
http://www.jboss.org/index.html?module=
Question: Can .Net Clients consume Jboss Web Services?
J2EE 1.4 mandates adherence to WS-I basic profile. This implies
interoperability with webservices/clients not written in Java. As long as you
write J2EE 1.4 compliant web services [JBossWS in Jboss v4.0.x is compliant],
you are good to go.
Hey all,
Trying to use MOD_PROXY with Apache 2.0.52 and Jboss4.0.0.
Assuming same server (or minor changes if different servers), setting up is
pretty easy:
| ServerName myapp.jboss.com
| ProxyRequests On
| ProxyPass / http://myapp.jboss.com:8080/
| ProxyPassReverse / http://mya
With JAAS, there is really two security context to configured. One on the
server and one on the client.
According to your email it seems that you configured the one on the server
correctly.
On the client, you need to perform a JAAS login that will use the
org.jboss.security.ClientLoginModule JA
try adding "SSLProxyEngine On" to access a back-end SSL.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860978#3860978
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860978
how can I publish a site with jboss, is it possible, is there any doc, or a
link with about it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860977#3860977
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860977
how can I publish a site with jboss, is it possible, is there any doc, or a
link with about it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860976#3860976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860976
Hello all,
I'm facing a problem that I need to log all SQL Statements executed by JBoss. I
already changed my LOG4J.XML file as follow:
from
|
| to
|
|
I did a simple test: included a new record, updated it and finally del
You can increase the transaction time-out in jboss-service.xml under the conf
directory under your server. But from the exception it lookslike jboss
detected a dead lock and killed one of the transaction. Are you using entity
beans ? If so please make sure the sequence of your datbase operati
If you are talking about Transaction time out. You can set in jboss-service.xml
under the conf directory of your server.That setting is applicable for both
entity and session bean transactions
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860966#3860966
Rep
Found this a javalobby.
At 6:28 PM on Apr 1, 2003, Nils Holgersson wrote:
Re: Communication Exception Jboss and some firewall info
Hmmm, I'm fooling myself here. That didn't do the trick. But THIS did:
In the /etc/hosts of the server machine, there was a mapping:
127.0.0.1 localhost serve
I tried now the cmproster example application with JBoss Version 4.0.0
and this is what i get now.
(configuration same as above in first post)
2005-01-06 18:17:21,125 ERROR [org.jboss.ejb.EntityContainer] Starting failed
jboss.j2ee:jndiName=local/TeamBean,service=EJB
org.jboss.deployment.Deployme
Hi,
I am getting the following exception when trying to send messages of size 4k or
more to a queue. Please let me know if anyone has come across the same problem
or if you know why its happening.
I am using JBOSS version 4.0.2 RC2. Its is configured with Oracle 8.1.7.4.
following is the exc
I am runnning jboss 3.2.6 which supports multiple vhosts in teh jboss-web.xml
file. It works fine but When Jboss starts I get alot of errors basically
telling me that can not create Servlet JSR-77 see an example error below.
How can I fix these erorr so they dont show up? I want to keep the
Moved to the EJB/JBoss forum.
The default is Required.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860943#3860943
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860943
Re-read the JAAS Howto sticky post to see how a subject is assigned roles, and
then re-read the LdapLoginModule configuration in chapter 8 of the online
admin/devel guide.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860942#3860942
Reply to the post :
htt
We have no control over the order with which the downloads are displayed within
a given file release on sourceforge.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860939#3860939
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Search google for 'custom servlet error pages'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860938#3860938
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860938
--
You can define your custom error pages in the element of the
webapp deployment descriptor (web.xml)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860957#3860957
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860957
Feeling lazy?
http://www.google.com/search?hl=en&q=jboss+mdb+tutorial
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860956#3860956
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860956
--
I'm not sure this will help, but take a look at the source for this class for
reference:
src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860955#3860955
Reply to the post :
http://www.jboss.org/in
You should also be able to use the twiddle.sh/bat invoke command to do this
without ant.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860937#3860937
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860937
---
J2EE 1.4 mandates adherence to WS-I basic profile. This implies
interoperability with webservices/clients not written in Java. As long as you
write J2EE 1.4 compliant web services [JBossWS in Jboss v4.0.x is compliant],
you are good to go.
http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS
A
Hello,
I have just changed the version of my javassist library (from an unknown
version -see at bottom- to 3.0) and I obtain a strange
behaviour.
I define a class extending ClassLoader referencing the class pool.
*** I define the pool with the following code:
pool = ClassPool.getDefau
Hi,
I am trying to add a local copy of the ejb-jar_2_0.xml in my project under a
directory dtd.
and want to access thin in my ejb-jar.xml doctype attribute as in system ID
"dtd/ejb-jar_2_0.xml"
But when I hot deploy this jar in an EAR file JBoss is complaining that
relative URI 'dtd/ejb-jar_2_0.
Hello!
We want to build a 3-tier application using JBoss, J2EE Beans, Servlets and
Oracle as a database. Now we would like to code some application clients in C#
/ .NET rather than Java, because the GUI looks nicer and is better integrated
in the windows desktop. As an interface from the C# cli
Should I go with JBossWS or JBoss.Net?
* If you have a choice, go with JBossWS. It is J2EE 1.4 Standards compliant Web
Services. It is available in Jboss v 4.0 and later.
* JBoss.Net is a proprietary web services stack that is available in v3.2.x
This has entered a maintenance mode of developme
My configuration file is:
org.quartz.scheduler.instanceName = Sched1
org.quartz.scheduler.instanceId = 1
org.quartz.scheduler.rmi.export = false
org.quartz.scheduler.rmi.proxy = false
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 3
org.q
Read the FAQ.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58435
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860926#3860926
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860926
---
Should I go with JBossWS or JBoss.Net?
* If you have a choice, go with JBossWS. It is J2EE 1.4 Standards compliant
Web Services. It is available in Jboss v 4.0 and later.
* JBoss.Net is a proprietary web services stack that is available in v3.2.x
This has entered a maintenance mode of develo
Here is my problem. I have a JSP page which has access to the implicit object
pageContext.
When I get the session out of the pageContext and print the enumeration of its
attributes everything works as expected and my 10 attributes are listed.
Then my JSP page calls a taglib, which creates a R
Just wanted to follow-up on my earlier post. I downloaded 4.0.1 the other day
and now I have no problem with the dukesbank application-policy. Everything
works according to the docs. So it looks like JBoss resolved the issues.
View the original post :
http://www.jboss.org/index.html?module=b
hello all,
I use jboss as an Application Server. I`ve already write Session- and
EntityBeans and also an Eclipse Client.
Now I want to notify my Client if something has happend in the SessionBean. For
that I searched many Forums and I find out that I have to use one of the
following:
- JMS
- M
Hi,
I am trying to add a local copy of the ejb-jar_2_0.xml in my project under a
directory dtd.
and want to access thin in my ejb-jar.xml doctype attribute as in system ID
"dtd/ejb-jar_2_0.xml"
But when I hot deploy this jar in an EAR file JBoss is complaining that
relative URI 'dtd/ejb-jar_2_0.
This thread will house the FAQ for Web Services in JBoss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860928#3860928
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860928
---
Tell me pleace what is the reason?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860927#3860927
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860927
---
The SF.Net
This thread will carry the most FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860922#3860922
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860922
---
The SF.N
I posted the following in the Jboss.net forum and I thought it might make sense
to cross post it here. Sorry if that is a no-no.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860918#3860918[url]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860
I am about to develop some web services and I am trying to decide which of
jboss's approach to web services I should use. I am wondering if anyone might
point me to some good commentary on the pros and cons of JBoss.net vs. JbossWS.
Or, am I getting it all wrong and they somehow complement eac
You can deploy the same applications / services in one server e.g. the same
application in different versions.
Read all about ClassLoaders in the wiki for configuring deployment with shared
or isolated resources.
Just make sure you are registering beans/services with different jndi names and
con
Just in case anybody else is searching: here is what you have to do in a
build.xml:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op
... JBoss version 4.0.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860910#3860910
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860910
---
The SF.Net email is s
I have the same problem on Windows 2000 and XP,
On Linux everything works fine. Using JDK 1.5
Whenever I try to redeploy an .jar, .ear or .sar on a Windows platform it fails
because Windows does not want to overwrite the existing file before JBoss is
stopped.
I have no other workaround than usi
Yes, that solved the issue. For completeness, let me summarize:
To create a topic at runtime, via JMX:
1. Call the createTopic operation on the DestinationManager MBean. For the
example I gave in the original posting, the call would be
createTopic("SampleTopic", "topic/SampleTopic").
2. Ca
Is there a way to prevent JBoss from displaying errors and stack traces in the
browser. I don't want uses of our site to be able to see these stack traces in
the event that an error occurs such as our database going down.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
To respond to my posting, I've gotten the PoolInvokerHA working.
To do this I copied and pasted the PooledInvoker entry in jboss-service.xml,
appended HA to the class name, and made the MBean name unique (e.g.,
jboss:service=invoker,type=pooledha). Once I had my PooledInvokerHA MBean
defined I
Sorry I still not have any solution, just a workaround which is not to use
HA-JNDI if you plan to use UserTransaction but normal JNDI instead.
I have no certitude but just feeling that the fact client side can access the
java:/xxx HA-JNDI namespace (which is normally forbidden from client side)
I just went back and looked at the download page. It may help reading impaired
people like myself if they were sorted by latest release first:) I will
download it now, and hopefully not post questions about resolved problems
anymore.
View the original post :
http://www.jboss.org/index.html?mod
Hi
I tried giving like this
org.jboss.webservice.client.ServiceFactoryImpl
factory=(org.jboss.webservice.client.ServiceFactoryImpl)ServiceFactory.newInstance();
| Service
service=factory.createService(wsdl,mappinglocation,ws4eeMetaData,qname,portName);
but i m getting
ja
Hello,
I'm trying to use the
org.jboss.test.security.interceptors.ClientEncryptionInterceptor
org.jboss.test.security.interceptors.ServerEncryptionInterceptor
but I'm having some problems.. .
I get an exception
?private void initCipher(Subject subject) throws GeneralSecurityException?
F
JBoss Version is 3.2.6
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860904#3860904
Reply to the post :
htt
Sorry adrian. I'll send more details next time.
Just to register:
I set trace on for JBossManagedConnectionPool and everything seemed to be
working fine. This sent me back to the application again. The leak was there...
View the original post :
http://www.jboss.org/index.html?module
I've replaced the coherence-service.xml with coherence-ds.xml however i still
have grief with this Error
11:54:13,176 ERROR [RARDeployment] Starting failed
jboss.jca:service=ManagedConnectionFactory,name=CoherenceTx
org.jboss.deployment.DeploymentException: couldn't get oldRarDeployment!
jboss.
I have succesfully deployed a .ear file on the JBoss server. If I open af .html
file from the deployed .ear file, it works fine, but if I try to open af
servlet I get the following error:
java.lang.VerifyError: (class: com/accelio/ces/app/App, method:
getDocumentFromBytes signature: ([B)Lorg/w3
Tried now also with 9i Oracle db.
I copied the 9i ojdbc14.jar file to default/lib but unfortunately get the same
results as in previous post.
Any ideas / hints please !
Thanks in advance Martin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860898#3860898
This is from JDBCStoreEntityCommand, right? It probably means that a concurrent
tx/client removed the row from the db while this transaction was working on the
row.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860895#3860895
Reply to the post :
http://www
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860892#3860892
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860892
--
No, Nukes1.1 works with jboss 3.2.3 only.
What bug are you talking about ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860890#3860890
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860890
-
<>
Hi Scrouf!
Could you please provide an example of restricting broadcasts to a network
segment. Thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860888#3860888
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
The patch for bug 1042176 worked for the NullpoiterException. About the
namespace "Error?". It doesn't affect the calls. EOF.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860887#3860887
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Hi Frito,
Thanks for reply :)
I want to clone a service running in the JBoss server and deploy that clone in
same server in which the original service deployed. I think different vm will
make it work . any help welcome.
Thanks,
Kumaran
View the original post :
http://www.jboss.org/index.h
Hi Frito,
Thanks for reply :)
I want to clone a service running in the JBoss server and deploy that clone in
same server in which the original service deployed. I think different vm will
make it work . any help welcome.
Thanks,
Kumaran
View the original post :
http://www.jboss.org/index.h
Now it works,
i had do delete the flles /all/tmp/ manually.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860883#3860883
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860883
-
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860881#3860881
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860881
-
The Jboss is installed as a NTservice by using Java Service Warpper.
Our J2EE application takes some time to start up. A client application need to
know the J2EE application or JBoss has started up completely so that it can
start to use the sevices provided by the applicaiton.
>From the log, I
1 - 100 of 111 matches
Mail list logo