[JBoss-user] [Security JAAS/JBoss] - Re: Getting User Credential [password] In Declaretive Securi

2005-10-03 Thread niwhsa
You will get the filter to work only if you are using form based auth. In case you are using basic then the filter doesnt work!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898578#3898578 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: LdapExtLoginModule throws NullPointerException during ro

2005-10-03 Thread niwhsa
Its definitely a bug. The LdapExtLoginModule is relatively new and might not have undergone serious user testing :). Another thing missing is that the login modules dont provide a role mapping capability to map groups from ldap to roles that are different from the group name!! View the

[JBoss-user] [Security JAAS/JBoss] - Re: setting and accessing ACL in JBoss

2005-10-03 Thread niwhsa
Hmm you may not be able to restrict home interface lookup using acl but you can restrict who gets to call the create() methods in the interface using declarative security. The other way to restrict jndi lookups is to have a username/password for the jndi access. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Problem with programmatic authentication with LDAP

2005-10-03 Thread niwhsa
Well seems like you are calling EJBs from the login module (LM) . The problem is that the LM commit() has not be called and untill commit() is called the AA information is not valid for the subject!!. Why dont you make the EJBs that you call from LM insecure? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - help needed...Unable to redeploy ejb jar in jboss 3.2.4, jbo

2005-10-03 Thread santhoshr
Unable to redeploy the ejb jar, i tried various possibilities nothing works. First deployment works fine, when u redeploy, three things were happening 1. undeployment of old ejbs, which were successfull 2. could not delete tmp file tmpejb###.jar (# some number) 3. AbstractMethodError exactly in

[JBoss-user] [Installation, Configuration Deployment] - Re: Performance 4.0.2 vs 3.2.6

2005-10-03 Thread pkolaczk
Switch to Hibernate 3.0.5. It's really cool. And it is really fast when you enable Jboss Tree cache. After switching to Jboss 4 we've got over 100% performance boost, but this is mainly due to faster Hibernate and better caching (jboss cache instead of ehcache). View the original post :

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-10-03 Thread ctof
Yes i use async, i don't use flow control protocol (i don't now if it's supported in this release of JBoss (1.2.4/jgroups 2.2.8), but as you can see in my publisher test class, all 1000 msg (via modulo) i call a sleep of 2000ms (i have test without). What is very strange is, this is not the

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-10-03 Thread Henrik Nyberg
Hello, I print the versions in the system log during startup and on all nodes the following is printed: JBossCache 1.2.3[ $Id: Version.java,v 1.3 2005/05/31 15:21:50 bela Exp $] JGroups 2.2.8[ $Id: Version.java,v 1.18.2.1 2005/05/30 09:47:56 belaban Exp $] View the original post :

[JBoss-user] [JBoss Portal] - Re: How to arrange Fragments

2005-10-03 Thread dhexus
ok, let's say it this way: i have a layout-jsp where | td class=magicColumn | p:region regionName='putithere'/ | /td | td class=nextColumn | p:region regionName='thisisfix'/ | /td | and a css style-sheet file defining | td.magicColumn | { |

[JBoss-user] [JBossWS] - Problem running Wiki's

2005-10-03 Thread jkytang
About: JBossWSAttachStepByStep wiki (My Env: Jboss 4.0.2, Java: build 1.5.0_02-b09, WinXP SP2, Server and client on same machine.), I also tried running on Redhat linux 9.0 too. Hi, I downloaded wsattachment.zip and followed the instructions to deploy and run it. The deployment is

[JBoss-user] [EJB/JBoss] - Re: EJB timer IllegalStateException

2005-10-03 Thread telenko
Problem solved. I did not get any of those errors in my ejb-layer, but was passing the Timer object directly to my web-layer through the local ejb interface. I guess the Timer objects are restricted to the ejb-layer, so using them in the web-layer cause exactly that IllegalStateException.

[JBoss-user] [JCA/JBoss] - Integratin of ActiveMQ with JBoss

2005-10-03 Thread S.Saraswathi
Hi, I tried integrating ActiveMQ with JBoss. I have deployed the activemq-ra-1.4.rar in the server\default\deploy directory. I have created an XML file specifying the Connection Factories and placed in the server\default\deploy directory. I created an web application in which the senderservlet

[JBoss-user] [Beginners Corner] - Re: CMP: Irregular updates of database??

2005-10-03 Thread anthropophagos
Thank you for your response! I managed to narrow my problem to the following: There is a CMP field getVersionHash() setVersionHash() which contains a java.util.HashMap Integer, VersionInfo VersionInfo is a class which looks like this: public class VersionInfo implements java.io.Serializable{

[JBoss-user] [Installation, Configuration Deployment] - Problem starting CorbaORB

2005-10-03 Thread gavkearney
When I start JBoss4 i get the following error when JBoss attempts to start Corba: 09:53:58,325 WARN [ServiceController] Problem starting service jboss:service=CorbaORB java.lang.NoSuchMethodError:org.apache.avalon.framework.configuration.DefaultCo nfiguration.(Ljava/lang/String;)V at

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - dinamicaly connect into difference databases (CMP 2.1)

2005-10-03 Thread gemalas
Can I dinamicaly connect into difference databases with the same entity bean. For example I want to have two databases test and work. How users could switch between this two databases. Importat I use entity beans (CMP 2.1) I use JBoss 4.0.2 View the original post :

[JBoss-user] [JCA/JBoss] - Re: matchManagedConnections() does not get called

2005-10-03 Thread zibi101
As far as I can gather you have to fire events (and set connectionHandle property) to inform container that you want to free managedConnection from client connection and enable the container to put it into pool. Earlier get an listener through addConnectionEventListener method of course. View

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Jboss3.2.3 - Queue Depth being shown 0 although messages

2005-10-03 Thread shabeeshbalan
Thanks genman, I understand that when a receiver is consuming the messages, Jboss will show zero in the queue depth. When queue depth is 0, we can still see the messages in the database and when we restart the server the messages re-appear in the DLQ. I am not aware of how jboss maintains the

[JBoss-user] [Installation, Configuration Deployment] - Wrong Database file version

2005-10-03 Thread gavkearney
When I deploy JBoss4 I get the following error: 11:18:30,665 ERROR [HypersonicDatabase] Starting failedjboss:database=localDB,service=Hypersonic java.sql.SQLException: Wrong database file version at org.hsqldb.Trace.getError(Unknown Source) at org.hsqldb.Trace.check(Unknown

[JBoss-user] [JBoss Portal] - Re: How to arrange Fragments

2005-10-03 Thread mholzner
until we have a UI for it (in 2.2) you'll need to assign the window in the xxx-portal.xml , like : | ... |pages | default-pagedefault/default-page | page | page-namedefault/page-name | window |

[JBoss-user] [Beginners Corner] - Exploded EAR Deployment Error application.xml not found

2005-10-03 Thread majohnst
I have been working on an application that involves a HAR and a WAR file. Both of these files deploy and work correctly. I am trying to combine them into one EAR file. Inside my EAR, I have the packaged HAR file and the exploded WAR file. My jboss-app.xml is: | jboss-app |module |

[JBoss-user] [JBoss Portal] - Re: The dialect was not set. Set the property hibernate.dial

2005-10-03 Thread jlaskowski
Hi, It's getting worse with the latest changes to JBoss Portal 2.2 deployed onto JBoss AS 4.0.3RC2. Now, there're 3 directories - instance, portal and user - with Hibernate configuration files and it's a tedious task to change the dialect to org.hibernate.dialect.HSQLDialect every time I

[JBoss-user] [JBossCache] - TreeCacheAop, Maps and persistence

2005-10-03 Thread Motormind
Hi there, Would it be possible to but a HashMap as the top-root in a TreeCacheAop and then see if entries are added, deleted or changed? I tried it but not much happens. I also don't get any persistence anymore. I simply use the same configuration-file that I used with the normal Treecache,

[JBoss-user] [JBoss Portal] - Re: The dialect was not set. Set the property hibernate.dial

2005-10-03 Thread [EMAIL PROTECTED]
One solution would be too code the dialect in the mbean service SessionFactoryBinder. | attribute name=Dialectsome.dialect/attribute | Each service would have that property, this property could eventually be overriden by a system property. What do you think ? View the original post :

[JBoss-user] [JBoss Portal] - Re: The dialect was not set. Set the property hibernate.dial

2005-10-03 Thread [EMAIL PROTECTED]
The other option is to use a property file that would be in conf and setup the mapping for the sessions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898636#3898636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898636

[JBoss-user] [JBoss Portal] - Re: How to arrange Fragments

2005-10-03 Thread jlaskowski
I'm not sure how it could work, but to add to Martin's message, you could also render a portlet only when a application/session/request parameter is set. You would then end up with a controller portlet and when appropriate parameter is set, it would dispatch render request to a portlet of your

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException: rsp=sender=192.16

2005-10-03 Thread [EMAIL PROTECTED]
Hi. The conf file you pasted in your posting is not visible. Pls post xml snippets within [ code ] and [ /code ] tags. Also, I thought WL 6.x only ran on Java 1.3.1 and they had backward compatibility issues with newer jdks? I could be wrong; what SP level of WL 6.1 are you on? View the

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Find deploy date from web application

2005-10-03 Thread mr.shiny
raja05 wrote : You can possibly use JMX. I dont have a running site right now, but it looks like MainDeployer(with a JMX name of jboss.system:service=MainDeployer) has a method called getDeployment(URL deployURL) and returns a DeploymentInfo object. DeploymentInfo has information about when

[JBoss-user] [JBoss Portal] - Apache MyFaces 1.1.0 and 2.2.0-ALPHA don't work any more

2005-10-03 Thread jlaskowski
Hi, Until recently, I could develop portlets with MyFaces impl. Now, JSF forms are no longer able to pass form parameters to backing beans and MyFaces reports | 14:06:20,659 WARN [HtmlRendererUtils] There should always be a submitted value for an input if it is rendered, its form is

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-10-03 Thread [EMAIL PROTECTED]
And also, are there any other versions of jgroups.jar in your app server classpath? Perhaps 9iAS uses another version of jgroups, and given that you are looking for an inner class, this may be hidden by an older version of RequestCorrelator? View the original post :

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-10-03 Thread [EMAIL PROTECTED]
This may be a stupid question, but does your jgroups.jar file contain org/jgroups/conf/ClassConfigurator.class ? Just testing in case you have a corrupted jar or something... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898642#3898642 Reply to the post

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-10-03 Thread [EMAIL PROTECTED]
Sorry, I meant org.jgroups.blocks.RequestCorrelator$Header View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898643#3898643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898643

[JBoss-user] [Beginners Corner] - Re: Exploded EAR Deployment Error application.xml not found

2005-10-03 Thread darranl
Is the case of the META-INF folder correct? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898646#3898646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898646 --- This

[JBoss-user] [Security JAAS/JBoss] - Re: LdapExtLoginModule throws NullPointerException during ro

2005-10-03 Thread Neelixx
Thanks for the reply, niwhsa! The good news is that LdapExtLoginModule does allow you to map roles with LDAP Groups, no matter the name, which is why I'm so excited about it. I found the bug, and submitted it to JIRA. It was put into 4.0.3Final. http://jira.jboss.org/jira/browse/JBAS-2316 I

[JBoss-user] [EJB/JBoss] - Re: Remote call performance - EJB vs. RMI

2005-10-03 Thread mentiro
Ok - well I think my post almost answered itself. I think our basic problem was calling create() and remove() on every EJB method invocation. If we had cached the EJB object stub, each remote call would have taken about 4ms (3ms with pooled invoker) which is pretty reasonable. So, my

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Deployment order within ear

2005-10-03 Thread mentiro
Any update on this issue? Does JBoss allow you to control deployment order within an EAR yet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898656#3898656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898656

[JBoss-user] [Installation, Configuration Deployment] - Re: Performance 4.0.2 vs 3.2.6

2005-10-03 Thread mentiro
What JVM are you running on? Did you change the JRE for the upgrade or stay at the same version? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898657#3898657 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898657

[JBoss-user] [EJB/JBoss] - Re: Remote call performance - EJB vs. RMI

2005-10-03 Thread triathlon98
anonymous wrote : Does anyone have any idea why the EJB create() method on the home interface would occassionally take 2+ seconds to execute. This may have something to do with reverse dns resolution (in fact, this can cause much higher delays, and can be very dependent from one system to

[JBoss-user] [EJB/JBoss] - Simple BMP method throws TransactionRolledbackException

2005-10-03 Thread erbora00
Hi people, I am new to EJB's and I couldn't find a solution to this: I deployed a BMP and got its remote interface through findByPrimaryKey. But when a method is called on the bean I get TransactionRolledbackException. Here is the code: | *** | UserHome userHome = null; |

[JBoss-user] [Security JAAS/JBoss] - Re: Updating user credentials

2005-10-03 Thread tremalnaik
anonymous wrote : I don't think it's the browser cache, as that would mean you are using cookies? If you are storing their logon in their session, how about this: | yes, you're right, it's tomcat which stores user principal into session. I solved with a valve which performs the following:

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem starting CorbaORB

2005-10-03 Thread gavkearney
Sorry about that, it was a classpath problem, using older jars than i should have been View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898666#3898666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898666

[JBoss-user] [Installation, Configuration Deployment] - Re: Wrong Database file version

2005-10-03 Thread gavkearney
Sorry about that, I got it fixed, it was a classpath problem, I was using old versions of jar files View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898664#3898664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898664

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-03 Thread darranl
We don't need the whole server log but we do need the exception with it's message and stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898665#3898665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898665

[JBoss-user] [Management, JMX/JBoss] - Clear DNS Cache

2005-10-03 Thread jgargano
Can you clear the DNS Cache of the J2EE lib from the JMX console? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898663#3898663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898663

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-03 Thread erbora00
Here is the stack trace (not all): 2005-10-03 16:23:49,437 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackException in method: public abstract java.lang.String com.ejb.User.getPassword() throws java.rmi.RemoteException, causedBy: org.jboss.tm.JBossRollbackException: Unable to

[JBoss-user] [Installation, Configuration Deployment] - How to migrate applications deployed in jboss-3.2.6 to jboss

2005-10-03 Thread OZWolverine
Hello everybody, I have a problem deployed in jboss-3.2.6 it runs perfect, but after updating my server to jboss-4.0.2 I have problems with the application. The question is: What changes should I do to make it work with jboss-4.0.2? I have read Forums, Wiki, and FAQ, but I haven't found a

[JBoss-user] [JBossCache] - Refactoring out jgroups

2005-10-03 Thread buzzheavyyear
Hi We're looking at JCache to use it standalone in a number of projects. This is just a question to ask if JGroups will ever be factored out and replaced with a 'transport' interface so that other transports can be used instead. Thanks in advance for any feedback on this Sincerely Buzz View

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread buzzheavyyear
Sorry - forgot to mention that we're quite intested in using the remoting framework with this. Buzz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898672#3898672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898672

[JBoss-user] [Installation, Configuration Deployment] - Re: How to migrate applications deployed in jboss-3.2.6 to j

2005-10-03 Thread darranl
The best starting point really will be to describe the first error you are getting and what makes you think it is not working on JBoss 4.0.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898676#3898676 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Exploded EAR Deployment Error application.xml not found

2005-10-03 Thread majohnst
I am testing this on a Windows machine, but yes, META-INF is all capitals. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898675#3898675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898675

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Blank JSP page

2005-10-03 Thread sqian99
I have the issue with some JSP pages with JBoss 4.0.2. Basically, I got blank JSP page when access the page. I can see the compiled Java file from the JSP page, but not the .class file in the compiled JSP folder. I can compile the generated Java file myself though. Then, I tweak the

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-10-03 Thread Henrik Nyberg
Hello, yes org.jgroups.blocks.RequestCorrelator$Header is in the jar, and it is the only jar in the server classpath. I've also tried adding jgroups.jar to the app servers home/lib but that doesn't help either. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-03 Thread darranl
Ok the problem is that your client code is not running within a transaction, there are two main options around this. 1 - Move the code that accesses the bean to a session bean and call a method on the session bean from the web appliction. The call to the session bean will automatically run

[JBoss-user] [JBoss Portal] - Java Web Start JBoss Portlet - URGENT

2005-10-03 Thread psalvadori
I Have installed JBoss Portal, I have created my own portal instance and I have populated it with a set of portlets built by me. So I have a big problem: in one of these portlet i want to insert a link to a jsp that dynamically create a jnlp descriptor to download a web start application. To do

[JBoss-user] [JBoss Portal] - Re: Java Web Start JBoss Portlet - URGENT

2005-10-03 Thread [EMAIL PROTECTED]
Indeed, the portlet spec does not cover that. And btw this is the same reason that AJAX has security holes in a portal. One thing you can try is : 1/ put a token in the http session 2/ put a servlet filter in your war files that checks if the token is present or not in order to grant access to

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

2005-10-03 Thread jfelfouly
Well, we do these kind of things but I guess if you want answers you'll have to ask more specific questions ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898701#3898701 Reply to the post :

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException: rsp=sender=192.16

2005-10-03 Thread stelang
I am using SP level 4. | ?xml version=1.0 encoding=UTF-8? | | server | | classpath codebase=./lib archives=jboss-cache.jar, jgroups.jar/ | | | !-- -- | !-- Defines TreeCache configuration

[JBoss-user] [JBoss Portal] - Re: Page title (title)

2005-10-03 Thread jfelfouly
Thanks very much for the pointer. Well, this is definitely a flaw and should be a parameter on a page basis. Most of all when you know the importance of the title tag for search engines :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898704#3898704 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Build behind the firewall

2005-10-03 Thread karamon
Hi all, not sure that should put this post here, but I have a problem during build the JBoss 4.0.3 and HEAD. The build is failed on createthirdparty target if it is running behind the firewall. Could you please to add the proxy setting there? For instance on following manner: target

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: javax/servlet/ServletInp

2005-10-03 Thread karamon
I have same on RC3. Seems like the client has dependency from javax.servlet... Just put the 'javax.servlet.jar' in client's classpath. ;) However it is really strange behaviour as for me. Anybody can suggest more suitable way? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-10-03 Thread angelzworld
Well, thanks for all those tips, I am trying out that right now. I am still a bit confused regarding the configuration of JAAS for JBOSS, I am developing an ejb application, so accordingly I guess I need to configure the following files: -- ejb-jar.xml -- jboss.xml -- login-config.xml How

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread buzzheavyyear
Oops, yes, JBossCache Excellent ... I shouldn't ask, but any idea of timeframe? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898710#3898710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898710

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread [EMAIL PROTECTED]
You mean JBossCache, not JCache... :-) Yes, we're looking into refactoring the ReplicationInterceptor, so that the JChannel will be moved into it from TreeCache. Then you can simply subclass the ReplicationInterceptor. View the original post :

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-10-03 Thread [EMAIL PROTECTED]
OK, if you still find that a problem, can you open up a JBossCache Jira issue and attach your test case? If it is aop-specific, please assign it to me and I will take a look. -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898714#3898714 Reply to the

[JBoss-user] [JBossCache] - Re: TreeCacheAop, Maps and persistence

2005-10-03 Thread [EMAIL PROTECTED]
Yes, it should be possibe. Here is the code snippet (you can read it more in docs.jboss.com). Map map = new HashMap(); cache.putObject(fqn, map); // get the proxy Map proxy = cache.getObject(fqn); proxy.put(key, val); // Will show up in the cache store. For persistence, it should work as well.

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread [EMAIL PROTECTED]
In order to do Buddy Replication (http://jira.jboss.com/jira/browse/JBCACHE-61), we will need to move JChannel from TreeCache into the ReplicationInterceptor. Once we have this done, we can think of providing a neutral transport. Although: IMO Remoting is not the best approach for multipoint

[JBoss-user] [JBossCache] - Re: how to deactivate logging

2005-10-03 Thread [EMAIL PROTECTED]
I decided that severe logs may not be an issue. I have attempted to just log severe logs, however, I still get numerous logs to STDERR. My log4j.xml: | ?xml version=1.0 encoding=UTF-8 ? | !DOCTYPE log4j:configuration SYSTEM log4j.dtd | | log4j:configuration

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-03 Thread fguerzoni
I have identical problem too. My configuration is as follows: JBoss 4.0.2 JDK 1.5.0_05 MQSeries version 5.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898724#3898724 Reply to the post :

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread buzzheavyyear
Agreed, but in some cases, and we have a couple of cases, multicast isn't feasible. It would be nice if you came up with something that provided an interface for any form of transport ... sorry, I'm stating the obvious! Remoting itself is a point in case as we have been able to provide a

[JBoss-user] [The Lizzard's corner] - ViewSVN for JBoss code

2005-10-03 Thread raja05
Is there a ViewSVN for the JBoss code? The CVS section on sf.net has been turned off and I couldnt find a location to browse the jboss code other than downloading it. When wanting to look at the source on multiple branches and doing diffs, viewsvn provides a clean way. labs.jboss.com or

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Blank JSP page

2005-10-03 Thread raja05
Jboss uses tomcat primarily for its JSP related work , so if it works with Tomcat, it should mostly work with jboss. for ur case, is ur Utilities package available to the JSP Compiler? Are you getting anything in the logs. View the original post :

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: InteresesBean not bo

2005-10-03 Thread zitrogol
thank you very much for your help, finally i could run the ejb example. I think the problem is with the eclipse configuration, i run jboss from eclipse. When i run jboss from eclipse the ejb aren't in the jmx-console, but when i run it directly from the windows console, the ejb are. Well, after

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Blank JSP page

2005-10-03 Thread sqian99
The Utilties package is included. The strange thing is that when I replace the Utilities function call with all the source code, the page seems working. I have two JSP pages with this problem, one I fixed by replacing the call. Another one has many such calls, I replaced some, still it is not

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-10-03 Thread angelzworld
oks this is what I have till now, For Starters, I just need to verify, if a user with the username admin and password superuser can successfully login into the application. This is my Database Schema in postgresql users table which stores the user information * id (INTEGER PRIMARY KEY)

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread [EMAIL PROTECTED]
Hi, There are no plans at the moment to remove the direct dependency on JGroups, either by switching to another transport layer or adding an interface layer to allow such switching. To the best of my knowledge, there are no such plans in the future either, although if there is enough

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: javax/servlet/ServletInp

2005-10-03 Thread mfornarisc
Thanks, I'm going to try that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898734#3898734 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898734 --- This SF.Net email

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread [EMAIL PROTECTED]
Just to add, what I see is a TransportProvider interface that the existing ReplicationInterceptor would use, and this would default to a JGroupsTransportProvider. You would then just have to create a new TransportProvider rather than subclass the ReplicationInterceptor. View the original post

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException: rsp=sender=192.16

2005-10-03 Thread [EMAIL PROTECTED]
Hi there When do you get this error? - Does this happen every time you try to do a put() on one instance? - What are the other instances doing at this time? - How many nodes have you got in your cluster? - Are they all on the same LAN, and what sort of network connectivity have you got linking

[JBoss-user] [The Lizzard's corner] - Re: ViewSVN for JBoss code

2005-10-03 Thread darranl
http://anoncvs.forge.jboss.com/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898736#3898736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898736 --- This SF.Net email

[JBoss-user] [Installation, Configuration Deployment] - Re: Build behind the firewall

2005-10-03 Thread darranl
The following forum contains some discussions on using Maven: - http://www.jboss.com/index.html?module=bbop=viewforumf=173 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898739#3898739 Reply to the post :

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread buzzheavyyear
Yes, agreed. Would you like me to make the request, or should somebody that is a little more knowledgable about the JBossCache internals make the request? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898740#3898740 Reply to the post :

[JBoss-user] [JBossCache] - Re: Refactoring out jgroups

2005-10-03 Thread [EMAIL PROTECTED]
Go ahead and make the request; like I said though I cannot promise when this may be scheduled to be done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898742#3898742 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898742

[JBoss-user] [JBossWS] - Deserializer error on ArrayOfstring

2005-10-03 Thread sfurlong
I'm using jboss 4.0.2 and I have a webservice that takes an array of strings as an input. The relevant section of the wsdl file is: attribute ref=soap11-enc:arrayType wsdl:arrayType=string[]/ Which was generated by

[JBoss-user] [JBossWS] - Re: Deserializer error on ArrayOfstring

2005-10-03 Thread sfurlong
Sorry for some reason the wsdl didn't post fully. Its complexType name=PackageAuthorization | sequence | element name=packageListType type=string/ | element name=packageNameList type=tns:ArrayOfstring//sequence/complexType | complexType

[JBoss-user] [Testimonials] - Where do I get Petstore for Jboss from?

2005-10-03 Thread al_bundy
Does anybody know where I can download petstore for Jboss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898747#3898747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898747

[JBoss-user] [The Lizzard's corner] - Where do I get Petstore for Jboss from?

2005-10-03 Thread al_bundy
Does anybody know where I can download petstore for Jboss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898748#3898748 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898748

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Countermeasure for Spoofing Referring URL

2005-10-03 Thread treespace
Anybody know a means of detecting a spoofed referer (sic) in the HTTP header? I would like to ensure that all access to pages to our site after the login page originate from our site. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898752#3898752 Reply to the

[JBoss-user] [The Lizzard's corner] - Re: Where do I get Petstore for Jboss from?

2005-10-03 Thread PeterJ
Here's a tutorial on setting up Petstore 1.3.2 on JBoss 3.2.3 and MySQL 4.0.18: http://www.mobilefish.com/tutorials/petstore_1_3_2/petstore_1_3_2_quickguide_jbossmysql.html I successfully used these steps to run Petstore on JBoss 3.2.7 and MySQL 4.1.13. I could not get it to run on JBoss 4.0.2;

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-10-03 Thread rgrantITT
I would like to download the jboss cache source code, however I haven't been able to find it. Where can I get a CVS account so that I may look into a JDBCCacheLoader.java Error I am getting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898758#3898758 Reply

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-10-03 Thread rgrantITT
Never mind I found it, man I'm always doing that, I search for an hour then I ask the question, then I find it myself. So embarrassing View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898759#3898759 Reply to the post :

[JBoss-user] [JBossCache] - Re: how to deactivate logging

2005-10-03 Thread [EMAIL PROTECTED]
If you are trying to suppress stdout and stderr messages, pipe these to /dev/null? Changing the logging toolkit would not help you here... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898755#3898755 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-03 Thread [EMAIL PROTECTED]
The example is wrong, which a quick check against jboss_4_0.dtd would verify: | ?xml version=1.0? | jboss | enterprise-beans | message-driven | ejb-nameMDB/ejb-name | !-- | For JBossMQ use | configuration = Standard Message Driven Bean |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-03 Thread [EMAIL PROTECTED]
Bug report: http://jira.jboss.com/jira/browse/JBDOCS-161 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898761#3898761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898761

[JBoss-user] [Installation, Configuration Deployment] - JBOSS server works from command line, but not from the Serve

2005-10-03 Thread Carl Gundel
Hi all, I have no trouble starting my JBOSS application from the command line using run -c server, but when I try to start it from the server navigator it throw this: 14:52:02,312 INFO [SSLContextFactory] Did not find keystore or truststore, initializing SSLContext using neither. |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-03 Thread [EMAIL PROTECTED]
hmm, the file was correct on my box but invalid in the archive. I uploaded a new archive If you find anything else, keep posting in this thread View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898765#3898765 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-03 Thread Paul_ADP
Adrian, Thanks for the help - worked like a charm. As long as we're updating that project, you might want to add the following correction: Add the following: arg value=${doFail}/ to each of the following ant tasks in build.xml: wsmq-tests | wsmq2wsmq | wsmq2jboss Thanks again!

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-03 Thread [EMAIL PROTECTED]
Done View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898777#3898777 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898777 --- This SF.Net email is sponsored by: Power

[JBoss-user] [JNDI/Naming/Network] - JBoss 2.4 JNDI/RMI Ports?

2005-10-03 Thread nolodie
Hello All, We're currently dealing with a pretty dated version of JBoss (2.4.4), but unfortunately, we don't maintain the service that uses JBoss, just the server and the code that that accesses the service via RMI. In any event, my question is, what are the ports that this version of JBoss

[JBoss-user] [JBoss Portal] - Re: Apache MyFaces 1.1.0 and 2.2.0-ALPHA don't work any more

2005-10-03 Thread jlaskowski
Hi, I think I have found a partial solution to the issue I reported earlier (which resulted in the ClassCastException below). Take a look at org.jboss.portal.core.model.portal.PortalObjectCommandMapper:74. Shouldn't it look as follows? return page.getWindow(name); instead of return

[JBoss-user] [Messaging, JMS JBossMQ] - Peristent Message not redelivered even though MDB didnt ackn

2005-10-03 Thread upankar
I am using jboss-4.0.2. We have a queue configured (with default org.jboss.mq.pm.jdbc2.PersistenceManager) and send persistent TextMessage to it from a client app. There is a MDB configured to consume in Client_acknowledgement mode from this queue. When there is a problem in processing the

[JBoss-user] [JBoss Portal] - Re: Java Web Start JBoss Portlet - URGENT

2005-10-03 Thread psalvadori
Thanks Julien for your quick reply, i'll tyr to do what you said and i'll tell you my results. Thanks again, Paolo. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898811#3898811 Reply to the post :

  1   2   >