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

[JBoss-user] [Messaging, JMS & JBossMQ] - reconnect to temporary queue ?

2006-02-13 Thread Mr. M
When a temporary queue's socket is broken, is there a JBoss method for reconnecting to the same temporary queue rather than creating another temporary queue? I thought I saw a forum posting on how to do this but can't find it now. Thanks, Mark [EMAIL PROTECTED] View the original post : http:

[JBoss-user] Migrating applications developed using EJBs from WebSphere to JBoss

2005-12-13 Thread Garvey, Paul M (GE Commercial Finance)
Title: Migrating applications developed using EJBs from WebSphere to JBoss  All, I am migrating several applications that using EJBs and in particular Entity beans from WebSphere to Jboss. Is there any links or documentation that will help make this transition? Any help is appreciated.

[JBoss-user] Running multi instances of JBoss

2005-12-08 Thread Garvey, Paul M (GE Commercial Finance)
Title: Running multi instances of JBoss How easy is it to run multi-instances of JBoss, I created 3 configuration myServer, default and myServer2 I want to run all 3 on the same server. What steps do I need to take. I would also appreciate any link that might help. Thanks - Paul

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=bb&op=main&c=5 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curley, JohnSent: Thursday, December 01, 2005 8:10 AMTo: jbo

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,

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Datasources CMP

2005-02-23 Thread Mr. M
Unfortunately, it appears that JBoss doesn't allow CMP beans to programatically set the bean datasource. I think this is a limitation of EJB and no other application server allows it either. The datasource is bound when CMP beans are first loaded. You can however, create multiple deployments o

[JBoss-user] [Persistence & CMP/JBoss] - Compound primary key mapping to foreign keys error.

2005-02-18 Thread Mr. M
pping/jbosscmp-jdbc.xml Thanks, Mr. M View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867121#3867121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867121 --

[JBoss-user] [Beginners Corner] - How to deploy multiple applications using JAXP classes

2005-01-18 Thread M-cat
Hi, All..!? i'd like to deploy multiple applications(war) in jboss. These applications contain JAXP classes. i guess a collision of JAXP classes causes ClassCastException how do i do that? Any idea? thanks a lot KOTATSU Neko View the original post : http://www.jboss.org/index.ht

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] Fwd: Another newbie question

2004-09-29 Thread M. Onur Tokan
JB's and I will only use EJB. Is it possible to change minimal conf. so It can run EJB's. Another problem is, when JBoss and Tomcat are on different server Do I need the interfaces of EJB's? -- Regards, M. Onur Tokan --- This SF

[JBoss-user] Another newbie question

2004-09-29 Thread M. Onur Tokan
JB's and I will only use EJB. Is it possible to change minimal conf. so It can run EJB's. Another problem is, when JBoss and Tomcat are on different server Do I need the interfaces of EJB's? -- Regards, M. Onur Tokan --- This SF

[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=5047&alloc_id=10808&op=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
{ > > ... > // Check the permissioned methods list > iterator = getPermissionMethods(); > while (iterator.hasNext()) > { > MethodMetaData m = (MethodMetaData) iterator.next(); > if (m.patternMatches(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] Why one-way mapping between forums and mailing list?

2004-04-01 Thread Scott M Stark
Then help implement the mail response gateway. Its a perfectly acceptable read-only response channel, if you don't like it your free to unsubscribe, or help make it work the way you would like. Scott Stark Chief Technology Officer JBoss Group, LLC

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 Fro

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 tionSynchronizati

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: [EM

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=bb&op=viewtopic&t=45111 Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

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 1098 Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECT

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 jmx-console.war/WEB-INF/classes/{roles.properties

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. Sco

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] 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 descripto

RE: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Scott M Stark
AIL PROTECTED] 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 eac

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? xx

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 ear

RE: [JBoss-user] ?

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 JBo

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 S

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] 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, 2

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] 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 destina

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, J

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 t

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

2004-01-08 Thread Scott M Stark
The system property usage would be: MyJMXUrl Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] on behalf of Janardhan Burugupalli Sent: Thu 1/8/2004 8:37 AM To: [EMAIL PROTECTED] Subj

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 ent

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

2004-01-08 Thread Scott M Stark
Replace: http:// :8080/invoker/EJBInvokerServlet true with the explict url the client should use: http://thehostiwant:8080/invoker/EJBInvokerServlet this can also be system property name that is resolved at runtime in the client vm for the situation that the server does not k

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 PROT

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] 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] [mail

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, D

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 Java2ClassLoadingCompliance=tr

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 sourcefo

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] 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: false Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike

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 Star

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 org/apache/catalina/startup/LocalStrings.properties

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 Ion

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 JB

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] [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 [EmbeddedTomcatServic

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

2003-12-30 Thread Scott M Stark
PROTECTED] Subject: Re: [JBoss-user] Why undeployment could not delete temp directories... Few days ago, Scott, I sent to you ucl.log (19 M !) along with server.log file, which demonstrates LinkageError problem due to redeployment... So, what now, I cannot to see what part of ucl.log file

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 http-inv

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 S

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 [EM

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: [EMA

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 T

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,

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 Sent:

RE: [JBoss-user] JBoss 4.x and J2EE 1.4 certification

2003-12-29 Thread Scott M Stark
A 4.x release will be certified, but its not likely to be the 4.0.0 final release. The 4.0.x releases will be j2ee 1.4 compliant. Dates are still in planning. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From:

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 S

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 xx

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] ()* options: -q, --query-type[=]Treat object name as a query -- Stop processing options

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 co

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", clientSocket.

RE: [JBoss-user] twiddle

2003-12-24 Thread Scott M Stark
Use the help options to see the syntax: [EMAIL PROTECTED] bin]$ twiddle.sh --help A JMX client to 'twiddle' with a remote JBoss server. usage: twiddle.sh [options] [command_arguments] options: -h, --helpShow this help message --help-commands Show a list of comm

Re: [JBoss-user] Schedule service depends on a WAR?

2003-12-12 Thread Scott M Stark
The depends mechanism is documented in the admin and devel guide, but it does not trigger redeployments. It triggers service life cycle events create/start/stop/destroy. If you want the war and mbean to be redeployed together nest the war in the mbean sar. -- Scott Stark Ch

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 Group,

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 do,

[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=bb&op=viewforum&f=191 -- Scott Stark Chief Technology Officer JBoss Group, LLC

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

2003-12-11 Thread Scott M Stark
Its not likely the j2ee declarative security fits here as there is no notion of reauthentication, and frankly, I don't know what it means here either. You would have to describe the user case in more detail. -- Scott Stark Chief Technology Officer JBoss Group, LLC x

[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=20433&group_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 settin

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 supporte

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=18240&group_id=22866 Scott Stark Chief Technology Officer JBoss Group, LLC Munesh Gupta wrote: Hi, I have posted similar message earlier also, therefore I apolo

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 d

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. -- x

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 java.net.InetA

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 wr

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 w

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] apache + mod_jk + jboss*2 = no load balancing.

2003-11-25 Thread Scott M Stark
mod_jk supports load balancing. See: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/workershowto.html -- Scott Stark Chief Technology Officer JBoss Group, LLC Stephen Davidson wrote: Greetings. Unless I missed somthing in the mod_jk spec,

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 org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy 50 100 300 2147483647 400 6

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 Bri

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: jmx/invoker/RMIAdaptor jmx/rmi/RMIAdaptor -- Scott Stark Chief Technology Officer JBoss Group, LLC xxx

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 stor

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 xxx

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 s

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] 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 relea

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 er

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=22866&atid=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] added graphing to web console

2003-11-22 Thread Scott M Stark
Works for me with: - Mozilla 1.5/JRE 1.4.2 plugin. - IE 6.0sp2/JRE 1.4.2 plugin. -- Scott Stark Chief Technology Officer JBoss Group, LLC Bill Burke wrote: Anybody get it to work? Graphing that is? Sacha couldn't get it to work. Bill ---

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 and

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

  1   2   3   4   5   6   7   8   9   10   >