[JBoss-user] [JCA/JBoss] - Connection Closing

2005-06-23 Thread venkitachalam_s81
Hi, I get folloeing error Closing a connection for you. Please close them yourself at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:320) at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(Ba

[JBoss-user] [The Lizzard's corner] - Re: Your website redesign and nutch

2005-06-23 Thread JanPrill
Scott, are you surfing blindfolded? Take a look at: http://www.google.de/search?biw=1280&hl=de&q=%22powered+by+hibernate%22&btnG=Google-Suche&meta= I've often seen credit to products of jboss.org. That a search after "powered by jboss" on google brings nearly no results is maybe because of the s

[JBoss-user] [Clustering/JBoss] - Questions related to BMP Entity Beans

2005-06-23 Thread hravani
Hi all, We have just finished migrating a j2ee application from orion to jboss 4.0.1sp1. We have also tried the jboss clustering features and are thinking of using it, but have a couple of questions related to entity beans which use bean managed persistence. 1) Would we need to do anything

[JBoss-user] [Installation & Configuration] - Re: UnknownHostException on Linux

2005-06-23 Thread manica
Set a line in your /etc/hosts file for your machine. Something like this: 192.168.1.1 myhost.mydomain.com myhost Darin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882572#3882572 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [JCA/JBoss] - Re: Nested deployment of message endpoints within .rar

2005-06-23 Thread [EMAIL PROTECTED]
I've added your question to the FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=IWantMyMDBToDependOnTheRarDeployment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882571#3882571 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Javassist user questions] - Re: Setting a field in a constructor before super is called

2005-06-23 Thread hlovatt
My Sun 1.4.2 javac initializes the pointer first. Also see the end of the first sub-section in the how it works section of the 1997 specification: http://www.flex-compiler.csail.mit.edu/jdk/guide/innerclasses/spec/innerclasses.doc2.html This implies that it is erronous not to initialize this$0 b

[JBoss-user] [JCA/JBoss] - Nested deployment of message endpoints within .rar

2005-06-23 Thread mmindenhall
Hi, Currently, with message inflow resource adapters, the .rar file containing the resource adapter classes and ra.xml must be deployed first, and the MDB message endpoint(s) must be deployed in separate jar file(s) after the .rar. It would be great to be able to do one or both of the following

[JBoss-user] [Management, JMX/JBoss] - Re: Can't access a secured JMX-Console with JBoss 4.0.2

2005-06-23 Thread mtedone1
This is the output of the JBoss log file in DEBUG mode: | | 2005-06-23 23:34:53,750 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Created [EMAIL PROTECTED] | 2005-06-23 23:34:53,750 DEBUG [org.jboss.security.plugins.JaasSecurityManager.jmx-console] CachePolicy set to: [

[JBoss-user] [Management, JMX/JBoss] - Can't access a secured JMX-Console with JBoss 4.0.2

2005-06-23 Thread mtedone1
Hi, I'm following the instructions (quitly unanimous) about how to (simply) secure a JMX console. Although it seems I can login, a 403 error message is returned. Here is what I did: uncommented what had to be uncommented from the web.xml and jboss-web.xml under the jmx-console.war folder. V

[JBoss-user] [Installation & Configuration] - Verbose Classloading logging --> The file keeps growing and

2005-06-23 Thread mtedone1
Hi, I'm going through 'JBoss 4.0 The Official Guide' and reading LISTING 2.8 about a way to configure log4j.xml to obtain into a log file a verbose description of the Classloading mechanism. I tried that on my jboss 4.0.2 and, although it works, once the server has started there is a Thread whic

[JBoss-user] [JCA/JBoss] - JDBC Write delayed.

2005-06-23 Thread klng
We're seeing a write delay to Postgresql db. Please advise on what might be the problem. JBoss version: 4.0.1 Postgres version: 7.4.6 Hibernate version: 2.1.6 Components: External Client (A), Stateless Session Bean (B), External Listener (C) Test 1: 1. A calls B.insertRow(..) B uses hiberna

[JBoss-user] [Installation & Configuration] - Re: Error starting JBoss server

2005-06-23 Thread tatkinson
Nevermind that previous message. The problem has resurfaced. From using netstat -an | grep 1098, I have found that the port is being used by the Windows domain controller. After speaking with our NT Admins, I have been advised to only use ports over 5000 to make sure there are no Windows port co

[JBoss-user] [Beginners Corner] - Re: jbossj2ee-src.zip

2005-06-23 Thread ilangocal
Hi I have the zip file that ur looking for View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882553#3882553 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882553 --- S

[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-23 Thread msf
Sorry, Nathan! But i'm still having this ugly problem. I found a topic about the same problem and the only different thing is that if you unplugged the network, everything works fine and this is, unfortunatelly is true, but I think its not our case. I'm still looking for a solution if i find it

[JBoss-user] [Beginners Corner] - Re: jbossj2ee-src.zip

2005-06-23 Thread ilangocal
Hi Are you going to test the JBoss Test suite? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882551#3882551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882551 --

[JBoss-user] [Beginners Corner] - Deploying war files and incorrect hibernate mappings

2005-06-23 Thread rmauer
I am using JBoss 3.2.5, Hibernate, MyEclipse and IIS. I deploy my applications as war files. My problem is that I can only deploy one application to JBoss. If I deploy a second application and try to run it, JBoss shows that the application uses the hibernate mapping class of the first applicat

[JBoss-user] [Beginners Corner] - Re: Newbie - How to remove jms

2005-06-23 Thread pbailey
Cool - thanks a lot. Cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882547#3882547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882547 --- SF.Net email is

[JBoss-user] [EJB/JBoss] - Re: entityBean - error while parsing ejb-jar.xml ...!

2005-06-23 Thread salba
Your original findByPrenom does not seem to have a parameter. | findByPrenom | | | | Remote Your Xdoclet is suppose to generate | findByPrenom | |java.lang.Integer | | | Remote So that it would accept at least one parameter. Hope this xdoclet helps @ejb.finde

[JBoss-user] [Beginners Corner] - Re: Newbie - How to remove jms

2005-06-23 Thread darranl
If you are interested in slimming your installation you should have a look at: - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882544#3882544 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: Download File Names

2005-06-23 Thread darranl
Have a look at: - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning The rest of the extension just tells you the compression used, you just need to pick one that can be used with the compression tools you have available to you. View the original post : http://www.jboss.org/index.

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread [EMAIL PROTECTED]
"Solver" wrote : | Don't go on about "free", please? I could claim to be giving you free feedback on bugs and documentation errors, could I not? | It was only because you reported the jmx bug that I didn't ignore you, like everybody else would have done with the quality of questions. One

[JBoss-user] [Installation & Configuration] - Re: Run JBoss in demon mode

2005-06-23 Thread darranl
What operating system? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882541#3882541 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882541 --- SF.Net email is sponso

[JBoss-user] [Installation & Configuration] - Download File Names

2005-06-23 Thread Solver
Hi A small problme that I had was the names of the various JBoss download files. The list gives no indication just which files pertain to which platforms. I guessed the "zip" was for Windows, but because the list required me to guess I mistakenly downloaded the RC file, I failed to even notice

[JBoss-user] [Beginners Corner] - Newbie - How to remove jms

2005-06-23 Thread pbailey
Hello everyone. I am a total newbie to jboss. I am trying to create a customized server based on the default one, and we have no need for jms. Can someone tell me how to safely remove it from the server. I have been looking around at manuals and xml files, but I am worried that I am going to bre

[JBoss-user] [The Lizzard's corner] - Re: Your website redesign and nutch

2005-06-23 Thread [EMAIL PROTECTED]
I don't see any powered by jboss, hibernate, jgroups, etc. either. The site is busy enough as it is. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882538#3882538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882538

[JBoss-user] [The Lizzard's corner] - Re: Your website redesign and nutch

2005-06-23 Thread [EMAIL PROTECTED]
It's not intentional, we're just busy trying to fix some website related issues and haven't gotten around to it yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882537#3882537 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread Solver
Norman Thanks for clarifying, my mistake, your assistance is much appreciated. Hugh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882536#3882536 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882536 --

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread Solver
Yes Adrian and you work for JBoss Inc, or so your signature claims; so like it or not you are representing the corporation and convey an impression of their overal quality of service and approach to handling customer support. If that was all you had to offer, then better to have said nothing, su

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread [EMAIL PROTECTED]
"Solver" wrote : For any professional individuals that may be following this thread, my expanded dir pathname is: | | C:\WebPlatform\Downloads\JBoss\4.0.2RC1\jboss-4.0.2RC1\server\default\conf | and for those others who unprofessionally expect questions to be answered without doing any re

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread [EMAIL PROTECTED]
"Solver" wrote : | C:\WebPlatform\Downloads\JBoss\4.0.2RC1\jboss-4.0.2RC1\server\all\deploy\jmx-console.war\WEB-INF\classes | 4.0.2RC1 means release candidate. It means it's not the real 4.0.2 and that things might change before the final release. In this case, it did. Please download

[JBoss-user] [Management, JMX/JBoss] - Monitoring Script Example

2005-06-23 Thread Rubbish
#!/usr/bin/perl # # # Author: Ryan Ruebusch # 06/23/05 # JBossMonitor.sh # # ## # Function: Monitor Connection Pool, Active Threads # and Memory, if any fail, restart JBoss and notify # # Things to change if you use t

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread [EMAIL PROTECTED]
Congratulations, you just failed the sense of humour test and have one less person to give you *FREE* help. Next time, I'll leave you stewing in the wrong forum with no responses. On the rest of your verbage, I've heard it all before. This is jboss.org (open source free help for non time wasters

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread Solver
OK I scanned my dir tree, only these dirs contain a file named "jmx-console-users.properties" C:\WebPlatform\Downloads\JBoss\4.0.2RC1\jboss-4.0.2RC1\server\all\deploy\jmx-console.war\WEB-INF\classes and C:\WebPlatform\Downloads\JBoss\4.0.2RC1\jboss-4.0.2RC1\server\default\deploy\jmx-console.wa

[JBoss-user] [Beginners Corner] - Moving from Websphere to JBOSS AS

2005-06-23 Thread Vinita
What are the configuration changes I need to make to make a J2ee application running currently on websphere to work in the jboss environment . Where can I get examples and documentation for this. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882529#388

[JBoss-user] [JBossWS] - Re: org.jboss.axis.ConfigurationException: No engine configu

2005-06-23 Thread sbonthala13
Hi blue_cuijian, I am also getting the same problem. Can you tell me what did you do to resolve this issue? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882528#3882528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Beginners Corner] - jbossj2ee-src.zip

2005-06-23 Thread Vinita
Hi , Where can I find the jbossj2ee-src.zip file which is mentioned in the documentation? Looks like the old links don't work anymore. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882527#3882527 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread Solver
For any professional individuals that may be following this thread, my expanded dir pathname is: C:\WebPlatform\Downloads\JBoss\4.0.2RC1\jboss-4.0.2RC1\server\default\conf and in that dir are two sub dirs jboss.web xmdesc I cannot see any dir named "props" so either I am looking in thr wrong p

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread Solver
I find your response arrogant and bad business sense. You dont know anything about me, what influence I have or how I might be considering paying for services from your company; so why choose to be so flippant I just don't know. I only hope that your attitude is not representative of the corpor

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread [EMAIL PROTECTED]
It's possible he's just using the wrong version of JBoss. The props directory didn't exist until 4.0.2. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882524#3882524 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388

[JBoss-user] [Management, JMX/JBoss] - Re: Bug Report

2005-06-23 Thread Solver
Well you will have to excuse me, but I didnt see any "READ THIS FIRST" I either missed it or it is not obvious to me, just let me know what you are referring to and I will do so. anonymous wrote : You've got bigger problems if somebody malicious has access to this management | tool :-) |

[JBoss-user] [JBoss Getting Started Documentation] - Re: Documentation Error - Cant find

2005-06-23 Thread [EMAIL PROTECTED]
In this cunningly entitled forum. :-) But then if you couldn't even find this forum (or READ THIS FIRST in the jmx forum), I'm not surprised you can't find the conf/ folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882522#3882522 Reply to the post :

[JBoss-user] [JBoss Portal] - Bug in ActionRequestImpl

2005-06-23 Thread CodeMonkey
When I try to reply to the original post on this subject I get: "Cannot invoke the operation : the module threw an exception" Anyway, I believe its RC3 I am using. I will reinstall with Final and see what happens. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Installation & Configuration] - Documentation Error - Cant find

2005-06-23 Thread Solver
On page 9 of the "Getting started with JBoss 4" Version 4 document is a reference (near bottom of page) to "conf/props" directory. I am trying to follow this documentation as I familiarize myself with the product. No such dir can be found, and if it is in some obscure directory then I dont kno

[JBoss-user] [HTTPD, Servlets & JSP] - How to login BEFORE accessing JAAS controlled restricted con

2005-06-23 Thread davout
have a web app running under JBoss 4.x I'm using JBoss based JAAS authentication to control access to restricted web app content. The web app is configured to use FORM based authentication. However, the default starting page of the web app is open and not subject to security constraints. On

[JBoss-user] [Security & JAAS/JBoss] - How to login before accessing restricted web app content?

2005-06-23 Thread davout
have a web app running under JBoss 4.x I'm using JBoss based JAAS authentication to control access to restricted web app content. The web app is configured to use FORM based authentication. However, the default starting page of the web app is open and not subject to security constraints. On

[JBoss-user] [Clustering/JBoss] - sharing sessions between two applications

2005-06-23 Thread sahumada
Hi ! I have a question about session replication in StandardManager context. What I have is: | private MySession(int sessionTimeout) | throws LifecycleException { | manager = new StandardManager(); | manager.setMaxInactiveInterval(sessionTimeout * 60); |

[JBoss-user] [Management, JMX/JBoss] - Re: Bug Report

2005-06-23 Thread [EMAIL PROTECTED]
"Solver" wrote : Hi | | I dont know where to post formal bugs or suspected bugs, so here goes: | Guess you didn't "READ THIS FIRST" at the top of the forum then? anonymous wrote : | I am using JBoss JMX Agent View, in version 4.0.2RC1 for Win XP Pro. | | In the filter string text

[JBoss-user] [Javassist user questions] - Re: Setting a field in a constructor before super is called

2005-06-23 Thread chiba
Thanks. According to my simple study, javac of jdk1.4 and javac of 1.5 seem to compile an inner class in a different way. I found that javac 1.5 initializes a point to the outer class before calling the super constructor. On the other hand, javac 1.4 does not do so. Thus, your sample code of In

[JBoss-user] [Installation & Configuration] - Run JBoss in demon mode

2005-06-23 Thread jatin4882
Is there a way I can run Jboss in a demon mode without using nohup.out, and making sure it doesnt splatter my screen with stdout's. Regards, Jatin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882511#3882511 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - Re: Error starting JBoss server

2005-06-23 Thread tatkinson
I had this same (or at least very similar) problem the other day. After restarting Windows, JBoss worked fine again. Still not sure what the problem was Trey View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882509#3882509 Reply to the post : http://www.j

[JBoss-user] [Beginners Corner] - Deployment Order problem

2005-06-23 Thread deryaoktay
Hi, We have an ear file containing an EJB jar file (a.jar) and a JCA connector file (b.rar) when we deploy this ear file to Jboss 4.0.2 it first deploys jar and then deploys rar, but rar file's start-up code has a dependency to first jar file, it makes a call to a session bean from a.jar, but s

[JBoss-user] [Beginners Corner] - Re: How to connect a remote client

2005-06-23 Thread darranl
The only jar you need is jbossall-client.jar from the client folder of your JBoss installation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882508#3882508 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882508

[JBoss-user] [Javassist user questions] - Re: javassist.CannotCompileException: [source error] invali

2005-06-23 Thread chiba
Thank you for your bug report. I have fixed it. Please download the latest snapshot from the CVS HEAD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882507#3882507 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388250

[JBoss-user] [Beginners Corner] - How to connect a remote client

2005-06-23 Thread radix_zero
I have some existing remote clients that I converting to use JBoss. I am having some trouble getting them up and running. the properties i am using are System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); System.setProperty("java.naming.factory.u

[JBoss-user] [EJB/JBoss] - EJB Call to remote server calls EJB on local server

2005-06-23 Thread zurchman
I originally posted this as a JNDI problem, but it appears that JNDI is working correctly and that the problem involves remote EJB invocation across different versions of JBoss. If you have had some experience sorting out problems with distributed EJBs, would you please take a look at this? h

[JBoss-user] [Beginners Corner] - problem returning Local interface to entity beans when a rem

2005-06-23 Thread qwidjibo
Anyone have any idea what is happening here?? I have some entity beans that have local and remote interfaces, they are referenced by a session bean and I have placed the local refs in the deployment desciptor like so; ejb/FacultyLocalEJB Entity com.uni.faculty.FacultyHomeLocal com.uni.fa

[JBoss-user] [JBoss Portal] - Re: NullPointerException in ResourceBundles

2005-06-23 Thread [EMAIL PROTECTED]
the best you can provide is a sources + bin : i.e the sources + the war file so it can be tested and traced to see what's going on. you can even go in jira and create a bug fix and attach the war file with the sources to the bug. http://jira.jboss.com/jira/browse/JBPORTAL thanks View the orig

[JBoss-user] [Beginners Corner] - Transaction Problems with Postgres 7 and jboss

2005-06-23 Thread andrelcvc
I'm trying to make commit's in EJB Session Stateless with this code | Connection conexao = getConnection(); | PreparedStatement ps = null; | try { | ps = conexao.prepareStatement(instructSQL); | } catch (SQLException

[JBoss-user] [JBoss Portal] - Re: NullPointerException in ResourceBundles

2005-06-23 Thread dkfn
Hi Julien, I'm using JBoss Portal 2.0 (final release). Do you want the test case in the form of a portlet war file (that I'll mail to you) or should I just post a Portlet class (and portlet.xml) in the forum that demonstrates the issue ? regards, jamie. View the original post : http://www.j

[JBoss-user] [Installation & Configuration] - Starting JBoss via run.bat vs. MyEclipse...Please Help..

2005-06-23 Thread jaycap
I can start JBoss from C:\jboss-4.0.2\bin\run.bat and my servlet works perfectly. Then I stop JBoss form C:\jboss-4.0.2\bin\shutdown -S. Now I open up MyEclipse, and start JBoss. Got to a web browser and invoke the same servlet and I always get the error: java.lang.NoClassDefFoundError: javax/m

[JBoss-user] [Management, JMX/JBoss] - Bug Report

2005-06-23 Thread Solver
Hi I dont know where to post formal bugs or suspected bugs, so here goes: I am using JBoss JMX Agent View, in version 4.0.2RC1 for Win XP Pro. In the filter string text box, I simply typed: *jb*.*ad* And got this result when I pressed ApplyFilter: type Exception report message description T

[JBoss-user] [EJB/JBoss] - JNDI ENC lookup returning Remote interface instead of Local?

2005-06-23 Thread qwidjibo
Anyone have any idea what is happening here?? I have some entity beans that have local and remote interfaces, they are referenced by a session bean and I have placed the local refs in the deployment desciptor like so; ejb/FacultyLocalEJB Entity com.uni.faculty.FacultyHomeLocal com.uni.faculty.

[JBoss-user] [JBossCache] - Re: Jgroups. Can I set the unicast adress?

2005-06-23 Thread [EMAIL PROTECTED]
You could use TCP:TCPPING (see docs on jgroups.org). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882493#3882493 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882493

[JBoss-user] [HTTPD, Servlets & JSP] - Startup servlet initialised as a specific user?

2005-06-23 Thread [EMAIL PROTECTED]
Hi all, I have created and deployed a startup servlet, but want to make sure that the initialisation happens as a specific user. I have tried to set the "run-as" element in the web.xml file, but the jboss security associations do not seem to be populated. Look at JBoss Application Server Guid

[JBoss-user] [EJB/JBoss] - Re: Deployed MDB names changed from 3.2.6 to 3.2.7. Problem

2005-06-23 Thread [EMAIL PROTECTED]
See 'Why is there a "@xx" in my local ejb JNDI name?' in this faq: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIAccessALocalHome View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882491#3882491 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [EJB/JBoss] - entityBean - error while parsing ejb-jar.xml ...!

2005-06-23 Thread talkinjive
Hi ! JBoss (4.0) doesn't want my ejb-jar.xml (generated with XDoclet). I don't understand why. It only wants the findAll query (without '= ?1') but not queries with parameter '?1'. The '=?1' seems to be the problem. ejb-jar.xml : ... findByPrenom

[JBoss-user] [JBoss Portal] - Re: PortletException --> Connection refused'with RssPortlet

2005-06-23 Thread mholzner
do you have a proxy in your network that you need to get through ? Can you access the rss URL in your browser directly ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882488#3882488 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JBossCache] - Jgroups. Can I set the unicast adress?

2005-06-23 Thread dnielben
Hi, I am using JGroups and I want to set the unicast adress, to know in advance wich unicast adress will be used by each member of the group. This because I want to use Jgroups as a comunnication framework of a AOP language!. Daniel View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBoss Portal] - Re: Why did you write javax.portal.* interfaces?

2005-06-23 Thread [EMAIL PROTECTED]
actually these interfaces are javax.portlet.* the reason why we did that essentially is for easier debugging and implementation detail due to the non interface being part of the spec. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882484#3882484 Reply to the

[JBoss-user] [Persistence & CMP/JBoss] - Committing rows during a transaction - is this possible?

2005-06-23 Thread jgc195
Hi all, I've got an interesting problem that I'm hoping will take someone 2 minsutes to answer! Probably best explained with an example. A system has two CMP entities called X and Y. There are 10 instances of the X entity. A new instance of the Y entity has just been created, and needs

[JBoss-user] [JBossWS] - Guessing PackageName from QName: ServiceDescription

2005-06-23 Thread gus_power
Hi, Hi, I am currently having some issues with creating JAX-RPC client tests for a webservice deployed using JBossWS on JBoss 4.0.2, specifically with regard to the resolution of type QNames as defined in the WSDL contract to the client java stub classes. Example: A type, say 'getValue' is de

[JBoss-user] [EJB/JBoss] - Re: Deployed MDB names changed from 3.2.6 to 3.2.7. Problem

2005-06-23 Thread harleybl
Florian, Did you ever find a workaround for this or a fix. We are experiencing the same problem with Jboss 4.0.2. In our application we have one EJB which needs to call a service in another one in order to get data, however the initial context lookup fails. -Harley Blumenfeld View the orig

[JBoss-user] [Clustering/JBoss] - Re: Error while starting Jboss 4.0.10sp1 cluster

2005-06-23 Thread sidnim
JMS is a singleton service, and has to be deployed on only node in the cluster. If the deploy-hasingleton-service.xml doesn't have the right partition name then JMS will not be deployed properly, i.e. XAConnectionFactory will not be bound, etc. Hence I have been able to solve this problem by s

[JBoss-user] [JBoss Portal] - Why did you write javax.portal.* interfaces?

2005-06-23 Thread rhodepc
I see in your source base that jboss developers wrote the javax.portal Interfaces (i.e. javax.portlet.Portlet) Why was this done, couldn't you and shouldn't you use the compiled interface code provided by sun? I am interested in why you would have done this work when you did not have to. Tha

[JBoss-user] [EJB/JBoss] - Re: Propogation of an identifier during a transaction using

2005-06-23 Thread vbnaik
Hello, Forgot to mention, we are using JBoss - 4.0.0 Thanks, Vikram. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882478#3882478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882478 -

[JBoss-user] [Installation & Configuration] - HotSpot Virtual Machine Error

2005-06-23 Thread sixcharlie20
I get the following error while running my JBoss application. Has anybody encountered this same problem? Thanks in advance for your help. # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(T

[JBoss-user] [EJB/JBoss] - Propogation of an identifier during a transaction using inte

2005-06-23 Thread vbnaik
Hello, We have a requirement of propogating an identifier ( on the similar lines of Principal propogation in JAAS) during a transaction. I had a look at the interceptor framework and some postings in this forum and finally came to conclusion that adding the interceptors at following levels i

[JBoss-user] [JBoss Portal] - PortletException --> Connection refused'with RssPortlet

2005-06-23 Thread mroosendaal
Hi, I'm trying to get the RssPortlet to work but i get a PortletException --> ConnectionException --> connection refused: javax.portlet.PortletException: java.net.ConnectException: Connection refused: connect at com.plumtree.portlet.portlets.RssPortlet.doView(RssPortlet.java:458)

[JBoss-user] [JBossWS] - Deployment in JBoss 4.0.2 Port 8081

2005-06-23 Thread pankon
Hi all, I have JBoss 4.0.2 Port 8081. http://localhost:8081/ws4ee/ is Ok! http://localhost:8081/ws4ee/services is Ok! Link on WSDL is http://numenor:8080/testservice/Organization?wsdl Question: Why is it 8080? Cheers, Pankon. Thanks for any help here. View the original post : http://www.jb

[JBoss-user] [Installation & Configuration] - Error starting JBoss server

2005-06-23 Thread nkj
When the JBoss server is started locally, I get the error message that 07:28:17,468 ERROR [NamingService] Starting failed jboss:service=Naming java.rmi.server.ExportException: Listen failed on port: 1098; nested exception is: java.net.SocketException: Invalid argument: listen failed

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI over HTTPS fails after upgrade to JBoss 3.2.7

2005-06-23 Thread katjak
After debugging this a bit, I found out that for some reason, the invocations made by cluster B to the Naming proxy marshalled by cluster A are always handled by the local container. I wrote my own InvokerInterceptor for the delegate session bean calls. It never does local invocations, it just

[JBoss-user] [Installation & Configuration] - A Problem with JBoss Application

2005-06-23 Thread rationalist
We have got a dedicated server to run our J2EE application. I installed JBoss Server version 3.2.2 on the server and deployed the web application(.war) in it. I can access the web application when I remotely login to the server, and type this URL in the browser (on the remote server machince): htt

[JBoss-user] [Messaging, JMS & JBossMQ] - Sending Message causes InterruptedException

2005-06-23 Thread prometeu
Hi, I'm using JBoss 3.2.6. on linux with j2sdk1.4.2. It is configured in cluster with two machines. The EJB client connects to JMS Queue with Auto Acknowledge: queue = (Queue) context.lookup(queueName) | connectionFactory = (QueueConnectionFactory) context.lookup(queueFactoryN

[JBoss-user] [Installation & Configuration] - Re: Stateless session using a local interface

2005-06-23 Thread PoonamAgarwal
Thanks!!! So this means that local interfaces need to be acessed in the same JVM. Never will an application client access a bean from a different jvm. How about a web client? Example if two beans are deployed on the same Application server(say JBoss) and one bean accesses the other (on the same

[JBoss-user] [JBoss Portal] - Re: NullPointerException in ResourceBundles

2005-06-23 Thread [EMAIL PROTECTED]
can you give us a test case that reproduce the bug ? what version of JBoss Portal are you using ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882467#3882467 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882467 --

[JBoss-user] [Installation & Configuration] - Re: Stateless session using a local interface

2005-06-23 Thread darranl
Where is your client running? The majority of clients will be running in a different JVM which is why you can not make use of local interfaces. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882466#3882466 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Installation & Configuration] - Stateless session using a local interface

2005-06-23 Thread PoonamAgarwal
how do I specify a local interface in the application-client.xml file. There is no tag for local interface. ejb/MyLocalSession Session testLocal.LocalSessHome -Poonam View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882465#38

[JBoss-user] [Security & JAAS/JBoss] - CRL Certificate revocation lists

2005-06-23 Thread bocio
Hi, We have a web application which uses client certificates for authentication. We check users credential on our ldap server. We customized the default JAAS LDAP Login module. Now we would like that our server checks client certificates for CRL during the handshakes. Where is an howto on this t

[JBoss-user] [JBossWS] - JBoss <-> WebSphere interoperability

2005-06-23 Thread bocio
I try here... Hi, I've never seen posts about this topic. My application on JBoss 4.02 needs to call some external functionalities on a remote EJB running on a WebSphere container. Is it possible to lookup an EJB on the WebSphere JNDI tree? Is it possible to achieve such interoperability? Or sho

[JBoss-user] [EJB/JBoss] - JBoss switch data in 1-to-n relation

2005-06-23 Thread hubaer
Hi all, I have strange error with my bmp entity beans. I have 2 entity bean in a 1-to-n-relation. I will call them saleshead and salesline. A saleshead can have one or more saleslines. In general all worked fine. I create a saleshead and add the saleslines. If I reload the entity I get all dat

[JBoss-user] [JBoss Portal] - NullPointerException in ResourceBundles

2005-06-23 Thread dkfn
Hi, I'm getting a null pointer exception while trying to get my portlet ResourceBundle in my init method: Caused by: java.lang.NullPointerException at org.jboss.portal.portlet.plugins.language.ResourceBundles.get(ResourceBundles.java:107) at org.jboss.portal.portlet.impl.Portle

[JBoss-user] [JNDI/Naming/Network] - EJB3 Remote Client JNDI Problem

2005-06-23 Thread priwinn
Hi, I've got a problem with using the jndi.properties file. It seems that its entries are ignored by my java client. The client looks like: | this.ctx = new InitialContext(); | pw = (Patient) ctx.lookup(Patient.class.getName()); | pers = (Person) ctx.lookup(Person.class.getName()); | Eve

[JBoss-user] [JBossWS] - Re: Complex Types > Changes between 4.0.2RC1 and 4.0.2 ?

2005-06-23 Thread [EMAIL PROTECTED]
Thanks for your hint. I finally found the difference between the two versions 4.0.2RC1 and 4.0.2 regarding complex types: 4.0.2 needs the wscompiled classes in WEB-INF, 4.0.2RC1 not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882455#3882455 Reply to the

[JBoss-user] [Advanced Documentation] - class loader problem: can't find class in APP-INF/lib

2005-06-23 Thread [EMAIL PROTECTED]
i have deployed an isolated EAR,under the ear there are one webapp.war,business.jar in explored mode and another two ejb.jar. the business.jar is used by web and the ejb,but the class in business.jar look like it can't not find common lib in APP-INF/lib any one how have some idea about this pro