> Can anyone help me out here? What am I doing wrong?
/bin is your context and /Test is your servlet mapping. So, try
/bin/Test
cheers,
Tomislav
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858159#3858159
Reply to the post :
http://www.jboss.org/index
could not started the JBoss server, i am using JBoss 3.2.5 verion.
Ihave copied EAR file in my appliaction folder, modified oracle-ds.xml
,standardjaws.xml
Please someone help in this regard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858156#3858156
Reply
I was wondering if JBoss has a feature similar to Weblogic's Identity Assertor.
Basically the idea is to integrate with another system and i want to read some
values off the http header and do some custom login.
Using weblogic's identity assertor it is pretty straightforward. Is there any
sort
when I add Thread.sleep(6*1000) on onmessage() in the message driven bean
it works!!
why !
how can i do?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858149#3858149
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=385814
in my environment , a servlet update a entity bean and send a message to a
message driven bean, the update is successful and the entity cache is right.
then the message driven bean process the message and update three times the
entity bean, but the updation cannot be seen in the servlet that retr
Thanks you for reply , Thomas.
I understand my mistake, this problem occured some more difficult then I expect
))
Andrew
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858148#3858148
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
"darranl" wrote : What do you mean by 'The port has been changed'?
|
| Do you mean that someone has altered the configuration of the servlet
container to listen on a different port?
|
|
Yes that is what i mean !
and i feel its not possible to know the port (though IP address is know
"darranl" wrote : What do you mean by 'The port has been changed'?
|
| Do you mean that someone has altered the configuration of the servlet
| container to listen on a different port?
|
| Yes that is what i mean !
|
| and i feel its not possible to know the port (though IP addre
Hi,
This is vamsi, working as Programmer Analyst. I am new to JBoss Nukes. I am
evaluating how Nukes is useful to me in developing a web site using JSP. Please
let me know the right links to learn Nukes.
Thanks and Regards,
Vamsi
View the original post :
http://www.jboss.org/index.html?modul
Thanks adrian. I challenge that.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858143#3858143
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858143
---
SF email is
Ok, I discovered the HttpNamingContextFactory.
Is this the best way to resolve this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858138#3858138
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858138
--
I dont know if it helps but did you try Apache/mod_jk to be the front end for
your cluster.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858134#3858134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858134
---
then how about the other .jar file.??? Seem I ear all jar into a
application.ear and all JSP in a application.war folder but cannot work?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858133#3858133
Reply to the post :
http://www.jboss.org/index.htm
See the openssl stuff on the bottom of this page:
http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858125#3858125
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858125
Take a look here
http://docs.jboss.org/jbossas/admindevel326/html/ch11.chapter.html#ch11.pkgen.sect
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858122#3858122
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858122
Ok,
for those interested. the solution is:
| 27.13. SSL Support (postgresql docs)
| 'If the server demands a client certificate, libpq will send the
certificate stored in file .postgresql/postgresql.crt within the user's home
directory. A matching private key file .postgresql/postgr
Ok, I admit it! I'm a newbie. I've used Weblogic and Websphere, but I want to
try out JBoss at home, and explore EJB 3.0.
My environment is Win XP SP 2.
I have downloaded Java JDK 5 and installed, and set JAVA_HOME to this.
I have downloaded JBoss 4.0.1 RC2, unzipped it, started it up, and viol
Duh. Colour me stupid.
I was thinking about it some more and had an amazing insight.
I was developing and testing on Sun Java Studio Creator with the Sun One
Application Server, and I was happily updating the standardjbosscmp-jdbc.xml
file in the JBoss environment.
Obviously, the Sun One Ap
We are trying to create multiple instances of the MDB for the requests in the
Oracle Request Queue.We are using Jboss4.0 with Oracle AQ.As suggested above
,when we set the STdJMSPool MaximumSize under the
attribute to 100 (from 1) we get the following error
oracle.jms.AQjmsException JMS-106
Yes, you should use context.xml for configuring the Manager.
A quick look through the elements of context.xml and jboss-web.xml showed that
the only overlap was the context root element. JBoss does not respect that
setting for context.xml. You must set it in jboss-web.xml
As I said, it was a
I found the problem.
in ejb-jar.xml file this tag must be there
Container
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858110#3858110
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858110
---
I'm trying to create an inbound resource adapter which simply invokes a method
on a MDB. The RAR is built and packaged according to JCA 1.5 and J2EE 1.4
specifications. The RAR is embedded in my application's EAR, as I want/need
this visible only to my app. My RAR code structure and directory
Hello JoÃo
The following links are about performance tuning.
http://www.myj2ee.com/Members/Firedragon/jbosstuning
http://www.amitysolutions.com.au/downloads/JBoss_code.pdf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858108#3858108
Reply to the post :
h
It seems that I forgot to include "MessageCache" attribute in above
file-pm-service.xml, just add:
| jboss.mq:service=MessageCache
|
And, which is not mentioned at all in jboss 3.2.x document ($100+ for that
unclear document). The document said:
org.jboss.mq.pm.rollinglogged.Persiste
We've been running 3.2.5 with clustering on solaris 8 successfully for 6 mos.
now. I've recently purchased two new RHEL3 linux servers to replace our aging
Sun Hardware and started by installing two jboss instances on each server. We
use different muticast_addr settings to differentiate our vari
Hey all,
We've got JBoss 3.2.6, which runs Tomcat 5.0.28. However, this version of
Tomcat doesn't have the "compilerTargetVM" and "compilerSourceVM" init
parameters available. We'd like to upgrade the Tomcat version to 5.0.30, but
don't really know how.
Anybody know how to do this .. easily
Hi, there:
I'm using jboss 3.2.6, I met problem to config rollinglogged persistence
manager: I copied "file-pm-service.xml", "file-state-service.xml" from example
directory to my deploy/jms directory. removed those hsql**.xml, modified
login-config.xml, and modified file-pm-service.xml as:
Hi,
I have the EJB 4th edition. I bought this book to learn a bit more about
EJB's. I've setted up a JBoss 4 environment with CMP beans that interacts with
MySQL.
I want to create an application CMP EJB's and Servlets but I want to be
independent of my database version (MySql, Oracle, Ms SQL
Hello.
I'm developing a simple (read: JSP, JDBC-based, but not using EJBs, JMS, JTA or
anything fancy) application. I want to use the UUIDKeyGenerator that is bundled
with JBoss, but I am stumped at how to declare and use the UUID Key Generator.
I've got the uuidkeygenerator.sar in the deploy d
Hi,
I have a stateful session bean using CMP. The problem is that the ejb is never
passivated and when it tries to activate I keep getting this error:
2004-12-07 16:19:50,087 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] No
persistence-manager descriptor found, null persistence will be use
Hello clebert,
May you send me the binaries of JBossProfiler? I'm getting a hard time trying
to build from the source
My mail address: [EMAIL PROTECTED]
Thank you very much,
Rafael Forte
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858097#3858097
Repl
Created jira bug report
http://jira.jboss.com/jira/browse/JBAS-48
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858095#3858095
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858095
---
I'm trying to deploy a servlet in a WAR for Jboss. I've tried to do it through
JBossIDE, but haven't had any luck, so I'm trying to do this manually. I have
created a ZIP file, and renamed it to WAR. Inside the WAR, I have the following
structure
| WEB-INF
| |- classes
| \- servletTe
Hi,
I'm using jboss4 and trying to deploy rar inside an ear. Resource adapter works
fine if I deploy an rar in my /server/default/deploy directory with an
notxfs-ds.xml (which is also placed in /server/default/deploy directory).
The directory
Is there any way (based on software) to set an unique IP for the cluster? I
mean, I would like to point my browser to an certain IP and have my request
load-balanced among the nodes of my cluster.
I did something similar creating a client that looks for a HA service using its
JNDI name. But I'd
I am using the connection after updating the database table to refresh the
internal cache. The connections are established at the server startup in
advance in the pool. However, it seems JBoss decided to close them after I
created them.
Thanks,
View the original post :
http://www.jboss.org/in
As I am workign on some JAAS login modules, I realized that I am spending a lot
of time building a complete Subject with a bunch of principal attached to it to
represent all the aspect of the user being authenticated.
Ideally, I'd like to access all those details in my EJB session bean code to
JBoss: 4.0.0 and 4.0.1RC2
Here a some general questions about the behaviour of JBoss' timer service.
1. If a timer expires once while the system goes down, will it go off when the
system starts up again?
2. If a single timer expires multiple times while the system is down, what
happens to t
You can always start with the expecation of it working. The reality will depend
on the changes that exist in the newer version. You can always get the code and
look at how the feature was added and patch the version yourself.
Custom patches for arbitrary versions are only done under support cont
Thanks, as always for the information, Scott.
I'm hopeful, however that there's a way to to patch the server rather than do a
complete upgrade. We are running a dozen instances of JBoss and I have taken
considerable time to create a customized maven goal to generate new servers. In
fact, I've a
isn't there anyone out there that can help me?any help would be gratefully
appreciated!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858079#3858079
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858079
hello,
I am pretendign to use JBoss in a new project in my company, but some questions
arise because the resulting product of this new project is to be deployed in a
machine where a critical application is already running.
My question is:
Can the configuration of jboss be turned to minimal,
This is a full list of attributes:
Dirty
CacheProviderClass
CacheRegionPrefix
GetGeneratedKeysEnabled
SessionFactoryName
HarUrl
DefaultSchema
ShowSqlEnabled
QueryCacheEnabled
DatasourceName
Password
JdbcFetchSize
StateString
SessionFactoryRunning
JdbcBatchSize
JdbcScrollableResultSetEnable
i got it working :-) it is in lib under the default directory though to answer
your question.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858073#3858073
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858073
---
Hi All
Solved my problem. I named a web app the same extension in jboss as the root
folder on the apache, and then used a server side include from apache to the
.jsp file which obviously routed the request through to tomcat, therefore
including the dynamic content within the original html docu
That is not really an error and should not be ouput at error level.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858070#3858070
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858070
-
Thanks for your reply.
I have no references to not-included jars.
Are you using scoped class loading?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858069#3858069
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38580
Create a feature request with a testcase illustrating the types of exception
you need to handle in jira for this:
http://jira.jboss.com/jira/browse/JBAS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858068#3858068
Reply to the post :
http://www.jboss.org/i
I am currenlty "playing" around an NT JAAS login module for JBoss.
I managed to have a remote EJB client sending windows user name and password to
the server via the JBoss client login module and the server authenticating the
user against the windows domain.
I wanted to go one step further and
The com.sun.security.auth.module.NTLoginModule does not really authenticate the
user, it is "just" retrieving the credential of the user currently running the
process (in you case the user under which the JBoss server is running).
You have to create your own JBoss NTLoginModule if you want to a
Hi
Related to this I still can't get the tables to create/recreate. This whole
system of mine used to work a treat under 3.2.3 and postgres. Now doesn't worka
at all under 3.2.6 and hypersonic !
adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858062#3
hi
where is the postgre jar file ? it can go in the lib directory in jboss with
all the other jars , it will then find it.
adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858061#3858061
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
Hi Bela,
Thanx for your quick response. I have already tried with bind_addr in
/server/all/deploy/cluster-service.xml with my multihomed boxes. but I never
managed to get it running. With TCP, the farming and failover are working fine.
This is fine for me now.
When we use entity and stateful s
Hi
I've set up my Apache webserver to link through to Jboss 4.0 for certain
directories and .jsp extensions. This works fine, and is very succesful.
However I have an existing website, which I would like to add a few pages of
dynamic content to. I currently hold the website in the apache docu
I used addCatch as follows:
=
for (int i = 0; i < allMethods.length; i++) {
CtMethod method = allMethods;
if (method.getName().startsWith("set")) {
StringBuffer insCode =
anonymous wrote : As I know, when we want to remove a method-call expression we
can just give the "{}" source text to the replace method. Am I right?
No. You cannot remove a method-call expression. I cannot come up
with any reasonable algorithm for removing it. For example, suppose
you have a
no, but apparently it works even with the error message
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858057#3858057
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858057
-
I have the same problem: "CoyoteConnector Coyote can't register jmx for
protocol"
Have you solved it ?
email: [EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858056#3858056
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
Scott,
I agree that the exception is available from SecurityAdapter, but only inside
the same VM :(.
Im using ClientLoginModule from a client standalone application and the
exception is not propagated back to the client.
This is to say:
Object exception =
SecurityAssociation.getContextInfo("
Ah...
Can you do
method.addCatch("{return;}", expClass);
and make sure it works?
There is a note in both the tutorial and the javadoc.
anonymous wrote : Note that the inserted code fragment must end with a throw or
return statement.
Thank you!
View the original post :
http://www.jboss.o
Where are you using the connection that you have established?
Are you obtaining the connection immediately prior to publishing the message or
are you getting connections in advance in a component and then trying to use
it later?
View the original post :
http://www.jboss.org/index.html?module=
It seems JBoss it is closing the connection with some reason.
12/08 16:26:[EMAIL PROTECTED] Thread Pool Worker-0]INFO Closing a connection
for you. Please close them yourself: [EMAIL PROTECTED]
java.lang.Exception: STACKTRACE
at
org.jboss.resource.connectionmanager.CachedConnectionMan
name the file with xxx-ds.xml
instead of
xxx_ds.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858051#3858051
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858051
I have created the pooled publisher connections. However, I am always getting
"Exception: javax.jms.IllegalStateException: The session is closed" when I try
to publish a message. It happens when I call session.createObjectMessage(msg).
Is there anyway to tell if the connection is Ok from the con
Just thought I'd post a solution. It was really a stupid error on my part.
The crystal jars go where I put them:
jboss/server/all/lib
The crystal config file goes in the conf folder:
jboss/server/all/lib
The crystal config file needs to be spelled correctly (DUH!) It is
CrystalReportEngine-co
Hello 2 all!
I have a problem with JBoss and JAAS NTLoginModule.
my jboss/jsp/struts web application must perform NT account based client
authenification.
So, I create new jboss security domain:
login-config.xml
...
true
auth.conf file for client and server default configuration:
bpm
{
c
Is it possible to signed an ear file with a self generated certificate and
deploy it to jboss 3.2.5?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858041#3858041
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=385804
I've also tried the latest release (3.2.6) with no more success.
The fact that JBoss throws a FinderException instead of an EJBException to
report a system-level failure (DB unavailable) seems to be an implementation
mistake with regards to the EJB 2.0 specification chapter 18.2.2.
Anyway, I wo
hi...
Thanks alex...for ur reply.
Alex i had tried all kinds of combinations even i had removed
cascade-delete from the database also but the same error i'm getting
every time i'm not able to spot thatand Permission dont have any child
table except SwitchPermission
Hello world,
I'm trying to deploy a data source with jboss3.2.2, in the following
fashion ( droping this file in this dirctory :
[$JBOSS_HOME]\jboss-3.2.2/server/default/deploy/ ).
refce_ds
jdbc:oracle:thin:@10.238.22.64:1529:PEPIN
Doesn't work for me.
Here is my configuration :
MyApp.ear
static.war
MyWeb.war
MyEJB.jar
The properties file is in the static.war archive.
The path is : /dir1/dir2/MyFile.properties
The class needing this properties file is located in the MyEJB.jar archive.
I tried :
InputStream
Hi,
ok I have managed to get half way with this issue. So far I have:
(1.) created a self trusted cert (server.crt.der) and imported it into
/library/java/home/lib/security/cacerts
(2.) copied server.crt and server.key files into /usr/pgsql/data
(3.) restart jboss
The sum result of this is tha
Dear reader,
is there a (pre-)compiled web-console?
JBoss 4.0.0 only has a version with .jsp.
For production enviroments we only use jre and thus can't compile using a jdk.
Yours sincerely,
Menno
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858030#3858030
Those are other clusters, depends on the app whether you want to switch them to
TCP.
Regarding multi-homed boxes: use the bind_addr=1.2.3.4 in UDP
(cluster-service.xml), or start JBoss with -b=1.2.3.4 (only 3.2.6 and higher)
Bela
View the original post :
http://www.jboss.org/index.html?module
Hi,
We are having an update web page where the data from Customers table is
displayed to the user. We are using valueobjects to transfer the data to the
web tier. There are 2 clients
Client 1 Client 2
-
I think I somehow resolved this issue. I guess it was to do with the
tag value in the ejb-jar.xml file and the 'required' value.
Having gone through the EJB bean method properties in JDeveloper I managed to
identify the correct the problem. It seems to be working fine now.
Cheers,
Jason
View
Hi,
I am trying to develop an application and I?m using JBoss-4.0.0 and JMS. I had
read some information in the wiki but I didn?t understand everything:
http://www.jboss.org/wiki/Wiki.jsp?page=JMSOverSSL
I already create a test.keystore but I don?t know where to put the code
described in 2.,
it was solved
i was just removed properties from bean class and i was defined get & set
methods as abstract methods
i have changed a bit in ejb-jar.xml that was
i was changed cmp-version from 1.x to 2.x
now it is working fine
View the original post :
http://www.jboss.org/index.html?module
Hi!
Can anyone tell me what the most significant differences between JBoss and the
IBM WebSphere Application Server are? I am thinking of questions like
- compliance with Sun standards
- additional (proprietary) features to the Sun standard
- license situation in case of commercial use
- support
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: D:\jboss-4.0.0RC1\bin\\..
.
JAVA: C:\j2sdk1.4.2_04\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
.
CLASSPATH: C:\j2sdk1.4.2_04\lib\tools.jar;D:\jbo
Can someone tell me if I can avoid JBoss from closing my datasource connections
in between calls to a stateful session bean. The bean does not retrieve all
info from the resultSet at first call from the client. It gets more info from
the resultSet as client asks for more. Unfortunately JBoss c
Hi,
I am running jboss-4.0.0 in clustering mode in 2 servers(Multihomed Linux
machines). They are working fine when I use TCP in
/server/all/deploy/cluster-service.xml. But when I use UDP, it is not working
as expected.
I also see in two other places, jboss is using UDP in
/server/all/deploy/
hello,
I am pretendign to use JBoss in a new project in my company, but some questions
arise because the resulting product of this new project is to be deployed in a
machine where a critical application is already running.
My question is:
Can the configuration of jboss be turned to minimal, if
When I start the JBoss server in all mode I am gettting these two errors
along with other INFO msg.
15:08:23,125 ERROR [STDERR] [ jacorb.home unset! Will use '.' ]
15:08:23,125 ERROR [STDERR] [ File .\jacorb.properties for configuration jacorb
not found ]
Can any body help to solve this problem
Sorry, I read too fast! Please forget my last question - next time I will read
more carefully.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858014#3858014
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858014
-
Hi,
Though this issue has been discussed few times, following those threads did not
yield any answer to the problem I have.
I am using JDeveloper and JBoss 4.0.1RC1 with JDK 1.5. I created a session bean
with one remote method and successfully deployed in JBoss. I also managed to
have a client
Works fine for me.
Is there any change that the classes in your library jar reference libraries in
another jar that you have not included? This can sometimes be a problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858012#3858012
Reply to the post :
ht
Have a look at the 'Deployment Scanning' MBean defined in the jboss-service.xml
in the conf folder of the configuration you are running.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858011#3858011
Reply to the post :
http://www.jboss.org/index.html?module=
Let's say your property file "myProp.properties" is located at top level in one
of your JARs:
InputStream is =
Thread.currentThread().getContextClassLoader().getResourceAsStream("myProp.properties");
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858009#385
my EAR was work on JBoss 3.2.5 but when i changed to 4.0
i got an UndeclaredThrowableException while my Servlet calling ejb method that
return custom type(already implements Serializable).
anonymous wrote : 16:45:30,812 INFO [STDOUT]
java.lang.reflect.UndeclaredThrowableException
| 16:45:
Is nobody else having the problem of manifest classpath being ignored in the
server/default configuration?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858007#3858007
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
My question is what ways can the MBean that I have created be accessed (both
remotely and locally). I understand I can acess it using:
RMIAdaptor/MBeanServerInvocationHandler,
MBeanServer/MBeanServerInvocationHandler but am concerened that if I start
embedding this type of call in my EJB then I
I am working on application performance tuning project which requires the
knowledge of topology of applications deployed on an JBoss App server.
Can someone help me with the following questions :
For finding the dependencies among application components deployed in a JBoss
App Server:
* I need
I was also getting errors while deploying hajms-examples.sar.zip on jboss
3.2.6 and here is what i found.
In the HAJMSClient.java only the method connectPublisher uses the right jndi
properties .
| Properties p = new Properties();
| p.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.in
Thank for your response.
I don't need absolute path and must use the ContextClassLoader. But can you
give me an example on how to use it and get my properties file ?
Regards
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858003#3858003
Reply to the post
HI all,
I have ejbs which are using third party component i.e. some jar files right now
i m set class path in jboss's run.sh but i don't want that way and i want to
merge these jar files with my ejb's jar file so which steps i have to follow??
so any one of u have any idea regarding this then
This is possible in straight JBoss/Tomcat. But what about JBossNukes? Is it
possible to link to html pages and/or images stored other place then within
JBoss?
/L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858000#3858000
Reply to the post :
http://www.j
Hi there!
I'd like to deploy a .war file outside the default deployment path (default is
for me /opt/jboss/server/deploy) e.g. "/home/someone/jboss_deploy"
Unfortunately I'm unable to find the files where I could specify the necessary
parametres (the name of the war-file is myexample.war and it
"abv" wrote : Why should I not use optimistic locking?
Did I say you should not? Don't understand your question.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857998#3857998
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Oh well, back to the drawing board then. Anyway, thanks for all the fish.
Cheers
-raj
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857997#3857997
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857997
--
1 - 100 of 111 matches
Mail list logo