Thanks. That's what I figured, Just wanted to make sure I'm not missing
something.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029000#4029000
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029000
__
Depends what you mean. The internal data structures are threadsafe, and you can
make your own component threadsafe by adding @Synhcronized, but if multiple
threads access multiple components out of the session and application context,
there is no expectation of atomicity.
View the original post
I have the same problem with jboss-seam from head.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028998#4028998
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028998
___
jbo
I have the same problem with jboss-seam from head.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028997#4028997
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028997
___
jbo
http://java.sun.com/jsf/core";
xmlns:h="http://java.sun.com/jsf/html";
contentType="application/xml">
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028996#4028996
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi Shane,
Is it possible to override the message returned by the Captcha component when
the input is incorrect?
Right now, it displays the String "input characters did not match".
I noticed this is defined in an annotation named CaptchaResponse that is
applied to Captcha.getResponse().
Can I
Try and open up the ant build file in Eclipse and use the deploy target.
I don't believe you can associate these projects with a server in Eclipse and
use the publish functions, it needs to be ant driven.
I use Netbeans so this is at best a guess.
Alternatively, just use the command line, open
I don't think so. Gavin said access to the session isn't made threadsafe, so
it isn't likely. Plus that would impose a severe bottleneck on the
application anyway if it were accessed very much, so you probably don't want
that anyway.
View the original post :
http://www.jboss.com/index.htm
Can you verify (using debug.seam) what the authenticateMethod valid is on the
instance of identity in the session?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028990#4028990
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
It looks like it has found and is using identity. It's not finding your
"authenticator" component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028989#4028989
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028989
__
Did you created a web project? Does your program compiled ok?
Also have you installed the JBoss plugin?
Try it this way
Right Click on your project, Select "Export" > Export...
click on "+" next to web folder, and select WAR file.
Let me know if that worked?
View the original post :
http://www
Which product within JBoss, if any, would be most appropriate if I have to
create the following functionality:
1. A generic listener thread that monitors various sources http, ftp, smtp
2. Senses a change (date, file size, content etc).
3. Performs a GET (pull) or PUT (push) when gets past 2.
Hello,
I downloaded HelloWorldPortlet from
http://anonsvn.jboss.org/repos/portletswap/portlets/2_4/bundles/HelloWorldPortlet.zip
Imported the War file into Eclipse and I'm getting the following error on
view2.jsp saying renderRequest cannot be resolved.
Any idea what I need to do?
<%@ taglib uri
We running JBoss 4.0.4 with EJB3 RC8.
Under heavy load, an MDB just dies when it encounters a ThreadPoolFullException.
2007-03-16 19:19:46,984 WARN [Connection Consumer for dest
Subscription[subId=-2147483648connection=ConnectionToken:ID:8/ebde215ac757411ae1b93a049e9907e7
destination=TOPIC.sys
I've never tried this, can you put an issue in JIRA, and I'll see what I can do?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028984#4028984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028984
__
Surely you need a select many in this case:
|
|
- it doesn't make any sense to use a selectOneMenu to put objects into a
Collection.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028983#4028983
Reply to the post :
http://www.jboss.com/index.html
Thanks guys! That helped a lot!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028982#4028982
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028982
___
jboss-user mailing lis
Fixed in CVS, thanks :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028981#4028981
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028981
___
jboss-user mailing list
jboss-u
Got It:
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028979#4028979
Reply to the post :
http://www.jboss.com/index.html?module=b
I have other messages appearing fine elsewhere, just this area that uses the
authentication stuff from Seam that has problems.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028977#4028977
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Hi Greg,
I am not if it works, because I haven't tried it yet:
Probably you could use the @javax.persistence.PrePersist and
@javax.persistence.PreUpdate Callback Events in your Project Entity Bean for
accumulating your expenses and then setting spentAmt.
HTH,
Manuel
View the original post :
given:
| @Stateless
| @Name("authenticationController")
| public class AuthenticationControllerImpl implements
AuthenticationController, Serializable {
|
| @PersistenceContext
| private EntityManager em;
|
| @In(create = true)
| @Out
| private LoggedInUs
What is also suprising is if I inject Seam component "processInstance" into
"workEffortRecipient", this var is also null.
Most probably this happens because jBPM writes its process instance variables
into the database within a transaction of a separate hibernate session.
But, shouldn't Seam hol
One possibility: change the run.sh script to open a conf file using the
configuration name, thus in your example it would open instance1.conf. Of
course, if no configuration is given, run.sh should open run.conf.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
We will release SP very soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028970#4028970
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028970
___
jboss-user mailing list
j
I am using 3.2.8SP1 with Oracle 9i. In a stateless bean code will find an
entity from an entity bean, then set up some new values for it. But in
stateless bean it never explicitly invokes entity bean's store (ejbStore)
method. So my question is,
1. When does CMT start in this case? How does it
HI All,
I've installed the latest 4.2.0CR build and deployed my application onto a
server (neon). I have a mod_jk connector running on a firewall (nitrox) that
dispatches connections to the instance running on neon.
The problem is that whereas Jboss 4.0.xCR would bind to all interfaces by
def
Hi,
i wanna use TestNG to test my seam webapp.
My classpath settings include my JAR, my EAR, the jndi-parameters and all jars
i use in the project:
|
|
|
|
|
|
But when I invoke my test, i get followi
I'm a bit stuck on how best to use the Richfaces Suggestion box with an
EntityConverter.
I'd like to use it in a similar fashion to the s:selectItem - in that it sets a
field value to an entity (eg. setting CITY in PERSON) while displaying a label
(eg. CITY.CITYNAME).
The SuggestionBox retur
Thanks for your quick response. There must be sth wrong with my setup. I am new
to JBoss, please bear with me.
After I changed the property "hibernate.dialect" to
org.hibernate.dialect.Oracle9Dialect, I am getting the error:
| 2007-03-16 14:29:31,657 DEBUG [org.hibernate.SQL] select * from (
This not only sounds weird, this is weird :) Particularly if the user can
always change his preferred location in the profile! But it simply for me to
quickly implement this requirement than to convince the customer that such
behavior is atypical.
View the original post :
http://www.jboss.com/
I have three different instances of JBoss running on my Linux server. I want
to configure the JVM differently for each server. But it looks like it's
looking at the run.conf for the JVM settings. Is it possible to specify a
different run.conf for each instance? If not, how else would I speci
Sounds like mod_jk isn't configured for sticky sessions. When you post the
login form, it's not going back to the server that sent it to you and you get
the error you report.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028961#4028961
Reply to the post :
How to deploy Seam tutorial existent examples on Eclipse?
The ?seam new-project? tool allows creation of the Eclipse new project but does
not work with existent projects.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028959#4028959
Reply to the post :
ht
the hello world example works fine but this doesnt. any thoughts?
Thanks
14:19:06,341 ERROR [ExecutionHandler] Error during remote request
| java.lang.reflect.InvocationTargetException
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at
sun.reflect.NativeM
Hello,
For the purpose of this question assume I have 2 objects I'll show here
extremely abbreviated and w/o all the annotations, but both are @Entity and all
the persistence mappings work fine:
| public class Project {
| private List expenses;
| private int spentAmt;
|
|
I've been using http://tuckey.org/urlrewrite/ with good results.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028953#4028953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028953
_
The strange thing is that im able to start JBoss server without any errors but
when I try to deploy from Netbeans it tries to start JBoss again and then the
ports are already used by JBoss.
Netbeans does not seem to notice that JBoss already is running, not even under
servers.
View the origina
I successfully used, the EntityHome generated by seam-gen with selectOneMenu
like this:
|
|
|
|
But when I try to use the same technique with a Collection, it throws an
exception:
|
| 16:48:36,828 ERROR [D2DFaceletViewHandler] Problem in renderResponse:
Argument is not
Never mind. I found a work around in the earlier post.
The real question for us less savvy on JBoss Messaging would be then how to
build a binary from the subversion code?
Is it possible for someone to build a patch and release it?
Thanks
View the original post :
http://www.jboss.com/index.ht
I agree with most of what you are saying. A newbie forum would be a good idea.
And lack of version numbers is a big problem that you typically don't discover
until you have gotten well into your implementation of the article.
anonymous wrote : but the question is asked often enough...people us
http://blogs.jboss.com/blog/tbaeyens/2007/03/16/jBPM_jPDL_improves_enterprise_and_email_support_and_new_console.txt
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028946#4028946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
Hello,
I have developed a very simple MDB to test with JBoss Messaging 1.2/JBoss
4.0.5GA. When JBoss came up, it complained about JMS activation with the
following warning and then error:
(as you can see in this log, a queue was created, a MDB was started and then a
warning and an exception)
a
I placed a servelt filter and redirected my portal login page to CAS login
page, which has been configured to use JBoss JAAS authentication.
However, my portal page doesn't look like authenticated. ie, I get into the
portal page as if not logged in.
Can anyone please let me know if there are an
Done, take a look at
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBpelBuildFromCvs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028942#4028942
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028942
___
Hallo again,
the question was for this example:
Why do I get a void type as result of the method and not a result value from
type user?
Greets,
Werner
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028941#4028941
Reply to the post :
http://www.jboss.com/i
Look at the user doc
Basically, in your WEB-INF\-object.xml file that define your page, you
need to add
Admin
viewrecursive
in the deployments->deployment->page tag
In practice, there's a number of things that can
My application was working just fine the other day and now I am getting errors.
This is happening at my login screen. I know for a fact the username and
password are correct by checking the database. There doesn't seem to be a
problem with connecting to the database because my import.sql execute
Hi everyone,
My portlet has a link to a servlet within the same web application. However,
since portlet is deployed by the JBoss portal web app and my servlet has its
own web context, the user credential is not shared between the two.
e.g. In my portlet code,
I have:
request.getRemoteUser() ==
http://jira.jboss.com/jira/browse/JBSEAM-1062
http://jira.jboss.com/jira/browse/JBSEAM-1063
http://jira.jboss.com/jira/browse/JBSEAM-1064
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028930#4028930
Reply to the post :
http://www.jboss.com/index.html?module=
It has corrupted the content. So again :-)
http://rewriter.softeu.cz/basic/";>
|
| ^/service/(.*)?param=(.*)$
| /service.seam?func=$1¶m=$2
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028929#4028929
Reply to the post :
http
The query looks good to me:
select
| job0_.ID_ as ID1_25_,
| job0_.VERSION_ as VERSION3_25_,
| job0_.DUEDATE_ as DUEDATE4_25_,
| job0_.PROCESSINSTANCE_ as PROCESSI5_25_,
| job0_.TOKEN_ as TOKEN6_25_,
| job0_.TASKINSTANCE_ as TASKINST7_25_,
| job0_.ISSUSPENDED_ as ISSUSPEN8_25
You can try to use URL Rewriter.
There are few to pick. I recommend my own :-)
http://software.softeu.cz/rewriter/
You create rewriter-config.xml and write
http://rewriter.softeu.cz/basic/";>
^/service/(.*)?param=(.*)$
/service.seam??func=$1¶m=$2
And you need to add fi
There's no @Factory on that method. So, each time the stepList context
variable is used, the getStepList method will be run (and the result fed
through @DataModel)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028923#4028923
Reply to the post :
http://www
"fabricio.lemos" wrote : "petemuir" wrote : This is bad idea. How is Seam to
know whether you want a DataModel or a List when you access the useCaseList
context variable?
|
| It really makes sense. Thank you.
I was looking on others datamodels that I have and got I little more confusing.
Hello,
In UML activity diagrams, you can model the flow of objects between activities.
I am modeling a software development process and the objects that I want to
pass between activities are development artifacts.
My question is: how can this be achieved in JBPM?
Thank you.
View the origina
I set up a SqlResultMapping for the User entity.
@SqlResultSetMapping(name="User", entities={
| @EntityResult(entityClass=User.class, fields = {
| @FieldResult(name="userid", column="userid"),
| @FieldResult(name="username", column="username")
| })}
| )
| @Named
cheers for that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028914#4028914
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028914
___
jboss-user mailing list
jboss-user@lis
Hi everyone,
I am working for a company that is using a data warehouse to store
information. There are times where it is impossible to join various tables
due to the nature of tracking the history of how things change.
I am using jboss-4.0.3SP1 and the CMP contained within, as well as JDK
Sorry, in re-reading things I wasn't perfectly clear.
The initial Method() uses on table, and the other two methods use a different
table. These table can not be joined due to being historical tables and any
joins would create cartesian products.
View the original post :
http://www.jboss.c
Hi,
Trying seam security features. Just like the example from manual I have added
the authenticator class into components.xml
Here is my components.xml:
|
| http://jboss.com/products/seam/components";
| xmlns:core="http://jboss.com/products/seam/core";
| xmlns:sec
jboss.system:service=Server provides a StartDate. You could subtract that from
the current date/time to get uptime.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028907#4028907
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
How would I go about returning raw XML to a caller from seam?
I have a list of XML "files" that the user can choose from - when the user
selects a link, I want the exact content of the "file" to be returned to the
user - i.e. not wrapped in any HTML.
Greatful for any suggestions or pointers.
Re
Hi,
I am implementing functionality using seam where I for compatibility reasons
need to pick up part of the URL and turn it into a parameter.
As an exampel - I want to treat this URL:
http://www.demo.org/service/a.b.c?param=3
as if it had been written like this:
http://www.demo.org/service.seam
I am getting the following SQLGrammarException when installing jBPM BPEL
1.1-Beta3:
(I am using jBoss 4.0.5.GA and jbpm-bpel-1.1-Beta3)
===
10:29:17,820 WARN [JDBCExceptionReporter] SQL Error: 923, SQLState: 42000
10:29:1
If you say what it isn't, also say what it is:
### Eclipse Workspace Patch 1.0
| #P jboss-seam
| Index: doc/reference/en/modules/conversations.xml
| ===
| RCS file:
/cvsroot/jboss/jboss-seam/doc/reference/en/modules/conversat
Thanks for the info! That gives me something to look into! (I've been spinning
my wheels for awhile now)
That are forum doesn't seem to get too much traffic.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028893#4028893
Reply to the post :
http://www.jbos
Hello,
I am using EntityQuery, EntityHome with CRUD application
How can I make that after finishing edit action not the first but the last
visited page would be displayed ?
Now each time after user pushed 'Done' the first page appears
Thanks
View the original post :
http://www.jboss.com/index.h
Well, JSPs are easy. Just deploy the application exploded (see
http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment). Then you can simply
copy the updated JSPs and they are picked up automatically. Servlets are
another issue all together since that requires the web app to be restarted.
Usual
I forgot to include some information about my environment:
| [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0
date=200610162339)
| [ServerInfo] Java version: 1.5.0_08,Sun Microsystems Inc.
| [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_08-b03,Sun
Microsystems
is there an mbean that gives the uptime of a jboss server?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028887#4028887
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028887
___
I second that, div/CSS combo would make this a great component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028885#4028885
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028885
__
I want to use RELAX NG validation of XML documents in JBoss, and I want to use
the javax.xml.validation API to lookup the validator.
However, I cannot get my application to find the RELAX NG validation when
running within JBoss.
I use these two jar files:
https://isorelax-jaxp-bridge.dev.java
Okay. I did.
I just figured that if you guys were asking questions about servlets and jsps,
you'd have to be wrestling with these same kind of issues.
-- Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028883#4028883
Reply to the post :
http://www.j
I have also been contemplating something similar, but came up with several
reasons why this would not be a good idea.
First, using keytool to generate a certificate is fine for development, test
and even perhaps internal use. But if the application will be interacting with
users outside of the
I have a strange error everything used to work fine prior to the release of
version 1.2 of JBoss Seam.
I'm handling a unique attribute name from the persist and upon verification of
a duplicate object I'm adding a Faces messages, however this message is never
displayed and the navigation is not
Sorry, small error (and no preview... sorry) new post
"markricard" wrote : Sure I will respond.
Thanks
"markricard" wrote :
| "did you look at the docs? If yes, did you find or mis relevant info in
there "
| Yes, I looked in the docs. Could not get it to work. Docs in general
(even outs
It depends on what use cases you have. We do not have any formal support from
JBoss code base.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028874#4028874
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028874
"markricard" wrote : Sure I will respond.
Thanks
"markricard" wrote :
| "did you look at the docs? If yes, did you find or mis relevant info in
there "
| Yes, I looked in the docs. Could not get it to work. Docs in general
(even outside of JBoss) are almost never reliable.
|
Often bec
Thanks for the help, but the newest CVS version didn't help.
Here is the menuBarHome class:
| @Name("menuBarHome")
| public class MenuBarHome extends EntityHome {
|
| private static final long serialVersionUID = -8414974539559465106L;
|
| @In (required=true)
| priva
I cannot comment on what the behaviour was preior to the latest version of
JBoss. However it would appear that it is currently operatibng as per the spec:
http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html#getSingleResult()
Therefore it is behaving as expected!
Regards,
Colin E.
A partial answer - for 1.3.0 the seam components will be built on top of the
ajax4jsf cdk (component development kit). The Seam components will then use
the a4j skinning.
As part of this we're considering streamling the components - all visual
components go into richfaces, all infrastructure i
There do seem to be a lot of login.jsp files (I count three!). I think the
correct one is at jboss-portal.sar/portal-server.war/login.jsp.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028863#4028863
Reply to the post :
http://www.jboss.com/index.html?modul
Hi,
You cannot simply construct a File from a given pathnam ein order to load a
file which is packaged within a jar file.
Take a look at this page on accessing resources:
http://java.sun.com/j2se/1.4.2/docs/guide/resources/resources.html
You should try:
URL url = Classloader.getResource( "rep
There are a couple of consequences to your method of caching data:
1. You certainly will hit concurrency issues. Your container will most likely
hold a pool of SLSB instances, enabling it to service requests from a number of
client. These request may result in concurrent access of your cache dat
Hi
I'm trying to get a trace of org.jboss.Shutdown and
org.jboss.server.system.Server. I've found that JBoss's use of log4j is split
between boot logging (where you configure log4j via a log4j.properties file in
run.jar), server logging (where you configure log4j via
server//conf/jboss-log4j.x
I have created ObjectMessageTest::testClassLoaderIsolation
I have removed the fix to validate if the test would fail and it worked. I have
then fixed this into
http://anonsvn.jboss.org/repos/messaging/branches/Branch_1_2_0_SP/
Just a FYI, the issue genman raised was
http://jira.jboss.org/jira
Peter,
my apologies on the confusion. I am talking about the java Heap. I am using
-Xms768 and -Xmx 1536 into my startup script.
Daniel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028860#4028860
Reply to the post :
http://www.jboss.com/index.html?mo
Hello,
I'm still having trouble getting the to work with night builds
of Seam (later than the 1.2.0 patch). As I reread postings like this and the
JIRA issues I have tried to file repeatedly over this, I want to make the
following request to the Seam developers - first, let's look at this:
"
hi,
When I am clicking on the login link in the jboss portal, i am getting a page
which prompts for the user name and password. On that page there is a Heading
called "JBoss Portal Login". I tried to change this heading in the file
jboss-portal.sar\portal-core.war\WEB-INF\jsp\login\login.jsp but
What do you mean by free memory? Free RAM available in your PC or free space
left in the java heap? Free RAM is not a very good indication of anything since
the OS decides how to allocate that space, and what applications/services to
run. You really should be looking at memory allocated to the j
Similar, but not the same:
| 11:00:08,843 INFO [Lifecycle] starting up: org.jboss.seam.remoting.remoting
| 11:00:08,843 INFO [Lifecycle] starting up:
org.jboss.seam.servlet.exceptionFilter
| 11:00:08,843 INFO [Lifecycle] starting up:
org.jboss.seam.captcha.captchaImage
| 11:00:09,421
Hi guys!
this is just a newbie question.
i am already using jboss cache in a jboss cluster.
i also managed to use jboss cache in a standalone app.
my question is if it is possible to use jboss cache in a tomcat cluster.
makes sense to do that?
is the only way to have a clustered cache using jbo
Sec. 1.2.1.4. It's been an eyesore since 1.0.1 but I wasn't sure if it was
Aussie slang. :)
If you've used many Java frameworks before, you'll be used to having to declate
all your component classes in some kind of XML file that gradually grows more
and more unmanageable as your project matur
Probably the same jar files listed in wsconsume.[bat|sh].
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028850#4028850
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028850
_
Not with async replication. You could tell on cache B if you attach a cache
listener then cache B will be notified when nodes are modified, etc. though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028844#4028844
Reply to the post :
http://www.jboss.com/i
?!?? If you want to use a JDBC cache loader in Async mode just set async to
true in the Cache Loader config.
Internally, we will wrap the JDBCCacheLoader with an AsyncCacheLoader if async
is true, but this is transparent to you.
See section 7.2 in:
http://labs.jboss.com/file-access/default/me
that is an option to.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028846#4028846
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028846
___
jboss-user mailing list
jboss-use
You should post this in the JBoss Eclipse IDE forum
http://www.jboss.com/index.html?module=bb&op=viewforum&f=201since it is an IDE
question.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028845#4028845
Reply to the post :
http://www.jboss.com/index.html?mo
this is all possible, just not implemented by us (yet) look at the jira for
issues/feature requests for these. Or if there are none, file jira requests for
them
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028843#4028843
Reply to the post :
http://www.j
1 - 100 of 191 matches
Mail list logo