[JBoss-user] [Beginners Corner] - Re: TimerService problems after crash

2005-07-14 Thread yankee
Hi, I'm new to this JBoss forum and would like to know where I can track the above mentioned timerservice bug officially to be fixed in the next version of JBoss. Thanx in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884971#3884971 Reply to the

[JBoss-user] [JCA/JBoss] - Re: Directory paths parsed wrongly under Windows

2005-07-14 Thread demboos
Correction. It should be: c:/jboss or c:\\jboss.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884970#3884970 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884970

[JBoss-user] [JNDI/Naming/Network] - Naming confusion?

2005-07-14 Thread grafl
Hi My oracle-ds.xml contains a datasource called X4PooledDS, which at start is bounded to the 'java:CM2004PooledDS' jndi name, and in my tag classes I use the 'jdbc/X4PooledDS', where and how can I link these together? Thank you, Laszlo. View the original post : http://www.jboss.org/index.html?

[JBoss-user] [JCA/JBoss] - How to display real SQL query generated by JBoss

2005-07-14 Thread chaloupka
Hallo, I am solving performance problem with database queries. In JBoss, I have dynamic SQL as e.g. SELECT OBJECT(o) FROM organizations as o , in (o.persons) as p where o.masterOrg is null and p.name = 'John' Of course, I know how to display it in this form, but I'd like to see it in form which

[JBoss-user] [JBossCache] - Timeout problem in TreeCache

2005-07-14 Thread ruchiahuja10
I have plugged in TreeCache in hibernate and set the usage to transactional. I have configured Node A and B to form a cluster. When i call my retrieve method on Node A and B simultaneously i get the following exception - [7/15/05 10:19:07:207 IST] 7323dad7 RegisteredSyn E WTRN0074E: Exception ca

[JBoss-user] [Management, JMX/JBoss] - Re: Troubles when mbean invokes method of a secured local ej

2005-07-14 Thread anton_popov
I found the answer. It is here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=22216 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884954#3884954 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884954 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Troubles when mben invokes method of a secured local ejb

2005-07-14 Thread anton_popov
I found the answer. It is here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=22216 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884953#3884953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884953 --

[JBoss-user] [Javassist user questions] - Generating source code in adition to class files

2005-07-14 Thread hlovatt
Hi, Have you ever thought of adding the ability for Javassist to spit out source as well as class files? In particular to have in CtClass methods in addition to toClass and writeFile that output source. EG toSource and writeSource. I am looking at using the annotation processing tool (apt) and

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: New Hermes Demo

2005-07-14 Thread genman
The new Hermes doesn't work on Linux, which makes me very unhappy. Could you create a build with jide that supports Linux? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884945#3884945 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss client hang in QueueConnection.start() - IOExcepti

2005-07-14 Thread genman
It looks the "wait" are for messages to arrive off the receive queue. Perhaps the server isn't seeing the client response message? Do you know if your client is active. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884944#3884944 Reply to the post : http:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Oracle DDL for JBossMQ Jms Tables

2005-07-14 Thread genman
You can create your own statements using your own DDL scripts. The ones supplied by JBoss are just "examples". Once you have it set up, you can tell JBoss not to create the tables upon start-up. This is re: JMS. The other J2EE tables I don't know much about, but I suspect work in the same way

[JBoss-user] [Installation & Configuration] - Static deployment

2005-07-14 Thread IvanLatysh
I have a simple JAR with 2 SSLB. It is deployable and working application. I need to run it in resource limited environment. So I was looking on JBoss minimal configuration. How I can deploy my appplication statically (by hand) ? Any advice are welcome. View the original post : http://www.jbo

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on EJB Remote Lookup/Narrow

2005-07-14 Thread darranl
Which version of JBoss are you using? How is your application actually packaged? If you have packaged the interfaces in the war file you need to remove them as that is probably the cause of the conflict. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884941#

[JBoss-user] [Messaging, JMS & JBossMQ] - Oracle DDL for JBossMQ Jms Tables

2005-07-14 Thread sisjon
We are deploying a JBoss 4.0.2 appServer against Oracle9i for our application and want to configure it to use the same Oracle database for JMS. Summary: We would like to get DDL for the tables used by JBossMQ.Jms in some explicit (vendor neutral) format such as an SQL script. Issues: 1. Oracle

[JBoss-user] [Beginners Corner] - NullPointerException deploying MDB with dependency

2005-07-14 Thread joff
Hi, not sure which forum area to put this in, but hopefully someone will be able to tell me what's going on here I have an MDB listening on a JMS queue. In order to prevent the MDB trying to run on messages in the queue before other application resources are available (e.g. hibernate, other app

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss client hang in QueueConnection.start() - IOExcepti

2005-07-14 Thread nsayer
"genman" wrote : | Get a stack trace of your application and see what it's doing in JBoss land. Also, upgrading and testing wouldn't hurt and might not be too hard to try... The main thread, which is stuck in start() looks like this: - java.lang.Object.wait(long) (Compiled frame; informati

[JBoss-user] [EJB/JBoss] - Re: Why is there a @5345345 on the end of my entity bean jnd

2005-07-14 Thread mickknutson
I am having the same issue, but I already had the pieces you stated: jboss.xml: == http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> java:/jaas/ldap-security local/ConsumerManager "gmatthews"

[JBoss-user] [JCA/JBoss] - Re: Directory paths parsed wrongly under Windows

2005-07-14 Thread demboos
By the way, this is exacly the same what happens here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65036 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884934#3884934 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [JCA/JBoss] - Directory paths parsed wrongly under Windows

2005-07-14 Thread demboos
I'm playing a bit with Embedded Derby database. Almost everything seems fine, but I have some problems when deploying a XA datasource: | | jdbc/xa-datasource | | org.apache.derby.jdbc.EmbeddedXADataSource | | directory:${jboss.server.data.dir}${/}derby${/}derbyDB |

[JBoss-user] [EJB/JBoss] - JBossTransactionRolledbackLocalException

2005-07-14 Thread wcydaip
Here's the story: I have a Session bean which acts upon two different databases. The session bean first updates db1 through an entity bean. The session then calls upon a different SLSB which in turn updates db2 through another entity bean. However, do to some db constraints, the update to db2 c

[JBoss-user] [JBossCache] - TreeCacheAop getKeys returns null for filled cache

2005-07-14 Thread gregorypierce
I've filed a bug on this, but have included this post for any discussions (since there was a space for it on JIRA). I have a stupid rectangle object that I want to put in the cache. | public class Rectangle implements Serializable | { | public static Logger logger = Logger.getLogger(

[JBoss-user] [Beginners Corner] - Creating own MBean service question

2005-07-14 Thread pmore
HI, I got JBoss this week and I am trying to deploy my stand-alone, multi-threded pure java application as a JMX service in jBoss. I got the minimal server setup, wrote standard Mbean wrapper to my main class using ServiceMBean and when I start the JBoss server, my application runs fine. But ho

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

2005-07-14 Thread sundar2011
Hi I have currently installed jboss 4.0.2 and eclipse 3.1. I dont know what version of lomboz i need to install. please send me the link for downloading the exact version required. Thank you Sundar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38849

[JBoss-user] [JBossCache] - Re: Feature Request: Please version the library(ies)

2005-07-14 Thread gregorypierce
If that's the decision you guys have made that's fine. Whenever our sysdamins need to version applications across multiple machines its always a problem. We'll just rename them on our end for now because once its all compiled, no one is going to be reading the inside of a manifest file and most

[JBoss-user] [Clustering/JBoss] - Re: No fail-Safe nor Load-Balancing

2005-07-14 Thread pkles
PLEASE I need help with this problem! I´ve been working for 2 weeks and I can´t find the solution anywhere. My nodes are seeing each others, but the client app can´t get failover or load-balanced!!. I used the 1100 for looking up the stubs, and right now I´m trying with no IP:Port (autodisco

[JBoss-user] [Installation & Configuration] - Advice on upgrade from 4.0.1SP1 to 4.0.2

2005-07-14 Thread davewebb
I am currently running JBoss 4.0.1SP1 and I wish to upgrade to 4.0.2. I have several servers and their corresponding server/ directories that are all configured pretty heavily for HAJNDI, JMS Queues, and the other cool stuff JBoss provides. My simple question is: Can I just move my server direc

[JBoss-user] [Installation & Configuration] - Re: Running JBoss as a Windows service

2005-07-14 Thread jzstancil
Thank you, Charlie. We did as you suggested. But because JBoss service was running as "LOCAL SYSTEM" while Adobe Reader was running as me, even "Allow service to interact with the desktop" didn't get them interacting with each other. Finally, we changed JBoss Windows service to run as me and it

[JBoss-user] [Clustering/JBoss] - Re: Caused by: javax.naming.CommunicationException: Failed t

2005-07-14 Thread vignesh76
Hi All, I even set up another cluster node and the communication between the cluster nodes works file as follows 14:52:27,732 INFO [DefaultPartition] I am (204.246.8.199:1099) received membershipChanged event: 14:52:27,732 INFO [DefaultPartition] Dead members: 0 ([]) 14:52:27,733 INFO [Defau

[JBoss-user] [Beginners Corner] - Re: Problem with jboss-4.0.2 and jbpm-1.0.1

2005-07-14 Thread fquimbay
Thanks for its answer, but I prefer to continue with hibernate 3, because with hibernate 2 I had other problems. This is the structure of my application: |$JBOSS_HOME/server/jbpm/deploy/ | |_ jbpm.ear | |_ WEBModule.war | |_ HibernateService.sar | |_ SISModul

[JBoss-user] [Messaging, JMS & JBossMQ] - Old JMS out of threads error back again in 4.02??

2005-07-14 Thread MassMadX
Got the following error in JBoss 4.02: 21:33:41,076 WARN [UILServerILService] Unexpected error in setup of client connection java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method) at org.jboss.mq.il.uil2.SocketManager.start(Socket

[JBoss-user] [JBossCache] - Re: Feature Request: Please version the library(ies)

2005-07-14 Thread [EMAIL PROTECTED]
The version number should be in the manifest not the jar name. Use JIRA to raise feature requests. e.g. the new build does this automatically if there is no explicit manifest | | | | | | |

[JBoss-user] [JBossCache] - Re: TreeCacheAOP and CacheLoader

2005-07-14 Thread gregorypierce
Well what I've been thinking is creating a cluster of JBossCache instances which each in turn are attached to a database distributed over a large number of LAN and WAN machines running almost as a grid with some webservice front end. In front of the cache I want to put some silly POJOs for a log

[JBoss-user] [JBossCache] - Re: Feature Request: Please version the library(ies)

2005-07-14 Thread gregorypierce
Oh I'm sure. I'm here in Atlanta though, want me to go find Marc and smack him up some :) Nevertheless, what's a good place to start requesting this level of feature as I think it is something very beneficial to the JBoss products as a whole. View the original post : http://www.jboss.org/inde

[JBoss-user] [Beginners Corner] - Re: org.jboss.ejb.plugins.cmp.ejbql.ParseException

2005-07-14 Thread lafr
Use the correct uppercase/lowercase writing of your abstract-schema-name in your EJB-QL: AUser ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884902#3884902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884902 ---

[JBoss-user] [HTTPD, Servlets & JSP] - JBOSS 4.0.2 Final and Tomcat 5.5 Issue

2005-07-14 Thread jcorbin4607
Hi, My group here is seeing lockups in our web (browser) based client running in the above configuration against a Sun 1.5.03 JRE. The lockup happens after the server has been running for some time. If we kill the client we see URL connection errors in the server log. A sympton is that our A

[JBoss-user] [EJB/JBoss] - Re: ejb not bound

2005-07-14 Thread [EMAIL PROTECTED]
"darranl" wrote : | 3 - Yes a lot of questions asked end with a happy ending, however due the volume of duplicate questions and questions with insufficient information finding the answers isn't always easy. And you can thank all the people that didn't use search before dumping in their quest

[JBoss-user] [EJB/JBoss] - READ THIS FIRST

2005-07-14 Thread [EMAIL PROTECTED]
A guide on how to post http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp FAQs http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFAQ If you are a beginner go here http://www.jboss.org/index.html?module=bb&op=viewforum&f=141 If you have a question on JNDI go here http://www.jboss.org/index.html?mod

[JBoss-user] [EJB/JBoss] - jboss.xml seems to be ignored in EJB 3?

2005-07-14 Thread platinumdragon
Hello again, I am attempting to use EJB 3 (AS 4.0.3 RC1) on Windows XP Pro SP2. I have a working sample stateful EJB and can access it through its remote interface classname in JNDI, as is the default behavior in EJB 3. But, I would like to access it through a more generic name. I understand t

[JBoss-user] [EJB/JBoss] - Re: ejb not bound

2005-07-14 Thread darranl
1 - Use JNDI View in the JMX Console to see what is actually bound. 2 - Start a new thread with your deployment descriptors and the error you are getting. 3 - Yes a lot of questions asked end with a happy ending, however due the volume of duplicate questions and questions with insufficient info

[JBoss-user] [EJB/JBoss] - Re: ejb not bound

2005-07-14 Thread [EMAIL PROTECTED]
Yes, but not these reposts of FAQs or ME TOOs: http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPosts View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884890#3884890 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884890

[JBoss-user] [EJB/JBoss] - Re: ejb not bound

2005-07-14 Thread panning
I have exactly the same problem. Do any topics on these forums end up with a resolution??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884888#3884888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884888 -

[JBoss-user] [JBossCache] - Re: Feature Request: Please version the library(ies)

2005-07-14 Thread [EMAIL PROTECTED]
This is a bigger question to ask then JBossCache forum. :-) But for JBossCache (same for JGroups), you can find out the version of the library by java -cp jboss-cache.jar org.jboss.cache.Version -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884886#388

[JBoss-user] [JBossCache] - Re: TreeCacheAOP and CacheLoader

2005-07-14 Thread [EMAIL PROTECTED]
THe purpose of CacheLoader is to persist your state. As a result, the DB table is very simple since it is a blob. So I don't understand why you need to front it with Hibernate? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884885#3884885 Reply to the

[JBoss-user] [Installation & Configuration] - Log4j configuration and class loaders

2005-07-14 Thread merkkila
I am having a problem getting the Log4j to output information from the struts (org.apache.struts) classes in my project (ear with war and har). I followed the instructions in the Wiki and got my program to use it's own log4j.xml config but only classes from my project (com.somecompany) are outp

[JBoss-user] [Clustering/JBoss] - Re: XAConnectionFactory not bound error

2005-07-14 Thread regvito
I found the problem. The MDB described above can reply to messages whose replyTo field is set. To get the connection factory to create a connection to that replyTo destination, it does a new InitialContext() in the MDB. This worked in non-clustered environments, but as I pointed out, not in a

[JBoss-user] [Beginners Corner] - EJB3 exclusive lock on entity

2005-07-14 Thread [EMAIL PROTECTED]
Hi, I'm realy new to J2EE and EJB3. Is it possible to lock an entity exclusivly for one client? I have the following scenario: - 2 clients or more (Standalone Java Clients) accessing customer entities. Client 1 opens customer A Client 2 opens customer A So far so good. Both are clients are i

[JBoss-user] [Installation & Configuration] - wiki question

2005-07-14 Thread mwaschkowski
I'm not sure that the wiki page at: http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts is correct. It refers to I don't have a file in my ear called 'jboss-service.xml', I think that the wiki was actually referring to the 'application.xml' for the ear. true/false? Tha

[JBoss-user] [Installation & Configuration] - Re: problems during compilation of Duke's Bank App

2005-07-14 Thread mwaschkowski
It depends on which version of the tutorial you download. There are three links for three different versions, but one of the links is actually an update that doesn't include all of the original source files. Download the version 2 of the tutorial and try again - I had the same problem and this f

[JBoss-user] [Installation & Configuration] - Configuring Oracle 9i with JBOSS 4.0.2

2005-07-14 Thread Nandhu
Hi I am new to this forum, is there link or any document of how about configuring JBoss 4.0.2 to use oracle 9i.? Also I created a JMS Queue through the JMS Console and whenever my project gets redployed my queue is getting deleted. Is there a way I could keep my queue persistent and How could I

[JBoss-user] [Beginners Corner] - Re: Problem with jboss-4.0.2 and jbpm-1.0.1

2005-07-14 Thread darranl
Starting from JBoss 4.0.2 Hibernate 3 is installed as standard instead of Hibernate 2. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate As your app deploys fine on 4.0.1 and not on 4.0.2, this is where I would start when looking at the problem. One option would be to remove Hibernate 3 a

[JBoss-user] [Installation & Configuration] - Your assistance

2005-07-14 Thread soussou
Hi; I need your assistance for following questions : Q1: How to send a request to an j2ee application to post the maintenance page and lock all users connections (update of the database). Q2: this project is open source under Linux and I must migrate a database implemented with SQLserver 2000

[JBoss-user] [Clustering/JBoss] - how to make external data available to a cluster

2005-07-14 Thread teknokrat
I have an app running on a JBoss 4.02 cluster. A requirement of this app is that it must serve various files to clients. The files are mostly 60-80K, but there are a lot of them and they will be changed/added regularly. I have a number of possible solutions in mind but would like to hear what ot

[JBoss-user] [Beginners Corner] - Problem with jboss-4.0.2 and jbpm-1.0.1

2005-07-14 Thread fquimbay
I have an application that uses jbpm-1.0.1 (jbpm.ear), jbpm.ear internally uses hibernate2 (2.0.3) and to cglib-asm.jar. My application uses hibernate3 (3.0.5). Deploying my application on jboss-4.0.1 I don't have any problem, but when attempt to deploy it on jboss-4.0.2, shows error to me: |

[JBoss-user] [JBossWS] - ServiceFactory and FactoryFinder with Axis

2005-07-14 Thread aperezlo
Hey all, I'm trying to invoke a web service from an EJB. I've got stub files generated from the WSDL of the service, and am trying to use ServiceFactory.loadService(Service.class) to get the factory to load the service so I can invoke it. I did this sucessfully with Axis 1.2 in a stand-alon

[JBoss-user] [EJB/JBoss] - ClassCastException on EJB Remote Lookup/Narrow

2005-07-14 Thread khoff999
HI - I'm new to JBoss and just trying a simple servlet to remote session bean lookup. I keep getting a ClasscastExcepion on the narrow(). I have a simple EJB - MyBean.class, the remote is My.class, the home is MyHome.class. Here is the servlet lookup code (I try it with and w/o EJB refern

[JBoss-user] [Security & JAAS/JBoss] - Re: Additional Credentials in login-config.xml

2005-07-14 Thread dblaisdell
I was able to solve my own problem by writing a custom login module. The class below keeps track of my LoginIndex | public final class LoginIndex implements Principal { | | final int loginindex; | | public LoginIndex(int login) { | loginindex=login; | }

[JBoss-user] [Clustering/JBoss] - Accessing specific (non-clustered) session bean in Cluster.

2005-07-14 Thread amenra
We are currently working for an university project and our special case demands us to have clustering in general, but for some things we need to address one specific JBoss server. We now found out that the default behaviour - even when connecting to port 1099 - is to use HA-JNDI to access a ses

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-07-14 Thread zambak
"[EMAIL PROTECTED]" wrote : Do you have log4j.jar in your web app? If so try removing it. | | Stan I do have log4j-1.2.9.jar in my WEB-INF/libI tried removing it, but the app then fails to deployIt is saying: 2005-07-14 11:15:53,956 INFO [org.apache.catalina.core.ContainerBase

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't DatabaseServerLoginModule and SSO to work with web

2005-07-14 Thread jbrosan
Hi bndct0 I would be glad to share. :-) All I did was to uncomment the following line in the server.xml file. | | Mine is located at: C:\jboss-4.0.2\server\localdev\deploy\jbossweb-tomcat55.sar I'm not using clustering or anything fancy like that. After getting authenticated and setti

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

2005-07-14 Thread jfadame
Try http://weblogs.asp.net/jdanforth/archive/2005/01/16/354060.aspx Remember to install first XML Security libraries from Apache: Download bin libraries (or source if you want to build it) http://xml.apache.org/security/ | Copy xmlsec[version].jar to lib directory in server, but rename it as x

[JBoss-user] [JBossWS] - Re: StackOverflowError when accessing WS

2005-07-14 Thread adammeghji
update: I was able to work around the problem by using a different object with my webservice -- CarrierStruct instead of CarrierEntityValue. CarrierEntityValue was an XDoclet-generated Value Object based on an Entity Bean. CarrierStruct is a POJO, and looks like this: public class CarrierStr

[JBoss-user] [Clustering/JBoss] - Re: Exception while trying to get Stub from JBoss-Cluster

2005-07-14 Thread vignesh76
Hi Bo, I am facing the same issue. I have both the jars in the client folder and i even tried just keeping jbossall-client.jar but I get the same exception. Appreciate if you could help me here. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884859#3

[JBoss-user] [Clustering/JBoss] - Caused by: javax.naming.CommunicationException: Failed to re

2005-07-14 Thread vignesh76
Hi All, I have two instances of Jboss (v 4.0.1) running on fedora core 3, one with clustering configured and the other with unclustered configuration running webapps to use clustered session beans on the clustered instance. The clustered instance is bound to IP address 204.246.8.199 where as th

[JBoss-user] [Advanced Documentation] - Re: JMS Configuration JBoss 4.0.x

2005-07-14 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ http://www.jboss.org/products/jbossas/docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884854#3884854 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884854 -

[JBoss-user] [Beginners Corner] - Re: How do I get http://localhost/web-console working?

2005-07-14 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884853#3884853 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884853

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: New Hermes Demo

2005-07-14 Thread [EMAIL PROTECTED]
Hi Colin, I've added a link to your demo in our wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ Regards, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884852#3884852 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Security & JAAS/JBoss] - Additional Credentials in login-config.xml

2005-07-14 Thread dblaisdell
How can I configure login-config.xml to push additional credentials into my context? Such as a login index? | | | | java:/PostgresDS | select password from tblemployee where login=? and inactive='f' | | select securityroles.rol

[JBoss-user] [Beginners Corner] - Re: EJB3Trail.ear fails on 4.0.3RC1

2005-07-14 Thread onyii5119
I got the same exception. I even tried to use the installer to install JBoss on Linux kernel version 2.4.x but also got an exception during the installation. Does any one why that should happen or a way to solve the problem? View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JBossWS] - webservice.xml generation via wseedoclet task

2005-07-14 Thread parallax
Hi, I use the wseedoclet task to generate webservices.xml. The file is being generated but it has wrong information regarding the local on wsdl and mapping file. It prepends WEB-INF in front of the locations of these files. Here is my target:

[JBoss-user] [Beginners Corner] - Re: org.jboss.ejb.plugins.cmp.ejbql.ParseException

2005-07-14 Thread darranl
Can you please repost your XML and wrap it with [ code ][ / code ] tags without the spaces and use the preview button to make sure it displays correctly. It looks as if the strucure of your XML is wrong but I can't tell which fields have just been hidden. The assembly-descriptor elements need

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-07-14 Thread darranl
"kampoo" wrote : | Sure, I encounter the same problem on 4.0.2! | | -Abel | And what happens when you do not package the client interfaces in the war file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884845#3884845 Reply to the post : http://ww

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukes Bank error can't find default data source

2005-07-14 Thread janoholm
I don?t think that gunderson3 and later jonghun95 ever get an answer to their problem ? did they? I am also a newbie and a first-timer on this subject, and I got the exact same error running the installation of Duke?s Bank. No errors or problem until the last deploy of the application to Jboss,

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't DatabaseServerLoginModule and SSO to work with web

2005-07-14 Thread bndct0
hi howler, can you share how you configured the tomcat valve sso and the servlet code for your login.jsp? I can get authenticated but it always asks for the userid/password when I visit the secured pages (even after a successful authentication seconds ago). Thanks. I've placed same of the lo

[JBoss-user] [Security & JAAS/JBoss] - UndeclaredThrowableException on client when recevieng Faile

2005-07-14 Thread Michael Konietzka
When my client tries to access a secured EJB with wrong credentials, the server throws a FailedLoginException as expected. But then the client throws UndeclaredThrowableException, because the method signature doesn't know anything about LoginException. >From my point of view, the containe

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-07-14 Thread kampoo
Sure, I encounter the same problem on 4.0.2! -Abel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884835#3884835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884835 -

[JBoss-user] [Beginners Corner] - org.jboss.ejb.plugins.cmp.ejbql.ParseException

2005-07-14 Thread pittupgd
I am facing the following problem when deploying an entity bean on JBoss 4.0.2. 16:13:07,437 INFO [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "auser" at line 1, column 23. Was expecting one of:"IN" ... ... I am using EJB-QL in my ejb-jar.xml. Here is my ejb-jar.x

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: wfmopne with oracle in jboss

2005-07-14 Thread darranl
Yes the error looks as if the persistence for JMS is not configured correctly. Have you seen the following Wiki page: - http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB Also is that the first error message you get when starting JBoss or is there anything further up? View the original p

[JBoss-user] [EJB/JBoss] - Applet and EJB

2005-07-14 Thread premand
I try to access a session bean from an applet and get the following exception java.lang.NoClassDefFoundError: org/jboss/invocation/MarshalledInvocation$DeclaredMethodsAction at org.jboss.invocation.MarshalledInvocation.getFullInterfaceHashes(MarshalledInvocation.java:156) at o

[JBoss-user] [Beginners Corner] - Re: How do I get http://localhost/web-console working?

2005-07-14 Thread joschan273
Right, I did misunderstand the instruction back there. I did download mod_jk-1.2.14-apache-2.0.54.so and rename it to mod_jk and put it under Apache /modules In my httpd.conf, I have included # Specify the filename of the mod_jk lib LoadModule jk_module modules/mod_jk.so # Where to find work

[JBoss-user] [EJB/JBoss] - Jboss 4.0.2 InvalidClassException

2005-07-14 Thread alpesh_parmar
Hi Folks, I have employed a system which involves two different version of Jboss App Server including 4.0.2 and 3.2.3. Jboss 4 makes an EJB call to 3.2.3 and finds an exception like javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.util.id.GUID; lo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: wfmopne with oracle in jboss

2005-07-14 Thread johnvip
anybody help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884829#3884829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884829 --- This SF.Net email is sponsored

[JBoss-user] [JBoss Portal] - Re: Login Filter

2005-07-14 Thread [EMAIL PROTECTED]
Yes filter are supported. The login of the web container is applied before filters are applied so you cannot use a web filter to divert the web container authentication. If you want to do that you rather need to do a tomcat valve that you will insert in the valve pipeline of tomcat, here are so

[JBoss-user] [JBossCache] - Re: maxNodes setting question

2005-07-14 Thread [EMAIL PROTECTED]
This is currently being designed/implemented: http://jira.jboss.com/jira/browse/JBCACHE-66. There is already a design document, and Hany will start a public discussion on the JBossCache forum soon. This should be available in the 1.2.5 release (Oct 2005) View the original post : http://www.jbos

[JBoss-user] [JBossCache] - maxNodes setting question

2005-07-14 Thread tbodart
Hi I am currently using EHCache in my application and I am investigating a potential move to JBossCache. The main reason is that we need some kind of cache replication. EHCache provides the following feature: * You can define the maximum number of element stored in the memory store. * If t

[JBoss-user] [Beginners Corner] - Re: TimerService problems after crash

2005-07-14 Thread yankee
Hi, I've just noticed that the mentioned problems occur only when using not simple Java Objects as timerInfo. During restart JBoss shows the following Error Message: 09:18:08,078 ERROR [GeneralPurposeDatabasePersistencePlugin] Cannot deserialize java.lang.ClassNotFoundException: No ClassLoader

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Clustered HASingleton MDB?

2005-07-14 Thread pjw
hello, to answer my own question: close() on the connection does disable the ExceptionListener. No more onException() will be received. This should not be a problem, however, as we now know the state of the connection and can e.g. spawn a Thread which can periodically try to establish a new conn

[JBoss-user] [Clustering/JBoss] - Re: Clustering Jboss and deploying SLSB's

2005-07-14 Thread pytaghoras
I have the some question: how do i have to make sure that i am using Round robin with my clustered SLSB's? Sometimes i see that one jboss server is busy with handeling the requests while the other jboss server is doing nothing. What do i wrong? Here is my ejb-jar: http://java.sun.com/dtd/ejb-

[JBoss-user] [Beginners Corner] - TimerService problems after crash

2005-07-14 Thread yankee
Hi, as far as I know JBoss (using 4.0.3RC1 on Windows XP at the moment) restores the ejb timers after a crash. But there are 2 problems occuring after such a crash situation: 1. the timers are still available after a crash and restart of JBoss but the formerly assigned timerInfo object (getInf