[JBoss-user] [JBossCache] - Re: Out of memory Exception using gossip router

2005-11-20 Thread [EMAIL PROTECTED]
If you could cut this down to a sample standalone (JGroups) program that uses the GossipRouter, that'd be great. Create a JIRA issue (on JGRP) and attach the program, and we'll take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908115#3908115 Reply

[JBoss-user] [JBossCache] - Re: TreeCache outside JBoss and transaction manager

2005-11-20 Thread [EMAIL PROTECTED]
You are right: 2PC is currently implemented over JGroups, so any (even non-XA) TxManager will do. We plan to turn JBossCache into an XAResource (2.x), so in the future you will need XA-capable TXManagers that support recover(). View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: Does jboss-portal 2.0 support LDAP?

2005-11-20 Thread xgj6688
Thanks Julien and Patrick. I have got MSADLoginModule.zip. After configuration, I run portal 2.0, But I meet below error message in server console and server log file: = = = = = = = 2005-11-21 14:07:08,204 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package file:/E:/ld

[JBoss-user] [Installation, Configuration & Deployment] - jboss start problem

2005-11-20 Thread hutin
Hi,I am one Chinese student and today runing jboss. Appears below the mistake.My computer before disposed one Tomcat.Is not and this related Is not and this related.I anticipate everybody can help me to solve this problem. 2005-11-21 12:41:13,837 WARN [org.jboss.system.ServiceController] Probl

[JBoss-user] [Beginners Corner] - jboss with netbeans

2005-11-20 Thread shankar_rao
While invoking a BMP ejbCreate() from clinet, i got this exception... using netbeans with Jboss thanks in advance RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: EJBException:; nested exception is: javax.ejb.EJBException: ejbCreate: nu

[JBoss-user] [Installation, Configuration & Deployment] - Finish process before JBoss Shutdown

2005-11-20 Thread arunda
Hi, as part of my application, I've got a Quartz job that monitors a certain directory every two minutes, for xml files dropped from other processes. When it finds a file, it picks it up and processes it and sends the result off elsewhere. I'm not quite sure about what would happen if the serve

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - java.lang.NoClassDefFoundError: javax/faces/component/UIData

2005-11-20 Thread andrewi
hi, i've followed the wiki for faces install and get the following error. I've obviously missed something but I cannot work out what it is. I have also confirmed that the war file has the jsf libraries in. Any suggestions will be appreciated. Thanks Andrew 00:03:15,812 ERROR [[jsp]] Servlet

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss4.0.2 installation problem on Solaris9

2005-11-20 Thread lafr
The missing class should be in server/?/deploy/jbossweb-tomcat55.sar/naming-resources.jar. Execute jar -tvf on this file to see if it is valid and contains the class. How did you unpack the downloaded file ? Were gzip and tar successful ? Do you use solaris tar or gnu tar ? Some tar files are onl

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

2005-11-20 Thread oglueck
Goodness, this error message is eplains it all. And you are still asking what you are doing wrong? Read! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908082#3908082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39080

[JBoss-user] [Security & JAAS/JBoss] - Re: setIdentity in BaseCertLoginModule

2005-11-20 Thread rpa_rio
How can i reopen this issue in JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908081#3908081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908081 --- This SF.

[JBoss-user] [Beginners Corner] - How to map cmp bean to database

2005-11-20 Thread rotbart
Hello, dear stuff! I am newbie in EJB, here is my problem description 1. I use Xdoclet 2. Using ODBC I created datasource to MsAccess , and it works (tested!). I want to work with table called "table1" 3. I Created CMP Ejb , Lookup returns the object, no any problem at this step 4. But find

[JBoss-user] [Installation, Configuration & Deployment] - PROBLEM with Changes in dynamic class loading from 3.2.x to

2005-11-20 Thread jach003
I did use jboss 3.2.3 (default server) with cocoon 2.1.5.1 as an webapp deployed in a folder (cocoon.war) so far. I used a dynamic class loading mechanismen in cocoon which needed to receive compiled classes from the WEB-INF\lib folder at runtime (Comment for cocoon users: I did use dynamic cla

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Caller identity null on second EJB call in a transa

2005-11-20 Thread [EMAIL PROTECTED]
Its good your looking at the source. The unconditional push does not matter as the check for the effective run-as simply ignores nulls. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908077#3908077 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Security & JAAS/JBoss] - Re: Get DN from LdapExtLoginModule

2005-11-20 Thread [EMAIL PROTECTED]
No, create a feature request to add a principal representing the DN to jira. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908075#3908075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [EJB/JBoss] - EJB spec violation

2005-11-20 Thread mahan_h
I have an entity bean with an ejbCreate & ejbPostCreate with xdoclets as MyEclipse generated by default: /** * @throws CreateException Thrown if method fails due to system-level error. * @throws CreateException * @throws RemoteException * @ejb.create-me

[JBoss-user] [Security & JAAS/JBoss] - Custom Login Module and Web Context?

2005-11-20 Thread bbeloff
Hi I've got a situation where the context-root of each of a number of web applications should be used as part of the WHERE clause in the principalsQuery of a database login module. Specifically, I have a number of web applications that should share a single login module. But when the query to

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Caller identity null on second EJB call in a transa

2005-11-20 Thread MClark00
I'm sure you've loved watching me have a conversation with myself, but I found the problem. In the security proxy for Session2, in the setEJBContext method, I was calling getCallerPrincipal(). Per table 3 in the EJB 2 spec, this isn't allowed. Thanks Scott, for the solution which I found in

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Caller identity null on second EJB call in a transa

2005-11-20 Thread MClark00
I've been trying to dig through the JBoss source to understand how the caller principal is set for the home.create() call, and I think it's possible that there is a bug in the JBoss code. It's definitely possiblet hat Im wrong and I am just not understanding something correctly, but let me show

[JBoss-user] [Security & JAAS/JBoss] - Get DN from LdapExtLoginModule

2005-11-20 Thread Neelixx
Hey everyone. Is there a way to get the DN returned by the LdapExtLoginModule into the WAR? Obviously, I can do it myself, but am trying to save the trouble of issuing another query if LdapExtLoginModule already got it. I know the ExtendedFormAuthenticator will pass the j_username into the sess

[JBoss-user] [Security & JAAS/JBoss] - Re: Using the LdapExtLoginModule in a Web Application

2005-11-20 Thread Neelixx
Hi Neil, Do you need a user to bind to, before querying the LDAP Directory? I left a response on your other thread. If you want to know more about what's going on behind the scenes, try turning DEBUG logging on for the security module "org.jboss.security". You should see more information in

[JBoss-user] [JBoss Portal] - Re: Portlet title not working for my own portlet

2005-11-20 Thread [EMAIL PROTECTED]
does your portlet extends javax.portlet.GenericPortlet ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908060#3908060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908060

[JBoss-user] [Security & JAAS/JBoss] - LdapLoginModule troubles and fix

2005-11-20 Thread dpocock
Hi, I've used the LdapLoginModule in previous versions of JBoss and it seemed to work fine. I've just tried using it with multiple roles and found very weird behaviour. It would tell me that every user was in every role. With the example schema below, it would tell me that user1 is in roles

[JBoss-user] [JBoss Portal] - Re: Portlet title not working for my own portlet

2005-11-20 Thread TSchmidt2
I just realized a possible connection, the maximize/minimize/normal buttons do not have an effect either (contrary to the helloworld portlet). I really don't understand this, the only real difference is some naming changes and more portlet sourcecode... View the original post : http://www.jbos

[JBoss-user] [JBoss Portal] - Portlet title not working for my own portlet

2005-11-20 Thread TSchmidt2
Hello everyone, after successfully deploying the HelloWorld portlet I started extending it with some functionality. I basically just copied the HelloWorld.war, edited all neccessary xml files and wrote some portlet code. Now everything works fine except the title of the portlet. I'm refering t

[JBoss-user] [Installation, Configuration & Deployment] - Re: Container Interceptor runs as Client Interceptor

2005-11-20 Thread sagi7
Hello, i am no more sure, if the interceptor runs in Client or server VM. I get System.out messages in JBOSS Console and the Exception in Client VM (in the same Method). org.hibernate.HibernateException: Unable to locate current JTA transaction Maybe a wrong Bean Configuration that i cannot obtai

[JBoss-user] [JBossWS] - Web Service Deployment: NullPointerException

2005-11-20 Thread CraigCaulfield
I'm trying to deploy a simple web service to JBoss 4.0.2 on Windows XP but I'm getting the following NullPointerException. I've been checking that my web.xml, webservices.xml, and wsdl are all linked properly and all seems OK. Has anyone come across this before? 16:07:55,000 ERROR [ServiceDe