Hi all,
If you want to get your software done,download software or read latest
technology news then please visit url below.
Software Objects Url:
http://www.thesoftwareobjects.com
Freelance Forum:
http://www.thesoftwareobjects.com:8080/mvnforum/
My Object :For latest etchnology news and java dow
Thanks for your help! I know how to write a MBean. But I don't know how to
start/stop a service in JBoss by that MBean. Can you show me some details?
Can you give me example code?
Snell Nguyen
- Original Message -
From: "kiuma" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June
Title: Eservis.gen.tr Sanal reklam Merkezi , E-mail List
Kendi
Reklamınızı Kendiniz Yapın!
Düşük
maliyet ve sınırsız kullanım...
KONTROLÜ
ELİNİZE ALIN..!
E-mail
gönderemiyorum problemlerine s
Have anybody working with Timer Service, TimedObject (EJB2.1) or other
Scheduling Technology with JBoss?
Can somebody send some resources, Articles or examples of how to work with
this technologies?
Since now...thanks
Edgar Silva
---
This S
Alexey, thanks for a quick reply. I have JBoss 3.2.1 running with Tomcat. I
made a point not to add the CMP field for Invoice for the foreign key that
I'm trying to match. But I do have it for Country:
CountryEJB
country
ID
country_id
So I don't have
Submit a bug report to sourceforge with the full ejb-jar.xml descriptor
so I can look at the issue.
--
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Beau Cronin wrote:
I don't think that the permissions for my finder methods are being
cor
Hi Jules,
That doesn't work. I had tried before, and just tried again. Actually I
tried passing all kinds of http status. The only way so far I have found
to tell mod_jk to failover is closing the port AJP is binding on.
On the Jetty list Greg mentioned you did some work for a client, some
kin
Hello Dietmer,
You can deploy your own JMS adapter.
The configuration should be something like this:
jnp://whatever:1099
UIL2Provider
org.jboss.jms.jndi.JBossMQProvider
UIL2XAConnectionFactory
UIL2XAConnectionFactory
JmsXAUIL2
JMS Adapt
I don't think that the permissions for my finder methods are being
correctly interpreted by JBoss. As an example, the method permissions
in ejb-jar.xml for one of the finders in question is listed as:
read
NoteType
findByName
java
Hi Eric,
I just added a test for this to 3.2 jmx testsuite. It works for me.
One obvious point. The meta data you get from (Model)MBeanInfo is all
cloned before you get access. Changing the values has no affect,
you are modifying a copy.
Regards,
Adrian
Adrian Brock
Di
Hi Eric,
Do you have an example, there are "a few" tests for this
in the testsuite. :-)
If this is a modelmbean? It will handle the
registration.
The modelmbean won't intercept
the addNotificationListener exposed as
a managed operation on your resource.
client->server->modelmbean (addNotificati
In what context?
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Eric Jain" <[EMAIL PROTECTED]>
To: "jboss-user" <[EMAIL PROTECTED]>
Sent: Friday, June 20, 2003 9:06 AM
Subject: [JBoss-user] Setting XMBean
Hello Andy,
provide the following info please:
- JBoss branch (3.0/3.2)
- exception stack trace
- are there foreign key fields and CMP fields that share the same column(s)?
alex
Friday, June 20, 2003, 7:13:22 PM, Andy Pavlo wrote:
AP> j2sdk 1.4.1_02
AP> JBoss w/ Tomcat 3.2.1
AP> Red Hat 8
AP>
Guys,
I'm doing a JNDI lookup from a standalone client with the following values:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=193.16.18.192:11099
The following is the exception stack
Guys,
I'm doing a JNDI lookup from a standalone client with the following values:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=193.16.18.192:11099
The following is the exception stack
Read the changes notes here:
http://sourceforge.net/project/shownotes.php?release_id=157183
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Thorsten Möller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sen
j2sdk 1.4.1_02
JBoss w/ Tomcat 3.2.1
Red Hat 8
I tried poking around around the archives, but there's no search feature (at
least that I could find) so please excuse me if this has been covered
somewhere else.
I'm trying to create a simple CMR to see if I can get it working but I've hit
sort o
I think that if you send back a 404, mod_jk will fail-over to the next node.
If you try this and it works, please confirm to the list.
Cheers,
Jules
Felipe Oliveira wrote:
Does anyone know how to explicitly tell mod_jk to failover and send
the request to the other server on the cluster?
I ha
What's wrong with the following code? It runs, but without any effect.
/**
* @jmx.managed-operation
* impact="ACTION"
*/
public void setReadOnly()
throws Exception
{
ModelMBeanInfo info = (ModelMbeanInfo) server.getMBeanInfo(name);
// Direct invocation of getModelM
Most of this information is available in the jmx management console. You
just have to dig.
Bill
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Marek Lange
> Sent: Friday, June 20, 2003 10:27 AM
> To: JBoss User
> Subject: [JBoss-user] JBoss Monitorin
Hi,
what's the purpose of the "sa-valve-patch.jar.zip" file in the JBoss-Tomcat
3.2.1 download section. And where must I install (copy) this file. I can't
find a hint.
Thanks,
Thorsten
---
This SF.Net email is sponsored by: INetU
Attention We
No, this is not currently supported. You would have to move the war
out of the ear.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Alexey Yudichev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday
Hi,
one of our customers asked us for a monitoring frontend for JBoss. As it
does not seem to be a problem to determine certain VM attributes (memory
usage, threads etc.), it is also of importance to get information
concerning the following parameters:
-active servlet sessions from tomcat/ jet
The J2EE standard does not mandate the use of packaging. It is just a
means of simplifying production deployment. And I agree, in the
development phase, this encourages a monolithic approach to things - which
is actually anti-J2EE because the point of having small worker units like
EJBs is that the
Hi,
I tried upgrading from 3.0.5 to 3.0.8 and am having problems with my
datasource deployment (Oracle)now (can't find datasource, datasource not
bound). The datasource is deployed in a SAR inside of the EAR. I checked the
syntax of the oracle-service.xml compared to the jboss-service.xml inside m
Could I ask what you are using the value for? JBoss doesn't use this info
at all and at least the Integer attribute is not present in JBoss 4
(probably not the original string either). The best solution might be to
have the attribute return the String, although this might cause backwards
compatibi
Shouldn't the following code result in the
addNotificationListener(listener, filter, handback) method of the target
MBean being called?
server.addNotificationListener(target, this, null, null);
For whatever reasons it doesn't. The following works, however:
server.invoke(target, "addNotifica
Are you sure you have a jndi.properties file on your client classpath? This
exception only shows that you don't (or that the server in it are not
correct) and it tries to discover once by sending multicast packets (and it
fails as no clustered server runs).
Maybe there is a jndi.properties file in
* Jon Haugsand
> Trial and error showed me that the file jbossjmx-ant.jar was necessary
> to run a stand-alone client program towards my JBoss application.
>
> I naively thought that the file jbossall-client.jar was enough. Why
> is that? (JBoss 3.2.1)
>
> Without it, I get the following error:
Trial and error showed me that the file jbossjmx-ant.jar was necessary
to run a stand-alone client program towards my JBoss application.
I naively thought that the file jbossall-client.jar was enough. Why
is that? (JBoss 3.2.1)
Without it, I get the following error:
javax.naming.CommunicationE
Hi folks,
I need to send several jms messages to different remote queues (behind a
firewall) from one MDB in a XA transaction. I got it working with BMT and the
UILXAConnectionFactory. However, if I use CMT I have to use the java:/JmsXA
ConnectionFactory which seems to be using the JVMServerILServ
JBoss 3.2.1 and 3.2.2RC1.
I have an EAR with one EJB-JAR and one WAR inside. After I redeploy WAR separately
by invoking MainDeployer.redeploy(new
URL(".../server/blah/deploy/App.ear/webapp.war")) JSP compiler ceases to see classes
in EJB-JAR with NoClassDefFoundErrors. Classes in WEB-INF/cl
Yes, that's the same command I used, but I still had to start it from a new shell.
Weird.
Al.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Barlow, Dustin
> Sent: 19 June 2003 17:59
> To: '[EMAIL PROTECTED]'
> Subject: RE: [JBoss-user] Prob
Title: RE: [JBoss-user] Developing and debuging
The worst part of J2EE in general,not only jboss specific, is debugging and testing. It is so difficult to set up environment in which you could change a line, hit compile and test it, and the whole process would take say 10 seconds. Impossilble.
Snell Nguyen wrote:
I want to use a service to start/stop another services. Please help me.
Thanks
Snell Nguyen
You have to use MBeans, if you don't know how to code MBeans I suggest
to you to buy JBoss docs.
---
This SF.Net email is sponso
(B
(B
(B
(B
(B
(B
(B
(B
(BThank you so much, Mr Scott Stark. It
(Bworks well now
(B
(B
(B
(B-Original Message-
(BFrom: Scott M Stark
(B[mailto:[EMAIL PROTECTED]
(BSent: Friday, June 20, 2003 2:48 PM
(BTo:
(B[EMAIL PROTECTED]
(BSubject: Re: [JBoss-user] JAAS
(BDeploym
I want to use a service to start/stop another
services. Please help me.
Thanks
Snell Nguyen
Please, I ask every one in this forum to completely
ignore the letter from Thomas Mbeki. It is a complete SCAM and is so rampant now
adays. The letters are always similar and all they seek is to obtain the details
of your account information.
As for Thomas Mbeki, THIS IS A JBOSS TECH FORUM
(B
(B
(BYou need to define the unauthenticated-principal in
(Bthe login-config.xml for
(Byour security domain. This value in the jboss.xml
(Bdescriptor only defines
(Bwhat name an anonymous user would be
(Brepresented as when getCallerPrincipal
(Bwas called. The login modules still nee
This is fixed in the 4.0 branch.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Tero Paananen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 16, 2003 9:28 PM
Subject: [JBoss-user] Getting
This has been fixed in the 3.2 branch. To get the
ENC namespace to be
visible in the 3.2.2RC1 set the UseJBossWebLoader attribute to false
in the
jbossweb-tomcat41.sar/META-INF/jboss-service.xml descriptor.
Scott StarkChief Technology
OfficerJBoss Group, LLC
41 matches
Mail list logo