[JBoss-user] [Beginners Corner] - Strange behaviour in server log

2005-05-05 Thread jisung
Hi, I'm deploying a servlet in JBoss 3.2.3. The .war file is about 6MB big, and the initialization is pretty slow. Anyhow I can connect to the servlet and am estastic about that. One problem is from the server.log. >From the manual it seems that if an application is successfully deployed, we >s

[JBoss-user] [JBossWS] - aultString: Internal Server Error (deserialization error: ja

2005-05-05 Thread jayesh
I have WSDL file and wanted to create client which communicates with WS created using JAX-RPC created by Sun One studio. I have used JBoss Eclipse IDE to create client from existing wsdl file. My WS works fine when that method call dose not have only String parameter . But when i call ws which

[JBoss-user] [HTTPD, Servlets & JSP] - could not dereference wsdl object error WSDLException

2005-05-05 Thread mithun
Hi, Can anyone please help me out with this error which I get while running testsuite`s webservice test cases. JBoss version is jboss-4.0.1sp1 The following is the trace of exception I get. Thanks Could not dereference object javax.naming.NamingException: Could not dereference object [Ro

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

2005-05-05 Thread [EMAIL PROTECTED]
Just use the single sign on valve wiki page that Scott referred you to. In the long run, a federated identity based solution that adheres to standards like the Oasis SAML 2.0 makes sense for JBoss. JOSSO is just a toolkit with an API for integration. View the original post : http://www.jboss

[JBoss-user] [Installation & Configuration] - How to me to cancel an insert DEBUG of the information in se

2005-05-05 Thread Oleg1962
The sirs, prompt please. Into a file server.log during job is inserted of the debugging information, For example such 2005-05-05 11:14:53,250 DEBUG [org.jboss.logging. Log4jService] Installed System.out adapter. How to me to cancel an insert DEBUG of the information in server.log a file? JBoss 3

[JBoss-user] [Management, JMX/JBoss] - Twiddle giving StreamCorruptedException: null descriptor? wh

2005-05-05 Thread odigokid
Hi, I have several MBeans running, and when invoking methods using JMX-console, everything is fine. But when invoking the same methods using the twiddle utility I get the following exception. This only happens when using the invoke or info command on my MBeans. When querying or invoking on

[JBoss-user] [Beginners Corner] - Re: jboss and MySql

2005-05-05 Thread simonk
Slight problem with that theory mate...there is no Jboss jca directory in the deploy directory of JBoss 4.0.0 or 4.0.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876712#3876712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Derfault Queue Priority?

2005-05-05 Thread genman
No, both MDB would read from the same Queue. Anyway, a prototype is worth a 1,000 words at this point. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876711#3876711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38767

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multiple MessageListener on a Queue

2005-05-05 Thread genman
The usual strategy is to use a MDB rather than creating a pool of listeners. But you don't get any more messaging performance on the JBoss side. JBoss distributes messages using a round-robin strategy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876710#38

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ and Remote Embedded Clients

2005-05-05 Thread genman
Your best bet (IMHO) would be to come up with your own protocol, create a socket listener on JBoss, and have JBoss enqueue a JMS message per request, rather than trying to use an existing transport like UIL2. HTTP is probably the most simple. There is no language-agnostic, generic JMS protoco

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread genman
Sorry Adrian, I didn't see that the exception was logged with a DEBUG. I guess people think that exceptions logged as DEBUG count as bugs in JBoss. Basically, they should be IGNORED. I now know better than to log exceptions using DEBUG at work because it confuses and alarms people. View t

[JBoss-user] [Persistence & CMP/JBoss] - Re: xdoclet 1.2.3 support for load-group and left-join tags

2005-05-05 Thread alt_amit
found the answer in xdoclet newsgroup: http://sourceforge.net/mailarchive/message.php?msg_id=11493359 basically: documentation is lacking, load-group is actually supported. @jboss.load-group name="quick-info" and on the getter method @jboss.load-group name="quick-info" will do the trick. Dont k

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does this CMR code not work?

2005-05-05 Thread robertparis
I figured it out!! Apparently, the word "POSITION" was causing the error. (I had been storing the position of the chapter in the book collection) It was being interpreted as a keyword. I didn't know Position was a SQL keyword. Where is that from? Anyways, when I changed it to chapterPosition,

[JBoss-user] [Performance Tuning] - Re: help with read-ahead queries

2005-05-05 Thread markbrazil
The problem seems to be with the relationships. I had thought with the load-group's it would combine the query's. This is the agentbean's code while (it.hasNext()) { CopmBaleLocal bale = ((CopmBaleLocal)it.next()); CopmBaleLightVal

[JBoss-user] [Persistence & CMP/JBoss] - xdoclet 1.2.3 support for load-group and left-join tags

2005-05-05 Thread alt_amit
I dont see xdoclet 1.2.3 supporting the tags load-group and left-join in jbosscmp-jdbc.xml. Is there a way to add these tags ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876704#3876704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [JBossCache] - Websphere 5.1 and Jboss-Cache, does not work.

2005-05-05 Thread gdaswani
Has anybody here used Jboss-Cache w/ Websphere App Server 5.1 and registering it via JNDI through a CustomService? It seems that the JMX classes that IBM released with WAS 5.1 are sealed, hence jboss-cache cannot be used w/ it (one will get java.management sealing-exceptions). Has anybody else

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

2005-05-05 Thread [EMAIL PROTECTED]
There should never be a j2ee.jar in the war in any app server. This has to be provided by the app server. Read the release notes for the class loading config change. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876702#3876702 Reply to the post : http://ww

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

2005-05-05 Thread javaspack
I thought this would be a simple upgrade. Download the zip, extract it, change my log4j.xml and jboss-service.xml files, deploy my app, and it doesn't work. Here's my specs: Windows XP Java 1.5.0_02 I still have 4.0.1sp1 installed and it works with the exact same deployment. However, with 4.0.

[JBoss-user] [JBoss Portal] - Re: JBoss 4.0.2 AS and Portal 2.0 beta 1 issue

2005-05-05 Thread [EMAIL PROTECTED]
I haven't tested with 4.0.2, but maybe Julien has. I suspect the problem is related to 4.0.2 using Hibernate 3. After this RC release, I will take a look at it, and when working put out a 4.0.2 bundle as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread minmay
I've read through the list a few times, and I STILL don't know how to solve this problem. Okay, the documentation is wrong. Then how is the connection closed? I followed your directions. I didn't modify JBoss JMS examples, I am simply running them. But running them throws IEO exception. Then

[JBoss-user] [JBoss Portal] - JBoss 4.0.2 AS and Portal 2.0 beta 1 issue

2005-05-05 Thread awalker
I just downloaded AS 4.0.2 and tried to run the portal 2.0 beta 1. I configured it as per the install instructions. I download the portal source and built it for hypersonic db and setup the database using the correct ddl and sql script. OS : win2K - JVM: 1.4.2 - DB: Hypersonic I get the followi

[JBoss-user] [Installation & Configuration] - Re: Cannot get to the jmx-console AT ALL...

2005-05-05 Thread GilB
JBoss 4.0.2 is the version. Here is the first error... --- 19:14:17,062 WARN [ServiceController] Problem starting service jboss.ws4ee:serv ice=JAFConfigService java.lang.NoClassDefFoundError: com/sun/activation/registries/LogSupport at javax.activation.Mailc

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

2005-05-05 Thread mmaia
IÂm trying to run an application using JBoss jboss-4.0.1sp1 and Java Server Faces. When I try to deploy the .war I get the following error: 19:28:15,050 ERROR [Engine] StandardContext[/steponewebapp]StandardWrapper.Throw able java.lang.NullPointerException at javax.faces.webapp.FacesServ

[JBoss-user] [Messaging, JMS & JBossMQ] - No Passwdord credentials found

2005-05-05 Thread osganian
I'm trying to publish a message to a topic and I'm doing the following: | Destination destination = | (Destination)ServiceLocator.lookup("topic/myTopic"); | ConnectionFactory jmsConnectionFactory = | (ConnectionFactory)ServiceLocator.lookup("java:/J

[JBoss-user] [Clustering/JBoss] - Config files replication

2005-05-05 Thread sahumada
Dear all, I wanna know if there is any way to replicate jboss config files among nodes of a cluster. What I wanna do is get replicated "users", "passwords", "jndi" configurations files between two nodes automaticaly, not using rsync or something like that. By now, Im using the "farm" way to ho

[JBoss-user] [Beginners Corner] - Re: JBossMQ and Remote Embedded Clients

2005-05-05 Thread [EMAIL PROTECTED]
If you stuck to basic types or objects that had basic types you could parse the serialized object stream without having to do any class loading. The format of such a stream is supposedly described in the rmi reference, but I would guess looking at the jdk source code would actually be required.

[JBoss-user] [Beginners Corner] - Re: JBossMQ and Remote Embedded Clients

2005-05-05 Thread [EMAIL PROTECTED]
The message format relies on java object serialization, so there is no way you are going to reproduce it in C without writing a mini jvm. You would have to write your own message invocation layer using a java agnostic wire format. More practical would be to just write a webservice adaptor that t

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

2005-05-05 Thread [EMAIL PROTECTED]
Ask the JSSO project. We don't write the integration layer for it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876683#3876683 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876683 --

[JBoss-user] [Beginners Corner] - JBossMQ and Remote Embedded Clients

2005-05-05 Thread basilid
Hi, Please excuse me if this is not an appropriate forum for this post. I have an embedded, x86 based platform running LynxOS RTOS. The embedded client application is written in C. The application needs to send messages over LAN to a specific queue on the JBoss server. I need to understand t

[JBoss-user] [Installation & Configuration] - Re: Cannot get to the jmx-console AT ALL...

2005-05-05 Thread darranl
What version of JBoss are you using? What is the first error in the output? Generally all later errors are caused because of the first failure. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876679#3876679 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.5 and Jdk 5 - Do they work together

2005-05-05 Thread darranl
JBoss 3.2.6 is the first 3.2.x version to run under 5 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876677#3876677 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ and Remote Embedded Clients

2005-05-05 Thread basilid
Thanks. Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876676#3876676 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876676 --- This SF.Net email is sponsored

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ and Remote Embedded Clients

2005-05-05 Thread [EMAIL PROTECTED]
HELP == user question => User forums View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876675#3876675 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876675 --- This SF.

[JBoss-user] [JBoss Portal] - Re: Release Candidate Date?

2005-05-05 Thread [EMAIL PROTECTED]
it will be tomorrow View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876673#3876673 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876673 --- This SF.Net email is spon

[JBoss-user] [JBoss Portal] - Release Candidate Date?

2005-05-05 Thread jimmyed2001
Is there an updated date for the release candidate build? The roadmap in JIRA say May 1st. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876672#3876672 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876672 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

2005-05-05 Thread dannox02
What about JOSSO support in 4.0.2? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876670#3876670 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876670 --- This SF.Ne

[JBoss-user] [Installation & Configuration] - javax.servlet.ServletException­: Wrapper cannot find servlet

2005-05-05 Thread mkits
I am using JBoss 4.0.1sp1 on SuSE Linux 9.0 System. I have a simplest WEB APPLICATION and access it using http://localhost:8080/mhin/admÂin.html and here is my Directory structure... /jboss/server/default/deploy/mÂhin.war --> this is a directory. /jboss/server/default/deploy/mÂhin.war/admin.htm

[JBoss-user] [EJB/JBoss] - Re: JMS PersistanceManager service is failed to start with O

2005-05-05 Thread lafr
Does the table JMS_TRANSACTIONS exist ? Is it accessible by the the user used for the jms datasource ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876667#3876667 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876667

[JBoss-user] [JBoss Portal] - Re: Issues with Portlet JBoss bundle beta

2005-05-05 Thread [EMAIL PROTECTED]
Yes. I was trimming the fat in the bundle and didn't do a stellar job of it. There is a new bundle that will be out next week with JBoss Portal RC. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387#387 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [JBoss Portal] - Issues with Portlet JBoss bundle beta

2005-05-05 Thread sgopinathan
I downloaded the bundle. The bundle does not have the client jars for jboss. This creates a "NoClassDefFoundError" when I try to use shutdown.sh script. Can you please update the bundle? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876665#3876665

[JBoss-user] [Installation & Configuration] - Cookies and URL rewriting

2005-05-05 Thread bmelloni
jBoss uses a cookie by default to track the session. Most servers (jBoss included?) automatically switch from using a cookie to using URL rewrite if the user disables cookies in the browser. I am being told by people in our team that jBoss does not do this, but it doesn't sound right. So...

[JBoss-user] [Management, JMX/JBoss] - Re: jboss instance and application management

2005-05-05 Thread [EMAIL PROTECTED]
Stay tuned! The JBoss Network team will be releasing administration/monitoring tools in the near future to address these needs. There's information on the JBoss Network on our website. More details will be released in the coming weeks and months. View the original post : http://www.jboss.or

[JBoss-user] [Installation & Configuration] - Cannot get to the jmx-console AT ALL...

2005-05-05 Thread GilB
For Java, I have C:\WINDOWS>java -version java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode) For Environment variables, I have: JAVA=C:\Program Files\Java\jdk1.5.0_01\bin\java JAVA_HOME=C:\Progr

[JBoss-user] [Management, JMX/JBoss] - jboss instance and application management

2005-05-05 Thread robroth
Forgive me if this is the wrong forum for this post, I'm not entirely familiar with JBOSS or what JMX is, but I'm looking for information on management, so it seemed appropriate. I'm an IT guy with a company that develops in JBOSS. I was asked to find some sort of software that not only monito

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss LoggingMonitor MBean Submission

2005-05-05 Thread [EMAIL PROTECTED]
Nice work (and the wiki too!) The only thing I would have made different would be to reuse the existing loggers, configured by conf/log4j.xml so as to have a more flexible backend (e.g. log to the console or to different files). The code would be somewhat simpler, too. However, what you do is o

[JBoss-user] [Installation & Configuration] - JBoss 3.2.5 and Jdk 5 - Do they work together

2005-05-05 Thread mday
JBoss 3.2.5 and Jdk 5 - Do they work together out of the box. I know that JDK 1.4.2_04 through JDK 1.4.2_08 all work with JBoss 3.2.5 - I want to upgrade to Java 5 but I am not sure what the downsides would be if any. Also, Has this configuration been tested? And if so where can I find some

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-05 Thread [EMAIL PROTECTED]
Actually, you are not using sync-on-commit, but the checking dirty to allow passivation is still missing from the cache policy: | |protected boolean canPassivate(EnterpriseContext ctx) |{ | if (ctx.isLocked()) | { | // The context is in the interceptor

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-05 Thread [EMAIL PROTECTED]
No he is saying your choice of options is not supported/ doesn't make sense. i.e. Don't synchronize with the DB until commit time, but you still want it to free up memory which would potentially discard state that is not synchronized with the db yet. I guess it could work, if the check that wa

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
Oh.. OK... that filter is what caused the need to pull in the core .jar. Once I took that out, no need for the portal-core-lib.jar. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876650#3876650 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
great to hear that that it deploys smoothly. if you have dependency issues between the cms war and the cms sar, you can put a dependency in jboss-web.xml on the CMS service. also the cms war file contains a specific setting for security related to jboss portal. it uses the specific java:jaas/we

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-05 Thread andreaswalsh
Are you saying that handling large numbers of inserts in a single transaction using CMP is not supported? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876647#3876647 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387

[JBoss-user] [Installation & Configuration] - [hibernate][postgresql]how to configure ?

2005-05-05 Thread champion
hello, is anybody could explain me how to configure datasource to use postgresql. I want used the datasource from the server with hibernate. here is the config files | | gestionpersonneDS | jdbc:postgresql://localhost:5432/referencement | org.postgresql.Driver |

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
So, now I have the sar deployed, I have to get the web front end defined - so I need the war. I copied the portal-cms.war over. I actually am now keeping with the JBoss Portal binary distribution's directory layout: deploy/portal-core.sar/portal-cms.[sar,war] I was getting a class not found o

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does this CMR code not work?

2005-05-05 Thread robertparis
It says it doesn't like it because "null" is being passed in for ID (I believe), but I don't know why that is getting passed View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876643#3876643 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Installation & Configuration] - RAD improvments + deployment speedups

2005-05-05 Thread dlmiles
I'm trying to improve the speed of development loop of changing code, rebuilding, redeploying, testing. Pointers to any resources to speed up this process appreciated. 1) Is there a programatic way of sending a message to the major deployers (WAR, JAR, HAR, EAR) to deploy, redeploy, undeploy a

[JBoss-user] [EJB/JBoss] - How do you use an entity bean that uses a identiy column for

2005-05-05 Thread robr
I am using an mssql database. I need to create an entity bean for a table that uses an identity column. I want to use the identity column as the Primary key in the entity bean. I assumed that I should not pass in a paramter for the identity column into the create method of the Home interfac

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does this CMR code not work?

2005-05-05 Thread [EMAIL PROTECTED]
Ahh.. right. Sorry. So find out why the driver doesn't like the sql. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876639#3876639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876639

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
OK, I solved the problem. The actual exception was a VerifyError on a JDOM class. So, its a class loading issue. (there's a class that is not in the old jdom.jar that ships with JBoss 3.2.3 in /lib that the CMS stuff needs (org.jdom.Content) - this class is in the new jdom.jar that is found in

[JBoss-user] [Installation & Configuration] - Re: deploying datasource from EAR file

2005-05-05 Thread yevgeni
To accomplish this you you can include your ds.xml file in the application.xml descriptor. Of course when you are building your EAR file your ds.xml has to be placed in the EAR on the root level. If you place it on a different level, such as EAR/conf you need to specify this in your applicati

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does this CMR code not work?

2005-05-05 Thread robertparis
Yeah, but look at my code again. I DO use Local interfaces only. I take the remote object, get the primary key and then use that to get a Local object via localFactory.findByPrimaryKey. Then I associate the local objects. So I'm still stumped. View the original post : http://www.jboss.org/inde

[JBoss-user] [Installation & Configuration] - Re: Enabling directory scanning

2005-05-05 Thread [EMAIL PROTECTED]
The listings init-param in the jbossweb-tomcat55.sar/conf/web.xml | | default | org.apache.catalina.servlets.DefaultServlet | | debug | 0 | | | listings | true | | 1 | | View

[JBoss-user] [HTTPD, Servlets & JSP] - Re: javax.servlet.ServletException: Wrapper cannot find serv

2005-05-05 Thread bombay
I included ALL my class files in UTIL Package and also changed my WEB.XML file to have FQDN for util.t2 etc but STILL get the same ERROR... wonder why... --- --- 09:55:10,642 INFO [Engine] Sta

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

2005-05-05 Thread [EMAIL PROTECTED]
1 min = 60 seconds. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876633#3876633 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876633 --- This SF.Net email is spon

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
yes it is, locally I am using : jakarta-slide-server-src-2.1 for debugging View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876632#3876632 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876632 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-05 Thread [EMAIL PROTECTED]
This is not supported. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876631#3876631 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876631 --- This SF.Net email is s

[JBoss-user] [Installation & Configuration] - Thread Size Control?

2005-05-05 Thread vinsonizer
Forgive me if this is a ignorant question: Does JBoss set a memory limit on a per process (thread) basis, or is the overall Heap Size the only thing it is interested in? Thanks, Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876630#3876630 Reply to th

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does this CMR code not work?

2005-05-05 Thread [EMAIL PROTECTED]
CMR works only with local interfaces (read the spec). I don't know why the exception is about sql though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876629#3876629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread [EMAIL PROTECTED]
Link to ask for the bad example in the docs to be fixed: http://jira.jboss.com/jira/browse/JBDOCS-84 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876628#3876628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876628

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
Tried it. Had to put portal-common-lib.jar in the CMS sar directory (just in the deploy directory caused a ClassNotFound exception on the "org.jboss.portal.util.XML" class. I then had to copy my jboss-common.jar with that single class in it (StringPropertyReplacer), otherwise I'd get that erro

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread [EMAIL PROTECTED]
While we are on this, the example code is just plain wrong and redundant. 1) A connection.close() does connection.stop() and session.close()/etc. automatically. Read the JMS spec. 2) The example code fails to cleanup the connection properly in the event of errors: | try { | | if (jmsCon

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread [EMAIL PROTECTED]
You guys crack me up. Don't you have something better to do than look at none problems? Which part about "DEBUG" don't you understand? The correct way to handle a close is actually in the line of code you are complaining about: ServerSocketManagerHandler: |public void close() |{

[JBoss-user] [JBoss Portal] - Re: User Authentication

2005-05-05 Thread [EMAIL PROTECTED]
LDAP pluggin is not done (yet) we are waiting for a contributor to start working on it. For the user creational option, this should be a matter of configurating the UserModule and have the UserPortlet check this parameter. It is not implemented so far. View the original post : http://www.jbos

[JBoss-user] [Installation & Configuration] - Re: deploying datasource from EAR file

2005-05-05 Thread Shrividya
Did you find out a way to do it? Please let me know as I am also trying on the same thing View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876624#3876624 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876624 --

[JBoss-user] [JBoss Portal] - User Authentication

2005-05-05 Thread wobbet
I would like the option to not allow users to create their own accounts. Is that possible? Can I use LDAP or some other data source for user authentication and rights/roles or am I restricted to using the built-in user auth and permissions? Thanks! rjsjr View the original post : http://www.j

[JBoss-user] [Persistence & CMP/JBoss] - How do I avoid "Unable to Passivate due to context lock" wit

2005-05-05 Thread andreaswalsh
Hi all, I have a CMP application where I have to perfom thousands of inserts in a single transaction. As you would imagine after a while memory gets scarce and JBoss tries to passivate some objects. Unfortunately all the objects are involved in the transaction and so no passivation is possible

[JBoss-user] [Installation & Configuration] - Re: deployer bug?

2005-05-05 Thread ccaprar
We renamed the package to adapterdeployer, the same error. In the end we named it adapterinstaller, this works fine now. So is this a bug or a feature? Can we read more about this well known suffix somewhere in the JBoss documentation? Thanks a lot, Cristi View the original post : http://www.

[JBoss-user] [Messaging, JMS & JBossMQ] - Multiple MessageListener on a Queue

2005-05-05 Thread kaushikjadav
Hi, I have configured JBossMQ(4.01sp1) to work in clustered mode(HAJMS). I just had couple of questions on how JBossMQ handles multiple MessageListener registered to receive messages on a Queue. 1. Is there any advantage in registering a pool of MessageListeners on a Queue? 2. Does JBossMQ d

[JBoss-user] [JBoss Portal] - Re: Two Errors...

2005-05-05 Thread wobbet
Um... I got the binary distribution and deployed it according to the instructions for the binary distribution. I load up the .pdf User Guide and search for "jgroups" and I find it... Under the section on installing from SOURCE. I didn't read those instructions because I was installing from

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
on 4.0.1sp11 if I do : cp $PORTAL_HOME/common/output/lib/portal-common-lib.jar $JBOSS_HOME/server/default/deploy cp $PORTAL_HOME/cms/output/lib/portal-cms.sar $JBOSS_HOME/server/default/deploy it deploys fine. could you try exactly the same with your JBoss distribution ? View the original pos

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
the one bundled... I actually didn't change anything. I only removed the stuff from the core sar that I didn't think was required of the CMS stuff. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876615#3876615 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Persistence & CMP/JBoss] - Why does this CMR code not work?

2005-05-05 Thread robertparis
OK, I have a BookBean that contains a collection of ChapterBeans. Now when you call BookHome.create(...), in ejbPostCreate, it does the following: | public void ejbPostCreate(String title, Collection chapters) | { | Collection newChapters = new ArrayList(); | try | { |

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
perhaps you Domain.xml is wrong ? did you use your own Domain.xml or you are using the one we bundle with ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876613#3876613 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-05 Thread mikezzz
anonymous wrote : You're closing the connection (jmsConn) twice. Actually he isn't. Firstly he's stopping the connection then at the end he closing it. This is practice shown in the JBoss JMS samples: package org.jboss.chap6.ex2; | | ... | | public void stop() | thro

[JBoss-user] [JBoss Portal] - Re: problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
it seems to be related to slide and I think that would need to use a debugger or look at the source to see what is the reason of that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876610#3876610 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Portal] - Re: Two Errors...

2005-05-05 Thread [EMAIL PROTECTED]
This looks like a cache problem. Did you copy the cache, remoting, and jgroups jars over to /default/lib ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876608#3876608 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387

[JBoss-user] [JBoss Portal] - problems using Slide integration standalone

2005-05-05 Thread [EMAIL PROTECTED]
I'm in the process of trying to use the JBoss Portal's Slide integration standalone (that is, just using the CMS war/sar in my own JBoss instance because I need a WebDAV server for some things I'm doing). So, I first copied portal-core.sar to my "default" deployment. I only included the .jars

[JBoss-user] [EJB/JBoss] - using 2 datasouces in an application

2005-05-05 Thread kvreddy74
Hi All, How to use 2 datasouces in one application and how can I specify EJB's to use which datasource. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876605#3876605 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

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

2005-05-05 Thread [EMAIL PROTECTED]
The login info is a Principal and an opaque credential. Unless the Principal differentiates between to uses of the same login name, there is no difference. Its up to you to make the Principal meaningful. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876603#3

[JBoss-user] [Installation & Configuration] - Re: getting URL's from JNDI lookup

2005-05-05 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-29 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876602#3876602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876602 --- Thi

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean: library not found

2005-05-05 Thread [EMAIL PROTECTED]
I don't see how/why persistence affects your deployment. Do you mean deploying the MBean as an XMBean has that effect? Put you descriptor inside "code" tags so that is shows correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876601#3876601 Reply to th

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

2005-05-05 Thread stevecoh2
Can nobody answer this question? If the session timeout value in web.xml is not being respected, what could be overriding it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876600#3876600 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

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

[JBoss-user] [Installation & Configuration] - Re: deployer bug?

2005-05-05 Thread [EMAIL PROTECTED]
.deployer is a well known suffix for a sar that is a deployer of other components. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876598#3876598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876598 -

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

2005-05-05 Thread [EMAIL PROTECTED]
There have been issues with several different components hanging on the class loaders across deployments which causes leaks. Create a jira issues if you have a reproducible deployment leak. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876597#3876597 Reply

[JBoss-user] [Installation & Configuration] - Re: Container/EAR isolation of JARs

2005-05-05 Thread [EMAIL PROTECTED]
The only way its going to happen is if jira issues are raised which illustrate the usecases that are failing. To date any issue you have raised has been resolved as far as I know. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876595#3876595 Reply to the pos

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

2005-05-05 Thread bmelloni
I have noticed that when I use auto-deploy in development, and redeploy many times, I eventually get out-of-memory errors. Several other people that I know, working on different applications have the same problem. This does not seem to happen when deploying only once. Is this a well known bug?

[JBoss-user] [Installation & Configuration] - Container/EAR isolation of JARs

2005-05-05 Thread bmelloni
jBoss is a great free server and is based on many standard technologies (jakarta-commons, log4j, hibernate, etc), technologies that we use in our own applications. The versions of these technologies may be different in our apps than those in jBoss, due to many reasons. Unfortunately, jBoss h

[JBoss-user] [Installation & Configuration] - deployer bug?

2005-05-05 Thread ccaprar
Hi all, We have turned our heads around for a few hours now to find out why our SAR refuses to deploy. Here is what happens: - We have a myapp.sar in the deploy folder of JBoss 4, with some jar files in it, and the correct META-INF stuff; everything is greate and runs fine - Now we wanted to exp

[JBoss-user] [Installation & Configuration] - Enabling directory scanning

2005-05-05 Thread kalyan120
Hi, Is there a way in which I can enable directory scanning in JBoss, so that whenever I type in a URL in the browser like: http://localhost:8080/config/files, I should be able to see what are the contents of this config/files directory? Thanks, Kalyan. View the original post : http://www.j

[JBoss-user] [Management, JMX/JBoss] - XMBean: library not found

2005-05-05 Thread holodok
I coded an MBean for handling database connection and deployed it in this way: OracleConnector mamt.db.dbconnector.DBConnector Open DB connection op

  1   2   >