Re: [JBoss-user] jboss 3.0.3 with java 1.5.0

2006-06-06 Thread Scott M Stark
Won't work. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Achilleus Mantzios Sent: Tuesday, June 06, 2006 9:58 AM To: jboss-user@lists.sourceforge.net Subject: [JBoss-user] jboss 3.0.3

RE: [JBoss-user] JBoss/Hibernate example projects

2005-12-03 Thread Scott M Stark
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curley, JohnSent: Friday, December 02, 2005 10:56 AMTo: jboss-user@lists.sourceforge.netSubject: [JBoss-user] JBoss/Hibernate example projects Hi,

RE: [JBoss-user] Newbie: JBoss and Spring

2005-12-03 Thread Scott M Stark
Use the forums. The mailing list really is not used other than for receiving forum notifications. http://www.jboss.com/index.html?module=bbop=mainc=5 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curley, JohnSent: Thursday, December 01, 2005 8:10 AMTo:

RE: [JBoss-user] IP_MULTICAST_IF error problem

2004-12-22 Thread Scott M Stark
Apparently the interface has not been configured for multicast traffic. Scott StarkChief Technology OfficerJBoss Inc. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David YeoSent: Tuesday, December 21, 2004

[JBoss-user] ping

2004-09-08 Thread Scott M Stark
ping --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click

RE: [JBoss-user] Jboss.org down ?

2004-06-15 Thread Scott M Stark
Its up, but your dns resolution is invalid. Both jboss.com and jboss.org currently point to 216.83.187.151 Scott Stark Chief Technology Officer JBoss Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [JBoss-user] Bug in BeanMetaData?

2004-04-23 Thread Scott M Stark
You asking for something contrary to the ejb-2.0 spec: ejb-20-spec, 21.3.2 Method permissions If the method permission relation specifies both the unchecked element for a given method and one or more security roles, the method should not be checked for authorization. /ejb-20-spec, 21.3.2 Method

RE: [JBoss-user] Why one-way mapping between forums and mailing list?

2004-04-01 Thread Scott M Stark
I'm sorry you feel that way, but the original comment stands. We use the forums and lists to serve the users and having them decoupled is of no use to us. We are not going to wait until the forums have bidirectional integration with mail, which is in the works as part of the Mail Services project:

RE: [JBoss-user] JBossSX: proper way of authenticating with more than user/pass?

2004-03-05 Thread Scott M Stark
The input to JBossSX is a java.security.Principal and java.lang.Object. Its up to the login module to interpret these. In your case it would be easiest to just use the indicated compound name form for the username. Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-user] Log4J Problems With Upgrade

2004-03-04 Thread Scott M Stark
Submit a bug report with a testcase on sourceforge please. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hunter Hillegas Sent: Thursday,

RE: [JBoss-user] log4j DEBUG

2004-02-10 Thread Scott M Stark
That is the correct way to enable debug for a category. You have to remove any INFO threshold on the category in order for these messages to show up. Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-user] Strange class not found

2004-02-06 Thread Scott M Stark
[EMAIL PROTECTED] Releases]$ jar -tf jboss-3.2.3/server/default/deploy/jboss-jca.sar | grep CachedConnectionManager org/jboss/resource/connectionmanager/CachedConnectionManager$KeyConnecti onAssociation.class org/jboss/resource/connectionmanager/CachedConnectionManager$CloseConnec

RE: [JBoss-user] how to encode database password in descriptor file mysql-ds.xml

2004-02-05 Thread Scott M Stark
You can use abitrarily strong security using JAAS. See: http://www.jboss.org/index.html?module=bbop=viewtopict=45111 Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [JBoss-user] JBoss 3.2.3 Unable to invoke setDelegate

2004-02-05 Thread Scott M Stark
The setDelegate warning is irrelevant. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Morton Sent: Thursday, February 05, 2004 6:07 AM To:

RE: [JBoss-user] service-bindings.xml in jboss 3.2.3

2004-02-03 Thread Scott M Stark
See the jboss-3.2.3/docs/examples/binding-manager/sample-bindings.xml service-config name=jboss:service=Naming delegateClass=org.jboss.services.binding.AttributeMappingDelegate delegate-config portName=Port hostName=BindAddress attribute name=RmiPort1098/attribute

RE: [JBoss-user] Setting jmx-console password

2004-01-31 Thread Scott M Stark
You use a JAAS configuration the same as all security. The default JAAS configuration uses the UsersRolesLoginModule as defined by the jmx-console entry in the conf/login-config.xml This in turn obtains the username/password/roles mappings from the

RE: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Scott M Stark
It depends on what is generating the stack trace. In order to get this behavior there has to be a line by line emission of the stack trace using System.err.println() for each line rather than one System.err.println() with the entire stack trace as a message. What is the source of this?

RE: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Scott M Stark
] Subject: Re: [JBoss-user] log4j SMTP appender trouble Scott M Stark wrote: It depends on what is generating the stack trace. In order to get this behavior there has to be a line by line emission of the stack trace using System.err.println() for each line rather than one System.err.println

RE: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-01-30 Thread Scott M Stark
The resource type for an xmbean does not affect its management interface. I'm not familar with the xmbean xdoclet implementation, so you'll have to drill into that. The jboss-service.xml descriptor has nothing to do with this as its only creating an XMBean and passing in the *-xmbean.xml

RE: [JBoss-user] how to encode database password in descriptor file mysql-ds.xml

2004-01-30 Thread Scott M Stark
SHA is a one way hash that by definition cannot be reversed. In order to encode a password in a reversible form you need another password for the encoding/decoding, hence the question on how you want to encode the database password. If the database accepts a hashed form of the password then simply

RE: [JBoss-user] OOM wrapped in UndeclaredThrowable

2004-01-30 Thread Scott M Stark
Yes, we throw UndeclaredThrowableException whenever a non-Exception shows up in an invocation stack as our interceptor signature allows for Exceptions, not Throwables or Errors. Search in our codebase for UndeclaredThrowableException and you'll see where this happens.

RE: [JBoss-user] Two ears and classcastexception :( please, help!!

2004-01-29 Thread Scott M Stark
A client in one ear calling an ejb in another ear is a circumstance where you do not want a custom loader-repository. For this you want the default flat visibility since you are sharing types between deployments. You'll have to explain why the client is in ear1 calling ear2 rather than being in

RE: [JBoss-user] OOM wrapped in UndeclaredThrowable

2004-01-28 Thread Scott M Stark
Its simply a wrapping of the exception resulting from a reflected call that is not a subclass of java.lang.Exception. Its possible that this is an exception marshalled back to a client and that the OOM is occuring on the server. Scott Stark Chief Technology Officer JBoss

RE: [JBoss-user] Sometimes i get the following error:

2004-01-28 Thread Scott M Stark
This is an NPE in your errordetails.jsp page. Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maffeo Gaetano Sent: Wednesday, January 28,

RE: [JBoss-user] Possible bug in Handle.getEJBObject() - Jboss 3.2.3

2004-01-28 Thread Scott M Stark
This is related to an issue: [ 780746 ] Unable to passivate due that has not had a good testcase. Provide this info in that bug report and I'll look into it again. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message-

RE: [JBoss-user] how to encode database password in descriptor file mysql-ds.xml

2004-01-28 Thread Scott M Stark
How do you want the password used to encrypt this password to be stored/used? Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wang

RE: [JBoss-user] max-bean-life?

2004-01-28 Thread Scott M Stark
We do not issue an ejbRemove on stateful session beans that expire while in the passivated state. Stateless session beans only see a remove when they are evicted from the session pool, which may be only on shutdown/undeployment. Scott Stark Chief Technology Officer

RE: [JBoss-user] How to read message counter infos ?

2004-01-26 Thread Scott M Stark
From the admin/devel guide: *Type: Either Queue or Topic indicating the destination type. *Name: The name of the destination. *Subscription: The subscription ID for a topic. *Durable: A boolean indicating if the topic subscription is durable. *Count: The number of message delivered to the

RE: [JBoss-user] Scheduling Service ...

2004-01-19 Thread Scott M Stark
See the quartz scheduler: https://sourceforge.net/projects/quartz/ Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafal Kedziorski Sent: Saturday,

RE: [JBoss-user] problem with host name resolivng via http invoker

2004-01-09 Thread Scott M Stark
The docs are correct as this is for replacing an attribute value with a system property on the server side which you would want to potentially externalize the choice of the hostname in the fixed URL. Its a seperate capability that the client will interpret the value as a system property, which is

RE: [JBoss-user] problem with host name resolivng via http invoker

2004-01-08 Thread Scott M Stark
Replace: attribute name=InvokerURLPrefixhttp:///attribute attribute name=InvokerURLSuffix:8080/invoker/EJBInvokerServlet/attribute attribute name=UseHostNametrue/attribute with the explict url the client should use: attribute

RE: [JBoss-user] problems with Locale (continued ...)

2004-01-08 Thread Scott M Stark
It is not a problem with the locale as it is looking for a properties bundle that is available, its a problem with that particular jdk resolving properties through the thread context class loader it would appear. When you added the resource properties bundle to the JBOSS_CLASSPATH you added the

RE: [JBoss-user] problem with host name resolivng via http invoker

2004-01-08 Thread Scott M Stark
The system property usage would be: attribute name=InvokerURLMyJMXUrl/attribute Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] on behalf of Janardhan Burugupalli Sent: Thu

RE: [JBoss-user] Where to put an Interceptor class?

2004-01-07 Thread Scott M Stark
Or use an XMBean today in JB3.2 Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Fleury Sent: Wednesday, January 07, 2004 8:40 AM To: [EMAIL

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-06 Thread Scott M Stark
Don't put the catalina.jar in the system classpath. Only put the LocalStrings.properties file in a jar and point JBOSS_CLASSPATH to it. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED]

RE: [JBoss-user] Monitoring, performance, response time - JRAT

2004-01-06 Thread Scott M Stark
There have been servlet invocation stats since 3.2.2. Look at the jboss.web section of the jmx-console. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [JBoss-user] jboss 3.2.3 + jetty X

2004-01-05 Thread Scott M Stark
There has not been an annoucement that we will not provide a jetty bundle. There has not been a seperate bundle due to the fact that the initial testing indicated new unit test failures that I did not have time to look into. We are simply taking the latest stable sar release from the jetty

RE: [JBoss-user] Tomcat and Java2ClassLoadingCompliance attribute

2004-01-05 Thread Scott M Stark
The jmx-console starts up fine. Only the web-console is failing due to the fact that is it using a singleton that breaks when the class is reloaded in a different class loader due to these settings because of using Java2ClassLoadingCompliance=false. It works fine with

RE: [JBoss-user] Distributed Cache for Entity Beans?

2004-01-05 Thread Scott M Stark
JBossCache: http://www.jboss.org/services/press/jbosscache.pdf Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach Sent: Wednesday,

RE: [JBoss-user] documentroot value for integrated tomcat in JBoss 3.2.x

2004-01-02 Thread Scott M Stark
I don't see how an http.conf document root generally makes sense as the httd and tomcat4.1.24/jboss3.2.1 do not have to be on the same machine. Integration would be via jk2 and uri mappings. What is it that your trying to accomplish? Scott Stark Chief Technology Officer

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-02 Thread Scott M Stark
What is the exact exception? Its sounds like a problem with the machine locale as seen by the vm. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-02 Thread Scott M Stark
Then with what JDK(java -version)? The ResourceBundle will default to the org/apache/catalina/startup/LocalStrings.properties, but it is not finding that although its clearly in the dist. You can try placing a jar in the system classpath with the

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-02 Thread Scott M Stark
The CLASSPATH system property is not used by the shell scripts so its setting has no affect. You would have to use the indicated JBOSS_CLASSPATH. The 1.3.1 version is not useful. Show me the output of the 'java -version' command so I can look into the behavior. Scott

RE: [JBoss-user] Tomcat and Java2ClassLoadingCompliance attribute

2004-01-02 Thread Scott M Stark
Turn off the unified class loader behavior by setting the UseJBossWebLoader value to false: attribute name=UseJBossWebLoaderfalse/attribute Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED]

RE: [JBoss-user] documentroot value for integrated tomcat in JBoss 3.2.x

2004-01-02 Thread Scott M Stark
No, docroot will not matter. I'll have to look further into your previous post about the vhosts. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jfc

RE: [JBoss-user] RMI and SSL in JBoss 3.2.2...

2003-12-31 Thread Scott M Stark
I copied your exact fragment into the jboss-service.xml descriptor and updated the password to the chap8.keystore and saw the same error. Fixed the SecurityDomain attribute value and it worked. The line about not being able to set the security domain on the socket factory indicates you do not have

RE: [JBoss-user] Why undeployment could not delete temp directories...

2003-12-30 Thread Scott M Stark
I did not get the file so try zipping it up and resending it. Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] on behalf of Svetozar Radojcin Sent: Tue 12/30/2003 2:35 AM To: [EMAIL

RE: [JBoss-user] [jboss-3.2.3] Unable to deploy web-console.war error

2003-12-30 Thread Scott M Stark
I tried the same proceedure on WinXP prosp1 using jboss-3.2.3 and sun jdk-1.4.2_03 and I don't see this error. 09:08:58,423 INFO [MainDeployer] Starting deployment of package: file:/C:/cvs/R eleases/jboss-3.2.3/server/foo/deploy/management/web-console.war 09:08:59,033 INFO

RE: [JBoss-user] JBoss Docs

2003-12-29 Thread Scott M Stark
The latest cmp2 docs are in the admin devel guide of the all docs subscription. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hunter Hillegas

RE: [JBoss-user] JBoss Docs

2003-12-29 Thread Scott M Stark
Kedziorski Sent: Monday, December 29, 2003 1:08 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss Docs At 19:59 29.12.2003, Scott M Stark wrote: The latest cmp2 docs are in the admin devel guide of the all docs subscription. Will be there be an extra cmp2 subscription? Regards, Rafal

RE: [JBoss-user] JBoss Docs

2003-12-29 Thread Scott M Stark
Updates should have been sent out last week. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Ondruska Sent: Monday, December 29, 2003 1:30 PM

RE: [JBoss-user] Why undeployment could not delete temp directories...

2003-12-29 Thread Scott M Stark
Linkage errors indicate an inconsistent type system due to repdeployment. Open a bug report if you have an example that demonstrates what you are seeing. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From:

RE: [JBoss-user] RMI and SSL in JBoss 3.2.2...

2003-12-29 Thread Scott M Stark
Your SecurityDomain attribute value is incorrect. It needs to be java:/jaas/RMI+SSL as used in the chapter 8 example. Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] on behalf of

RE: [JBoss-user] NoClassDefFoundError - org/xml/sax/EntityResolver

2003-12-29 Thread Scott M Stark
Show the full stacktrace along with what jars are included in the war lib directory. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Hosking

RE: [JBoss-user] use of http-invoker

2003-12-29 Thread Scott M Stark
The http-invoker handles RMI/HTTP transport. This has nothing to do with the jmx-console which provides an html interface to the JMX server. You have to write Java code that accesses the RMIAdaptor and invokes the JMS queue creation operation on the destination manager mbean if you use the

RE: [JBoss-user] Connect to Mbean using RMI Connector

2003-12-27 Thread Scott M Stark
You must have the sun jmx implementation in your classpath ahead of the JBoss classes. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ting

RE: [JBoss-user] LinkageError, ClassCastException,.. when redeploying the _same .ear more than once !

2003-12-26 Thread Scott M Stark
See the class loading docs found here: https://sourceforge.net/docman/?group_id=22866 There have been fixes to the class loading in 3.0.x since 3.0.4, so you may want to look at more recent releases like 3.0.8. Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-user] Logging through JBoss from an external source

2003-12-24 Thread Scott M Stark
The org.jboss.logging.Log4jSocketServer MBean, which is not configured by default, can be used as the target of org.apache.log4j.net.SocketAppender to collect output from mulitple sources in a central location. The Log4jSocketServer uses a thread per client that does a MDC.put(host,

RE: [JBoss-user] Active Directory authentication

2003-12-24 Thread Scott M Stark
I don't know of any tutorials, but this can be done using the org.jboss.security.auth.spi.LdapLoginModule. What has to be configured is the context to bind against for authentication and the context/critieria used to query for the user roles. The older 3.0 getting started docs describe the

RE: [JBoss-user] twiddle

2003-12-24 Thread Scott M Stark
Flush the cache for the entity bean with jndi name ejbcts/CMPBean: [EMAIL PROTECTED] bin]$ twiddle.sh -H invoke Invoke an operation on an MBean usage: invoke [options] query operation (arg)* options: -q, --query-type[=type]Treat object name as a query --

Re: [JBoss-user] Web Application Security Recipe?

2003-12-12 Thread Scott M Stark
That is a trival check based on is there an authenticated user as indicated by the getUserPrincipal() method returning null. If that is all you want j2ee declarative security will work fine. This is not what I would call reauthentication as the user has not accessed any secured pages. When they

Re: [JBoss-user] Web Application Security Recipe?

2003-12-12 Thread Scott M Stark
Its a feature of the spec that the an authenticated user is not available via getUserPrincipal on unsecured pages. Put the user principal in the session and based the logic off of the existence of the user in the session. -- Scott Stark Chief Technology Officer JBoss

[JBoss-user] New getting started guide draft for 3.2 available

2003-12-11 Thread Scott M Stark
A new getting started guide for 3.2.x is on the website: http://jboss.org/docs/index#free-32x A forum for discussing it is here: http://jboss.org/index.html?module=bbop=viewforumf=191 -- Scott Stark Chief Technology Officer JBoss Group, LLC

[JBoss-user] 3.2.3 Release Available

2003-12-09 Thread Scott M Stark
The 3.2.3 release of JBoss is available from here: http://sourceforge.net/project/showfiles.php?group_id=22866 Detailed change notes and an overview of the major additions are available from here: http://sourceforge.net/docman/display_doc.php?docid=20433group_id=22866 --

Re: [JBoss-user] Multihome JBoss Issue

2003-12-07 Thread Scott M Stark
Which says the rmi stub is bound to 1.1.1.21 (could be 1.2.11.21 and the mail is munging the address?). If this is not the sandbox host address, then it needs to be overriden using the java.rmi.server.hostname system property. This need to be looked into further as the --host value should be

Re: [JBoss-user] How to set Security Context in JBoss

2003-12-02 Thread Scott M Stark
See the JAAS howto on sourceforge: http://sourceforge.net/docman/display_doc.php?docid=18240group_id=22866 Scott Stark Chief Technology Officer JBoss Group, LLC Munesh Gupta wrote: Hi, I have posted similar message earlier also, therefore I

Re: [JBoss-user] JMS Test Harness - Fails on session.createTopic(String name)

2003-12-02 Thread Scott M Stark
Yes. Scott Stark Chief Technology Officer JBoss Group, LLC Nicholas wrote: I am porting some JMS performance test harnesses over to JBoss, but a common problem seems to be that the dynamic calls to session.createTopic(String name) are not

Re: [JBoss-user] DatabaseServerLoginModule, and column RoleGroup

2003-11-29 Thread Scott M Stark
For whatever reason you want an alternate named group of roles. JBoss will never care, but you might. Scott Stark Chief Technology Officer JBoss Group, LLC Bryan Field-Elliot wrote: We are exploring using JBossSX in various capacities to perform

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Scott M Stark
System.getProperty(jboss.bind.address) == --host value -- Scott Stark Chief Technology Officer JBoss Group, LLC Rod Macpherson wrote: I use this to get the JNDI properties and bind Globals.HOST in a static class initializer using

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Scott M Stark
Show the gook as this is the marshalled rmi stub that the NamingContext is trying to use, and it contains the address/port the is causing the connection failure. SANDBOX:1099 is only the bootstrap port used to obtain the rmi stub. The rmi address should be the same as the --host value. --

Re: [JBoss-user] jmx-invoker-adaptor-server.sar vs. jmx-rmi-adaptor.sar - Bad For WebConsole ?

2003-11-25 Thread Scott M Stark
Add a link in JNDI from jmx/invoker/RMIAdaptor to jmx/rmi/RMIAdaptor by adding the following to the jmx-rmi-adaptor.sar/META-INF/jboss-service.xml: mbean code=org.jboss.naming.NamingAlias name=jboss.jmx:alias=jmx/rmi/RMIAdaptor attribute name=FromNamejmx/invoker/RMIAdaptor/attribute

Re: [JBoss-user] Setting up Stores on JBoss

2003-11-25 Thread Scott M Stark
The jboss-web.xml changes will be picked up when the web.xml is touched. The web container can be redeployed by updating its jboss-service.xml, but this will redeploy all web apps as well. -- Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] Can we define the passivate timeout for entity beans? (performance)

2003-11-25 Thread Scott M Stark
Edit the conf/standardjboss.xml and change the container-cache-conf/cache-policy-conf container-cache-conf cache-policyorg.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy/cache-policy cache-policy-conf min-capacity50/min-capacity

Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-25 Thread Scott M Stark
So the jbossmq login configuration still exists then. Create a bug report on sourceforge with more info on what your doing so we can try to look into what could be going on. -- Scott Stark Chief Technology Officer JBoss Group, LLC Panagiotis Korros

Re: [JBoss-user] Stateful Session Bean timeout

2003-11-25 Thread Scott M Stark
Its essentially the same container-cache-conf as for the entity bean. Lookup the Standard Stateful SessionBean in the conf/standardjboss.xml descriptor. -- Scott Stark Chief Technology Officer JBoss Group, LLC Pedro Salazar wrote: Greetings, I

Re: [JBoss-user] Authentication Problem

2003-11-25 Thread Scott M Stark
The problem is the invalid dsJiniName module-option name in the RestaurantSecurityRealm config. This should be dsJndiName which defaults to java:/DefaultDS and hence hypersonic. -- Scott Stark Chief Technology Officer JBoss Group, LLC Jack Lauman

Re: [JBoss-user] Authentication Problem

2003-11-24 Thread Scott M Stark
The query is going against the DefaultDS, not the RestaurantDS. Show the full stack trace. -- Scott Stark Chief Technology Officer JBoss Group, LLC Jack Lauman wrote: I am trying to move an app from 3.0.7 to 3.2.3RC1 and am getting the following

Re: [JBoss-user] JBoss 3.2.3

2003-11-24 Thread Scott M Stark
Its named 3.2.3RC1 for release candidate 1 status. Its not the final 3.2.3 release. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: Hallo, I founfd JBoss 3.2.3 at SF.net. Is it the production release or only

Re: [JBoss-user] Setting up Stores on JBoss

2003-11-24 Thread Scott M Stark
It looks correct and consistent with the 3.2.x admin devel guide section on the subject. -- Scott Stark Chief Technology Officer JBoss Group, LLC Brian McSweeney wrote: Hi all, I run a web application packaged as an ear on JBoss-3.2.2. I want to

Re: [JBoss-user] JAAS Problem (login in same VM)

2003-11-24 Thread Scott M Stark
If the session is not secured then what exception are you getting in the absence of the JAAS login? Show the stack traces that are occurring. -- Scott Stark Chief Technology Officer JBoss Group, LLC Meyer-Willner, Bernhard wrote: Hi, this is the

Re: [JBoss-user] Remote JMX Notifications - Having Trouble With Example ch2 xmbean1 in JBoss 3.2.1

2003-11-24 Thread Scott M Stark
You have to replace the deploy/jmx-invoker-adaptor-server.sar with the docs/examples/jmx/jmx-rmi-adaptor.sar. The jmx-invoker-adaptor-server.sar does not support the remoting of the jmx notifications in 3.2.2. -- Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] EJB home methods are not allowed to access CMP or CMR

2003-11-24 Thread Scott M Stark
The only usecase for the ejbActivate/ejbPassivate callbacks is to cleanup resources like jms connections. The logic for calculating the derived value you showed is what needs to be done, and is a cache mechanism as ejbLoad is only called when the cache state is inconsistent with the persistent

Re: [JBoss-user] Exception in jmx-console

2003-11-23 Thread Scott M Stark
Open a bug on sourceforge: http://sourceforge.net/tracker/?group_id=22866atid=376685 -- Scott Stark Chief Technology Officer JBoss Group, LLC Mike Moulton wrote: I recently configured JBoss-3.2.3RC1-jetty-4.2.14, after getting everything running

Re: [JBoss-user] Geeee...Everybody on the net can see my JMX-CONSOLE. Jboss 3.2.1 Config problem.

2003-11-22 Thread Scott M Stark
Its a standard web app, secure it like any other. See the JAAS howto which gives an example of securing a war. http://sourceforge.net/docman/display_doc.php?docid=18240group_id=22866 -- Scott Stark Chief Technology Officer JBoss Group, LLC suneth

Re: [JBoss-user] JBoss / Log4j trying to write to root directory - why?

2003-11-22 Thread Scott M Stark
There is a log4.properties file in the bootstrap run.jar that defines the location of the boot.log when run outside of eclipse. -- Scott Stark Chief Technology Officer JBoss Group, LLC Matthew Van Horn wrote: I am using JBoss-3.2.2 integrated into

Re: [JBoss-user] added graphing to web console

2003-11-22 Thread Scott M Stark
Yes, that sounds good. -- Scott Stark Chief Technology Officer JBoss Group, LLC Bill Burke wrote: Hi all, I added graphing to the web console in Branch_3_2. I will eventually merge it to HEAD. Now, in web-console when you are navigating tree

Re: [JBoss-user] ERROR [Digester] End event threw exception

2003-11-21 Thread Scott M Stark
Show the full exception. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: I was attempting to deploy an ear file that contains basically just a war file. Anyone ever see this error before? 09:51:37,908 INFO

Re: [Fwd: [JBoss-user] java.io.StreamCorruptedException / locale problem?]

2003-11-21 Thread Scott M Stark
The msg was written in the French locale but could not be read in it or is the French locale machine talking to a database with the US locale? It would seem that the interpretation of the binary stream is not consistent between these locales. Take one of the serialized msgs from the database and

Re: [JBoss-user] BindAddress and Remote JMS (was JMS to remote hosts doesn't work any more)

2003-11-21 Thread Scott M Stark
Its a bug then. Is this only on win32 or all platforms? -- Scott Stark Chief Technology Officer JBoss Group, LLC Didi Posselt wrote: Hi, Since the option --host=yourhost causes lots of problems in applications that don't specify a host to

Re: [JBoss-user] JbossMQ error: 'User: null is NOT authenticated'

2003-11-21 Thread Scott M Stark
Go into the jmx-console when the error occurs and go to the jboss.security:service=XMLLoginConfig mbean and invoke the displayAppConfig operation passing in the jbossmq string. The exception indicates that the jbossmq configuration has been removed. This msg: 2003-10-02 13:00:26,125 TRACE

Re: [JBoss-user] MaximumSize in invoker-proxy-bindings vs. MaximumSize in container-configuration

2003-11-21 Thread Scott M Stark
Yes, the MaximumSize in the invoker-proxy-bindings is the number of JMS MessageListener threads there are dispatching msgs to MDBs so its the throttle point. -- Scott Stark Chief Technology Officer JBoss Group, LLC Brian Wallis wrote: can someone

Re: [JBoss-user] Error Redeploying Ear with Schedulable MBean

2003-11-21 Thread Scott M Stark
How is the schedulable registered with the scheduler? -- Scott Stark Chief Technology Officer JBoss Group, LLC Scheil, Sven wrote: i repost my question, because i found no solution :-( should i post more detailed information? does anyone have

Re: [JBoss-user] Insufficient method permissions; method=getEJBObject

2003-11-21 Thread Scott M Stark
ejbActivate is not call with the run-as roll established as it should be so this is a bug. -- Scott Stark Chief Technology Officer JBoss Group, LLC Sternagel Annegret (MPI/ADB) wrote: Hello, I'm facing a problem which I think may be a bug in

Re: [JBoss-user] Custom MBean state

2003-11-19 Thread Scott M Stark
There is no state machine driving transistions given an operation invocation. Its something we need. -- Scott Stark Chief Technology Officer JBoss Group, LLC Simone Milani wrote: Hi, Is there some kind of state machine that prevents jumping

Re: [JBoss-user] Urgent - NamingService - Error writing response

2003-11-19 Thread Scott M Stark
Use netstat to see who is connecting to 1099. -- Scott Stark Chief Technology Officer JBoss Group, LLC Eric J Kaplan wrote: Thanks Scott. Any color on why we're getting the messages every minute? We have no idea which client might be causing

Re: [JBoss-user] Urgent - NamingService - Error writing response

2003-11-18 Thread Scott M Stark
The client trying to lookup the naming stub on the bootstrap port is not reading the socket stream. -- Scott Stark Chief Technology Officer JBoss Group, LLC Eric J Kaplan wrote: Hi We have been running on jboss 3.0.4 for a while. Last night,

Re: [JBoss-user] problem with UsersRolesLoginModule

2003-11-16 Thread Scott M Stark
That is correct as far as shown. Turn on trace level logging for the org.jboss.security package in the conf/log4j.xml config to better see what is going on. Scott Stark Chief Technology Officer JBoss Group, LLC Ionel GARDAIS wrote: Hi, I'm

Re: [JBoss-user] SSO with JBoss-tomcat

2003-11-15 Thread Scott M Stark
You need the patch sitting in sourceforge. The default tomcat sso solution does not work with the integrated security in jboss. We will be looking to initegrate this patch soon. Scott Stark Chief Technology Officer JBoss Group, LLC Paul Ekeland

Re: [JBoss-user] using JAAS inside a custom server MBean

2003-11-13 Thread Scott M Stark
Server side components inherrent the conf/login-config.xml JAAS config file so you don't use an auth.conf file. There is no shortcut JAAS mechanism. You need to perform a login using the JAAS LoginContext and pass in a CallbackHandler. You can use the

Re: [JBoss-user] ROOT.war

2003-11-12 Thread Scott M Stark
The context-root jboss-web.xml element discussed (I guess too briefly) in chap 9 is the answer: The context-root element allows one to specify the prefix under which web application is located. This is only applicable to stand-alone web application deployment as a WAR file. Web applications

  1   2   3   4   5   6   7   8   9   10   >