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
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:
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.
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
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
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,
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
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
--
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
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
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
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
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
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
{
>
> ...
> // Check the permissioned methods list
> iterator = getPermissionMethods();
> while (iterator.hasNext())
> {
> MethodMetaData m = (MethodMetaData) iterator.next();
> if (m.patternMatches(method
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:
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
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
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
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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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:
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:
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
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
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
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
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.
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
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
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,
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,
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
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
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
--
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
---
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
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 - 100 of 1515 matches
Mail list logo