[JBoss-user] [Installation Configuration] - Failed to boot JBoss

2004-05-26 Thread himanshu79
When i tried to start the jboss server i got this error. Failed to boot JBoss: javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)

[JBoss-user] [Security JAAS/JBoss] - UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-05-26 Thread skyfalke
Hello there. I wonder what happened to my topic that I posted yesterday (25.)!?! But that is not the major problem I am struggling with. The past days I made several desperate efforts to use mutual authentication via certificates. The SSL handshake works so far - no problem here. But I need to

[JBoss-user] [Installation Configuration] - unable to run JBoss3.2.3 in linux..

2004-05-26 Thread milgurung
Hi Everyone, I couldn't run the JBoss in linux (Red hat 8). I am able to successfully run in wondows 2000 server without any problem. While trying to run the JBoss server, I go the following error. Please help me out. Any help is appreciated. Thanks, Milan c gurung - Server Library URL:

[JBoss-user] [Beginners Corner] - Re: JBoss Classloader problem

2004-05-26 Thread [EMAIL PROTECTED]
Try: deploy/jbossweb-tomcat.sar/META-INF/jboss-service.xml UseJBossWebLoader = false View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836173#3836173 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836173

[JBoss-user] [JBoss.NET SOAP] - Re: sendMultiRefs with jboss3.2.3

2004-05-26 Thread Freddan78
Hi again! The browser removed my xml info. :( The tag before transport should be named globalConfiguration and have a child-tag named parameter with name sendMultiRefs and value false. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836179#3836179 Reply to

[JBoss-user] [Installation Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-26 Thread chris75be
I though my question was well related to Installation and configuration. Sorry.. I'll try to make it working by myself. Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836182#3836182 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - How to logout a user?

2004-05-26 Thread tosenthu
Hai, Can any body tell me what i have to do to logout a user. i now simply say session.invalidate(), but when i try another user who is not authorised he gets the access and this happend when i even delete the previously logged in user from the database. does i need to do some other thing to

[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread [EMAIL PROTECTED]
You have Sun's JMX implementation somewhere in your system classpath. Remove it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836174#3836174 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836174

[JBoss-user] [Security JAAS/JBoss] - Re: logout when having used j_security_check

2004-05-26 Thread tosenthu
Hai Is this a correct way to do, cos i do have the same probs, and if its valid to do this can u please tell me where to keep this code, means in which class, and how this method will be called. and also tell me the confiuration details that i have to make this code to work. Thanks in

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS cache updating role on the fly

2004-05-26 Thread david_crecente
Hi again, First link speaks about 'DefaultCacheTimeout'. I haven't seen this attribute in my xml file for jboss-3.2.2RC4. And this attribute wouldn't be a good solution for me. Second link speaks about 'UserManagerImpl' and I haven't seen this class in jboss-3.2.2RC4. Some idea more? Thank

[JBoss-user] [Security JAAS/JBoss] - Re: UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-05-26 Thread Didi1976
Hi, which release do you use? Have a look at the 4.0.0DR4. There you will find a CertRolesLoginModule which should do exactly what you are looking for. I have not tried it but it should give you a hint. Didi View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Architecture of JMX and MBeans

2004-05-26 Thread [EMAIL PROTECTED]
EnterpriseJavaBones wrote : | My question, is the MBean life cycle similar to that of EJB's? | No. anonymous wrote : | In that will the MBeans get passivated (or something similar)? | No. anonymous wrote : | Also is there concurrency with MBeans, in that are there multiple

[JBoss-user] [Beginners Corner] - Re: JBoss Classloader problem

2004-05-26 Thread lborupj
[EMAIL PROTECTED] wrote : Try: | | deploy/jbossweb-tomcat.sar/META-INF/jboss-service.xml | | UseJBossWebLoader = false | | Hi Juha! Thanks alot - this seems to fix my problem... Much appreciated. And thanks for the very fast reply... regards Lars Borup View the original post :

[JBoss-user] [JBoss.NET SOAP] - Re: sendMultiRefs with jboss3.2.3

2004-05-26 Thread Freddan78
Hello! I had the same problem but finally I found the solution :) Add the following tags in axis-config.xml right before the transport tag: That should do the trick for all your webservices. If you just want to remove multirefs for a certain webservice, then you have to change the

[JBoss-user] [Clustering/JBoss] - Order of deploying EARs in deploy / farm directory

2004-05-26 Thread Marlig
Hi, is there a way to control the order in which EARs are deployed that reside in the deploy and farm directory? I need to make sure that the EARs in farm are deployed first, because in deploy I have EARs depending on them. Thanks Martin View the original post :

[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread himanshu79
Thanx a lot Juha. actually i a absolutely new to jboss. will you please help me out that where can i search for an existing JMX implementation. as info i can tell you that i have J2SDK1.5 , and TOMCAT 5 installed as the only java related things. Regards. Himanshu View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Order of deploying EARs in deploy / farm directory

2004-05-26 Thread kaobe
Hi Marlig, I have not tried it, but it could work for you if you add a depends tag to your deploymentscanner mbean in jboss-service.xml. There you tell it it depends on the FarmMember mbean in farm-service.xml. So it should deploy the farm directory first. Another possibility could be to put

[JBoss-user] [Installation Configuration] - JBoss on IBM Mainframe (ZSeries)

2004-05-26 Thread mregazzi
Hi all, does anyone installed succesfully JBoss 3.2.3 on mainframe environment ? Im'going to test JBoss on: IBM ZSeries with SuSe Enterprise Linux 8, and if possible i will post here again. Bye Matteo View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - JMS_JBOSS_REDELIVERY_COUNT must be Number

2004-05-26 Thread StephaneNicoll
Apparently this thread was lost so I repost it. We are using JBoss 3.2.3, Postgresql as JDBC2PM. We have some processors (MDB) that read messages from queues and do some action. If it fails, the message is sent to an error queue with extra info in the aim we can 'repost' the mesage after a

[JBoss-user] [Clustering/JBoss] - Re: how to run several clusters on the same network

2004-05-26 Thread kaobe
Hi zhangj, I have changed the partition name. I searched for DefaultPartition in the JBoss directory and changed it to my partition name. I did cost me about 5 minutes. Peter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836185#3836185 Reply to the post :

[JBoss-user] [EJB/JBoss] - create method invokation, failed

2004-05-26 Thread catalean
I'm using JBoss 3.2.3, and i'm trying to set up the server so it can be accesed by client applications through HTTP. I also have a firewall that protects my server, each call is made to the firewall, which then redirects them to my server. I have setted the InvokerURL attribute in the http

[JBoss-user] [Performance Tuning] - custom RMI SocketFactory

2004-05-26 Thread eldir
With JBoss 3.0 it was possible to use a custome RMICoscketFactory by using the container-invoker-conf element in jboss.xml. I would like to use a compressed socket connection, but I am unable to find out how this works wit JBoss 3.2. Anny suggestions? Yhanks in advance. View the original post

[JBoss-user] [JBoss.NET SOAP] - Exposing remote methods

2004-05-26 Thread cartola
Hello I have just started working with jboss-net. I'm sending this email to ask if there is a way to publish a view-type=remote method using jboss-net. My code: | package teste; | import java.rmi.RemoteException; | | import javax.ejb.CreateException; | import javax.ejb.EJBException;

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-26 Thread rberehoudougou
Hi netanelw, I can't get the same type of config (CMP2.0 MySQL, Jboss 3.2.3) to work. Can you hepl ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836198#3836198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836198

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-05-26 Thread javaexpert
Hi, I have a similar problem as jakelee. jdbcFactory.getConnection() seems to deliver NULL. In another mesage I read it has something to to with wrong JNDI names. Any help is appreciated, Peter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836197#3836197

[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread kabkhan
JBoss is a JMX implementation. Try running it with JDK 1.4.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836200#3836200 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836200

[JBoss-user] [HTTPD, Servlets JSP] - How to... Java Applets

2004-05-26 Thread Hustenbolschen
Hello, I wrote different EJBs and succesfully deployed them in JBOSS. I also got them working with Mysql. Now I need a small java-application for the intranet (fast connection). I already had the application running as a standalone-client, and it won`t be a problem to rebuild an awt or swing

[JBoss-user] [Security JAAS/JBoss] - Re: UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-05-26 Thread skyfalke
@Didi1976: Thank you for the hint concerning JBoss 4.0.0DR4. But I have to use JBoss 3.2.3. Nevertheless, I would like to know where you got the information from? Do you or anybody else think realizing the authentication with the UsersRolesLoginModule or the DatabaseServerLoginModule it is not

[JBoss-user] [Installation Configuration] - error on start JBoss 4.0.0DR4

2004-05-26 Thread mortierm
Hy, I try to start JBoss 4.0.0DR4 with Eclipse using My-Eclipse plugin. and I have an error : 11:48:12,000 ERROR [MainDeployer] Could not initialise deployment: file:/R:/jboss-4.0.0DR4/server/default/deploy/jboss-local-jdbc.rar org.jboss.deployment.DeploymentException: Error parsing meta data

[JBoss-user] [Persistence CMP/JBoss] - MySQL 4/JBoss 3.2.3 and CMP 2.0

2004-05-26 Thread rberehoudougou
Has anyone got the configuration working ? I think this might be a bug in JBoss . I tried the confuration for BMP and it is fine. But when it is a CMP , I get lots of SQL Errors, even on create method which SQL Querry is implemented by the container ! View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - HTTPS configuration when using ServiceBindingManager

2004-05-26 Thread jieshengz
Hi, I am trying to setup SSL for my web application. I have two server instances running in one machine. So I used the SeviceBindingManager as is suggested by other post in this forum. In the $JBOSS/server/server1/conf/jboss-service.xml, the service bining configuration would be like this

[JBoss-user] [Installation Configuration] - Verification of Enterprise Beans Failed

2004-05-26 Thread shashidhar_hiremath
15:58:16,109 INFO [EJBDeployer] nested deployment: file:/E:/jboss/jboss-3.2.2/server/default/tmp/de ploy/tmp20250blsear.ear-contents/blssalesserver.jar-contents/resources/Ecsjtapia.jar 15:58:16,406 INFO [EJBDeployer] nested deployment: file:/E:/jboss/jboss-3.2.2/server/default/tmp/de

[JBoss-user] [HTTPD, Servlets JSP] - Re: How to... Java Applets

2004-05-26 Thread Hustenbolschen
Im going mad with the search at jboss. For two days I found nothing when searching for applet, and now i got 339 results Don`t know what was wrong. Anyhow, it would be great if someone can give me a simple example or even the link to an example or more informations, how to deploy a

[JBoss-user] [Clustering/JBoss] - Re: Order of deploying EARs in deploy / farm directory

2004-05-26 Thread Marlig
kaobe wrote : I have not tried it, but it could work for you if you add a depends tag to your deploymentscanner mbean in jboss-service.xml. There you tell it it depends on the FarmMember mbean in farm-service.xml. So it should deploy the farm directory first. | | Another possibility could

[JBoss-user] [Clustering/JBoss] - Re: Order of deploying EARs in deploy / farm directory

2004-05-26 Thread Sacha Labourey
yes, your last2 trick should work. Otherwise, I think it is possible to add depends tags in jboss-app.xml file as well, this should be in the DTD. sacha View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836209#3836209 Reply to the post :

[JBoss-user] [Nukes User] - Search Engine Friendly URLs

2004-05-26 Thread qasim
Is it currently possible to set this? Is there any interest/intention to do this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836210#3836210 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836210

[JBoss-user] [Nukes User] - Re: Search Engine Friendly URLs

2004-05-26 Thread cooper
what do you mean by friendly ? for now the result of the query is cached in the HttpSession. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836211#3836211 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836211

[JBoss-user] [Security JAAS/JBoss] - Re: UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-05-26 Thread Didi1976
Hi, I would suggest to write it yourself. As starting point just download the source of 4.0.0DR4 and take CertRolesLoginModule and AbstractCertLoginModule. Try to backport them to run in 3.2.3. The info is from the sources. I had to write a similar LoginModule for 3.2.1. My source is not that

[JBoss-user] [Security JAAS/JBoss] - Setting a timeout for LDAP connections (Urgent !)

2004-05-26 Thread kazouta
I'm using : - jboss-3.2.0 + tomcat-4.1.24 - JBoss SX to authenticate Webapps users on an external LDAP - JNDI API for LDAP searching to get user informations I'm using the following configuration files : - conf/jboss-service.xml for JaasSecurityManagerService attributes - conf/login-config.xml

[JBoss-user] [Messaging, JMS JBossMQ] - Re: RMI over HTTP , hostname appears in client instead of ip

2004-05-26 Thread themuppeteer
Hello, I made a post yesterday but for some reason it got deleted.. I still have the problem after doing all these changes. I took the deploy/http-invoker.sar/META-INF/jboss-service.xml file from http://nemesisit.rdsnet.ro/opendocs/ejboverhttp_f.html and changed external server to my ip adres

[JBoss-user] [HTTPD, Servlets JSP] - Setting LDAP connections timeout (Urgent !)

2004-05-26 Thread kazouta
I'm using : - jboss-3.2.0 + tomcat-4.1.24 - JBoss SX to authenticate Webapps users on an external LDAP - JNDI API for LDAP searching to get user informations I'm using the following configuration files : - conf/jboss-service.xml for JaasSecurityManagerService attributes -

[JBoss-user] [Installation Configuration] - Setting LDAP connections timeout (Urgent!)

2004-05-26 Thread kazouta
I'm using : - jboss-3.2.0 + tomcat-4.1.24 - JBoss SX to authenticate Webapps users on an external LDAP - JNDI API for LDAP searching to get user informations I'm using the following configuration files : - conf/jboss-service.xml for JaasSecurityManagerService attributes -

[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-05-26 Thread ferdez
Checking portuguese chars: These seem to work well View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836220#3836220 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836220

[JBoss-user] [Persistence CMP/JBoss] - Re: Error on calling create(primary_key) fun from client

2004-05-26 Thread ironbird
Not enough info to investigate ! Post your descriptors. The error cause can be you forgot the primkey-field tag for your entity in ejb-jar.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836221#3836221 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: MySQL 4/JBoss 3.2.3 and CMP 2.0

2004-05-26 Thread ironbird
The simple IT DOES NOT WORK let you alone against your problem ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836222#3836222 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836222

[JBoss-user] [Persistence CMP/JBoss] - Re: MySQL 4/JBoss 3.2.3 and CMP 2.0

2004-05-26 Thread rberehoudougou
Well, I don't have the exact exception at hand to post it , but basically the exception is about a SQL Exception ( check the my SQL manual etc..) that is thrown when the create method is called on the bean ! I have configured and deplyed mysql-ds.xml and modified the standard jbosscmp.xml file.

[JBoss-user] [Security JAAS/JBoss] - Re: How to logout a user?

2004-05-26 Thread [EMAIL PROTECTED]
Are you using FORM or BASIC web authentication? Session.invalidate() only works with FORM login. When deleting users from the database, you'll need to flush the authentication cache. Search the forum for details on that. View the original post :

[JBoss-user] [Nukes User] - Re: java.lang.NoSuchFieldError: minMergeDocs

2004-05-26 Thread javamac
Not unless it ships with JBoss. Im using Jboss 3.2.3 Default deployment. Only thing I have added is the nukes mysql datasource, mysql jdbc jar(in lib), and the standard nukes install. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836225#3836225 Reply

[JBoss-user] [Security JAAS/JBoss] - Propagate the user info to servlets

2004-05-26 Thread a_wronski
Hi! I've simple ejb/struts web servis. I use DatabaseServerLoginModule as login-module. Users enters their email/password through custom html form. Response goes to struts action (not to j_security_check). This action look like this: anonymous wrote : String email = (String)

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBOSS and MQ Queues

2004-05-26 Thread [EMAIL PROTECTED]
Hi, I also want to integrate MQSeries with JBoss. So I would like to know where to find the information to do it. Can you help me? Thanx, Maarten View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836226#3836226 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread dannyyates
JDK1.5 includes JMX. JBoss does not currently run on JDK1.5 - and besides, JDK1.5 is still a beta release. Use a 1.4 JDK. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836228#3836228 Reply to the post :

[JBoss-user] [Nukes User] - Re: java.lang.NoSuchFieldError: minMergeDocs

2004-05-26 Thread javamac
Im sorry, I do have the lucene jar bundled in another web app. Would this conflict with Nukes? Don't they use separate classloaders? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836229#3836229 Reply to the post :

[JBoss-user] [JBoss.NET SOAP] - Re: Exposing remote methods

2004-05-26 Thread jasong
Yes, the way this works is that the ejb provider first searchs for a local interface to your bean, and then finally a remote interface. So, all you need to do is set your view type to remote. -Jason View the original post :

[JBoss-user] [JBoss.NET SOAP] - Re: Exposing remote methods

2004-05-26 Thread jasong
I should clarify this, you must set the view type of the bean to remote (Adding view-type=remote to @ejb.bean) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836233#3836233 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Message redelivery intervals on transaction rollbacks

2004-05-26 Thread gekka
I have an application that I'm porting from Websphere 5.0 to JBoss 3.2.3 and one of the requirements is for rolled back messages to be redelivered forever, until the transaction can be commited. Sounds like a bad idea, but the application is designed to work this way (and it works fine). The

[JBoss-user] [HTTPD, Servlets JSP] - Re: How to... Java Applets

2004-05-26 Thread [EMAIL PROTECTED]
Don't go mad, just have a little patience. The search index needs to be recreated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836234#3836234 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836234

[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-05-26 Thread Lviz
hi innovate we had some problems too with german umlauts its worth a try edit your run.bat/run.sh try to set/export LANG=[EMAIL PROTECTED] LC_ALL=[EMAIL PROTECTED] hope it helps cheers L View the original post :

[JBoss-user] [JCA/JBoss] - Example File System RA

2004-05-26 Thread maroni
I tried to deploy the JCA example of JBOSS Administration and Development book chapter 7 (File System Adapter) for JBoss 3.2.3, but I always get an Exception. This is what I did: I put the following files (generated by the delivered build.xml) into the deploy directory: chap7-ex1.jar (EJB)

[JBoss-user] [Persistence CMP/JBoss] - Re: MySQL 4/JBoss 3.2.3 and CMP 2.0

2004-05-26 Thread ironbird
My first post means : Post your descriptors (ejb-jar.xml and jbosscmp-jdbc.xml) and the full error log as possible. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836238#3836238 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: RMI ports and firewall

2004-05-26 Thread vombi
I don't see the answer on the wiki page - maybe the question was not clear enough: The ejb client is on the servlet/web server machine and makes a ejb lookup and connection to a separate machine running JBoss. This causes the high random listening ports to appear at run/invokation time. In fact

[JBoss-user] [Clustering/JBoss] - Re: how many servers are in cluster

2004-05-26 Thread nmounasamy
I got the jkstatus page working with the following snippet and it has the information that i was looking for. [status:] [uri:/jkstatus/*] info=Display status information and checks the config file for changes. group=status: View the original post :

[JBoss-user] [Clustering/JBoss] - Re: workers2.properties

2004-05-26 Thread nmounasamy
pls.disregard the prev. post. Uri Mapping in the workers2.properties is of the format [uri:host:port/urlpattern]. urlpattern and host can be replaced by *. However host does not seem to work for patterns like *.domain1.com or *.domain2.com. Basically, I am trying to set up the

[JBoss-user] [Installation Configuration] - what happened to the jbosscmp-jdbc DTDs?

2004-05-26 Thread rstinejr
What happened to the DTDs for jbosscmp-jdbc? It looks like they've been replaced by XML files. This makes XMLSpy unhappy... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836244#3836244 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread himanshu79
h i guess i can understand what you guys are telling me. but i really dont wanna replace jdk1.5 to 1.4 or so as i am learning the new features of it. so my question is : is there any way to force JBOSS to use Sun's JMX implementation (Please excuse me if i am talking crazy).

[JBoss-user] [Nukes User] - Re: Search Engine Friendly URLs

2004-05-26 Thread qasim
Wth the exception of Google (even that is limited) search engines will not traverse links that have a ?page=1 appended to the URL and hence the indexing of site is limited. It has something to do with the bots getting stuck in the site. The ? is used as the indicator. As you will see from this

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-26 Thread catalean
I think You have to enable a HTTP detached invoker on your EJBs. You better search for more information about detached invokers in JBoss. I just found this example, i did't test it yet, but it seems to be the solution for your, and also, for my problem to. You have to modify your jboss.xml

[JBoss-user] [Persistence CMP/JBoss] - Re: Nulls in CMR where clause

2004-05-26 Thread ironbird
??? What do you say ? You can get null values rows in EJB-QL testing by IS NULL. For example the EJB-QL query | * @ejb.finder | * view-type=remote | * signature=java.util.Collection findCustomers(Pharma_EJB.interfaces.Pharma_Customer customer) | * query=SELECT DISTINCT OBJECT(c)

[JBoss-user] [Installation Configuration] - Re: JBoss on IBM Mainframe (ZSeries)

2004-05-26 Thread ironbird
Hi Matteo, Please let me know if it works. I'm very interrested. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836250#3836250 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836250

[JBoss-user] [EJB/JBoss] - Re:

2004-05-26 Thread catalean
I think this problem can be resolved, configuring my EJBs to use the RMI/HTTP protocol, by setting a http detached invoker on them. I hope someone will correct me, if i'm wrong. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836251#3836251 Reply to the

[JBoss-user] [Installation Configuration] - Can jboss run on Itanium processor

2004-05-26 Thread rkpraveenp
Hello all, I am a bit curious to know if jboss can run on 64 bit Itanium processor with windows 64 bit OS and java 64 bit sdk installed. Is there a separate 64 bit edition of jboss? Any info or case studies would help a lot. Thank you. View the original post :

[JBoss-user] [Installation Configuration] - Re: Failed to boot JBoss

2004-05-26 Thread kabkhan
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5Beta View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836254#3836254 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836254

[JBoss-user] [Security JAAS/JBoss] - Application Managed Security

2004-05-26 Thread jeeads
I am building a system that federates different datasources and then delivers them in a common fashion through a known logical vocabulary. Some of the databases require application managed security, in other words, they require the user to login to the database with a database specific

[JBoss-user] [Installation Configuration] - Classpath problem with JBoss 3.2.3

2004-05-26 Thread sporritt
Hi, I have an app that works fine in JBoss 3.2.1 with Tomcat. It uses a log4j appender that I wrote myself; this is packaged in a jar file in the lib directory of the server instance that I use. This is the relevant part of the log when JBoss is started: 15:26:30,703 INFO [MainDeployer]

[JBoss-user] [Installation Configuration] - Re: Classpath problem with JBoss 3.2.3

2004-05-26 Thread spiritualmechanic
I'm not sure what the official answer is, but in the past we've had to add classes12.jar/zip to the run.sh script so that it's on the system classpath. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836257#3836257 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Error compiling EJB-QL statement NoSuchMethodError

2004-05-26 Thread Alastair Brown
JBoss 3.2.3 Help! Using HSQLDB datasource (seesm to be working as previous operation updates the database sucessfully). HAve seen similar post that suggests it might work with 3.0.2. Any ideas most welcome! 14:47:43,819 ERROR [EntityContainer] Starting failed

[JBoss-user] [Installation Configuration] - file.encoding system property is wrong

2004-05-26 Thread normann
I have two RedHat 8.0 servers, both should have almost the same system configuration, including J2SDK 1.4.2_04. But when I start my JBoss 3.2.3 server in it, I have file.encoding=ISO-8859-1 on one of them and file.encoding=ANSI_X3.4-1968 on the other. I can't figure why but I need ISO-8859-1 on

[JBoss-user] [Security JAAS/JBoss] - LoginModule order

2004-05-26 Thread kenh
Hello all, Jboss 3.2.3 / Windows2000 I will try this post again, since it is pretty urgent: The order of login modules is as below 1) AdbLoginModule sufficient 2) BdbLoginModule sufficient Phase I: AdbLoginModule.login() returns false BdbLoginModule.login() returns true Phase II:

[JBoss-user] [Persistence CMP/JBoss] - Re: Error compiling EJB-QL statement NoSuchMethodError

2004-05-26 Thread ironbird
Post your descriptors (ejb-jar.xml and jbosscmp-jdbc.xml) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836262#3836262 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836262

[JBoss-user] [Persistence CMP/JBoss] - malformed DTD for jbosscmp-jdbc.xml

2004-05-26 Thread rstinejr
What happened to the DTDs for jbosscmp-jdbc?? (E.g., http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd;, same problem for the 3.2 DTD.) It looks like the DTD files have been overwritten by XML files. This makes XMLSpy unhappy... View the original post :

[JBoss-user] [Nukes User] - Re: Search Engine Friendly URLs

2004-05-26 Thread [EMAIL PROTECTED]
Having the ability for search engines to index the forums would be really nice. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836264#3836264 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836264

[JBoss-user] [JCA/JBoss] - Re: Example File System RA

2004-05-26 Thread [EMAIL PROTECTED]
The -ds.xml is for 3.2.x, the -service.xml is for 3.0.x View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836265#3836265 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836265

[JBoss-user] [Nukes User] - Re: java.lang.NoSuchFieldError: minMergeDocs

2004-05-26 Thread jae77
yes, this is going to conflict. seperate classloaders are only used if a loader-repository is specified in the jboss.xml descriptor. if are able to define a loader-repository on the other app, this problem should go away. View the original post :

[JBoss-user] [Installation Configuration] - Re: Classpath problem with JBoss 3.2.3

2004-05-26 Thread sporritt
Hi, thanks for the reply - I got it to work by doing that. It's a very strange problem though - my appender class ultimately extends org.apache.lo4j.AppenderSkeleton, which is found in the file log4j-boot.jar, contained in the main lib directory of JBoss. But after I added my jar file to the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS_JBOSS_REDELIVERY_COUNT must be Number

2004-05-26 Thread [EMAIL PROTECTED]
setObjectProperty. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836268#3836268 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836268 --- This SF.Net email is

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message redelivery intervals on transaction rollbacks

2004-05-26 Thread [EMAIL PROTECTED]
Search: redelivery AND delay View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836271#3836271 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836271 --- This SF.Net email

[JBoss-user] [Beginners Corner] - Hibernate Deployment

2004-05-26 Thread Itchyoinker
Hi, Does anyone know why a hibernate class can't be located upon attempting to compile its respective mapping document (xml.hbm) during deployment? I think the problem is due to classloading, but I don't know how to solve it. Everything else seems to depoy fine. I'd really appreciate any

[JBoss-user] [Messaging, JMS JBossMQ] - Re: RMI over HTTP , hostname appears in client instead of ip

2004-05-26 Thread [EMAIL PROTECTED]
themuppeteer wrote : | I don't use JMS | Why are you posting in the JMS forum then? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836273#3836273 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836273

[JBoss-user] [EJB/JBoss] - Re: Relationships over different jar's

2004-05-26 Thread [EMAIL PROTECTED]
Last time I tried this it was not possible. I don't know if 3.2.x has changed wrt this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836275#3836275 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836275

[JBoss-user] [Installation Configuration] - Re: error on start JBoss 4.0.0DR4

2004-05-26 Thread [EMAIL PROTECTED]
Uses xerces. crimson is well old. I doubt it has support for namespaces. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836276#3836276 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836276

[JBoss-user] [EJB/JBoss] - Re: Relationships over different jar's

2004-05-26 Thread ironbird
http://www.jboss.org/index.html?module=bbop=viewtopict=49941 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836277#3836277 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836277

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-26 Thread themuppeteer
Sorry for that Adrian, I found this link by using google. I think the problem is more general then only JMS. Anyway, the solution to cataleans problem is the same as for my problem and thats why I'm on this thread. Catalean, I'll try this tonight and post the result. Hope it works. View the

[JBoss-user] [Persistence CMP/JBoss] - Re: Nulls in CMR where clause

2004-05-26 Thread erik777
The problem with that query is that it will return rows where c.customer IS NULL but the parameter ?1 is not null. You only want rows where c.customer is null and ?1 is also null. The equals doesn't work, and IS NULL only tests one side of the equation. You can't apply it to the parameter to

[JBoss-user] [Persistence CMP/JBoss] - Re: Error compiling EJB-QL statement NoSuchMethodError

2004-05-26 Thread Alastair Brown
ejb-jar.xml excerpt query-method method-namefindByBatchId/method-name method-params method-paramjava.lang.String/method-param /method-params /query-method ejb-ql![CDATA[SELECT OBJECT(d)

[JBoss-user] [Persistence CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-26 Thread millerm1
I just recently converted from using hypersonic to postgres, and I was having the same problem with cmr fields with foreign keys. I foun dthat the probelm was caused because when the tables were created they were set to make the fk columns non-nullable. I believe this was because when no

[JBoss-user] [Persistence CMP/JBoss] - Re: Nulls in CMR where clause

2004-05-26 Thread erik777
anonymous wrote : Path expression navigability is composed using ?inner join? semantics. That is, if the value of a non-terminal cmr-field in the path expression is null, the path is considered to have no value, and does not participate in the determination of the result. | If that's the

[JBoss-user] [Nukes User] - Issues with 5/25 snapshot

2004-05-26 Thread cuoz
Just FYI, I'm testing nukes for a potential deployment and came across a few problems so far. Platform is linux, db is mysql. 1. When running the installer, I had some problems (permissions) that required me to back up and recreate the tables. I told the installer to run the drop table

[JBoss-user] [Nukes User] - Re: Issues with 5/25 snapshot

2004-05-26 Thread cuoz
I just created a poll and told it to be on the right side. It showed up on the left. When I tried to move it, I see: 12:10:25,443 INFO [JDBCDeploymentScanner] Deployed nukes.blocks:name=poll,id=1 12:10:52,004 ERROR [Page] Some error occured javax.management.InstanceNotFoundException:

[JBoss-user] [Persistence CMP/JBoss] - Re: Error compiling EJB-QL statement NoSuchMethodError

2004-05-26 Thread ironbird
Post the whole entity declaration (fields) from ejb-jar and I don't understand the remainder: I don't give a shit about standardjbosscmp-jdbc.xml, its a system file ! I ask you jbosscmp-jdbc.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836289#3836289

[JBoss-user] [Nukes User] - Re: Issues with 5/25 snapshot

2004-05-26 Thread jae77
the quotes module is not officially supported right now, but thx for reporting that bug. it will be re-released and cleaned up in a future version of nukes. the modules slated for the 1.1 release are: - core - forums (bb) - news - downloads feel free to take these guys for a spin, but don't

[JBoss-user] [Messaging, JMS JBossMQ] - Re: destroying a MDB after instantiation

2004-05-26 Thread sgelberg
OK, thanks. Where can I look to see how to programatically destroy the MDB and keep jboss from instantiating new ones. Same search? search: redeliverydelay search: stopDelivery search: JMSContainerInvoker search: not part of the spec search: why is adrian rude when you don't use search

  1   2   >