[JBoss-user] [JBoss Portal] - Re: 2.0 release candidate

2005-05-09 Thread garu
Do you mean it won't work with 4.0.2 final relased last week? If not, are you going to release a bundle for it? In alternative, forgive me if it is a stupid question, it's the first time i'm looking into portal, can we alter manually somehow the configuration to adapt for 4.0.2? Thanks,

[JBoss-user] [EJB/JBoss] - how to use both ssl and CompressionSocketFactory when invoki

2005-05-09 Thread can_i
Hi, I configured ssl to jboss-service.xml, in order to use ssl when invoking ejb. Now I want to compress data when it is transfered. How can I deal with that? Does I have to write my own RMIClientSocketFactory and RMIServerSocketFactory? Thanks, Bruce View the original post :

[JBoss-user] [Installation Configuration] - How to package config.properties file with ear

2005-05-09 Thread singhn
Hi, I am deploying an ear file to Jboss. I also need to package some input and output files. I am using config.properties file to start the application with the flags set in the properties file. I packaged it in the following location in ear. WEB-INF\classes\config\ But I am getting an error

[JBoss-user] [JNDI/Naming/Network] - Re: How to configure JBoss to use principal to access JNDI?

2005-05-09 Thread yoge_babu
Check out jboss-service.xml in JBOSS SERVER HOME\deploy\jmx-invoker-adaptor-server.sar\META-INF Uncomment org.jboss.jmx.connector.invoker.AuthenticationInterceptor section. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876957#3876957 Reply to the post :

[JBoss-user] [Beginners Corner] - Deploying classes into JNDI for using JCA with JBoss

2005-05-09 Thread PRootham
I'm trying to experiment with JCA using JBoss. Understood a simple JCA Resource Adapter tutorial up to where it said: After deploying the resource adapter into your application server environment, create a connection factory with the JNDI name of jca/HelloWorld. How? I'm at the bottom

[JBoss-user] [JNDI/Naming/Network] - InitialContext.lookup( ) problem

2005-05-09 Thread waglik
Hello I have a problem I write a client : public class Proba { private static final String JNDI_NAME = ModelEJB; public static void main(String[] args) throws NamingException { //JNDI properties Properties h = new Properties();

[JBoss-user] [EJB/JBoss] - Worker thread count

2005-05-09 Thread armorris007
We are having problems with our JBoss 2.4.3 based application which is resulting in nullpointer exceptions when trying to obtain a database connection from the pool - after the application has been running for a number of days. Whilst there seems to be no apparent reason for this happening,

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

2005-05-09 Thread armorris007
Which version of JBoss are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876963#3876963 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876963 --- This SF.Net

[JBoss-user] [JBoss Portal] - Re: 2.0 release candidate

2005-05-09 Thread [EMAIL PROTECTED]
Final will work with 4.0.2 (scheduled beginning of June) Yes we are going to pack a release for 2.0 release candidate as well as for 2.0 final. You can do it for 4.0.2, the bug thing is the migration from hibernate 2 to hibernate 3. We are going to start the migration this week in the CVS

[JBoss-user] [Installation Configuration] - Re: how to use jboss-4.0.1sp1 in eclipse?

2005-05-09 Thread chrismalan
What an unkind reply - the one above. You can dowload the jboss40x.server file here: http://www.csd.abdn.ac.uk/~bscharla/teaching/CS5302/practicals/jboss40x.server Hope it helps. Chris View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876965#3876965 Reply to

[JBoss-user] [JBoss Portal] - problems with my own portlet

2005-05-09 Thread bratkus
hello folks, i've successfully developed a portlet in pluto and jetspeed2. Now i want to run the same portlet in JBoss Portal. I've downloaded your helloworld example and read the two .pdf in the docs folder. So i've written the desciptors. Actually i'm using JBoss Portal 2.0b1 + JBoss AS

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread [EMAIL PROTECTED]
you need to remove the portlet JSP tag TLD file from the war file you are deploying. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876967#3876967 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876967

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread bratkus
i suggest that you mean the taglib-urihttp://java.sun.com/portlet/taglib-uri taglib-location/WEB-INF/tlds/portlet.tld/taglib-location in my web.xml and the %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % in my jsp correct? View the original

[JBoss-user] [EJB/JBoss] - Re: Jboss does not redeploy any changed EJB jar in deploymy

2005-05-09 Thread armorris007
That's because directories with a . in them are not recursively searched. You could touch the application.xml file in your myapp.ear/META-INF directory. This would force JBoss to redeploy the whole app - including your new JARs. View the original post :

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread [EMAIL PROTECTED]
yes, you should use remove it and use in your JSP : %@ taglib uri=/WEB-INF/portal-lib.tld prefix=n % you don't need to put the taglib as it is automatically imported in the war file when you deploy your web app. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Worker thread count

2005-05-09 Thread armorris007
For example: anonymous wrote : | 2005-02-18 14:21:53,375 [Thread-359] ERROR AssociateSolutionP AssociateSolutionP - TRANSACTION ROLLBACK EXCEPTION:null | Embedded Exception | null; nested exception is: | javax.ejb.EJBException: null | Embedded Exception | null | 2005-02-18

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread bratkus
thanks for your help, but after editing the jsp and the web.xml the, means i've removed taglib-urihttp://java.sun.com/portlet/taglib-uri taglib-location/WEB-INF/tlds/portlet.tld/taglib-location in the web.xml and the %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % in my jsp the

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

2005-05-09 Thread baskar_bharadwaj
Hi !! I'am using JBoss 3.2.3 ... Regards.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876973#3876973 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876973 --- This

[JBoss-user] [Installation Configuration] - Re: Change deployment order

2005-05-09 Thread kulaahmet
Is there anyone here ??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876974#3876974 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876974 --- This SF.Net email is

[JBoss-user] [Security JAAS/JBoss] - Dynamic authentication

2005-05-09 Thread kresho
My application has an ejb 2.1 timer, which triggers some work. The work must be done using the same principal that requested the work. So, I start the timer with an info object that contains the principal's login and password. When the timer expires, I try to authenticate using principal data

[JBoss-user] [JBoss Portal] - Bridge Interceptor

2005-05-09 Thread sven.schulz
I wonder how to activate the bridge interceptor in org.jboss.portal.bridge. I think I have to add a line to jboss-container.xml. Is this true? Is there any meaning associated with the order of the interceptor elements therein? View the original post :

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

2005-05-09 Thread armorris007
I am no expert in this area, but I've experienced a similar problem with our application. I have been using JBoss 2.4.3 and not 3.2.3 so my comments may not be applicable but I too have experienced a similar problem where JBoss has not thrown an ApplicationDeadlockException in a situation

[JBoss-user] [Installation Configuration] - JBoss 4.0.2 with Tomcat 5.5.x and JDK 1.4.2

2005-05-09 Thread n2
Are there any problems running JBoss 4.0.2 with integreted Tomcat 5.5 with JDK 1.4.2? Tomcat 5.5 release notes say: Tomcat 5.5 is designed to run on J2SE 5.0 and later, and requires configuration to run on J2SE 1.4. (http://jakarta.apache.org/tomcat/tomcat-5.5-doc/RELEASE-NOTES.txt) But when

[JBoss-user] [Installation Configuration] - JBoss 4.0.2 with Jetty 5.x

2005-05-09 Thread rafcio
Hi, I downloaded JBoss 4.0.2. After replace tomcat with Jetty 5.1.2 sar for JBoss 4.0.0 I get this message: 13:34:25,560 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | --- Packages waiting for a deployer --- | [EMAIL PROTECTED] {

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-09 Thread [EMAIL PROTECTED]
you can download the example uing struts and look at the configuration. the struts mail demo is what interest you on this page : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalSamples View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876981#3876981 Reply

[JBoss-user] [Installation Configuration] - Clustering

2005-05-09 Thread barunkdas
hi all, Is there anybody who can guide me to build up a system with clustering two nodes. My application is very simple but needs an clustered environment. i am using jboss-4.0.0 and oracle 9i. Thanx in advance. Barun. View the original post :

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-09 Thread sven.schulz
Hi Julien, I am trying to integrate my own bridge for Oracle ADF Faces. Even with your hint I am not able to figure out how to get the bridge interceptor working. When I invoke JBossServletContextProvider.getServletContext(null) an IllegalStateException is thrown, indicating that no bridge is

[JBoss-user] [EJB/JBoss] - Jboss mbean and CORBA clients

2005-05-09 Thread kaushikmondal
Hi, can we use a Jboss Mbean to achieve communication with a CORBA client? When we tried to resolve the 'RootPOA' in the startService method of our Mbean we got the error : '17:43:04,385 WARN [listener] Address already in use: JVM_Bind 17:43:04,385 INFO [STDOUT] org.omg.CORBA.INITIALIZE:

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-09 Thread [EMAIL PROTECTED]
it is because you need to change the invocation stack on your portlet and activate the one specific to bridged configuration : in jboss-portal.xml add the line config-nameStruts/config-name like : | portlet-app |portlet | portlet-nameStrutsPortletDemo/portlet-name | !--

[JBoss-user] [JBossWS] - Re: could not obtain the client certificate chain

2005-05-09 Thread [EMAIL PROTECTED]
This has been assigned to http://jira.jboss.com/jira/browse/JBWS-216 Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876987#3876987 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876987

[JBoss-user] [HTTPD, Servlets JSP] - redeploy webapp

2005-05-09 Thread djeang
Hello, I'm not using a war file for deploy my webapp. Instead, i've created a myapp.war folder under /deploy and my .class are directly compiled under /deploy/myapp.war/WEB-INF/classes. When a .class change, i have to restart JBOSS to make the server aware of changes. Is there a mean to ask

[JBoss-user] [Installation Configuration] - Re: Change deployment order

2005-05-09 Thread schrouf
Have a look into jboss-service.xml of your server configuration and search for org.jboss.deployment.scanner.PrefixDeploymentSorter This might solve your problems. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876995#3876995 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: NullPointerException when using Java Server Faces

2005-05-09 Thread mmaia
Hi, just downloaded jboss4.0.2 and its working now... problably some bug with version 4.0.1XXX regards. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876996#3876996 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876996

[JBoss-user] [Security JAAS/JBoss] - Multiple Security Roles problem

2005-05-09 Thread dmcgeown
Hello, im having trouble implementing the multiple security roles in a database. The application works fine when i have one role but when i add another role to the user it doesnt reconise the additional role. I use the following format in the database row role1,role2,role3. Could anybody give

[JBoss-user] [HTTPD, Servlets JSP] - who can tell me whether JBoss3.2.2 can follow synbolic links

2005-05-09 Thread ghostwx
JBoss3.2.2/tomcat HTTPD cannot follow synbolic links and how should I do? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876998#3876998 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876998

[JBoss-user] [Security JAAS/JBoss] - Re: Multiple Security Roles problem

2005-05-09 Thread kresho
Try creating a new row for each role View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876999#3876999 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876999 --- This SF.Net

[JBoss-user] [Security JAAS/JBoss] - Re: Dynamic authentication

2005-05-09 Thread [EMAIL PROTECTED]
You need to do a JAAS login the same as any external client that needs to establish its security context. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877002#3877002 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877002

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.2 with Tomcat 5.5.x and JDK 1.4.2

2005-05-09 Thread [EMAIL PROTECTED]
No problem with using tc 5.5 with jdk1.4.2 since that is what it was built with. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877001#3877001 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877001

[JBoss-user] [Security JAAS/JBoss] - Re: Multiple Security Roles problem

2005-05-09 Thread dmcgeown
Thanks a million for the reply. I actually realised just before i read your reply how to get it working - you got to love mondays! Thanks Darragh. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877004#3877004 Reply to the post :

[JBoss-user] [JBoss Portal] - 2.0 release candidate (Repost)

2005-05-09 Thread [EMAIL PROTECTED]
We have released the 2.0 release candidate of JBoss Portal. We have relased binary versions for mysql, hsqldb and postgresql. JBoss Portal 2.0 RC works with JBoss 4.0.1SP1. The downloads are accessible with the following links :

[JBoss-user] [EJB/JBoss] - Re: Worker thread count

2005-05-09 Thread jamesstrachan
Andy, This feels like (but may not be) the problem of not properly releasing a connection after use. I assume that you are using BMP. Your code should look like :- | public void ejbLoad() { | | Connection conn = null; | PreparedStatement statement = null; |

[JBoss-user] [Beginners Corner] - xsd schema validation

2005-05-09 Thread trossmy
Maybe somebody can tell me what should be the preferred way to validate xml against a xsd schema, which is stored locally. I'm using dom4j and xerces like this: SaxReader reader; | reader = new SAXReader(); | reader.setValidation(true); |

[JBoss-user] [Security JAAS/JBoss] - Problems with JAAS

2005-05-09 Thread optimusprime
Hello there! Well I'm trying to get to use a custom authentication method. I read the JAAS developer guide, as well LoginModule Developer guide. I have a custom LoginModule that extends UserNamePasswordLoginModule. My solution when used combined with j_security_check works nicely. The problem

[JBoss-user] [Installation Configuration] - Re: how to use jboss-4.0.1sp1 in eclipse?

2005-05-09 Thread [EMAIL PROTECTED]
He said please, what more do you want. Posting the same question to multiple forums at the same time is poor forum etiquette. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877008#3877008 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Dynamic authentication

2005-05-09 Thread kresho
I thought I am doing a JAAS login - from what I read in section 3.2.1.2. in JBoss 4.0.1 AS guide, LoginInitialContextFactory does a JAAS login under the hood. Nevertheless, I have tried using JAAS login directly: | public void ejbTimeout(Timer timer) { | final OptInfo info =

[JBoss-user] [JBossCache] - Replication upder Windows Xp

2005-05-09 Thread foxyboa
Hello! Several days ago I installed latest security hot fixes from MS for my Windows XP Prof. After that when I try launch JBossCache for any replication stage (AsyncUnitTestCase.java example) I get UDP exception. Besides local version (I mean w/o replication facility) of the cache works

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.2 with Jetty 5.x

2005-05-09 Thread frankgrimes
http://www.jboss.org/index.html?module=bbop=viewtopict=63494 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877010#3877010 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877010

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread bratkus
dear roy, you mean, that in my jsp your posted tag is missing? for a better understanding i've added my jsp: %@ page session=false% %@ page import=de.oio.data.* % %@ page import=javax.portlet.*% %@ taglib uri=/WEB-INF/portal-lib.tld prefix=n% portlet:defineObjects/ % PortletURL jaURL =

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread bratkus
and where can i edit my posts? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877015#3877015 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877015 --- This SF.Net email

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread [EMAIL PROTECTED]
Use the code tags in the forums when posting code. Are you still getting the same error after adding this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877018#3877018 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Dynamic authentication

2005-05-09 Thread [EMAIL PROTECTED]
Create a bug report in jira then so we can look into what the issue is: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877016#3877016 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread [EMAIL PROTECTED]
The error above, is because you are missing: | portlet:defineObjects/ | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877013#3877013 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877013

[JBoss-user] [JBoss Portal] - Re: problems with my own portlet

2005-05-09 Thread bratkus
right, the hole jsp looks like this: | %@ page session=false% | %@ page import=de.oio.data.* % | %@ page import=javax.portlet.*% | %@ taglib uri=/WEB-INF/portal-lib.tld prefix=n% | portlet:defineObjects/ | % PortletURL jaURL = renderResponse.createActionURL(); | PortletSession

[JBoss-user] [Installation Configuration] - jboss 4.0.2 not deploying hibernate-service in exploded har

2005-05-09 Thread mf915
4.0.1 sp1 works, but 4.0.2 does not work. Here is what I do to demonstrate the problem. I create a folder deploy, say in F: drive. -deploy - test.ear - meta-inf - application.xml - jboss-app.xml - test.har - meta-inf

[JBoss-user] [Security JAAS/JBoss] - Re: MBeanTrustPermission Error

2005-05-09 Thread dinosaur_jr
as far as I can see a security manager is running. also when I try to explicit activate the security manager according to the server guide within the run.bat I get an exception which means that there's already one running. the server.policy file grants permission to everything. ... |

[JBoss-user] [Installation Configuration] - FORM based security

2005-05-09 Thread streagan2
I am using jboss-4.0.0RC2. I am trying to use form-based declarative security. My web.xml is: web-app xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; | version=2.4

[JBoss-user] [Installation Configuration] - JBOSS with Crytal Report

2005-05-09 Thread ware
Hello! I'm using Jboss 3.2.3 and i want to use the Java Report Component (JRC) of Crystal Report to embbed the report in my appplication over JBOSS. The problem is that they support TOMCAT but i cannot configurate JBOSS-TOMCAT so the JRC will find a JDBC connection or what parameters are

[JBoss-user] [HTTPD, Servlets JSP] - IOException in CoyoteReader(Possibly Related to Tomcat Bug #

2005-05-09 Thread rauschuber
Using JBoss 4.0.2(Tomcat 5.5), I'm getting this excpetion from a servlet: java.io.IOException at org.apache.catalina.connector.InputBuffer.reset(InputBuffer.java:439) at org.apache.catalina.connector.CoyoteReader.reset(CoyoteReader.java:121) at

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.1sp1 to 4.0.2 upgrade problem

2005-05-09 Thread grafpoo
i've had the same error message about the appender, but it came about because i have log4j1.2.8.jar in my war file. when i remove it from the war file, all is well. but i don't want to remove it from the war-file; i want to try to keep my war deploy app-server-agnostic. i've just looked at

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.1sp1 to 4.0.2 upgrade problem

2005-05-09 Thread grafpoo
by the way, i am running java 1.5_03... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877033#3877033 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877033 --- This

[JBoss-user] [HTTPD, Servlets JSP] - Re: IOException in CoyoteReader(Possibly Related to Tomcat B

2005-05-09 Thread rauschuber
Upon further inspection, I don't think that said bug is the cause after all since there aren't any lines in the post that exceed the length limit. I'm going to crank up the log level and see if I can find anything that will help diagnose this. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Worker thread count

2005-05-09 Thread armorris007
Hi James, Thank you very much for your reply. We are indeed using BMP. I take your point regarding the possibility of there being an unreleased resource issue, however, all of our bean code is cut using the same templates and this does most definately includes the necessary close calls for the

[JBoss-user] [Beginners Corner] - Re: Silly session timeout question

2005-05-09 Thread stevecoh2
Thanks, Scott. However, I'm not sure it answers the question. Here is the comment from http://java.sun.com/dtd/web-app_2_3.dtd The session-timeout element defines the default session timeout interval for all sessions created in this web application. The specified timeout must be expressed in a

[JBoss-user] [HTTPD, Servlets JSP] - Re: IOException in CoyoteReader(Possibly Related to Tomcat B

2005-05-09 Thread rauschuber
I didn't find anything helpful in the log. Is there anything here that should have tipped me off? 2005-05-09 11:10:14,703 DEBUG [httpclient.wire] Content-type: text/xml[\r][\n] | 2005-05-09 11:10:14,703 DEBUG [org.apache.commons.httpclient.HttpConnection] enter

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.1sp1 to 4.0.2 upgrade problem

2005-05-09 Thread [EMAIL PROTECTED]
When a deployment includes classes used by the implementation of the app server, you don't have an app server agnostic deployment by definition. Either the class loading configuration of the app server needs to be configured to work with your packaging, or the packaging updated to work with the

[JBoss-user] [Installation Configuration] - Re: jboss 4.0.2 not deploying hibernate-service in exploded

2005-05-09 Thread mf915
i meant to type application.xml application | display-nameMy Application/display-name | /application -- hibernate-service.xml | mbean code=org.jboss.hibernate.jmx.Hibernate |name=jboss.har:service=Hibernate | attribute

[JBoss-user] [JCA/JBoss] - Database Failover

2005-05-09 Thread prathima
Hi, I use JMS with non-persistent option to transfer data from JBoss server to client. But after a while I get some JMS errors because of the Database. So I am looking at options like where I can completely make the JMS non dependant of the Database or use someother option or technology to

[JBoss-user] [Javassist user questions] - Re: Javassist and Java5's enumerations

2005-05-09 Thread chiba
For another request, I'll change ClassPool.get() to accept [L...; View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877042#3877042 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877042

[JBoss-user] [Beginners Corner] - Re: Redirect Default Page

2005-05-09 Thread PeterJ
The default web page is located at ./deploy/jbossweb-tomcat50.sar/ROOT.war/index.html. Replace that index.html file with you own that contains a redirect meta tag, such as: meta http-equiv=Refresh content=0; URL=/app/init.do/ Hope this helps. View the original post :

[JBoss-user] [Beginners Corner] - Re: Redirect Default Page

2005-05-09 Thread rdhensley
That did the trick. Thanks for you help! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877044#3877044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877044 --- This

[JBoss-user] [Installation Configuration] - Re: javax.servlet.ServletException: Wrapper cannot find ser

2005-05-09 Thread PeterJ
Are all of your classes servlets? I would assume so since they are all listed as servlets in the web.xml file. I assume that since the error is on loading util.t2 that admin.html is correctly referencing util.t2. So the question then becomes, on what classes does util.t2 depend and are those

[JBoss-user] [Javassist user questions] - Javaasist in web application deployed under Sun App server

2005-05-09 Thread demboos
Hello I am an indirect user of Javaasist since I am using Tapestry web framework. I'm having serious troubles deploying my web apps based on tapestry under Sun Java System Application Server 8 release 2005.Q1. At first I thought it would be Tapestry issue, but then I wrote simple bare http

[JBoss-user] [Installation Configuration] - 4.0.1sp1 to 4.0.2 causes recursive ejbCreate calls then Stac

2005-05-09 Thread theaps
After attempting a switch from 4.0.1sp1 to 4.0.2, all stateless session beans containing a local client ref to other stateless session beans in a circular chain (e.g. BeanA has a local ref to BeanB, which has a local ref to BeanC, which has a local ref to BeanA), fail in the first bean's

[JBoss-user] [Installation Configuration] - Re: stopping Jboss

2005-05-09 Thread PeterJ
The most likely cause of the problems is that the instance of JBoss that is terminating still has ports opened that the instance of JBoss starting up is attempting to use. The simple, but possibly innacurate, solution is to put a wait in your ant script between running shutdown.sh and run.sh.

[JBoss-user] [Installation Configuration] - Re: 4.0.1sp1 to 4.0.2 causes recursive ejbCreate calls then

2005-05-09 Thread [EMAIL PROTECTED]
So I have to ask why this logic should work at all since you are describing a circular processing chain. The real question would be why it did not fail previously. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877054#3877054 Reply to the post :

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

2005-05-09 Thread tcherel
I believe that I have a working solution (tests seems to be conclusive). Let me know if this makes senses. 1) Create a custom principal class holding user name and an extra id attribute. 2) Create a custom login module for the client. This custom login module is requesting only user name and

[JBoss-user] [Installation Configuration] - JBoss/Hibernate Configuration

2005-05-09 Thread MTBerg
Can anyone please point me to a concise explanation of how-to integrate Hibernate into JBoss. I'm running JBoss 4.0.1sp1. Can someone fill me in on the jboss-hibernate.deployer and how to quickly get ibernate up and running. Thanks, Mitch View the original post :

[JBoss-user] [Beginners Corner] - Re: Auto primary key generation with CMP and MySQL

2005-05-09 Thread robr
Could somebody please post the full contents of the jbosscmp-jdbc.xml and ejb-jar.xml files that contain an example of how to use an identity column as a primary key in an entity bean? Also would you please post the script that was used to create the table? I am trying to do this with a table

[JBoss-user] [Javassist user questions] - help needed in creating new class from scratch

2005-05-09 Thread neuralnet
I am attempting to use the following code to create a new class from scratch and call its method. import java.lang.reflect.Method; import javassist.ClassPool; import javassist.CtClass; import javassist.CtMethod; import javassist.CtNewMethod; import javassist.Loader; import javassist.Modifier;

[JBoss-user] [Testimonials] - Jboss Tunning and Profiling

2005-05-09 Thread charanyavijay
Please let me know the procedure for Tunning the Jboss and Profiling concepts . If you give me the Link to find also its appreciable. Thanks in Advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877059#3877059 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Problem deploying MDB when running server on different ports

2005-05-09 Thread cingram
Hi all! I have an MDB that I am deploying. When the server starts up in the default fasion every thing works as expected. In other words I do not recieve an error on deploy. My mdb deploys fine. I then restart my server using the service-binding.xml file to change the ports. The start string

[JBoss-user] [Installation Configuration] - Re: JBoss/Hibernate Configuration

2005-05-09 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877061#3877061 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877061

[JBoss-user] [EJB/JBoss] - EJB access possible from standalone client but failing from

2005-05-09 Thread mmaia
Hi, I have a simple facade ejb that does the coarse grained work for me. Its deployed and it works fine when I use a simple JUnit client to test it, the strange thing is that it does not work when I try to call it from a web application(.war file), it throws the following error when I try to

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

2005-05-09 Thread [EMAIL PROTECTED]
Yes, that seems fine. This would not take much of a customization of the ClientLoginModule to allow for building a custom principal with info dervied from the login module config and callback handlers to push this level of support to the default jboss implementation. If you want to create a

[JBoss-user] [Installation Configuration] - Re: JBoss/Hibernate Configuration

2005-05-09 Thread MTBerg
Yeah, I know. I've been on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate2. I guess I'm not seeing the connection between the MBean and the HAR (and the jboss-hibernate.deployer directory). I tried getting the MBean up (by adding the suggested and got some errors). It is not

[JBoss-user] [Installation Configuration] - problems deploying MBean

2005-05-09 Thread SecretSquirrel
Hi All, I am deploying an application created by another group of developers onto JBoss 3.0.4. When I deploy the application to JBoss I get the following messages: [Some INFO Messages] 14:39:48,281 INFO [MainDeployer] Starting deployment of package:

[JBoss-user] [Installation Configuration] - Re: stopping Jboss

2005-05-09 Thread mlybarger
we have coded a wait after the shutdown, but 10sec doesn't seem to be enough. the problem with checking the ports is that they can be configured on different environments. plus there's lots of ports being opened by jboss. which ones to check? isn't there a synchronous shutdown call for

[JBoss-user] [JBossWS] - JAXRPC/AJXB 2.0 integeration?

2005-05-09 Thread hr_stoyanov
Sun started releasing the new JAXRPC 2.0 and JAXB 2.0 EAs. Are there any plans to incorporate them in JBOSS, version? Time frame? Thanks, Hristo View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877067#3877067 Reply to the post :

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError

2005-05-09 Thread gkrannich
Hello, when deploying my .ear file I get a NoClassDefFoundError: BuchungDetailsBean The BuchungDetailsBean is a JavaBean in a office.war file and is meant to be used in the session bean within a ejb-jar file. I already put a class-path: Office.war line in the ejb-jar's manifest. import

[JBoss-user] [Installation Configuration] - Re: 4.0.1sp1 to 4.0.2 causes recursive ejbCreate calls then

2005-05-09 Thread theaps
Yes. Having one object init another which inits a new instance of the first would obviously never work. This application, however, has been working for over a year now. My assumption is that the circular referencing problem can be avoided with EJBs (and must have been with previous versions of

[JBoss-user] [Nukes User] - Way to turn left-sided blocks off upon clicking certain menu

2005-05-09 Thread mchinn
I want to be able to specify a link from my left nav menu to an html page, but when the page loads I want all the blocks on the right to disappear to give extra room to the page. Any way to specify this on the link? View the original post :

[JBoss-user] [JBossWS] - About doc/literal in jboss-4.0.1sp1

2005-05-09 Thread sidazad
Hi, There was a bug with namespace URIs being NULL in JBoss 4.0.1sp1 for document/literal web services. It has been fixed in JBoss-4.0.2. Are there any plans for making the fix available for JBoss 4.0.1sp1 also. Please see: http://www.jboss.org/index.html?module=bbop=viewtopict=63230 Thanks,

[JBoss-user] [Security JAAS/JBoss] - Re: How to dynamically change security role without logging

2005-05-09 Thread rickkw
Thanks for the quick response Scott. I am wondering if JBossGenericPrincipal can be made a public class. The security roles I have is stored in my callerPrincipal. I am experimenting subclassing JBossSecurityMgrRealm, and in the getCachedPrincpal method, return a subclass of

[JBoss-user] [JCA/JBoss] - Re: JBoss 4.0.1 and Firebird Issue (Yes, I RTF/RTM/RTW)

2005-05-09 Thread TheNomad
Ok - I found my problem - it's probably a newbie mistake, but I haven't found it in any of the examples, and maybe it'll help someone else that runs into this. My problem was in my ejb-deployer.xml, firebird-jdbc2-service.xml and firebird-jdbc-state-service.xml. In each of these files, I had a

[JBoss-user] [Beginners Corner] - Re: Startupguide exampe

2005-05-09 Thread [EMAIL PROTECTED]
You should ask questions about the start guide in the docs forums. My suggestion would be to check that you've installed the Sun J2EE tutorial as explained in the document. If you do that, those Sun classes will be there. View the original post :

[JBoss-user] [Installation Configuration] - integrating custom mbean to override url resource-ref

2005-05-09 Thread mlybarger
we're looking for a way to manage our configuration outside of our application. specifically, when we get a URL resource reference, we're currently configuring the value of the URL in the jboss-web.xml. i think this requires us to touch the ear/war if we want to change the value of the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem deploying MDB when running server on different p

2005-05-09 Thread schrouf
First of all have a look into to boot.log file an check propper port address substitution especially for all JMS related service MBeans referenced in the sample-bindings.xml file e.g. | | | !-- * jbossmq-service.xml -- | |

[JBoss-user] [Management, JMX/JBoss] - Re: Auto-deploying and memory leaks

2005-05-09 Thread dissonance
Sometimes, the result of the OutOfMemory error (I assume this is in the PermGen space since I've encountered this error myself) is because of the JavaBeans Introspector's cache not being garbage collected on redeployments. I found this out indirectly looking at

[JBoss-user] [Beginners Corner] - Re: lomboz xdoclet jboss

2005-05-09 Thread gustavoorsi
Problema con MDBs: Cree el Message-DrivenBean RequestItemsBean, luego lo agrego al EJBModule correspondiente pero cuando genero las clases no crea el paquete au.com.tusc.mdb ni sus beans correspondientes. Revise el archivo beans.xml donde figuran todos los beans que tengo y su tipo y me di

[JBoss-user] [Beginners Corner] - Re: lomboz xdoclet jboss

2005-05-09 Thread gustavoorsi
MDBs problem: I've created the mdb RequestItemsBean, i added to MyStoreMgr module and then generated the classes, but nor au.com.tusc.mdb package was created neither the classes. I checked out the beans.xml file and i found out that the MDB type is Entity instead of the type for a Message

  1   2   >