[JBoss-user] [Security & JAAS/JBoss] - stop displaying JAAS security exception trace

2005-05-04 Thread sivakumar_n
Hi All, I want to stop displaying JAAS security exception trace in server console. Is there any way to do it. Our customers dont like it to be displayed. Thanks Siva View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876549#3876549 Reply to the post :

[JBoss-user] [Persistence & CMP/JBoss] - Lomboz JBoss Oracle 8i

2005-05-04 Thread jegutierrez
My Exception is in the mapping of a number(5) in Oracle 8i, first to Short and second to Integer. The Mapping is the next: Usuario UsuarioBean beans.cmp.UsuarioBean Container java.lang.Integer 2.x esquemaUsuario identificacion nombre java.lang.String Nombre VARCHAR VARCHAR2 false

[JBoss-user] [EJB/JBoss] - WARN [org.jboss.tm.TransactionImpl] Transaction TransactionI

2005-05-04 Thread Prasu80
Hi, I am having a stateless session beans which makes database updates. At times the method may makes 500-600 updates serially. Sometimes i could see a warning message from in server log as below -- WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl [FormatId=257, Glob

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-04 Thread [EMAIL PROTECTED]
Yes, I use these all the time. The vm is 'hanging' waiting for a debugger to attach to it as requested due to the suspend=y parameter. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876544#3876544 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-04 Thread kylewburke
Hi Scott, Did you try these params? It seems the only thing it did was load the classes from rt.jar and then hang. P.S. It's good to see a CTO cruising the boards. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876543#3876543 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: idle time goes to 0 in an instant and stays that way

2005-05-04 Thread nwc
"genman" wrote : | I would turn on debug logging and get stack traces. If you get a feeling for what your process normally does during the time it changes behavior, a trace might pinpoint something. | | Also, check using "lsof" and see if your process is running out of files. Thanks for

[JBoss-user] [Performance Tuning] - Re: idle time goes to 0 in an instant and stays that way

2005-05-04 Thread genman
I would turn on debug logging and get stack traces. If you get a feeling for what your process normally does during the time it changes behavior, a trace might pinpoint something. Also, check using "lsof" and see if your process is running out of files. View the original post : http://www.jb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-04 Thread genman
You're closing the connection (jmsConn) twice. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876539#3876539 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876539 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ClassCastException from axis SOAP implementation

2005-05-04 Thread genman
Wrong forum. You should be able to test and find this out. They're supposedly compatible, but they have their differences, which ought to be well know by both teams. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876538#3876538 Reply to the post : http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Derfault Queue Priority?

2005-05-04 Thread genman
You could differentiate the two kinds of messages using a message selector. This way, the "low priority" messages are processed by one MDB, and the others by a separate MDB. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876537#3876537 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-04 Thread tcherel
I see. Thanks for the Wiki page link. I am still concern to rely on the client code to do the proper flushing (in my case, I have a remote EJB application). I guess I could flush the cache before any new call to loginContext.login, but this will still not solve my problem of not sharing the ser

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-04 Thread [EMAIL PROTECTED]
Yes, that is the extreme opposite. Application triggered flushing based on meaningful events gives you control of the what is cached. http://wiki.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876534#3876534

[JBoss-user] [JBoss.NET] - Re: Apache-Axis SOAP to Stateless Session EJBs - Message Sty

2005-05-04 Thread [EMAIL PROTECTED]
Hi, I am facing the same issue and wondered if you were able to make it work. Thanks, Arie. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876533#3876533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876533 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-04 Thread tcherel
Thanks for the prompt answer. I thought that disabling caching means that authentication will be done for every EJB request (and not just between two calls to loginContext.login). Is it not the case? Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-04 Thread [EMAIL PROTECTED]
So, disable caching. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876531#3876531 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876531 --- This SF.Net email is spo

[JBoss-user] [Security & JAAS/JBoss] - Principal sharing

2005-05-04 Thread tcherel
My initial experiment with JBoss seems to suggest that the principal object returned by EJBContext.getCallerPrincipal is shared between all the EJB clients that have been authenticated with the same user id and password and that as long as JBoss is caching the authentication information (default

[JBoss-user] [Advanced Documentation] - Configuring JBoss and Novell eDirectory for LDAP authenticat

2005-05-04 Thread [EMAIL PROTECTED]
Can someone point me in the right direction for setting up JBoss to use Novell's eDirectory for LDAP user authentication? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876527#3876527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-04 Thread [EMAIL PROTECTED]
No one running on windows actually uses the run.bat script apparently so this debug setting is out of date. The run.conf setting used by the run.sh has the correct jpda options. They translate to: | set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS

[JBoss-user] [Messaging, JMS & JBossMQ] - Transaction is not active for commit (3.2.6)

2005-05-04 Thread osganian
Hi, I have 2 JBoss instances running. One is hosting my topic and JMS stuff. The other is trying to publish a message to that topic. If I set it up so that there is a durable subscription on that topic then I get the following error on my TopicSession.commit() call: | Caused by: javax.jms

[JBoss-user] [HTTPD, Servlets & JSP] - Re: javax.servlet.ServletException: Wrapper cannot find serv

2005-05-04 Thread bombay
oops again small typo... this ADMIN.HTML calls t2.java and not t1.java View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876521#3876521 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876521 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: javax.servlet.ServletException: Wrapper cannot find serv

2005-05-04 Thread bombay
oops small typo... this ADMIN.HTML calls t1.java and not t1.java View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876520#3876520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876520

[JBoss-user] [HTTPD, Servlets & JSP] - javax.servlet.ServletException: Wrapper cannot find servlet

2005-05-04 Thread bombay
I am using JBoss 4.0.1sp1 on SuSE Linux 9.0 System. I have a WEB APPLICATION and access it using http://localhost:8080/mhin/admin.html and here is my Directory structure... /jboss/server/default/deploy/mhin.war --> this is a directory. /jboss/server/default/deploy/mhin.war/admin.html /jboss/serve

[JBoss-user] [Beginners Corner] - instantiate ejb during deployment

2005-05-04 Thread sgk_17
Can you instantiate an ejb during deployment? I need a way to instantiate an EJB every time I restart jboss. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876518#3876518 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Management, JMX/JBoss] - Re: addNotificationListener on Tomcat final start?

2005-05-04 Thread [EMAIL PROTECTED]
Apparently, an elegant solution for this exist now in 4.0.2: http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876517#3876517 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Management, JMX/JBoss] - Re: Dependency on Tomcat Startup

2005-05-04 Thread [EMAIL PROTECTED]
There is an elegant solution for this in 4.0.2 http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX "How can I delay the starting of my MBean until after the Tomcat connectors are active?" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876516#3876516 Reply

[JBoss-user] [Installation & Configuration] - Starting JBoss 4 in debug mode???

2005-05-04 Thread kylewburke
Using WinXP + jboss-4.0.1sp1 + j2sdk1.4.2_08: After uncommenting the JAVA_OPTS for debug mode the server never starts. All I get is this message: Warning: classic VM not supported; client VM will be used This is a fresh install and I changed nothing else. Any clues? Thanks View the origin

[JBoss-user] [JBoss Portal] - Re: Two Errors...

2005-05-04 Thread wobbet
Complete shutdown followed by re-start and I see the following exception stack trace when JBoss is trying to deploy the portal. rjsjr 2005-05-04 16:59:39,703 INFO [net.sf.hibernate.cfg.SettingsFactory] Use scrollable result sets: true | 2005-05-04 16:59:39,703 INFO [net.sf.hibernate.cfg.Se

[JBoss-user] [Beginners Corner] - Re: Remote call between isolated EARs

2005-05-04 Thread tarasbulba
I have the same problem with 4.0.2 version. However 4.0.0 and 3.2.4 works fine. Can anyone from JBoss explain why? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876509#3876509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBossWS] - No Internet Connection: Dom4J XML Parsing Error

2005-05-04 Thread jbriscoe
I have deployed a web service in 4.0.2RC1. My application cannot have an internet connection and when I startup JBoss I receive the following ERROR: | 2005-05-04 13:53:03,890 ERROR [org.jboss.webservice.ServiceDeployer] Cannot startup webservice for: my.war | org.jboss.deployment.Deploymen

[JBoss-user] [JBoss Portal] - Re: Two Errors...

2005-05-04 Thread wobbet
Oh yeah... I forgot system info... 1 - JBoss 4.0.1sp1 2 - Java 1.5.0_01 3 - PostgreSQL 8.0.? All of my other apps that are using that install, including PostgreSQL, are working properly... rjsjr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876495#3876495

[JBoss-user] [JBoss Portal] - Two Errors...

2005-05-04 Thread wobbet
I have done the following... 1 - Built the PostgreSQL DDL for the Portal according to the build instructions. Ran the DDL against PostgreSQL as well as the SQL to get the initial users and roles into the db. All worked hunky-dory-dandy. 2 - Updated portal-ds.xml to read as follows. | |

[JBoss-user] [JBoss Portal] - Re: mamboserver and jbossportal

2005-05-04 Thread vector
my question went directed to that it is not very easy to obtain subjects themes that they work with jbossportal, because to change the subject that comes by defect it does not provide a quality portal and I thought that when using mambo server they were possible to be included portlets based in

[JBoss-user] [EJB/JBoss] - Transaction - time out

2005-05-04 Thread baskar_bharadwaj
Hi, I need some help from experienced programmers - who have faced this specific problem of 'transaction - timeout'. My GUI application accesses my app server - deployed with some of my session & entity beans. There is a certain case - when the processing task for the app server becomes heavy

[JBoss-user] [Installation & Configuration] - Re: Can we switch the default ORB to a foreign one

2005-05-04 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : There is no user/iiop forum, so this is probably our fault. | User / Installation & Configuration seems like a big bucket for all sorts of stuff. | There isn't a forum for lots of things. Its hard enough getting users to post in the right forum as it is, it woul

[JBoss-user] [JCA/JBoss] - Sanity check for non-jdbc connections

2005-05-04 Thread jgriffin
This concerns releasing a connection. Log tracing produced these two entries: 12:57:02,703 TRACE [CachedConnectionManager] registering connection from [EMAIL PROTECTED], connection : [EMAIL PROTECTED], key: [EMAIL PROTECTED] 12:57:20,578 TRACE [CachedConnectionManager] popped object: [EMAIL PROT

[JBoss-user] [JCA/JBoss] - Re: Problems with informix

2005-05-04 Thread jbrow
I don't know if this is related, but I'm having a similar problem trying to use JDBC 3.0JC1 under Java Web Start where it throws a class cast exception. I believe they changed the Informix Driver to use the single-parameter version of Class.forName() instead of the three-parameter version that a

[JBoss-user] [JBoss Portal] - Re: Problems with forum portlet

2005-05-04 Thread szimano
Fixed it :) I changed bundled portal-sar and forum-ear to those from separate bin packages. Tomasz Szymanski View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876487#3876487 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Installation & Configuration] - Re: Hibernate3 integrate with JBoss 4.0...

2005-05-04 Thread nagmca
It worked well with me when I deploy it is sar file. I am not sure integration of hibernate3 with Jboss using HAR files. but with SAR it is straightforward. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876486#3876486 Reply to the post : http://www.jboss.

[JBoss-user] [Installation & Configuration] - Re: Can we switch the default ORB to a foreign one

2005-05-04 Thread [EMAIL PROTECTED]
Related to the question, you can alway have 2 different ORBs in the same JVM. Some time ago, I used OpenORB to implement a simple CORBA interface within JBoss, without affecting the ORB used by JBoss (jacORB). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [Installation & Configuration] - Re: Can we switch the default ORB to a foreign one

2005-05-04 Thread [EMAIL PROTECTED]
There is no user/iiop forum, so this is probably our fault. User / Installation & Configuration seems like a big bucket for all sorts of stuff. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876484#3876484 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Installation & Configuration] - Re: Can we switch the default ORB to a foreign one

2005-05-04 Thread [EMAIL PROTECTED]
Dimitris, you need to stop answering user questions in the dev forums. It only encourages them to post more and more. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58934 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876481#3876481 Reply to the post

[JBoss-user] [Installation & Configuration] - Re: Can we switch the default ORB to a foreign one

2005-05-04 Thread [EMAIL PROTECTED]
Moved to the user forum. For future reference WRT "CORBA2.3" there is a big difference between implementing the basic spec (JDK's ORB) and implementing the large number of optional features in that spec. CORBA isn't even a spec per-se, it is made up of lots of different specs that vendors can ch

[JBoss-user] [Performance Tuning] - Re: idle time goes to 0 in an instant and stays that way

2005-05-04 Thread nwc
Oh, and: Linux version 2.4.21-4.0.1.ELsmp ([EMAIL PROTECTED]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)) #1 SMP Thu Oct 23 01:21:42 EDT 2003 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876475#3876475 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Performance Tuning] - Re: idle time goes to 0 in an instant and stays that way

2005-05-04 Thread nwc
"[EMAIL PROTECTED]" wrote : - which JVM and which OS (and threading model)? Red Hat Enterprise Linux ES release 3 (Taroon) java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) JBoss 3.2.3 View

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Default Queue Priority?

2005-05-04 Thread cpmcda01
Well, what we have is a case where there will be long-running data imports. We don't want these imports to significantly impact the performance of other requests to the system. Our original thought was that we could use JMS messaging to prioritize certain message types and acheive the desired ef

[JBoss-user] [JBoss Portal] - Problems with forum portlet

2005-05-04 Thread szimano
I've just installed Jboss Portal bundled with JBoss AS. The only modification I made, was changig database to MySQL (4.1.11), so I changed portal-ds.xml to: PortalDS jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false org.gjt.mm.mysql.Driver portal portalpa

[JBoss-user] [Installation & Configuration] - Instance per transaction entity bean and optimistic locking

2005-05-04 Thread sureshmv8
We had an application that used the default "standard bmp entity bean configuration" with pessimistic locking. The application used to hang and get into deadlocks frequently. The hang went away as soon as we shifted it to use "Instance Per Transaction BMP EntityBean" with NoLock. We are conc

[JBoss-user] [Clustering/JBoss] - Clustering in 4.02

2005-05-04 Thread ragas32
I am new to JBoss. Can any one tell me where can I find the documentation about how to create Cluster in JBoss. Thanks in advance. Sagar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876466#3876466 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ using MySQL

2005-05-04 Thread mailaxl
I am trying to change the database used by jbossMQ to mysql. I have taken the following steps. 1.Copied $JBOSS_HOME/server/default directory to $JBOSS_HOME/server/jbossmq_mysql; 2.Added mysql-connector-java-3.1.8-bin.jar to jbossmq_mysql/lib 3.Copied /docs/examples/jca/mysql-ds.xml to jbossmq_m

[JBoss-user] [Installation & Configuration] - JBoss & Eclipse. "Core System Initialized"

2005-05-04 Thread Benna
Hi to all, i'm using Eclipse 3.0.1 and JBoss 3.2.5. My JVM is 1.4.2_07 and my OS is MAC OS X 10.4. I've a serious problem. I wrote a simple tutorial program that compute the Fibonacci function and after that i've start JBoss server within Eclipse and all worked fine. From within my browser i in

[JBoss-user] [JBossWS] - Re: Exposing SLSB that has both checked and unchecked method

2005-05-04 Thread [EMAIL PROTECTED]
You don't need a seperate context root just for the checked vs unchecked because your two port-component-uri elements could be mapped to seperate security-contraint elements in the web.xml. For example: | | | BasicSecuredSLSB | ejb/BasicSecuredSLSB | |

[JBoss-user] [JBoss Portal] - Re: mamboserver and jbossportal

2005-05-04 Thread [EMAIL PROTECTED]
the peeklime directory used to host the famous theme from mambo software. otherwise there is no connection between the two products. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876458#3876458 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Persistence & CMP/JBoss] - JBoss calling PK class Constructor with null (compund Key)

2005-05-04 Thread guix
Hi: Jboss is calling with null on the Constractor of a PK class with a compound key after calling a finder that searches by one of the two fields of the key. ejb-jar.xml | | CouponPayments | CouponPaymentEJB | CouponPayments

[JBoss-user] [Persistence & CMP/JBoss] - Re: Sql not generating properly

2005-05-04 Thread guix
fixed!! there were no getters on the PK Class.. no I have another problem see next thread View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876456#3876456 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876456 --

[JBoss-user] [JBoss Portal] - mamboserver and jbossportal

2005-05-04 Thread vector
hello.to everebody if I use mambo server (www.mamboserver.com) to creating my site there would be some type of connection between mambo and jboss portal? that is to say, that as it would be the form to join these two tools or it is not possible, because I see that you have a calle

[JBoss-user] [JNDI/Naming/Network] - Fixed for my

2005-05-04 Thread milton.jboss
its true, it's succefull puting in the classpath jbossall-client.jar Milton Labanda Loja Ecuador [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876454#3876454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JCA/JBoss] - no-tx datasource without autocommit?

2005-05-04 Thread dgj
Hi, Is it possible for a no-tx datasource to be configured so that the connections it returns have autocommit set to false by default? (I won't bore you with the details of *why* we want to do this...). Thanks, dgj View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Advanced Documentation] - logging with log4j

2005-05-04 Thread wendy.sue
Hello all, I'm using struts so, I've had to do a few special things: 1) Add log4j.jar to the classpath (added in build file) 2) put log4j.xml in the WEB-INF classes directory (added) My struts instructions tell me to set the log4j.configuration system property equal to

[JBoss-user] [JBossWS] - Re: Exposing SLSB that has both checked and unchecked method

2005-05-04 Thread [EMAIL PROTECTED]
It would require defining per operation - as you say a nightmare. How about defining just two one for checked another for unchecked operations. Then we could associate different with the WSDL tht use these . You would have two SEIs and just one endpoint implemenation. Finally this would jus

[JBoss-user] [Persistence & CMP/JBoss] - Using a SELECT after an INSERT into a Session ! Pretty inter

2005-05-04 Thread warx_sg
Hi all, i have the following situation. I call a method of INSERT, using an Entity CMP Bean, inside a method of a Session Bean. In the same metod i execute a SELECT query. To execute the SELECT query i get a Connection from the container. After the execution of the query i notice that i don't hav

[JBoss-user] [JBossWS] - Re: Exposing SLSB that has both checked and unchecked method

2005-05-04 Thread [EMAIL PROTECTED]
We could think about a jboss-web.xml specific mapping that allowed for finer grained control of the auth constraints, but this would require exposing the method as part of the endpoint url since that is the level of granularity needed to differentiate between authenticated and unauthenticated re

[JBoss-user] [JBossWS] - Re: jboss-4.0.2 jboss-ws4ee.war won't deploy

2005-05-04 Thread [EMAIL PROTECTED]
This has been fixed in Branch_4_0. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876446#3876446 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876446 --- T

[JBoss-user] [JBossWS] - Re: Exposing SLSB that has both checked and unchecked method

2005-05-04 Thread [EMAIL PROTECTED]
Yes, this is expected behaviour because the security constraints of an EJB endpoint are associated with the /context-root of its generated web app. This is an undesired side effect of coupleing security to a specific transport (HTTP). View the original post : http://www.jboss.org/index.html?

[JBoss-user] [JNDI/Naming/Network] - howto get BEA WEBLOGIC JNDI tree into JBOSS JNDI tree?

2005-05-04 Thread dinosaur_jr
Hi, the reason why I want to do this, is because I want to access several JMS queues which are located on a BEA Weblogic server. the JBoss 4.0.2 server guide says to "Use the ExternalContext MBean to federate the foreign JMS providers managed objects into the JBoss JNDI tree" Neither can I fin

[JBoss-user] [JBossWS] - Re: Can Stateful Session bean exposed as a Web Service

2005-05-04 Thread [EMAIL PROTECTED]
With WS4EE endpoints are essentially stateless. If you need statefull behaviour, you need to maintain a message correlation id in a custom header View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876443#3876443 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [EJB/JBoss] - "env not bound" with EJB calling another EJB

2005-05-04 Thread suiterm
i have this problem when one EJB calls another EJB using the local interface. strange thing is i have another EJB that i access from other EJBs and it works. i've checked my xdoclet tags, deployment descriptors, ran the code in debug, and i can't figure out why one works and the other doesn't.

[JBoss-user] [Messaging, JMS & JBossMQ] - ClassCastException from axis SOAP implementation

2005-05-04 Thread volkers
Hi, please forgive me if I post the message to the wrong group, I don't know if it is more JMX, environment or ws related. My problem is that our deployed application uses (or likes to use) the SUN SOAP interfaces and reference implemtation. At least it used to do that with JBoss 3.2.3. Now wi

[JBoss-user] [JBossWS] - Exposing SLSB that has both checked and unchecked methods

2005-05-04 Thread Essington
Is it possible to expose a SLSB as a web service that has both checked and unchecked methods? Once I add auth-method to the port-component of a bean, the whole service (all methods) require authentication (http authentication) however if I do not add auth-method none of the methods ask for auth

[JBoss-user] [JBossWS] - Starting from jboss-4.0.2 we use org.jboss.axis

2005-05-04 Thread [EMAIL PROTECTED]
Starting from jboss-4.0.2 we use org.jboss.axis instead of org.apache.axis. This should avoid the recurring confusion of people trying to use an Apache Axis release with JBossWS. If you service endpoints or clients use the propriatary Axis API, which they should probably not in an ideal WS4EE w

[JBoss-user] [JBossWS] - Re: BeanSerializerFactory in JBoss 4.0.2

2005-05-04 Thread [EMAIL PROTECTED]
As of jboss-4.0.2 we moved org.apache.axis to org.jboss.axis to avoid the contious confusion about people trying to use Apache Axis with WS4EE. Try replacing the package name in your ws4ee-deployment.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876435#3

[JBoss-user] [Persistence & CMP/JBoss] - Sql not generating properly

2005-05-04 Thread guix
Hi: I have jboss 4.0.0 not generating proper sql for this bean: ejb-jar: | | BondStrips | BondStripEJB | BondStrips | com.db.gto.cio.gm.it.madrid.dbsales.ejbs.BondStripHomeRemote | co

[JBoss-user] [JBossWS] - Re: Handler's handleFault not being called

2005-05-04 Thread [EMAIL PROTECTED]
This has been fixed in jboss-4.0.2 http://jira.jboss.com/jira/browse/JBWS-143 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876433#3876433 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876433 --

[JBoss-user] [JBossWS] - Re: How to deploy multiple webservices, copied .ear files, d

2005-05-04 Thread [EMAIL PROTECTED]
If you deploy Java Service Endpoints in a two different wars, use jboss-web.xml to set the element. If you deploy EJB Service Endpoints in two different jars, use jboss.xml to set the element. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876432#3876432

[JBoss-user] [JBossWS] - Re: jboss-4.0.2 jboss-ws4ee.war won't deploy

2005-05-04 Thread frankgrimes
Hmm, it looks like jbossweb-tomcat55.sar is pretty lenient about invalid web.xml files. The java.lang.ClassNotFoundException only appeared when I tried to deploy jboss-ws4ee.war with jbossweb-jetty.sar (built from jetty-5.1.4rc0). Tomcat deployed the war file without so much as a warning. Also,

[JBoss-user] [JBoss Portal] - Struts bridge

2005-05-04 Thread [EMAIL PROTECTED]
I have integrated Struts bridge with JBoss Portal. It is only available in CVS head only. The bridge is based on jetspeed 2.0 M2 bridge and provide an experimental implementation of it. First you need to read the documentation provided by the struts bridge that explains how it works and what a

[JBoss-user] [Beginners Corner] - Re: whence org.jboss.management.j2ee.LocalJBossServerDomain

2005-05-04 Thread cimlup
It's not actually a classpath problem, but one of configuration - one small change ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876428#3876428 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876428 -

[JBoss-user] [EJB/JBoss] - Re: In which jar RARdeployer is or should be?

2005-05-04 Thread [EMAIL PROTECTED]
| [EMAIL PROTECTED] jboss-3.2.7]$ jar -tf server/default/deploy/jboss-jca.sar | grep RAR | org/jboss/resource/RARDeployer.class | org/jboss/resource/RARDeployerMBean.class | org/jboss/resource/RARDeployment.class | org/jboss/resource/RARMetaData$Property.class | org/jboss/resource/RA

[JBoss-user] [JBoss Getting Started Documentation] - Re: Trouble with WSClient

2005-05-04 Thread simon.hjorth
Hi there I have the exact same problem as the aforementioned one with WSClient after changing the port to 7070. I've changed the port number in both WSClient.java and jboss-service.xml in the http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876422#3876422 Reply to the post : http://ww

[JBoss-user] [EJB/JBoss] - Jboss does not redeploy any changed EJB jar in deploy>myapp.

2005-05-04 Thread tufanocak
it does not redeploy any new created jar in deploy>myapp.ear folder , but when i put this jar directly to deploy folder it does otomaticly redeploy the EJB jar file. Why does it not hot -deploy new changed EJB jars in deploy>myapp.ear folder ? i must restart my Jboss on every changes that i made

[JBoss-user] [Beginners Corner] - Re: whence org.jboss.management.j2ee.LocalJBossServerDomain

2005-05-04 Thread cimlup
The oldest reason of all: inertia. Not that that's a good reason. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876420#3876420 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876420 --

[JBoss-user] [Performance Tuning] - Re: idle time goes to 0 in an instant and stays that way

2005-05-04 Thread [EMAIL PROTECTED]
- which JVM and which OS (and threading model)? could that be a JVM/OS threading issue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876419#3876419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876419 ---

[JBoss-user] [JCA/JBoss] - Re: Connection TimeOut

2005-05-04 Thread schrouf
Use an appropriate SQL statement in your oracls-ds.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876418#3876418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876418 --

[JBoss-user] [Beginners Corner] - Re: whence org.jboss.management.j2ee.LocalJBossServerDomain

2005-05-04 Thread darranl
Is there a reason that you are still using a developer release of JBoss 4? There have been quite a few production releases now since the developer releases. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876417#3876417 Reply to the post : http://www.jboss.o

[JBoss-user] [Installation & Configuration] - How can I avoid Invalidation Cache Framework in JBoss 3.0

2005-05-04 Thread solar_cn
I am running a test on middle-tier caching approach and use JBoss 3.0 as application server. In one situation, I should avoid Invalidation Cache Framework. How can I do? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876415#3876415 Reply to the post : http:

[JBoss-user] [EJB/JBoss] - EJB examples for jboss-4.0.2 (both, sesion and entity)

2005-05-04 Thread grafl
Hi all, I am a newbie in EJB and I am an example-centric. Can somebody send me some EJB (session and entity) source code and tell me how can I deploy them using jboss-4.0.1? Thank you, Laszlo (lgraf at web.de) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [EJB/JBoss] - In which jar RARdeployer is or should be?

2005-05-04 Thread Konstanin Karasiov
Hello I test JBOSS 3.2.7 with reduced libs and fail now to run it: Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.resource.RARDeployer at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:185) at org.jboss.mx.loading.UnifiedClassLoader3.

[JBoss-user] [Management, JMX/JBoss] - Re: Given class is not instance of Schedulable

2005-05-04 Thread shanocul
Don't know if this will help: I think that your package path is wrong in your .xml file xml file has: com.sykon.dss.TestTimer log4j has: com.sykon.dss.etl.TestTimer.class.getName() Hope it solves the problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38764

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

2005-05-04 Thread craig1980
Hi all; i ahve this oracle-ds.xml: anagrafe jdbc:oracle:thin:@xxx.xxx.xx.xxx:1521:test oracle.jdbc.driver.OracleDriver root root 10 20 1 -1

[JBoss-user] [Management, JMX/JBoss] - Re: NamingException in MBean

2005-05-04 Thread bha
Thanks for reply, Tried, but does not work better. Much of code in this mbean is not of my own so, I've worked around with a singleton factory provider. I think it's an too-early call (at instantiation-time rather start time...) View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-04 Thread mlybarger
on p 480 there shoudl be ant.properties file instead of .ant.properties file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876408#3876408 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876408

[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-05-04 Thread mlybarger
where should bugs for the docs be posted? p 359. first paragraph continued from last page: "but there is no way to specify and a element" maybe should be "but there is no way to specify that as an element can have..." View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [EJB/JBoss] - Re: Where can I see the generated/interposition classes

2005-05-04 Thread balteo
Thanks. This helps. Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876405#3876405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876405 --- This SF.Net email

[JBoss-user] [JBossWS] - Can Stateful Session bean exposed as a Web Service

2005-05-04 Thread jpradeep_22
Hi, I m trying to expose Stateful session bean as a webservice. Is it possible to make it available as a web service? What we have to do? Is there any good tutorial i can refer to. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876404#38

[JBoss-user] [EJB/JBoss] - Re: Where can I see the generated/interposition classes

2005-05-04 Thread darranl
Hi Julien, The paragraph that most closely answers your question is: - anonymous wrote : The proxy created by the EJBProxyFactory is a standard dynamic proxy. It is a serializable object that proxies the EJB home and remote interfaces as defined in the EJBModule metadata. The proxy translates r

[JBoss-user] [Security & JAAS/JBoss] - Re: Encrypted LDAP password

2005-05-04 Thread soussou
"[EMAIL PROTECTED]" wrote : Unless the underlying ldap server supports a hashed password, there is no support for this currently. Hi Scott This is not well for Jboos safety : a password in light into a config file ? all the servers (Websphere, weblogic, ...) provide a means for crypting the p

[JBoss-user] [Beginners Corner] - How to cleanup after NullPointerException in StatefulSession

2005-05-04 Thread dirkgf
I've got a stateful session bean which threw a NullPointerException during the development process. The NullPointerException was caused by a programming error in my code. As expected I get a RemoteException on the client side. In order to clean up behind of me, I'm calling .remove() on my statef

[JBoss-user] [EJB/JBoss] - Re: Where can I see the generated/interposition classes

2005-05-04 Thread balteo
Hello Darranl, I carefully went through the document you advised and was not able to find the information I am looking for. Can you give me a hint please? Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876399#3876399 Reply to the post : http://www.jb

[JBoss-user] [Messaging, JMS & JBossMQ] - client log4j "java.net.SocketException: socket closed" and s

2005-05-04 Thread Thomas.Heiss
Hello JBoss experts, as it seems my JMS is running (subscriber and publisher). But in my log4 Java client app with log4j.properties from your FAQ I receive some exceptions. Also an exception occurs in Jboss 4.01sp1 server.log (running on Windows 2000). Java client application (jbossmq.log): 20