Okay, well I didn't expect it to work that way :( .
Well, I expected the cached data to be timed out. So it is discarded from the
cache all together (file and memory).
How do I make that work then? The data should be evicted from the FileCache
after some time, since I work with charts that are
Hi Cyrill, thanks for you reply, but it doesn't explicitly answer my questions.
Or miss something...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110424#4110424
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110424
_
Typically you don't need it, persistence contexts are always provided for you.
However, if you wanted another persistence context, you can always get hold of
the factory and create one. For example, if you had an entity, and you wanted
to see what was in the database, you could use a second per
Hi,
Have you executed the ant script (build.xml) in the booking example? If no,
please execute it. You will then get an exploaded EAR which you can discover.
Regards,
Cyrill
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110416#4110416
Reply to the post :
ok i'll get back to u with my unit test ...
meanwhile, i am not able to understand why websale also behaved the same
way...websale unit test which i executed was like this:
/*
| * JBoss, Home of Professional Open Source
| * Copyright 2005, JBoss Inc., and individual contributors as indicate
I tried:
| @BypassInterceptors
| ...
| public class CoollectScheduler {
| ...
| ...
|
The email now is properly send, but, as expected, not asynchronous anymore.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110413#4110413
Reply to the post :
sorry i am posting a new user, firefox crashed and lost my password :-), dont
remember secret questinon...
anyways
am i doing something wrong ? i mean with TimeoutException i am getting, should
i set a lockwaittimeout or something on the cache_ ?
View the original post :
http://www.jboss.com
Purpose: create 20 THread ,each create connection to JMS.
Sometimes it's OK but occassionally it will throw
ConcurrentModificationException .
Please help to have a look
| public class JRouterJmsHandler {
| private static Logger logger =
Logger.getLogger(JRouterJmsHandler.class.getNa
Hi all,
I have a case in my project where I would like to @Out an instance variable to
multiple names. This is conceptually similar to the @Roles functionality that
Seam provides for components, but it applies to an outjected variable instead.
Currently I've had to declare the instance variabl
There are two different SMPC code snippet from the two seam examples:
|
|
The second define an entity-manager-factory and use it in the
managed-persistence-context.I want to know when the entity-manager-factory is
needed.
I searched in the reference,found it
Dear All,
I was wondering is that possible to selectively set the drag & drop feature for
the designated portlet in dashboard??
Thanks.
ar_fee
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110407#4110407
Reply to the post :
http://www.jboss.com/index.htm
You should use 1.4.0.SP1.
but before going to production, you should consider 1.4.0.SP2 that should be
out in a couple days.
http://labs.jboss.com/jbossmessaging/downloads/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110406#4110406
Reply to the post :
h
Kaledev, no it was not you accusing me of anything still, my first post was
not rude
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110404#4110404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110404
_
peace ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110403#4110403
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110403
___
jboss-user mailing list
jboss-user@lists.
Oops - ignore last post. Staring at screen too long. Creating local instances
works just fine.
Phew, okay, I think I'm good. Thanks so much for all of your help!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110402#4110402
Reply to the post :
http://w
Forgot to include the following in the OP.
How do you get it to work? I've tried the above example and the only way is to
have it definite in the configuration file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110400#4110400
Reply to the post :
http://ww
Oh, I see. Okay, thank you. That makes sense.
However, I've just learned that it isn't just creating instances of external
portlets that are failing. I created a portlet inside of my war and have the
same problem. It keeps appending "ehealth." to the front of everything and so
can't find it
Typically the outcome of an "Action Method" is definite in either
faces-config.xml or navigation.xml.
What if you want the outcome to be an actually .XHTML URI, instead of a String
constant that refers to an view definite in the configuration file?
For instance (code from Seam tutorial)
| p
An example to clarify what I meant: to create another instance of the news
portlet, go to
jboss-portal.sar/samples/portal-news-samples.war/WEB-INF/portlet-instances.xml
and add the new instance there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110398#411
I lost our demo box again until tomorrow but what happens sometimes is that in
the debug output window it just says empty response immediately followed by the
expected response. Seemed odd.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110397#4110397
I think that is something related to Class Loaders.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110396#4110396
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110396
___
jbo
Will try to respond tomorrow. Am getting some success now, which is very
encouraging. But I'm not sure I've got it right...
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110395#4110395
Reply to the post :
http://www.jboss.com/index.html?module=bb
The request packet looks well-formed and complete, it's not clear why the
exception is being thrown. Just to try something different, I've wrapped the
request's InputStream in an InputStreamReader for the parsing of the xml. You
can try this in the latest CVS version.
"samdoyle" wrote :
|
There are definite bugs in the fileupload control in Seam 1.2.1. Is it
possible for you to upgrade to Seam 2.0.0.GA?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110390#4110390
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
"jfrankman" wrote : Would it be better to upgrade my existing projects from 1.2
to 2.0?
| Should I also upgrade from JBoss 4.0.5 (EJB3) to 4.2?
Yes and yes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110388#4110388
Reply to the post :
http://www.jbos
I'd like to set up a pair of TCPCacheServers that are clustered together and
then refer to them in each of my JBoss AS instances as primary and 2ndary
TcpDelegatingCacheLoaders. I have no problem chaining them together in the
CacheLoaderConfiguration, but then when I take either one of the
TCP
I know this question has been asked before but I've done a search in this forum
for clues on how to get back the fqn reference to the object that triggered a
PojoCacheListener event and I don't believe this has been fully answered. I
found two references recommend using AopUtils for this purpos
Take a look at the ui example, it has many examples of using this. It's just
like any input componet, you use a value binding to the model, and JSF takes
care of updating the model for you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110383#4110383
Reply
Hi,
I currently work on a project using EJB3-Facade-Session-Value Object-JSF, all
running on Glassfish. I use Netbeans.
I would like to use Seam. However as I'm beginner there are some stuff I don't
catch.
In my JEE5 project I've got an Enterprise Application which contains EJB Module
+ Web App
All of the information I can find seems to indicate that Seam webapps run on a
single web/app server with a separate physical database layer. However, my
company runs webapps using a 3-tiered WAD design where we have 3 physically
separate machines.
What I'm wondering is whether it's possible
I implement a customized FormAuthenticator extends from FormAuthenticator. and
deployed to server/default/lib. but returned an error http 403 status.
Any ideas welcome, thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110378#4110378
Reply to the post
Perfect!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110377#4110377
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110377
___
jboss-user mailing list
jboss-user@lists.jbo
I'm a new user of JBoss AOP and was introduced to it through my growing use of
JBoss Cache. I have a few questions and your help is appreciated.
I've read through this thread and whatever else I could find on setting the
classpath for the maven-jbossaop-plugin compiler, but I am still unable to
Have a look at
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.1.0.CR1/userguide_en/html/cache_loaders.html#d0e3017
which shows exactly the in-memory state and the persistent state in these
scenarios.
View the original post :
http://www.jboss.com/index.html?module=
Goal: ability to retrieve the foreign key without loading the related
object/table row.
Scenario:
Entity bean contains a related entity bean.
@Entity
class Unit{ // Unit table
// what kind of unit
Model model; // related object in Model table, related column is modelId
In the Unit table the
"[EMAIL PROTECTED]" wrote : Why do you need the id? Sounds like you don't to me.
Hm, but how do I get the selected element?
To compare it to examples from the book (from Michael Yuan), is it injected
just like the example with the data table?
So if I have a list of Person objects in the select bo
This make managing the page security very difficult if this is true. The
portal pages are a tree and each node in the tree "should" be able to declare
the security for itself and it's subtree overriding inherited attributes if
desired.
For example the tree below
|
I am looking at using Seam 2.0 for my next project, but currently we have
another project using Seam 1.2 deployed to our JBoss 4.0.5. If I change the
JBoss 4.0.5 JSF implementation from myfaces to JSF 1.2 RI as indicated in the
documentation, will this break the existing Seam 1.2 deployed applic
Hello,
I've been trying to send an email inside a method annotated with
@Asynchronous in plain tomcat using quartz. The method is called properly and
works fine, however, for some reason, the renderer cannot find the facelet
template (xhtml).
If I send the email in a normal method it works
We've ran into this problem as well. Setting UseJBossWebLoader=false won't
completely fix the problem either, you'll need to make sure you're not
specifying the a loader repository in jboss-web.xml either.
We ran into this problem with Seam+Trinidad, and what happens is that Seam's
FaceletsRen
It may be generally a good practice to do the business logic in a session bean
instead of using JPA directly in your MDB.
However, this is currently a problem when your app is deployed with messages
already in the queue: http://jira.jboss.org/jira/browse/JBSEAM-2286
View the original post :
ht
You're going to need to post actual code, I have no idea what you are trying do
say.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110357#4110357
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110357
_
Hi all
I have a strange problem with JBoss 4.0.5 with JBoss Messaging 1.4.0. When I
define a JMS bridge, I would like to set the username/password using a property
which is set via the Properties Service og JBoss. It does not work as expected,
the placeholder is not replaced.
The definition of
If anyone can help me I would appreciate it.
I have re-run my testing with some jboss server side logging enabled. I have
also included some logging to let me know when the receiving Client experiences
a timeout on the receive(2000) call. It times out more often that I would
expect consider
actually sending java.sql.Date over the JSON wire:
| //EX
|
| ["com.domain.app.model.SimpleDTO/3809314052","java.sql.Date/20738045"]
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110352#4110352
Reply to the post :
http://www.jboss.com/index.htm
Anyone?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110351#4110351
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110351
___
jboss-user mailing list
jboss-user@lists.jboss.
By the way i'm using Ubuntu Gutsy Gibon, JBoss portal with app server 2.6.2 GA
and Firefox 2.0.0.10
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110348#4110348
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110348
__
Hi, im a newbie and have succesufuly downloaded and run the JBoss portal. I've
was following the quickstart guide and uploaded new content (quickstart.zip)
and put a link to that content in the frontpage. Now i can access the content
with opera and internet explorer 6 using wine but when i tried
I want to access a copied configuration file set I copied the default dir now
how do I access it?
Can I use more than one?
Thanks for the help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110336#4110336
Reply to the post :
http://www.jboss.com/index.html
This thread is ancient. Did you read the docs?
http://docs.jboss.org/seam/2.0.0.GA/reference/en/html/gettingstarted.html#d0e2458
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110335#4110335
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
We are using JBoss 4.2.0 with Seam.
Currently we meet a long running conversation problem just after upgrading seam
from 2.0.0 Beta1 to 2.0.0 GA. The problem is described as following.
We have a scenario of long running conversation involving three stateful beans,
Bean A (@Begin init()), Bean B
ooopps... I found this :
http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController
Sorry for this post
Cheers,
S:-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110332#4110332
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
I also have not been able to find the el-impl.jar anywhere.
If this jar exists somewhere, could someone please post the location.
If it ( or it by another name ) needs to be a particular place, please tell us
where.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hey all,
After a lot of digging, finally found where I am having an issue with some DTO
transports using the SEAM-GWT remoting.
First, the (not useful) error on the client/browser side:
=
| com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This
applica
Can you use Seam + POJO to build you app? That combination works well in WL10
...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110329#4110329
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110329
Why do you need the id? Sounds like you don't to me.
itemValue is present in CVS, as is the possibility to override the output from
s:convertEntity so will be in the 2.0.1 release.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110327#4110327
Reply to the po
Does anyone know what the status of known vararg bug with Weblogic 10 and ejb3
? We are currently in pre-development and are evaluating technologies. We are
locked into Weblogic 10 and would like to be able to use Seam. Any info would
be much appreciated.
Thanks
View the original post :
http
You are right - chucking you out of the conversation just because you're ajax
request took to long isn't nice - we plan to make it possible to just drop
requests (perhaps by default, but probably not by default until Seam 2.1).
View the original post :
http://www.jboss.com/index.html?module=bb&
There are still some improvements/"optimizations" to be made between Seam and
RichFaces (and other Ajax frameworks) - I've got distracted by JBoss Embedded
recently, but I've made the issue a blocker for 2.0.2.GA to address on the Seam
side (we will probably need a release of RichFaces as well)
I have a lot of problems (randomly not loading pages) with Safari on 10.4 - I
tend to avoid it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110322#4110322
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110322
__
Hi
In normal case when i go to page I see url like:
| http://localhost:8080/Universum/pages/Buildings.seam?cid=9
|
Yesterday i made lot of changes and when I go to any page sometimes page is not
changed and url looks like:
|
http://localhost:8080/Universum/pages/Statistics.seam?cid=26&
>From reading the JBoss Cache User Guide, I get that when an eviction policy
>passivates a node from the cache, that the node will be removed from the in
>memory cache and persisted back to the cache loader that has passivation set
>to true. And I understand that when the aforementioned passiva
use jdk 1.5
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110318#4110318
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110318
___
jboss-user mailing list
jboss-user@lists.jb
JBoss AS 4.2.x is a J2EE application server. By default, it bundles JBossMQ
messaging service as the JMS provider, but you can replace that with JBoss
Messaging.
If you visit the JBoss Messaging project there are detailed instruction how you
do this (it's easy).
JBoss AS 5.0.x has JBoss Messag
I am using JBoss Portal bundle 2.6.2 with Hibernate3 annotations and lazy fetch
params
I start a session manually when I need data via a DAO.
The problem is if I close the session after getting data but before rendering a
portlet, I will not be able to access my objects properties in the JSP, s
"ae" wrote : ... You can copy the text below and go to this site to decode
it. It's a zip file that contains the patched MessagingContainer class
|
And since I can't edit the original post, here is the link I forgot to post to
the site that does the base64 encode/decode online for fre
Create JIRA ticket:
http://jira.jboss.com/jira/browse/JBAS-5049
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110308#4110308
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110308
___
Attempting to continue, getting
14:23:05,645 ERROR [[/advworks]] Exception sending context initialized event to
listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.RuntimeException: Could not create Component:
org.jboss.seam.core.expressions
at
org.jboss.seam.init.I
forgot to mention that you should merge this above patched MessagingContainer
class into the SERVER_CONFIG/deploy/ejb3.deployer/jboss-ejb3.jar file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110307#4110307
Reply to the post :
http://www.jboss.com/index.
If you are having the same problem, you may need the patched class file (I
haven't find any workaround). To compile it from the source is a very tedious
work so I'll post it here, hope this will save you some time.
Since the forum does not allow attachment, I encoded the patch in Base64. You
c
The following produced the error, doesn't look unusual. It is the same as the
several succeeding requests before it.
|
| Tue Dec 4 11:01:57 PST 2007: Request packet:
|
41
|
|
|
As a result of this it is generating a error 400 poup dialog which as a result
of the current way re
After tracing into the deployment code, I believe I found the bug that caused
this problem, at least for my case.
My EAR contains a MDB and the persistence.xml file for configuring the
EntityManager.
Two classes are involved in this deployment problem:
org.jboss.ejb3.EJBContainer and org.jboss
Hi!
I'm pretty new to Seam and try to go through the book and the examples.
No I have a problem. I wonder how I can display data from a database table in a
select box which allows me to choose one element and edit this entry.
I tried
|
|
for the select element
and
|
|
|
for the da
Hello,
Versions
JBoss - 4.0.5GA
JBossWS - jbossws-1.2.1.GA (build=200704161533)
jBPM - 3.2
BPEL extension - 1.1 Beta 3
Error
While disconnected from internet, my BPEL process which is deployed as
webservice over JBossWS fails to deploy with following exception -
| 09:48:03,236 ERROR [STDERR]
Hello everybody,
I have just deployed JBoss Portal 2.6.2 on JBoss AS 4.2.2. The server boots up
and I can access the portal without errors. But when I log into the portal as
admin user and try to change the layout of any page, I get the following error:
| ERROR
| Cause: javax.portlet.Portl
No JavaScript errors. I'll check it out with debugging enabled.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110294#4110294
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110294
_
up.
i meet the same problem .my env:JBOSS 2.0 BETA2 +JBOSS4.2.2
but in Jboss4.2.2GA ok.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110293#4110293
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110293
_
So I commented everything out in my test and tried this:
| Assert.assertEquals(getValue("#{identity.loggedIn}"), false);
|
And I get the same NPE for a component that is BUILT_IN. It seems to me that I
am either missing a JAR file in the classpath, or more likely I am missing a
configura
"jorgemoralespou_2" wrote : For a 1 atribute node, what data is replicating
when we change on of the attributes? Is it replicating the whole node data, or
only the changed attribute?
|
It depends. It really replicates a method call, so if you do:
| Node n; // contains 10 attribs
Yes, you did answer my question, thank you so much for pointing me to the
tutorial I was referring to, as opposed to a different one like I was asking
for. that's exactly what I wanted.
I definately did not mention anything missing from the tutorial at all either,
thank you for pointing that ou
For something like this, where the class definitions change from deployment to
deployment, the best thing I can think of is to use primitives.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110287#4110287
Reply to the post :
http://www.jboss.com/index.html?m
You'll need to pause before running step 9 (for at least the session timeout
period since step 5).
Closing of browsers (or navigation off-site) will not send anything back to the
server, thus the only way to determine if a session is over (without hitting
specific urls on the server) is a timeou
http://repository.jboss.org/maven2/jboss/jboss-cache/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110285#4110285
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110285
___
Are you sure the two nodes see each other? What does Cache.getMembers() return
on both nodes?
If they do both see each other, maybe your sleep isn't long enough on the 2nd
node? Try using a cache listener and logging something when a put occurs
instead.
View the original post :
http://www.j
Yes, what is your question? :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110280#4110280
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110280
___
jboss-user mailing
Set passivation to false.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110279#4110279
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110279
___
jboss-user mailing list
jboss
The events should be sent to all listeners. This would be a JGroups issue, I
would ask again on the JGroups users mail list.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110278#4110278
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
I am looking for **working** sample code that extends
UsernamePasswordLoginModule. The module I am trying to write needs to check
for JBOSS authentication - if OK, proceed - and also do custom auth against a
complex auth scheme which includes checking username, synchronizing
users/groups, etc
Looks like this could be "user error".
In the above code, it looks like objects are getting added to cache locations
"/i/j".
While each objects is removed from "/i/j", the "/i" node remains (leaked by the
user). I added an additional statement:
cache.remove(fqn);
That seems to clean it up, and
Hi all.
I have 2 entities linked via many-to-many association
| @Entity
| @Cache(usage = CacheConcurrencyStrategy.READ_WRITE)
| public class User implements Serializable {
| @Id
| @GeneratedValue
| private long id;
|
| @NotEmpty
| @Column(unique = true)
|
I found a possible explanation to this problem. It seem's the discriminant
is'n't used when requesting by a one-to-many in an subclass. So a way to make
hibernate consider the hierarchy is to force control on the Discriminator
column.
With annotations, @Where should be used.
@Where(clause="POI
Sorry my english
I have the same problem!
Do you have a solution?
Thanks Carlos
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110260#4110260
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110260
___
running jboss 4.2.2.GA with Seam2.0.0.GA.
1) started JBoss and deployed my Seam app.
2) navigated to JBoss web-console via following URL:
http://localhost:8080/web-console/ and navigated to monitoring --> web status
--> full status
3) checked active sessions and session count for my app were
The docs advise you to not use HSQLDB for serious work - it isn't a production
database.
Use something else e.g. MySQL
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110257#4110257
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
While I was working with my Jboss Application server (jboss-4.0.5.GA), I face
this error when size of my demand exceeded 2.5 M.B.
Do you have any idea why I receive such an exception?
thanks,
18:17:09,500 WARN [JDBCPersistenceManager] Trying again after a pause
18:17:09,781 WARN [JDBCPersist
While I was working with my Jboss Application server (jboss-4.0.5.GA), I face
this error when size of my demand exceeded 2.5 M.B.
Do you have any idea why I receive such an exception?
thanks,
18:17:09,500 WARN [JDBCPersistenceManager] Trying again after a pause
18:17:09,781 WARN [JDBCPersist
Environment:
IMB WebSphere 6.1.0.11
D:\Program Files\IBM\WebSphere61\AppServer\java\jre\bin>java.exe -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20070608
(SR5+IY99712))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi322
I guess I didn't provide enough information in my previous post.
Maybe this can help someone to help me find where my mistake is.
My Interface contains:
package
org.andromda.samples.aop.sades.useCaseSlices.specific.solicitudProfesorGrupo;
|
| interface IAspectoUnoSolicitudProfesorGrupo { v
Hi,
I have a very basic question:
1) What is a difference between Jboss Application Server (JBoss-4.2.2.GA) and
JBoss Messaging (jboss-messaging-1.0.1.SP5)?
2) Even after installing AS, do I need to install Jboss Messaging too?
thanks,
View the original post :
http://www.jboss.com/index.htm
Hi,
I've an application that needs to use JGroups and JBossCache
I use JGroups 2.6.1 and JBossCache 2.0.0
I configured JGroup's protocol stack to use a single channel and I configured
two multiplexed channels, one for JBossCache, and the other for JGroups
Regarding the multiplexed chan
1 - 100 of 163 matches
Mail list logo