[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread marec
Hope that this image will help us all to get the correct view on what we need: [img]http://home.gamca.sk/~marec/portals.gif[/img]http://home.gamca.sk/~marec/portals.gif On the left side there is portal-core.war from the jboss-portal.sar with it's definition of the portlets and also the portlet i

[JBoss-user] [Management, JMX/JBoss] - Re: Installing JBoss into /opt in Linux

2005-08-24 Thread bwtoh
I had accidentally posted into this forum which is wrong. I have posted into the Installation forum. Admin, pls delete this post. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891558#3891558 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation, Configuration & Deployment] - Installing JBoss into /opt in Linux

2005-08-24 Thread bwtoh
I wish to run JBoss in Fedora Core. In JBoss' "Getting Started" guide (http://docs.jboss.org/jbossas/getting_started/v4/html/install.html#d0e62) : "Once it's downloaded, unpack the archive to a suitable location on your machine. It should all unpack into a single directory named jboss-4.0.2." A

[JBoss-user] [Management, JMX/JBoss] - Installing JBoss into /opt in Linux

2005-08-24 Thread bwtoh
I wish to run JBoss in Fedora Core. In JBoss' "Getting Started" guide (http://docs.jboss.org/jbossas/getting_started/v4/html/install.html#d0e62) : "Once it's downloaded, unpack the archive to a suitable location on your machine. It should all unpack into a single directory named jboss-4.0.2." A

[JBoss-user] [Security & JAAS/JBoss] - Re: saving j_username as session/request parameter

2005-08-24 Thread niwhsa
Why dont you put a servlet filter for the j_security_check servlet in your web.xml. In the filter code, you will have access to the request object from where you can read j_username and store it in the session. This would be the easiest way of doing this without tampering with the app server cod

[JBoss-user] [Javassist user questions] - Re: instrumenting a loaded class

2005-08-24 Thread chiba
According to our experiment with HotSwap of JDK1.4 (JDK1.4 has HotSwap although it has a different name), the overheaeds is less than 5% (normally about 2%). We used SPECjvm98, which is a set of relatively small programs. So if you run a really big program, the amount of the overhead may change.

[JBoss-user] [Security & JAAS/JBoss] - Re: Can I create a J2EE-generic authentication module?

2005-08-24 Thread niwhsa
You can write your own JAAS login module and plug it into the conf/login-config.xml file. If you want complete portability ensure that you custom implement the Principal and Group classes and dont use the ones from JBoss. I have done this successfully. There is no issue with that. Once you have

[JBoss-user] [Installation, Configuration & Deployment] - How to deploy the loadbalancer in jboss minimal configuratio

2005-08-24 Thread citystory
As title, failed just copying the SAR to the deploy directory of minimal server. 1. ServletException : copy javax.servlet jar into lib solves it 2. depends on webserver MBean - copy JBoss-Tomcat55.sar into deploy, but failed to deploy Tomcat MBean with exception below. Any idea? Thanks 12

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS 4.0.2 SocketException : Exiting on IOE

2005-08-24 Thread hskiran
Thanks, Does this exception represent any problem or can this be ignored by just truning off the DEBUG mode of the log? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891547#3891547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Javassist user questions] - Re: getting a ctclass from an object

2005-08-24 Thread chiba
Hi, I don't think there is a way to obtain a class file from a running object. Do you want to change a class that has been loaded? The JVM does not allow you to do such a thing unless you use HotSwap. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891546#389

[JBoss-user] [JBoss Portal] - Re: install jbossportal source code ...

2005-08-24 Thread lttnd
Hi , - in my linux computer ; i has set some env variables like : export JAVA_HOME=/usr/java/java export ANT_HOME=/usr/local/portals/JBPortal/Ant export CATALINA_HOME=/usr/local/portals/JBPortal/Tomcat export TOMCAT_HOME=/usr/local/portals/JBPortal/Tomcat export CATALINA_BASE=$CATALINA_HOME export

[JBoss-user] [JBossCache] - Re: A simple example of self-referencing objects problem

2005-08-24 Thread roginsky
I downloaded the latest code, and it solved the problem I had, but I ran into a new problem. I added a single field to MySimpleObject class: private StatusEnum status = StatusEnum.OPEN; where StatusEnum is: public enum StatusEnum { OPEN, CLOSE } When I attempt to cha

[JBoss-user] [JBoss Portal] - Re: MySQL and Portal Hybernate error

2005-08-24 Thread rgjawanda
I tried all of this on Linux (mandrake 10.1) and I get the exact same problem. I read completely the docs on setting up the database. My MYSQL datasource gets configured properly. 2005-08-24 21:40:50,878 DEBUG [org.jboss.system.ServiceConfigurator] TypeMapping set to mySQL in jboss.jdbc:datasourc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Deployment Descriptor

2005-08-24 Thread giscard_aioba
Hi guys. I am really in troubles here, I saw some tutorials and MDB example and I am sure that my jboss.xml and ejb-jar.xml are correct. But when I try to run the client I got the error: "cound't create JNDI context: jndi.naming.NameNotFoundException: jms not bound" are there another dd fi

[JBoss-user] [JBoss Portal] - Re: Bug in ActionRequest impl ?

2005-08-24 Thread Antoine_h
Hello, Your post helped me find what was going on in parameters... but as it took me some time, these more details may help some others. (I also looked for the parameters in the JBossRenderRequest instance in render() instead of in the JBossActionRequest instance in processAction()). The map v

[JBoss-user] [Clustering/JBoss] - Re: JBoss clustering gives errors on starting up new server

2005-08-24 Thread davewebb
You need to use unique multcast addresses and ports for each application. For Jboss (cluster-service.xml) I use 228.1.2.40:44566 - App A 228.1.2.41:44567 - App B 228.1.2.42:44568 - App C You also need to take the same consideration for the tc5-cluster-service.xml file if you are using session r

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: NullPointerException redeploying AxisServlet on JBoss 4.

2005-08-24 Thread genman
If somebody can't help out, I guess I should probably file as a bug. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891533#3891533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891533 --

[JBoss-user] [Clustering/JBoss] - JBoss clustering gives errors on starting up new server

2005-08-24 Thread sarkar
Hope some of you have had this issue earlier and can respond to it. I have two scenarios and they are related: Scenario 1 Deployment description I have a JBoss installation on two Linux boxes ,say lin-1 ,lin-2 ;both on the same network. On boxes lin-1 and lin-

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
"astrait" wrote : Roy, your "pretty picture" did not add any information to what is said in the reference manual and, more over, seems to have missed the point of this entire thread. Which question in this thread was not answered by either the documentation OR the picture OR the download zip I

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread astrait
Roy, your "pretty picture" did not add any information to what is said in the reference manual and, more over, seems to have missed the point of this entire thread. If this is the kind of flippant response one can expect from someone with a jboss email address then maybe it is time to move on to

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Roy, frankly that sort of answer makes it hard for folks like me to give serious consideration to using your portal product, and JBoss products in general, for development on behalf of my customers. I'm not doing a school project here... | | -Dave The descriptor

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : A picture is worth a thousand words. Roy, frankly that sort of answer makes it hard for folks like me to give serious consideration to using your portal product, and JBoss products in general, for development on behalf of my customers. I'm not doing a school project

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : A picture is worth a thousand words. or a thousand questions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891527#3891527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891527 ---

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
A picture is worth a thousand words. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891526#3891526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891526 --- SF.Net e

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : ok... i will dissect these and post it in the wiki. stay tuned. | | I'm not sure if you planning to answer my questions directly or if the PPT file on the wiki is your complete answer, but just in case the PPT file was your answer, I'll just go ahead and ask yo

[JBoss-user] [Installation, Configuration & Deployment] - MBean configuration automaticly been reloaded

2005-08-24 Thread neotyk
Hi, We have experienced automatic MBean reconfiguration. After start 2 weeks ago, we configured pools for DS and MDB, also redelivery limits for JMS destinations. Yesterday aour configuration has disapeared, it has just went back to startup default. JBoss we run 4.0.1. Is this some kind of know

[JBoss-user] [JBossCache] - Re: multiple eviction policies

2005-08-24 Thread [EMAIL PROTECTED]
ok, if you meant different polcies are different providers (e.g., LRU or MRU) then the answer is no. You can only use one provider per cache instance (but different regions have different *parameters*). So if it is a must, you can use multiple cache instance then. -Ben View the original post :

[JBoss-user] [Clustering/JBoss] - Re: failed to replicate session

2005-08-24 Thread [EMAIL PROTECTED]
Can you try out 4.0.2 again to see if that helps? Also, maybe you want to use mod_jk load balancer instead? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891517#3891517 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Clustering/JBoss] - Re: sar files for MBeans in a cluster

2005-08-24 Thread [EMAIL PROTECTED]
If you meant MBean clustering, we currently don't suport it. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891516#3891516 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891516 --

[JBoss-user] [Security & JAAS/JBoss] - JAAS Issues rolesQuery with a hashed username from DatabaseL

2005-08-24 Thread msly
The authentication workes fine. Here is the query that is fired to get the roles: select Web_App_Role,'Roles' from WEB_APP_USER_ROLES where [EMAIL PROTECTED] Here are the security setting: | | | guest |

[JBoss-user] [JBossCache] - Re: A simple example of self-referencing objects problem

2005-08-24 Thread [EMAIL PROTECTED]
It scheduled for next month. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891515#3891515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891515 --- SF.Net email is

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
Theres a ppt and a gif attached here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalXML GIF is kind of big, so the ppt may be better to view. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891511#3891511 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem while reading database schema - Interbase

2005-08-24 Thread Santaroga
Hi. I installed the Hibernate tools as Eclipse Pluging and tried to get the tables from an existing database (Reverse engineer Interbase). We were planning on moving our persistance layer to Hibernate but coding it anew would be quite a pain. After configuring Hybernate with the wizards (hiber

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: difference between jdbc datasource and resource adaptor

2005-08-24 Thread darranl
John, Please have a look at: - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891502#3891502 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891502

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - difference between jdbc datasource and resource adaptor

2005-08-24 Thread john19990330
Hi all, I am studying "jboss connector" at the moment, i m confused by some of the topics. As far as i know, in order to create a jboss compatible resource adaptor, we have to implement JCA interfaces like managedconnectionfactory, managedconnection, connectionfactory and so on, then pack the

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Cant see tables in database

2005-08-24 Thread colr__
Hi, My environment is Jboss and mySQL. I have a JSP which makes use of a stateful session bean. The session bean connects to the database as follows: ResultSet rs = null; | DataSource ds = (DataSource) new javax.naming.InitialContext().lookup("java:comp/env/jdbc/mySQL"); | Connection con =

[JBoss-user] [JCA/JBoss] - resource adaptor and jdbc datasource

2005-08-24 Thread john19990330
Hi all, I am studying "jboss connector" at the moment, i m confused by some of the topics. As far as i know, in order to create a jboss compatible resource adaptor, we have to implement JCA interfaces like managedconnectionfactory, managedconnection, connectionfactory and so on, then pack the

[JBoss-user] [Beginners Corner] - jdbc dataresource and resource adaptor

2005-08-24 Thread john19990330
Hi all, I am studying "jboss connector" at the moment, i m confused by some of the topics. As far as i know, in order to create a jboss compatible resource adaptor, we have to implement JCA interfaces like managedconnectionfactory, managedconnection, connectionfactory and so on, then pack the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS 4.0.2 SocketException : Exiting on IOE

2005-08-24 Thread genman
Turn off DEBUG? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891494#3891494 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891494 --- SF.Net email is Sponsored b

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.1 -> 4.0.2 and Hibernate MBean

2005-08-24 Thread optimusprime
Hello there! I'm a constant fight against jboss 4.0.1 and JbossCache and Hibernate Mbean. well I guess that the DeployedTreeCacheJndiName is not quite ok, since the Mbean should be looked up as Objectname right? This invalidates the use of JBossCache + Hibernate? I really couldn't find a way out

[JBoss-user] [Security & JAAS/JBoss] - Re: Can I create a J2EE-generic authentication module?

2005-08-24 Thread tcherel
Unfortunately, not really. The JAAS basic capabilities are common to all application server, but when writing your own custom JAAS login modules, in order to fully integrate it with the app server, you will have to write some app server specific code: - If you want to specify what are the roles

[JBoss-user] [Security & JAAS/JBoss] - JIRA issue created

2005-08-24 Thread ahardy66
Here we go: http://jira.jboss.com/jira/browse/JBAS-2158 Sorry for the delay. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891491#3891491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891491 -

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
As a side note, the helloworld.war and echo-portal.xml can be found here: http://download.jboss.com/jbossportal/random/deploy.zip Remember: You will have to change the theme call in the echo-portal.xml for whatever theme you are using. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-24 Thread [EMAIL PROTECTED]
ok... i will dissect these and post it in the wiki. stay tuned. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891489#3891489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891489 ---

[JBoss-user] [JBossCache] - Re: Building JGroups 2.2.9 off CVS

2005-08-24 Thread [EMAIL PROTECTED]
cvs co -d JGroups-2.2.8 -r JGROUPS_2_2_8 JGroups View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891483#3891483 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891483

[JBoss-user] [JBoss Portal] - Re: Migration from Nukes

2005-08-24 Thread [EMAIL PROTECTED]
There is not such feature planned. The upcoming 2.2 release will have a bulk upload feature, but I am unsure if you can bulk download content from nukes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891482#3891482 Reply to the post : http://www.jboss.org/

[JBoss-user] [Clustering/JBoss] - sar files for MBeans in a cluster

2005-08-24 Thread apivonka
How to make a sar file cluster aware or is it possible ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891479#3891479 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891479

[JBoss-user] [JBossCache] - Re: TreeCacheAop on standalone Tomcat 5.5.7

2005-08-24 Thread at714
I got it working. I just needed to define my jboss-aop.xml file correctly. | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891478#3891478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891478 -

[JBoss-user] [Installation, Configuration & Deployment] - jdbc datasource and resource adaptor

2005-08-24 Thread john19990330
Hi all, I am studying "jboss connector" at the moment, i m confused by some of the topics. As far as i know, in order to create a jboss compatible resource adaptor, we have to implement several interfaces like managedconnectionfactory, managedconnection, connectionfactory and so, then pack

[JBoss-user] [JBossCache] - Re: A simple example of self-referencing objects problem

2005-08-24 Thread roginsky
Ben, thanks so much! I couldn't find tag (or branch) 1.2.4Alpha in JBossCache, so I'm going to download the latest. Any word on when 1.2.4 is going to be released? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891473#3891473 Reply to the post : http://www.

[JBoss-user] [JBossCache] - TreeCacheAop on standalone Tomcat 5.5.7

2005-08-24 Thread at714
Hello, Please bear in mind that this is a lengthy message. I am trying to run TreeCacheAop as a backend datastore for my standalone Tomcat webserver. I have an example working with TreeCache and have tried to implement a TreeCacheAop with no success. I have read all the documentations but am

[JBoss-user] [Security & JAAS/JBoss] - Change Password: FailedLoginException

2005-08-24 Thread vbatista
Hello! I am using JBoss 4.0.2 with the jbas-1875-patch.zip patch. I have a web application which uses a DatabaseLoginModule for authentication. I am having problems when one user changes its password. On the session bean I am executing the code at he end of this message to flush the Authent

[JBoss-user] [Management, JMX/JBoss] - Re: reload application in jboss

2005-08-24 Thread darranl
What is the application you have deployed? If it is an archive you can just touch the archive and hot deployment will undeploy and redeploy the application. If it is an exploded deployment you need to touch the main deployment descriptor of the deployment and it will be undeployed and redeploye

[JBoss-user] [Beginners Corner] - Re: Configuring JNDI ConnectionFactory

2005-08-24 Thread darranl
Forget the -ds.xml, that is not what you are trying to achieve at all. In your web application in the web.xml you have specified a resource reference, the error is saying that you need a jboss-web.xml deployment descriptor to be packaged in your war that also contains a resource-ref with the JBo

[JBoss-user] [Security & JAAS/JBoss] - Re: saving j_username as session/request parameter

2005-08-24 Thread madalvi
Few questions: 1. Where do I put cotext.xml file? 2. Where do I put the FormAuthValve class? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891459#3891459 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891459 -

[JBoss-user] [JBossCache] - Re: Building JGroups 2.2.9 off CVS

2005-08-24 Thread abitha
How do I get the src of a JGroups version that is not the CVS head? I would like to download JGroups 2.2.8 source...Should the module name be different? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891458#3891458 Reply to the post : http://www.jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - CC: JMS over HTTPS Login not propagated to Queue ConnectionF

2005-08-24 Thread greyfairer
I posted this last week in the Security forum, no answer so far http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68098 "greyfairer" wrote : Hi all, | | We are setting up a secured JMS communication channel over https with CLIENT-CERT authentication. To post to the different Queue's,

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseLoginModule Implementation (Using Java Server Fa

2005-08-24 Thread smileyq
Do I not even need to write Callbackhandlers if I'm using the JBossSX implementation? I must be over doing it as usual. And thank you so very much for the link. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891449#3891449 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Portal] - Re: JBossPortal and Single sign-on

2005-08-24 Thread schnelzer
Yes we have implemented single sign on View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891448#3891448 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891448 --- SF.Net

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseLoginModule Implementation (Using Java Server Fa

2005-08-24 Thread [EMAIL PROTECTED]
The DVD Store (see http://www.jboss.com/docs/trailblazer) has an example of using FORM based login with JSF using DatabaseServerLoginModule for authentication. I don't understand why you are writing JAAS callback handlers or anything like that. What exactly are you trying to accomplish? V

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

2005-08-24 Thread darranl
FYI JBoss uses a resolver to identify known dtds locally, if the dtd is not recognised it will attempt to download it from the URL specified. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891444#3891444 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - DatabaseLoginModule Implementation (Using Java Server Faces)

2005-08-24 Thread smileyq
I have been reading all the docs and I can't seem to figure out how to properly implement the DatabaseLoginModule to authenticate users within my application. I have added the xml configuration settings and understand all of that but my question is how do I implement my CallbackHandler to gain a

[JBoss-user] [Security & JAAS/JBoss] - LDAPLoginModule and Tomcat server

2005-08-24 Thread shbieta
Hi I need help , very urgent I'm using Tomcat 5.0.28 and I need to build login page which authenticate users who trying to login with openLdap server. I want to use a ready loginmoudle and don't want to write my own, so I choosed the LDAPLoginModule of JBoss. The problem is that i don't know and

[JBoss-user] [Installation, Configuration & Deployment] - Error trying to run jboss 3.2.7 on AIX 4.3 (using java 1.3.1

2005-08-24 Thread marcusfink
I am trying to install and run JBOSS 3.2.7 on AIX 4.3 using java 1.3.1. But I get an error when trying to start jboss: 2005-08-24 16:08:07,493 ERROR [org.jboss.mq.sm.jdbc.JDBCStateManager] Starting failed jboss.mq:service=StateManager org.jboss.mq.SpyJMSException: Error creating connection to the

[JBoss-user] [JBossWS] - SOAPFault instead of custom Exception

2005-08-24 Thread sonic-dre
Hi On JAX-RPC Clientside I became a SOAPFaultException instead of a custom Exception. I compare my WSDL File and JAX-RPC-MAPPING File with the testsuite examples, everything seems right. The SOAP Message I´ve got : | | | http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Error: Can't find datasource

2005-08-24 Thread cdsmiling
Hi All, I am trying to deploy a simple entity bean using Postgres datasource. I have configured the datasource as per documentation and it also can be seen in jmx-console after starting the server. However when I try to deploy the bean, I get following error. Any help will be greatly appreciate

[JBoss-user] [Management, JMX/JBoss] - Re: extending class that extends ServiceMBeanSupport

2005-08-24 Thread JimDwyer
On second thought Dimitris - you are correct. By having TestService implement a TestServiceMBean interface the whole things falls into place very nicely. Thanks again. Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891430#3891430 Reply to the post

[JBoss-user] [JBoss Portal] - Page redirection based on user role and customized authentic

2005-08-24 Thread madhupocham
Hai, Actually in form based authetication, user authentication can be done only if we access the restricted resource. But I want to authenticate the user by using my customized username and password feilds. After authetication if i access the protected resource, then It won't again ask

[JBoss-user] [Javassist user questions] - Re: instrumenting a loaded class

2005-08-24 Thread nick.collier
chiba, Thanks very much! I've gotten the code from CVS and taken a look at the HotSwapper. Do you have any sense of what sort of overhead running the virtual machine in this kind of debug mode adds? thanks, Nick View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Error: cannot communicate securely because they have no comm

2005-08-24 Thread araujo
Hello, i'm using jboss 4.0.2 with Tomcat. I configured Tomcat to allow https connections in server.xml, like this: Connector port="443" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" accep

[JBoss-user] [Performance Tuning] - Many databases or many tables?

2005-08-24 Thread Lister
Hi, I'm currently developing an application where many users store a lot of data in a MySQL database. This data needs to be queried quickly and often. The problem is that the queries are already becoming slow even though we are expecting the number of users to increase tenfold. I'm consideri

[JBoss-user] [JBoss Portal] - Re: not attached your portlet example

2005-08-24 Thread gontouf
Done... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891426#3891426 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891426 --- SF.Net email is Sponsored by the Bett

[JBoss-user] [Management, JMX/JBoss] - Re: Http/URL/DAV deployment scanner - httpexception classnot

2005-08-24 Thread ntsankov
I have the same problem AND I have the common-httpclient.jar copied to every single "lib" dir on my pc! Checked the bug report and am still wandering what this -L option is. BTW I'm using 3.2.6. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891425#3891425

[JBoss-user] [JBossWS] - javax.xml.rpc.ServiceException: java.lang.NullPointerExcept

2005-08-24 Thread siddhik1982
Hi All, I'm using Jbos4.0.2 web services. When I tried to call my web service from client it is throwing the following Null pointer exception. Pls help me to rectify this. Thanks Satya Server Stach trace ulr :: http://T5-1FB-140531:8080/csda/csda/AcceptRequest?wsdl Contacting webservice at

[JBoss-user] [Management, JMX/JBoss] - Re: web server server port using JMX

2005-08-24 Thread dhill
I am using jboss 4.0.2 which is packaged with Tomcat 5.5, I am not seeing any attributes for this connector, any clue as to the ObjectName that I will need to use ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891421#3891421 Reply to the post : ht

[JBoss-user] [Clustering/JBoss] - Re: getting remote ejb across firewall

2005-08-24 Thread teknokrat
Ok, I was being dumb. The two clusters were using the same partition name. Once I changed the names everything worked ok. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891420#3891420 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

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

2005-08-24 Thread madhupocham
hai Danny, Did you get the solution for this problem. If, please give me the solution. Thank in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891419#3891419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891

[JBoss-user] [JBoss Portal] - [JBoss Portal] HTML pages created

2005-08-24 Thread missllyss
Hello, I wanted to know where are created the pages from JBoss Portal? And is it possible to include them in others html pages? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891418#3891418 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Portal] - Re: User Portlet and Page Menu portlet on all pages

2005-08-24 Thread martingi
"yantriki" wrote : ... and when I access the forum, I want to still have access to the user and menu portlets. I think I found the problem and this is not possible with the ForumsPortlet at the moment. To see user and menu portlet with the forums, you need to call the forums in 'normal' windows

[JBoss-user] [Beginners Corner] - Jboss - ide tutorial

2005-08-24 Thread Vish_c
I am an geting an exception while trying to get reference for home interface. This is for the tutorial of Jboss - IDE for ejb. The app server is jboss 4.03RC1. The exception looks like this javax.naming.NameNotFoundException: ejb not bound at org.jnp.server.NamingServer.getBinding(Naming

[JBoss-user] [JBoss Portal] - JBossPortal and Single sign-on

2005-08-24 Thread bosak
Have somebody some experience with integration SSO (for example JOSSO) in JBoss Portal? Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891414#3891414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891414 -

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS 4.0.2 SocketException : Exiting on IOE

2005-08-24 Thread hskiran
Hello, I ported my application from JBoss 3.x.x to JBoss 4.0.2, strangely everytime my JMS call ends, I get the following exception. 2005-08-23 17:02:25,625 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE java.net.SocketException: socket closed at java.net.SocketI

[JBoss-user] [Javassist user questions] - getting a ctclass from an object

2005-08-24 Thread cat4hire
Hi, is it possible to get a ctclass from an object, in a smilir way to the object.getClass() method? I need this since I'm going to manipulate the same instance multiple times, thus I need to restart from the ctclass that represents the current running object, not the one in the classpath. Than

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB Deployment Descriptor

2005-08-24 Thread giscard_aioba
Hi guys, sorry if this question was already posted on forum. I am trying to deploy my first MDB and got some problems, in my mind I understand the follow: + The MDB catch all messages on a queue + When the client throw the message to queue the MDB bean onMessaeg method is called My doubts

[JBoss-user] [Clustering/JBoss] - Re: getting remote ejb across firewall

2005-08-24 Thread teknokrat
Just to provide some details. I am using jboss 4.02 and the code for getting the ejb is Object ref = context.lookup(jndiName); EJBHome home = (EJBHome) javax.rmi.PortableRemoteObject.narrow(ref, klass); I have tracing on so I know that the system behind the firewall does receive the initial re

[JBoss-user] [Security & JAAS/JBoss] - jboss authentication service

2005-08-24 Thread evrim
hi, i was facing most of the problems people have faced here. Although i've searched most of the literature, i didn't like most of the solutions. So, i decided to rephrase them and let people here direct me to the most appropriate solution. 1) direct logging without accessing the secured conte

[JBoss-user] [Management, JMX/JBoss] - reload application in jboss

2005-08-24 Thread zanza67
Hi everybody someone can tell me how can I reload an application in jboss without stopping and starting the jboss service? I saw that feature in tomcat but I cannot find it in jboss it is possible to do that? J. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBossCache] - Re: multiple eviction policies

2005-08-24 Thread yongw
Hi, I do read the document and I know it supports multiple regions, but I don't find any details how I can configure different regions with different eviction policies in the configuration xml. In the examples there are always one evication policiy for multiple regions. Perhaps I have missed so

[JBoss-user] [Clustering/JBoss] - Tomcat and EJB3 Clustering

2005-08-24 Thread aho
I am using JBoss_4.0.3RC1, upgraded with Jboss_EJB3.0_RC1. The JBoss AS with a simple clustered Stateful Session Bean which keeps the number of counts it has been accessed, is deployed in two server machines. The Session Bean is accessed by JSP deployed in the web container of the JBoss AS. I a

[JBoss-user] [Security & JAAS/JBoss] - Re: saving j_username as session/request parameter

2005-08-24 Thread tremalnaik
If the Jboss FormAuthValve does really what you need, why don't you use it instead of creating your own copying the former? Just add in your context.xml file the configuration for this valve View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891402#3891402 R

[JBoss-user] [Beginners Corner] - Re: Spring, Hibernate and JBoss

2005-08-24 Thread KalvinKlein
This solution solves the "ClassCastException" problem. Look out for .jar files that contain the same packages. For example both jta.jar and jboss-j2ee.jar contain the package "javax.transaction.TransactionManager" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: org.jboss.tm.TxManager, JBoss3 vs. JBoss4, ClassCastExce

2005-08-24 Thread KalvinKlein
Problem solved! Look out for .jar files that contain the same packages. For example both jta.jar and jboss-j2ee.jar contain the package "javax.transaction.TransactionManager" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891399#3891399 Reply to the post :

[JBoss-user] [JCA/JBoss] - WrappedStatement

2005-08-24 Thread aibo
Hi, I want to use IfxStatements (Informix) in my Application, but when I create a Statement jboss always uses the org.jboss.resource.adapter.jdbc.WrappedStatement instead. Because of that, I receive errors and cannot access informix statement functionality. How can I prevent JBoss from using hi

[JBoss-user] [JBoss Portal] - not attached your portlet example

2005-08-24 Thread ramesa
Hi, You are not attached any mail regarding to me., [EMAIL PROTECTED] Regards, Ramesh M View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891396#3891396 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891396 -

[JBoss-user] [JBoss Portal] - Re: examples

2005-08-24 Thread gontouf
Hi ramesh, I have sent you my portlet by mail. Test it and i wish it'll work for you too. I can't help you more because I 'm a newbie in this technologie and I never do more than this portlet, and now i'm working on another project. Regards. Flo. View the original post : http://www.jboss.or

[JBoss-user] [Beginners Corner] - Re: Configuring JNDI ConnectionFactory

2005-08-24 Thread shaunbarker
My file looked something like this (I since deleted it as it wasn't working!) QueueFactory jms-ra.rar JMS Adapter org.jboss.resource.adapter.jms.JmsConnectionFactory javax.jms.Topic java:/DefaultJMSProvider JmsXARealm I got this from another posting on

[JBoss-user] [Beginners Corner] - Re: Configuring JNDI ConnectionFactory

2005-08-24 Thread shaunbarker
Yes I tried that too - although I called it -ds.xml (as I didn't know to give it a prefix) and this only caused errors since it said the name was not bound to JNDI - which only served to confuse me more? What exactly should go in the xxx-ds.xml file (assuming that xxx means any name I give to

[JBoss-user] [JBossCache] - Lifecycle of TreeCache.

2005-08-24 Thread ncutjlh
Now i want to make the data of the TreeCache invalidly after period of time,how i do it ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891391#3891391 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891391 --

[JBoss-user] [JBoss Portal] - Re: How to create dynamically new portals?

2005-08-24 Thread tomcmok
anonymous wrote : Not referenced? and what is this than? ...yeah, I was too much fosused on the parameters ;) Ok - thanks - I'll give it a try and eventually come back to bother you with more questions ;) Cheers, Tomasz View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [JBossWS] - Re: Changing WSDL URL from version to version

2005-08-24 Thread [EMAIL PROTECTED]
You could specify the context + path explicitly in jboss.xml. Have a look at http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891387#3891387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891387 --

  1   2   >