[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem getting Eclipse 3.1m5 with WebTools to see JBoss

2005-07-29 Thread lquijano
Very nice setup! But it seems that shutdown is not working. I checked on JBoss' bat files and found out that shutdown uses a different classpath. So I had to add the following to jboss402.serverdef: | | | | | And then I

[JBoss-user] [JBoss Portal] - Re: Some bugs in the forum portal

2005-07-29 Thread yxyang
Through reading the db schema, the deletion failure could be due to the the foreign key constrains betwen jbp_forum_topics and jbp_forum_posts. Please comments. anonymous wrote : | | jbossportal=# \d jbp_forums_topics; |Table "public.jbp_forums_topics" |Column

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

2005-07-29 Thread shefali
Hi, The error was in my code, you do not delete record in ejbHomeRemove() method. That is creating error in deployment. I think ejb spec 2.1 does not allow delete code in ejbHomeRemove method. Hence I have written interface method to delete record and now it works fine in jboss-4.0.3RC1. Jb

[JBoss-user] [JBoss Portal] - Re: Some bugs in the forum portal

2005-07-29 Thread yxyang
Anybody can help? I also have similar problem for forum portlet. My system is linux+AS4.0.2+PostgreSQL 8. When i delete a post, the deletion always fail! But i can post/reply. Only delete post doesn't work. anonymous wrote : | 2005-07-30 13:20:17,479 DEBUG [org.hibernate.SQL] delete from

[JBoss-user] [Security & JAAS/JBoss] - Re: how to setUserrprincipal()

2005-07-29 Thread kenlohwh
Which techniques have you tried so far ? Maybe we can start exploring from there. Sorry for not able to provide any concrete help yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887412#3887412 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Error while trying to connect to a Oracle DB schema

2005-07-29 Thread javcerty
Hello all, I am having a weird error while trying to configure JBoss 4.0 to work with Oracle 9i The problem :- JBoss can connect to one schema A of the database but gives me some errors while connection to other schema B of the same database. I have checked the login user/password of the Sche

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Exception: CMR field value is already loaded

2005-07-29 Thread blackandwhite
Hi All, Is it fixed in the latest JBoss version? I have the same problem with JBoss-3.2.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887410#3887410 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887410 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: A CMR collection may only be used within the transction

2005-07-29 Thread blackandwhite
Hello thepriz, Have you resolved this problem? I meet the same problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887405#3887405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887405

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - A CMR collection may only be used within the transction in

2005-07-29 Thread blackandwhite
I get a lot of ERRORs in jboss server.log, anonymous wrote : 2005-07-24 16:39:28,625 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackException, causedBy: | java.lang.IllegalStateException: A CMR collection may only be used within the transction in which it was created | a

[JBoss-user] [JNDI/Naming/Network] - Local EJB Lookup Error

2005-07-29 Thread jcorbin4607
Hello, I am attempting to lookup via JNDI a local EJB reference from within the same JVM. I am configuring my environment the standard way and am positive the context properties are configured properly. When I execute the following on the context I get an error: Object objRef = initial.looku

[JBoss-user] [JNDI/Naming/Network] - Re: communication Exception

2005-07-29 Thread jcorbin4607
Make sure you are passing "localhost" into your setMonitorContext() method and not "bocalhost". Give that a try. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887401#3887401 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Clustering/JBoss] - Re: HTTPLoadbalancer as reverse proxy

2005-07-29 Thread sbhatti
I need both reverse proxy server and load balance capabilities. The reverse proxy server will be running on separate machines than application servers so it needs to do all URL rewriting, caching, security, which is generally associated with reverse proxy servers. View the original post : http

[JBoss-user] [JNDI/Naming/Network] - Re: JavaMail session lookup gives java.lang.ClassCastExcepti

2005-07-29 Thread aows
I forgot to mention, im using java 1.5 and jboss 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887397#3887397 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887397 --

[JBoss-user] [JNDI/Naming/Network] - JavaMail session lookup gives java.lang.ClassCastException:

2005-07-29 Thread aows
Hi, i'm trying to get a javax.mail.Session fron JNDI, and getting a ClassCastException, even tho if i do System.out.print() of the context lookup, i see a javax.mail.Session object instance... Here is the code: | InitialContext ctx = new InitialContext(); | out.print(ctx.lookup("java:comp

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: java.lang.ClassCastException: org.hibernate.ejb.EntityMa

2005-07-29 Thread vabrol
Getting the same error again and again. I am not able to depoy more than 1 entity bean.Any ideas? Getting really frustrating,wish somebody could help. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887386#3887386 Reply to the post : http://www.jboss.o

[JBoss-user] [Performance Tuning] - Tracking high memory usage in thread local variable

2005-07-29 Thread cplough
Hi! We're currently tracking down a memory usage issue that is keeping JBoss from completing some performance tests of our application. These currently run under WebLogic and WebSphere - but I'm pushing JBoss as a solution. Our questions are: 1) Why is JBoss using so much memory in the threa

[JBoss-user] [Installation, Configuration & Deployment] - JBoss + Cyrillic characters

2005-07-29 Thread NEWNICK
Hello all When I have use CMP string fields from/in database (MySQL), I receive wrong result - chracters like "" I tried change run.conf -> JAVA_OPTS=-Dfile.encoding="UTF-8" - but this doesn't work? What's wrong? Jboss 4.0.2 View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - JMSXA Connection Factory

2005-07-29 Thread malmit
Am I supposed to use the default java:/JMSXA connection factory or do I need to create my own connection factory? If I should be using the java:/JMSXA connection factory then can this connection factory be used for all JMS related activity? View the original post : http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - Re: how to setUserrprincipal()

2005-07-29 Thread anderson.araujo
Hi, I have the same problem. I'm using my own Action class to make the authentication, and I don't know how to sets the UserPrincipal. thanks, Anderson View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887368#3887368 Reply to the post : http://www.jboss.org/

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Queue Reliable Message Delivery

2005-07-29 Thread malmit
I configured my JBoss 4.0.2 for JMS Clustering and have reliable message delivery to topics that I've configured via durable subscription (persisting to a mysql database), but how do I guarantee reliable message delivery for a queue? From what I know durable subscriptions are only good for topi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Three problems maybe related maybe not - Durable Topic S

2005-07-29 Thread mcaughey
Thank you for the response. What seems to you obvious to others may not. And yes I did ask for it, thank you. I looked at the Wiki about the ping/pong issue. I had ONE thread connecting to a server. and it's running on the same computer as the server, for now. the Messages are around 500 b

[JBoss-user] [Installation, Configuration & Deployment] - hibernate and deploy

2005-07-29 Thread chwang
Hi Guys, I am a newer. I have a couple of questions to ask you guys. Please help me out. Question A: There are lots of jar files I create and need to use them. I found 2 ways to use in Jboss. 1.) I can put all jar files in {jboss.deploy.dir}/server/default/lib. 2.) I can jar all jars into one ja

[JBoss-user] [Beginners Corner] - deploy and hibernate

2005-07-29 Thread chwang
Hi Guys, I am a newer. I have a couple of questions to ask you guys. Please help me out. Question A: There are lots of jar files I create and need to use them. I found 2 ways to use in Jboss. 1.) I can put all jar files in {jboss.deploy.dir}/server/default/lib. 2.) I can jar all jars into one ja

[JBoss-user] [JBossWS] - Re: Mapping file generation with JWSDP-1.6?

2005-07-29 Thread lafr
The ant task obviously does not supported mapping creation. The standalone does. This is the part of my build file: | | | | | | | | | View the original post : http://www.jboss.org/index

[JBoss-user] [Beginners Corner] - Re: Embed JBoss?

2005-07-29 Thread rcariens
I'm trying to do the same thing. I've been playing with embedding JBoss 4.0.2 and so far it's been a super hack-job. Seems like it should be very straight forward. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887352#3887352 Reply to the post : http://ww

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Three problems maybe related maybe not - Durable Topic S

2005-07-29 Thread [EMAIL PROTECTED]
OK, you asked for this..., just to demonstrate why I wouldn't normally answer it. :-) Moderated: FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetIOExceptionPingTimeoutHowDoIFixIt Moderated: Which part of the warning "use an exception listener" don't you understand. Did you even read the javado

[JBoss-user] [Security & JAAS/JBoss] - Re: Mbean (Service) Calling Secure EJB and SecurityAssociati

2005-07-29 Thread adamp
This relates closely with what I'm trying to do. This thread says that Subject.doAs was something to look at as a future requirement. Has this been implemented yet? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887350#3887350 Reply to the post : http://w

[JBoss-user] Embedding JBoss in a Java app

2005-07-29 Thread Rich Cariens
Hello,   I'm trying to "embed" a minimal JBossMQ JBoss 4.0.2 server instance into a Java application, a la ActiveMQ or OpenJMS.  Has anyone ever done this?  I've started by creating a bean that wraps the org.jboss.Main class and basically just starts up the app server like so: org.jboss.Main.mai

[JBoss-user] [Security & JAAS/JBoss] - Obtaining failed username & password

2005-07-29 Thread kenlohwh
Is there a way to obtain the username and password for a failed login through j_security_check in JBoss/Tomcat ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887349#3887349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ & Login Module Configuration

2005-07-29 Thread mcaughey
It helps if you send along the configuration files you modified. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887348#3887348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887348

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS with multiple Standalone JBossMQ ?

2005-07-29 Thread mcaughey
You should be able to go through the configuration files and trim down the configuration to only run HAJMS. The three configurations are just starting points. This does mean you need to do some research. Check out the bok JBoss 4.0 The offical Guide, you'll find it useful. To the extent tha

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is this forum moniter by JBoss??

2005-07-29 Thread mcaughey
I gues the frustrating part for me is that i'm not an expert, so the problems I'm having don;t seem so trivial. I only come tot he forum after revien the following two books JBoss 4.0 The offical Guide and an older manual, JBoss 3.0 Deployment and Administration, I have reviewed the FAQ and t

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HTTP TLS/SSL

2005-07-29 Thread saucier
To answer my own question, if you specify a truststoreFile attribute in the tomcat connector configuration, the clientAuth attribute works as intended. In retrospect I suppose the behavior I was seeing shouldn't have been totally unexpected, but it still doesn't really seem to point towards the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS with multiple Standalone JBossMQ ?

2005-07-29 Thread abhishek_arora1
Hi, Can anyone please respond to the Query for HAJMS below. Thanks Abhishek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887340#3887340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887340 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is this forum moniter by JBoss??

2005-07-29 Thread [EMAIL PROTECTED]
I know genman, schrouf and darranl drop in regularly as well. They are more tolerant of lazy users... or don't have the same photographic memory of the FAQ and previously answered questions that I do :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887337#3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is this forum moniter by JBoss??

2005-07-29 Thread [EMAIL PROTECTED]
I monitor this forum continually (at least once a week), though I can't say I read every single post. I don't answer FAQs or just plain repeat/lazy questions. Nor do I play 20 questions when the question is unanswerable for lack of information. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp

[JBoss-user] [Clustering/JBoss] - Re: New to clustering

2005-07-29 Thread nitinjain
Hi Vignesh, I've verified that all the objects taht i'm adding in session are serializable. But the session is getting replicated properly. Moreover at the the end it is also giving connection timeout reached. I have three nodes. Regards, Nitin View the original post : http://www.jboss.org/

[JBoss-user] [Beginners Corner] - The value for the useBean class attribute java.util.List is

2005-07-29 Thread jbosskishore
I have useBean something like this Exception that I get is "The value for the useBean class attribute java.util.List is invalid." I guess that is beacause jsp-java generator tries to create object of class attribute value (java.util.Map) and fails to create object as Map as it is an interf

[JBoss-user] [Messaging, JMS & JBossMQ] - Is this forum moniter by JBoss??

2005-07-29 Thread mcaughey
It appears this forum is rarely monitored by anyone other people asking for help. The only response I've gotten on any of my postings over te past few weeks is one inwhich someontold me I posted ot the wrong group. Does anyone know of a group which i monitored and where you can actually get s

[JBoss-user] [Installation, Configuration & Deployment] - Error at the initialization server (jboss-4.0.3RC1) in Windo

2005-07-29 Thread jlluis
I try to run jboss server in windows XP (jboss-4.0.3RC1) i have set JBOSS_HOME variable=C:\jboss-4.0.3RC1 and i have installed the java SDK (jdk1.5.0_04). At the server initialization (run.bat) I have this error: : 08:31:47,874 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.

[JBoss-user] [Clustering/JBoss] - TCP based clustering (A Singleton and a farm): Little summer

2005-07-29 Thread jamiguet
Hello all, I have three different boxes sitting on two different subnets. Because of this setting I am not using udp for discovery instead I am only configuring TCP. Lets provide a little background: Hardware: Node 1 192.168.10.1 Node 2 192.168.10.2 Node 3 192.168.0.1 Software: Service 1 (H

[JBoss-user] [Clustering/JBoss] - Re: HTTPLoadbalancer as reverse proxy

2005-07-29 Thread vignesh76
Hi, Assuming your main requirement is load balancing for multiple apps, you could look into load balancing using Apache+mod_jk. I am sure that it supports routing to multiple applications. You can refer to the below link for more information. http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_j

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-07-29 Thread ibsscott
I'm not sure why. The request is received on the server succesfully. I just can't unwrap it on the client side. My client looks like this: URL url = new URL("http://localhost:8080/fifalmonk/fifalmonk/WebServiceSession?wsdl";); QName qname = new QName("http://com/fifalm

[JBoss-user] [Clustering/JBoss] - HTTPLoadbalancer as reverse proxy

2005-07-29 Thread sbhatti
Hello, I am trying to setup HTTPLoadbalancer as a reverse proxy server and it's working for a single application, but can I use this for more than one application. Also, can I direct the traffic based on the incoming protocol. What I mean is that I have JBoss running and listening on port 80 for

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ & Login Module Configuration

2005-07-29 Thread Denisius
By default JBossMQ uses DatabaseServerLoginModule login module. I try to change it to UsersRolesLoginModule (i crete users. roles. prop files). But on run-time i have message: "user:null not authorised.." View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887315

[JBoss-user] [Management, JMX/JBoss] - Re: Deployment from standalone application.

2005-07-29 Thread Denisius
In my code after jboss restarting i need to run my_deployer again to make my ear file visible for server. Is it posssible to upload .ear file to jboss folder (not using ant)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887314#3887314 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 EJB3 Problem catching exception while persis

2005-07-29 Thread Jonefun
I've been checking the Hibernate docs for the EntityManager and it suggests that the EntityManager should throw exceptions for errors that occur while interacting with the persistence layer see :- http://docs.jboss.org/ejb3/HibernateEntityManager/reference/en/html_single/index.html#transactions-

[JBoss-user] [JNDI/Naming/Network] - Re: Problem in porting of Swing/ jboss app from Jboss-3.2.2

2005-07-29 Thread [EMAIL PROTECTED]
I'm experiencing the exact same problem looking up EJB's remotely (from one JBOSS server to another JBOSS server). What client jars did you include? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887311#3887311 Reply to the post : http://www.jboss.or

[JBoss-user] [JBossWS] - Mapping file generation with JWSDP-1.6?

2005-07-29 Thread aperezlo
As I understand it, the currently recommended way of generating WS artifacts for deployment w/ JBoss-4.0.2 is JWSDP's wscompile. As the wscompile in JWSDP-1.6 does not support the -mapping option, is there another way of generating the mapping file? Thanks, -Andrew View the original post :

[JBoss-user] [Installation, Configuration & Deployment] - Re: Getting Exceptions while using run.sh

2005-07-29 Thread PeterJ
What version of JBoss are you using? What version of the JVM are you using? What are the exceptions that you are getting? (Paste the full terminal output to the forum, within code blocks.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887309#3887309 Reply t

[JBoss-user] [Installation, Configuration & Deployment] - Re: error while starting Jboss

2005-07-29 Thread sharath_srivatsa
Hi chaudari, Iam installing JBoss on Solaris. Can you tell me what paths you set in JBOSS_HOME and CLASSPATH. Iam getting exceptions when i execute run.sh And if you any guidlines for installation can you send to me at [EMAIL PROTECTED] Thanks in advance View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Clustering and load balancing - how to disable

2005-07-29 Thread vignesh76
Hi, You could deploy your applications in the "default" server configuration of JBoss. The default server instance does not start clustering services and hence the multicast communication between nodes would be automatically eliminated. If you are already running the default configuration, you

[JBoss-user] [JBossWS] - Re: JBoss + Web Service Client

2005-07-29 Thread [EMAIL PROTECTED]
If you want to use apache axis, you should remove all of WS4EE and use whatever apache offers in terms of support . We don't support standalone axis. This forum is about portable J2EE web service endpoints and clients. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Clustering/JBoss] - Re: New to clustering

2005-07-29 Thread vignesh76
Hi Nitin, >From the stack trace, it seems like an object that you are adding to the >session is not Serializable. Ensure that all objects that need to be in the >session are serializable. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887302#3887302 Reply t

[JBoss-user] [Installation, Configuration & Deployment] - Getting Exceptions while using run.sh

2005-07-29 Thread sharath_srivatsa
Hi, Iam new to JBoss. I untarred the JBoss in to directory on Solaris. I went to bin directory and executed run.sh Now Iam getting exceptions. Can anyone suggest me how to overcome these exceptions. Than You View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [JBossWS] - Re: JBoss + Web Service Client

2005-07-29 Thread samokk
"[EMAIL PROTECTED]" wrote : Spring does not generate portable WS4EE artifacts, it is tightly coupled with Apache Axis, which we don't use. | | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ It is stated somewhere on the website that JBoss provides the org.jboss.axis namespace while axi

[JBoss-user] [JNDI/Naming/Network] - JNDI lookup

2005-07-29 Thread xinhe
Hi, there, Right now I have four instances of jboss running on the same machine. I created a queue at node1 and I want other three nodes can access it. I use lookup like "jnp://localhost:1099/queue/my_queue_name" . But the other nodes can not access it., always giving " destination can not

[JBoss-user] [JBossCache] - Re: JbossCache License

2005-07-29 Thread dajevtic
Thank you very much. Very informative! Regards, dj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887297#3887297 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887297

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.3RC1 / EJB3 / JBossIDE / Mac OS X 10.4 Tiger

2005-07-29 Thread mtownsen
Hi. I hate these types of messages, but here it goes... I'd like to find out any information anyone has about this also. I'm just starting to set up my environment on my Powerbook. I have Eclipse 3.1 and Java 5.0. What else do I need? View the original post : http://www.jboss.org/index.h

[JBoss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss 4 from jpackage.org

2005-07-29 Thread sethtrain
Thanks, I thought I might have to do that. I guess I will have to see how to make the JBoss Server start on startup with Fedora Core View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887290#3887290 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [EJB/JBoss] - Re: Logging JDBC queries in JBoss

2005-07-29 Thread darranl
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887289#3887289 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887289 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread jaikiran
anonymous wrote : Also, in this new dtd i guess, tag is not supported. I think you can use display-name instead I meant the 'info' attribute is not supported in this dtd. Instead use 'display-name' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887287#3887

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread jaikiran
You are using the wrong dtd. Use the following dtd: | http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";> Also, in this new dtd i guess, tag is not supported. I think you can use display-name instead View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=388728

[JBoss-user] [EJB/JBoss] - Logging JDBC queries in JBoss

2005-07-29 Thread shmendrick
How to log JDBC queries in JBoss-4.0.X?Thenk you in advance :). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887284#3887284 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887284 -

[JBoss-user] [Security & JAAS/JBoss] - Re: How to use my own Principal class?

2005-07-29 Thread tcherel
This is definitely the way to make it work to get the custom principal in the session code, but I did not think that this was also working for the web container. Which JBoss version are you using? Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887283#

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread preeti12
Hi, The content of my taglib is: | http://java.sun.com/dtd/web-jsptaglibrary_1_1.dtd";> | | | | 1.0 | 1.2 | Select | /WEB-INF/SelectTag.tld | | This tag library contains useful general-purpose tags supporting the | development of JSP/servlet appli

[JBoss-user] [Security & JAAS/JBoss] - Re: custom security interceptor

2005-07-29 Thread colin_daly
Thanks Michael, That worked a treat. I should have tried the easy option first i guest :) Colin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887281#3887281 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887281

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread jaikiran
Hi, Please repost your tld file, with the contents of the tld enclosed in: , so that the contents are not lost View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887280#3887280 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-29 Thread scottlholmes
I meant wiki - something more formal posted on the wiki View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887279#3887279 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887279 -

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-29 Thread scottlholmes
No to pure div render. I posted very pre-pre-alpha as a sort of preview because you seemed interested. Yesterday I made some significant changes that corrects some cross-browser problems. The CSS is based on various techniques out there. I'll try to get something more formal posted on the foru

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread preeti12
I am puuting below the content of my TLD file: http://java.sun.com/dtd/web-jsptaglibrary_1_1.dtd";> 1.0 1.2 Select /WEB-INF/SelectTag.tld This tag library contains useful general-purpose tags supporting the development of JSP/servlet applications select co

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.2RC1 APP-INF/lib supported?

2005-07-29 Thread umeshs79
See topic: http://www.jboss.org/?module=bb&op=viewtopic&t=65541 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887276#3887276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887276 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: referencing jar-file for WAR-file in EAR-file problem

2005-07-29 Thread umeshs79
See topic http://www.jboss.org/?module=bb&op=viewtopic&t=65541 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887275#3887275 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887275 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread jaikiran
Looking at the above errors, i guess there is some .tld file whose contents are not proper. See if you can figure out which tld file it is View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887274#3887274 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [EJB/JBoss] - Jaas with axis

2005-07-29 Thread sanpkul
Is there any way to do jaas autentication from axis webservices when axis is deployed as a part of ear application.?What are the steps needed to do this? I have added custom security handler to the client and able to pass user name and password through soap headers.Also I have custom handler on

[JBoss-user] [Management, JMX/JBoss] - Re: Dependency of a MBEan on a .ear file

2005-07-29 Thread jaikiran
Hi, I found the reason why the dependency is not working: http://wiki.jboss.org/wiki/Wiki.jsp?page=MyDependencyDoesntWork This says that: anonymous wrote : | That is because that MBean is not a service, NOTE: there is no service=, but more generally it is not created through an MBean deploym

[JBoss-user] [Clustering/JBoss] - Re: New to clustering

2005-07-29 Thread nitinjain
Thanks for all the help. I'm able to set up clustering and load-balancing and even session replication. But still while replicationg sessions an error is coming on JBoss console (commandline window) anonymous wrote : 17:23:19,747 WARN [InstantSnapshotManager] Failed to replicate sessionID:T+fX

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread preeti12
One error is this: ERROR [org.apache.commons.digester.Digester] Parse Error at line 24 column 13: Element type "type" must be declared. org.xml.sax.SAXParseException: Element type "type" must be declared. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandler

[JBoss-user] [Security & JAAS/JBoss] - Re: How to use my own Principal class?

2005-07-29 Thread alxll
We've solved the problem by creating java.security.acl.group with name CallerPrincipal and value MyPrincipal instance: Group callerPrincipal = new SimpleGroup("CallerPrincipal"); callerPrincipal.addMember(caller); So, currently getUserPrincipal() of HttpServletRequest returns MyPrincipal insta

[JBoss-user] [Management, JMX/JBoss] - Dependency of a MBEan on a .ear file

2005-07-29 Thread jaikiran
Hi, Is there any way where i can specify a dependency of a MBean on a .ear file. My ear file contains: - xyz_ejb.jar ---> EJBModule - abc.jar - 123.properties My MBean depends on the abc.jar file which actually uses the 123.properties file to do some processing. Now, i could not find a way t

[JBoss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss 4 from jpackage.org

2005-07-29 Thread darranl
>From a quick look at that site you don't want any of them, they all appear to >be developer releases of JBoss. There have been 3 / 4 production releases >since the developer releases on JBoss 4. Just download a release from: - http://www.jboss.com/products/jbossas/downloads View the original

[JBoss-user] [Advanced Documentation] - Re: Outside Container JNDI Access

2005-07-29 Thread darranl
You can not access items bound to the 'java:' namespace remotely. You do not say which JBoss version you are using so the following may or may not work. Have a look at the following page on configuring datasource: - http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources You need to use the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error - Sorry for that silly subject

2005-07-29 Thread rmetzger
Sorry for the subject in my first post. Did not notice that special characters like ' " ' should better not be used in subjects... MfG - rme View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887257#3887257 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBossCache] - Re: JbossCache License

2005-07-29 Thread [EMAIL PROTECTED]
I'm not a lawyer, but... The LGPL license allows you to link your commercial application X against JBossCache and ship X without having to license X under LGPL. This is my understanding, and the understanding of JBoss Inc. IMO, the LGPL is a bit unclear wrt Java (Stallman wrote it with C in mind

[JBoss-user] [JBossCache] - JbossCache License

2005-07-29 Thread dajevtic
Hello everyone, I hope that there are some people out there who can clarify this licensing question for me. Until now I have been programming a web application which is based only on libraries using the Apache License. I have played a little with JbossCache and find it to be one of the best tools

[JBoss-user] [Messaging, JMS & JBossMQ] - Error

2005-07-29 Thread rmetzger
Hi all, we are running jboss 3.2.7 on Solaris 9. The application makes heavy use of JMS queues and message driven beans. There are two MDBs where the second MDB is called from within the onMessage method of the first one. >From time to time we got the effect, that the second MDB's onMessage me

[JBoss-user] [Installation, Configuration & Deployment] - Failed to deploy ear file.

2005-07-29 Thread autiaa
When I try to deploy one of my ear files, I see the following error on the console: 11:32:03,722 INFO [EARDeployer] Init J2EE application: file:/usr/local/jboss-4.0.3RC1/server/tradenexus/deploy/trade-engine-singleton-1.0.ear 11:32:06,899 ERROR [MainDeployer] Could not create deployment: file:/

[JBoss-user] [JBossWS] - Re: EJB Exception handling

2005-07-29 Thread [EMAIL PROTECTED]
There should not be a problem with custom exceptions. This is fully supported. Have a look at I created a wiki that gives some background on it http://wiki.jboss.org/wiki/Wiki.jsp?page=WSExceptions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887249#3887249

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Three problems maybe related maybe not - Durable Topic S

2005-07-29 Thread mcaughey
Actually I mistated one fact, there are five other Subscribers to a seperate Topic. They are not durable and subscribe with no timeout. In retro spec the last error could be coming from them, if the underlying connection is timing out. If this is the case I can just create a durable subscript

[JBoss-user] [Messaging, JMS & JBossMQ] - Three problems maybe related maybe not - Durable Topic Subsc

2005-07-29 Thread mcaughey
I have a Durable Subscription to a topic. Every now and then I notice the JBoss Server throws: [SocketManager] Failed to handle: org.jboss.mq.il.uil2.msgs.AcknowledgementRequest from the Here's the full Trace: | 04:32:32,097 ERROR [SocketManager] Failed to handle: org.jboss.mq.il.uil2.

[JBoss-user] [Security & JAAS/JBoss] - Re: How to use my own Principal class?

2005-07-29 Thread tcherel
You can probably "workaround" the problem by creating a servlet interceptor or tomcat valve to collect the user data you need and cache it as part of the HTTP session. Not as elegant as the custom principal, I think, but that should work. Thomas View the original post : http://www.jboss.org/in

[JBoss-user] [JBossWS] - Error launching WS Client

2005-07-29 Thread Christy
HI, I decided to write WS client to test my web service. I looked the hello example in jboss documentation in chapter 12. Here my code: import javax.xml.namespace.QName; import javax.xml.rpc.ServiceFactory; import javax.xml.rpc.Call; import javax.xml.rpc.Service; import java.net.URL; public class

[JBoss-user] [JBossWS] - Re: Not Synchronized Error

2005-07-29 Thread [EMAIL PROTECTED]
>From what you tell me I cannot see what is going wrong. I also fear that the >debug output from syncOperationToClass is insufficient to tell the complete >story. Ideally you would checkout Branch_4_0 as indicated in http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62678 and add debug

[JBoss-user] [Security & JAAS/JBoss] - Re: How to use my own Principal class?

2005-07-29 Thread tcherel
I do not believe this is possible at this point with JBoss. You can have a cusotm principal in your EJB code (custom principal returned by EJBContext.getCallerPrincipal), but not in the web container code. See http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878558 for more details, espe

[JBoss-user] [JBossWS] - Re: problem with babelfish

2005-07-29 Thread [EMAIL PROTECTED]
Unfortunately Bablefish uses soap encoding, which is illegal with J2EE web services. But thats not the cause of the SocketTimeoutException. More likely http://services.xmethods.net:80/perl/soaplite.cgi was not responding. | | http://www.xmethods.net/sd/BabelFishService.wsdl"; targetN

[JBoss-user] [JBossWS] - Re: JBoss + Web Service Client

2005-07-29 Thread [EMAIL PROTECTED]
Spring does not generate portable WS4EE artifacts, it is tightly coupled with Apache Axis, which we don't use. FAQ: What is the relationship to Apache Axis? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-07-29 Thread [EMAIL PROTECTED]
Your JWSDP client want to cast to an Apache Axis Message. Why is that? | java.lang.ClassCastException: org.apache.axis.Message | at com.sun.xml.rpc.client.dii.CallInvokerImpl._postSendingHook(CallInvokerImpl.java:305) | at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:3

[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-07-29 Thread [EMAIL PROTECTED]
There is a test case that demonstrates it. We are in early access, the guide is underway. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887234#3887234 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887234 --

[JBoss-user] [Security & JAAS/JBoss] - Re: custom security interceptor

2005-07-29 Thread Michael Konietzka
"colin_daly" wrote : Hi, | | | i then created a small jar containing my custom interceptor, put it in $JBOSS_HOME/lib and added it to JBOSS_BOOT_CLASSPATH | | | I guess i've got some classloading issue or my approach is wrong because when i try to start jboss i get the following e

[JBoss-user] [JBossWS] - Re: Help please!Problem with complex types.

2005-07-29 Thread [EMAIL PROTECTED]
The way that guaranties interoperability is to use arrays. It maybe possible to use maps, collections with some java soap stacks, but you will never be sure that the world can actually talk to your endpoint. JBoss WS4EE does not support collections nor maps. View the original post : http://www

  1   2   >