[JBoss-user] Project

2003-06-20 Thread nfs_ nfs
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

Re: [JBoss-user] Manage the services

2003-06-20 Thread Snell Nguyen
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

[JBoss-user] EN HESAPLI REKLAM SERViSiNiZ.. www.eservis.gen.tr

2003-06-20 Thread REKLAM SERViSi
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

[JBoss-user] Timer Service

2003-06-20 Thread Edgar Silva
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

[JBoss-user] Re: Confusing Exception for CMR

2003-06-20 Thread Andy Pavlo
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

Re: [JBoss-user] finder method permissions not being honored?

2003-06-20 Thread Scott M Stark
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

Re: [JBoss-user] Mod_JK Failover

2003-06-20 Thread Felipe Oliveira
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

RE: [JBoss-user] CMT, XA and Messages in MDBs (3.2.2beta)

2003-06-20 Thread Adrian Brock
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

[JBoss-user] finder method permissions not being honored?

2003-06-20 Thread Beau Cronin
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

RE: [JBoss-user] Setting XMBean attributes to read-only at run time

2003-06-20 Thread Adrian Brock
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

RE: [JBoss-user] MBeanServer addNotificationListener

2003-06-20 Thread Adrian Brock
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

Re: [JBoss-user] Setting XMBean attributes to read-only at run time

2003-06-20 Thread Scott M Stark
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

Re: [JBoss-user] Confusing Exception for CMR

2003-06-20 Thread Alexey Loubyansky
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>

[JBoss-user] java.io.InterruptedIOException while JNDI lookup

2003-06-20 Thread Magesh Prabhu
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

[JBoss-user] java.io.InterruptedIOException while JNDI lookup

2003-06-20 Thread Magesh Prabhu
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

Re: [JBoss-user] purpose of sa-valve-patch.jar.zip

2003-06-20 Thread Scott M Stark
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

[JBoss-user] Confusing Exception for CMR

2003-06-20 Thread Andy Pavlo
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

Re: [JBoss-user] Mod_JK Failover

2003-06-20 Thread Jules Gosnell
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

[JBoss-user] Setting XMBean attributes to read-only at run time

2003-06-20 Thread Eric Jain
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

RE: [JBoss-user] JBoss Monitoring

2003-06-20 Thread Bill Burke
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

[JBoss-user] purpose of sa-valve-patch.jar.zip

2003-06-20 Thread Thorsten Möller
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

Re: [JBoss-user] JSP compiler cannot see EAR classes after webapp is redeployed

2003-06-20 Thread Scott M Stark
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

[JBoss-user] JBoss Monitoring

2003-06-20 Thread Marek Lange
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

RE: [JBoss-user] Developing and debuging

2003-06-20 Thread Jon Barnett
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

[JBoss-user] ClassNotFoundException (LocalManagedConnectionFactory) during datasource deployment

2003-06-20 Thread Meyer-Willner, Bernhard
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

Re: [JBoss-user] RARMetaData, RARDeployment and jboss-jca.sar

2003-06-20 Thread David Jencks
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

[JBoss-user] MBeanServer addNotificationListener

2003-06-20 Thread Eric Jain
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

RE: [JBoss-user] jbossjmx-ant.jar

2003-06-20 Thread Sacha Labourey
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

Re: [JBoss-user] jbossjmx-ant.jar

2003-06-20 Thread Jon Haugsand
* 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:

[JBoss-user] jbossjmx-ant.jar

2003-06-20 Thread 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: javax.naming.CommunicationE

[JBoss-user] CMT, XA and Messages in MDBs (3.2.2beta)

2003-06-20 Thread Dietmar Posselt
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-user] JSP compiler cannot see EAR classes after webapp is redeployed

2003-06-20 Thread Alexey Yudichev
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

RE: [JBoss-user] Problem with sudden unexpected shutdown

2003-06-20 Thread Alastair Rodgers
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

RE: [JBoss-user] Developing and debuging

2003-06-20 Thread Ivan Bolcina
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.

Re: [JBoss-user] Manage the services

2003-06-20 Thread kiuma
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

RE: [JBoss-user] JAAS Deployment Problem

2003-06-20 Thread Pham Thanh Quan
(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

[JBoss-user] Manage the services

2003-06-20 Thread Snell Nguyen
  I want to use a service to start/stop another services. Please help me. Thanks Snell Nguyen

[JBoss-user] Concerning Thomas Mbeki (Fraudster)

2003-06-20 Thread Michael Ukpong
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

Re: [JBoss-user] JAAS Deployment Problem

2003-06-20 Thread Scott M Stark
(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

Re: [JBoss-user] Getting env-entries in a servlet

2003-06-20 Thread Scott M Stark
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

Re: [JBoss-user] failed lookup: java:comp/UserTransaction from Tomcat

2003-06-20 Thread Scott M Stark
 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