Since your client is 4.0.x talking to JBoss 3.2.x, the parameter to be passed is
-Dorg.jboss.j2ee.LegacySerialization
As per this JIRA http://jira.jboss.com/jira/browse/JBAS-2718
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084311#4084311
Reply to the po
Hi, you are missing:
jboss-common-client.jar for JBoss AS 4.x
jboss-common-core.jar for JBoss AS 5.x
Cheers,
Richard
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084310#4084310
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Hi All,
I am currently porting my JBoss Seam application from seam 1.1.0 to seam 2.0
beta 1 which includes Hibernate 3.2.4sp1. I have been using Hibernate 3.2.3.GA
previously with seam 1.1.0.
I get the following error when deploying my application.
|
| --- MBeans waiting for other MBean
You are right. For long term, I wont use my quick fix, but for now, until the
bug is fixed, I will use it. Thanks Ronald and Olivier for all your input and
help. Much appreciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084308#4084308
Reply to the pos
Hi,
Thanks. I have implemented successfully. but the implementation is not
working after accesing the target application. it means if i apply point cut
expression at runtime after accessing target application, the point cut
expression is not applied when i access application subsequently.
Re
Hello,
I tried using the -Dorg.jboss.j2ee.Serialization option, but I am still
getting the following exception. Any idea what could be the reason?
11:54:50,538 ERROR [STDERR] Caused by: java.io.InvalidClassException:
org.jboss.util.id.GUID; local class incompatible: stream classdesc
serialV
hi all,
i use jboss 4.2.1.GA
i have multiple jboss app. servers on network, all of them has different
partition name.
i use partition name parameter on startup script:
| screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151
|
| screen ./run.sh -c all -b 0.0.0.0 -Djboss.pa
Thanks Matt
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084303#4084303
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084303
___
jboss-user mailing list
jboss-user@lists.jb
hi...
ok, to apply page flow rule on all pages i can write http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084301#4084301
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084301
___
jboss-user mailing lis
I have a few questions:
Which is better running multiple apps on a single jboss instance or multiple
jboss instances?
How do I configure multiple applications to connect to different databases
using one mysql data connector? Can I do that?
How can you run multiple portal.sars in a single jboss
Hi thanks for ur reply
it worked atlast
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084293#4084293
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084293
___
jboss-user mail
anonymous wrote : solidly documented facts... it may be hard to find exact
references
OK...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084292#4084292
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084292
___
I solved it!
Because IIS is v6 (in w2k3), so it needs to add the dll as a Web Service
Extension
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084290#4084290
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084290
_
You have to put SSLEnabled="true"
Cheers,
Deep Blue
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084289#4084289
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084289
Hi,
Is there any way to secure JNDI? I have been doing research on google, but
couldn't find a way to secure JNDI. Basically, anyone can connect to JNDI via
port 1099 and access to DataSource, JMS Queue, etc...
I am porting the application from Weblogic to JBoss. Weblogic can use
"java.namin
"[EMAIL PROTECTED]" wrote : So, these are rumors and hearsay posted on random
weblogs. Is there any link, like, to Googles own description of its bot?
These are not rumors and hearsay, these are solidly documented facts. They are
so well-known that they are common knowledge, and it may be hard
delete your server/default/data folder and restart portal
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084286#4084286
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084286
_
hi... i have these problem that i can't resolve :(
i configured jboss as to change hypersonic and use postgress; i follow these
documents to do that:
1) http://www.gogis.nl/en/public_documentation/jboss/index.html
2) Jboss a developers notebooks (o'reilly) - chapter 9
later, i want to use jboss
Sure; just check out the source code and look in the testsuite. A very large
portion of the unit tests start up a couple caches in the same process, bound
to the same interface. Basically, you just programatically create a couple
caches using the same config, and they'll cluster. The docs exp
anonymous wrote : Question: If the execute method on the Node completes w/o
error and did its job and moved on to the next node, why does it make sense to
rollback the process instance?
Isn't this the same as transactiontimeouts work in j2ee? Roling back something
that just took to long but fin
You are right it should not work this way. I'll definately have a look at
the 3.1 branche tomorrow (Friday ) (it's now 03:15AM CET) Many strange things
here... :-(
I would not recoomend doing it this way, at least not for the long term. This
should be fixed (imo it is a bug) I'll notify the
"[EMAIL PROTECTED]" wrote : Seam needs to be able to look up a model.value to
find the relevant validation annotation, @In doesn't do that.
Sorry, I didn't understand yet.
If I submit the form (call some method on SFSB), Seam could validate
immediately after injecting the model
View the or
@End(beforeRedirect=true) should work if the first name and last name are
scoped to the conversation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084277#4084277
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084277
Thanks for answering!
So, now I have two questions.
1.
Is Seam's reference documentation incorrect when it says "The EJB container
allows stateless components to be accessed concurrently, and throws an
exception if multiple threads access a stateful session bean"? It's hard for
me to see ho
That was my understanding. But that does seem to happen if you do a 302.
Look at dull headers output. You can see the cookie being set and the Location
having the jsessionid.
Any idea why I'm getting both?
Thanks
| http://www-mysite.com:8081/client
|
| GET /client HTTP/1.1
| Host: w
Take a look on the JGropus Port/IP...
I believe the partitionName is intended to the Multiplexor right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084271#4084271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408
We have a legacy application which is prepared to use NULL values for most
datatypes (exception: date and timestamp).
So a foreign key field of type integer is filled with a zero instead of null in
the database.
Using Entity Beans now with relations we get this:
Caused by: javax.persistence.Persi
Is it possible to configure multiple nodes (in the same cluster) of JBossCache
(JGroups) on a single machine and bound to the same networking interface?
The motivation for wanting to do this is to be able to test multiple JBossCache
nodes in the same cluster on a single machine. Is this possi
Jboss 4.0.5.GA
Seam 1.2.1.GA
I'm using the following code in pages.xml to navigate back to a screen after
the user finishes a conversation (use case):
|
|
|
|
|
|
|
The fields for first name and last name rendered by
Using JBoss-4.2.2.GA.
Using a uni-directional OneToOne Relation between two entities with a composite
PK.
First class:
@Entity
| @IdClass(value=MbiMsgpa.PK.class)
| @Table(name="mbi_msgpa")
| public class MbiMsgpa implements java.io.Serializable
| {
| @Id
| @Column(name="msghd
I have two different clusters setup. There are 4 nodes in the clusters (2 per
cluster) that are spread across two machines. So on each machine there are two
nodes each in a different cluster. Each of the node in each cluster has a
unique ServerPeerID. Also looking at the PostOffice JMX Bean on n
Hello,
I'm using Jboss 4.0.5G, JbossWS 1.0.3, SDK 1.5.0_9 and Windows XP_SP2.
I have created theses classes using EJB3 annotation:
package business;
import java.rmi.Remote;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.Style;
@WebService
@SO
No, it's uni-directional.
So in the part bean I have the key-fields marked with id and so on. No hint
that part is used in a relation.
@Entity
| @IdClass(value=Part.PK.class)
| @Table(name="part")
| public class Part implements Serializable
| {
| @Id
| @Column(name="msghd_seria
Is this a restriction of the JBoss version or what?
All examples I saw on the net an in the book I bought didn't do this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084257#4084257
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Sorry, silly mistake. I didn't realize jboss-seam-ui.jar was not in the
project.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084255#4084255
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084255
Hi,
This bug
http://jira.jboss.com/jira/browse/EJBTHREE-665
Has been open for a while. I checked the source:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/ejb3/src/main/org/jboss/ejb3/entity/ManagedEntityManagerFactory.java?r1=61136&r2=61993
and it looks like William fixed this b
So use an SMPC (read the docs)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084245#4084245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084245
___
jboss-user mailing list
I think I found the problem: http://jira.jboss.com/jira/browse/JBSEAM-1528
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084243#4084243
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084243
___
Seam 2.0.0.BETA uses richfaces 3.0.1, Seam CVS uses 3.1.0. Upgrade Seam. Or
don't use verify objects.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084242#4084242
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084242
Christian has done a good job with the wiki getting the links into this format
(e.g. http://in.relation.to
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084241#4084241
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408
Hi,
I want to bind an object to local namespace at startup, similar to how
datasources are bound to local namespace by specifying them in *ds.xml files.
I know that it is possible to bind to the global namespace using
JNDIBindingServiceMgr (in jboss-service.xml). Is it possible to bind to a
Seam needs to be able to look up a model.value to find the relevant validation
annotation, @In doesn't do that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084239#4084239
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
I'm using s:selectItems in a rich:dataTable, but the h:selectOneMenu is the
same for the all rows and I change one, it makes refresh in all.
Why?
|
| #{messages['Profile']}
|
|
|
|
i think its something like this:
((BindingProvider)
service.getPort()).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
serviceURL)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084236#4084236
Reply to the post :
http://www.jboss.com/ind
thank you for the help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084235#4084235
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084235
___
jboss-user mailing list
jboss
is there any way to configure a remote machine which is running jboss, as a SSL
virtual host in apache httpd??
If yes then what all settings that i need to do ?
or is there any documentation ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084230#4084230
Rep
Hi,
I'm having a hard time finding any detailed documentation about the maxLockTime
of the JobExecutor.
So I resorted to looking at the code, but I'm still not sure I understand its
intent and implementation.
Background: We are using jBPM to implemented data processing flows. We use
async node
I am trying to change the web.xml file of the portal to point to a different
login file name. I created a new jsp called testlogin.jsp, and changed the
following entries in web.xml:
Under the "Authenticated" security constraint I have:
/*
Under the section I have:
/testlogin.jsp
I placed th
I guess that answers my question regarding using JmsXA to move connection
caching responsibility off the consumer to the provider.
thank you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084225#4084225
Reply to the post :
http://www.jboss.com/index.html?mo
Good news :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084224#4084224
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084224
___
jboss-user mailing list
jboss-user@lists.j
anonymous wrote : a. Is it ok to create new QueueConnections every time ?
Especially since i use the java:/JMSXA connection factory ?
|
Yep.. that's ok!t
anonymous wrote : b. Is it ok to create Sessions and QueueSender every single
invoke ?
|
With the JmsXA adapter you can create a sing
JBoss Messaging 1.3/ JBoss AS (4.2.1)
We have an incoming message Queue and a pool of MDB's listening. The MDB's
process the data and have to post results onto another Queue. This is the code
for the posting to the reply Queue:
| @Resource(mappedName = "java:/JmsXA")
| private static Queue
There may be another bug.
When calling taskInstance.end(), it now throws an exception (great!), but
unfortunately, that exception does not stop the ending of the task instance. So
the task instance is indeed considered "ended" anyway, even though you have
required variables that are missing.
Se
Actually I'd like to know why the code worked fine when I got rid of the '@In'.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084217#4084217
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084217
___
Caching consumers is certainly not the JMS provider responsability.
The same way it's not your database's responsability to cache connections.
Using JmsXA will make you cache JMSConnections. If you don't want to do that,
you will have to find another way to do it.
View the original post :
htt
I am having the same problem but only when I disable cookies, it works fine
when cookies are enabled!!
Please help me too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084216#4084216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Clebert,
If Spring is configured so as not to cache consumers ... it creates new
consumer for every receive poll.
To avoid this from creating new connections on the Jboss server side should i
be using :
java:/JMSXA as the connectionFactory ?
Even if i do not use transactional messages ?
I need this feature too, because in my case the URL will point to a user home
and must be as easy as possible to remember.
It is also my opinion that slashes are more aesthetically pleasing than
ampersands. Complete control of the URL can also make it easier to understand
what it points to if f
...And I don't want 1,000 copies of the WSDL on my client, either - one for
each service location...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084206#4084206
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084206
_
anonymous wrote : But it also mentions that stateless beans can be accessed
concurrently. So, what prevents the injected variables from being overwritten
by injection from another concurrent thread?
The EJB container ensures this. Session Beans are NOT multithreaded, neither
stateless session
Hi,
I'm having a bit of trouble figuring this out - I'm trying to create a simple
standalone dispatch for communication with an already set up webservice. I got
everything working as expected if I use no security system - the problem arises
when trying to invoke a request message involving an W
Try this:
1) Shutdown your JBoss AS 4.0.5.GA
2) Delete the folder server/default/tmp/ . It contains deployment info and some
times creates conflict with entities.
3) Go to your project folder and run:
ant clean
4) Run
ant undeploy
5) Then do the deploy(wit hthe profile you need)
ant deploy
6) Th
Bit of a long shot - cant find a topic for redhat developer beta feedback -
logged in at redhat and registered and cant any fora other than the jboss ones
in a lloop again.
problem: i'm running jboss AS4.2 in the redhat developer download bundle.
I create a seam project which sets up a project
Using the wsrunclient and I'm having the following problem:
wsrunclient com.datamentors.web.DMWebClient
javax.xml.ws.WebServiceException: Unable to load Provider: Failed to load
javax.xml.ws.spi.Provider: org.jboss.ws.core.jaxws.spi.ProviderImpl
at javax.xml.ws.spi.Provider.provider(Prov
The same problem but with Seam 1.2.1GA . Tried Project..Clean in Eclipse, no
effect. Restarted JBoss, Eclipse, emoved files manually - no way.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084192#4084192
Reply to the post :
http://www.jboss.com/index.html?
1.5.5GA seems to correct the issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084188#4084188
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084188
___
jboss-user mailing
I resolved the remote jndi lookup by using -b 192.168.33.36 which is the ip
address of the machine JBoss4.2.1 is running. So now the JNDI lookup works.
However my HAJNDI is broken. I still do not understand why -b 0.0.0.0 is not
working for remote jndi lookup though.
View the original post :
I don't understand how to do this. Using JBossWS 2.0.1GA - and still can't
figure out how to override the end point address. What Stub?
Let's suppose you are running in production, and have a web service running at
1,000 different locations (IP Addresses). You don't want the overhead of having
Hi,
I was using richfaces 3.0.1 and ajaxjsf with my seam project and everything was
fine. I decided to migrate to richfaces 3.1 today and started to have some
deploy problems as described in this post:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118629
To solve the deploy problem,
I do understand the question. My question is pretty much the same:
Let's suppose you are running in production, and have a web service running at
1,000 different locations (IP Addresses). You don't want the overhead of
having to go pull down the WSDL everytime you get the port, so you statical
I'd recommend reading the source code. It's pretty cool, I think. Check out
ui/src/main/java/org/jboss/seam/ui/validator/ModelValidator and
src/main/org/jboss/seam/core/Validators
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084177#4084177
Reply to the p
"PatruzZRocK" wrote : I've just installed Jboss Microcontainer, I have java 1.6
and ant 1.6.5.
What about if you try with Java5?
Are you running examples from the current trunk?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084176#4084176
Reply to the post
I would need a thread dump on client/server to verify...
Trace logs would also help!
Clebert
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084174#4084174
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084174
___
Let's suppose you are running in production, and have a web service running at
1,000 different locations (IP Addresses). You don't want the overhead of
having to go pull down the WSDL everytime you get the port, so you statically
link with a .WSDL file stored locally. The problem, however, is
I'm struggling with this issue for a good while now - I hope somebody can help
me...
I want to develop a web service interface with methods that throw a custom
exception. I have been using the developerWorks article on exception handling
(http://www.ibm.com/developerworks/webservices/library/ws
Hi,
I am trying to build some sort of framework with dynamic forms& variables. In
this context, I suppose, I need to go and build a variable resolver of my own.
I read in the forum that Seam plugs its own variable resolver in to resolve
components.
I kind of need to intercept it and introduce my
Hi,
I've been seeing this for a while and alsways put it down to classpath issues,
but I'm quite an expert at which jboss client jars work and which don't, and
what needs to go where, so I'm no longer convinced that this is the issue.
What's happening is that at seemingly random junctures, cal
Moving this to Transactions forum, since it has nothing to do with actual
JBoss/Spring integration (see Sticky).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084161#4084161
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Ah right,
I didn't spot that else part, that explains why removing the 'read' access
didn't help. Is this the behaviour we want? This kills the meaning of
isRequired IMO. So I would opt to remove the else part.
Anyway, I guess your code is indeed a valid way to fix this in your case.
Or you
I'm having a similar problem - using MySQL as the backend (not that I think it
matters) and just the default @GeneratedValue option.
I've seen references in other sites that imply that if you use a generated
value, the Id will be updated as soon as you call persist(). In our case,
before calli
Correction: I am using 4.2.1GA version of Jboss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084148#4084148
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084148
___
jboss
Yes. The problem is how do I create a remote reference to an EJB passing an
argument. A JNDI lookup, as I am doing now, doesn't allow that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084152#4084152
Reply to the post :
http://www.jboss.com/index.html?mo
Well incase this will help anyone else, my quick fix will probably be running
the following code before calling the taskInstance.end() method:
Map variables = taskInstance.getVariablesLocally();
| if (variables != null) {
| for (Iterator it =
variables.keySet(
Hi people,
I have one problem with JaasSecurityManager, when I used my application it is
occurred the following errors:
007-09-13 09:19:05,510 DEBUG
[AgendaCorporativa.model.br.com.unimed.fwp.control.LoginAction] execute() -
action: LOGIN
2007-09-13 09:19:05,520 DEBUG
[AgendaCorporativa.mode
It worked!
Could you explain how it works?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084143#4084143
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084143
___
jboss-user
For $5.99 plus shipping and handling you can make your machine a networked
machine in the absence of a real network:
http://www.computercablestore.com/detail.aspx?ID=3632
If you configure that interface for static ips, you can assign multiple
addresses to it.
View the original post :
http://w
I'm getting the same error... I used the wsdl4j.jar in the client dir but still
not working. I'm using JDK 5 and I think this is a problem with a wrong of some
jar...
Exception in thread "main" java.lang.NoSuchMethodError:
com.ibm.wsdl.xml.WSDLReaderImpl.setEntityResolver(Lorg/xml/sax/EntityRes
If you take a look at the initializeVariables method, it actually does copy
across the variables locally, but with a null value. Basically, the validation
won't ever work because it doesn't take null values into account, and a null
value is always copied acrossed to the local task instance, even
Hello -
I'm having to convert a few facelets to jsps (don't ask), and we want to use
jsp instead of jspx. But when I change the xmlns definition at the top of the
page to <%@ taglib uri="http://jboss.com/products/seam/taglib"; prefix="s" %>,
eclipse says it can't find the tag library descriptor
Hello everyone, I'm trying to speed up object retrieval by using memcached and
things work fine at first. When I redeploy my app and try to retrieve and
object from memcached I get a class cast exception. If I kill memcache and
restart it things go back to working OK, but I've lost all the cac
I've got a problem with params defined in pages.xml disappearing. The problem
can be seen by adding the following button to the search.xhtml page in the seam
contact list demo :
|
|
If you add this after the search button, open up the seam contact list demo,
type in a first
Please, try running with JBoss AOP 1.5.5.GA and let me know if the error still
occurs..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084128#4084128
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084128
__
anonymous wrote : btw, hasVariableLocally should not contain the variable if it
has no 'read' attribute, see the initializeVariables in the TaskController or
the snippet in my post above. Strange
I don't think it's working like it should then. I tried the following:
And retrieved all local
I obtain a persistence context like this:
@PersistenceContext(type=PersistenceContextType.EXTENDED)
| private EntityManager em;
|
I changed my managed persistence context to match my code (since I use it as em
in several places):
That didn't fix it, cancelEdit still saves th
Hi, thanks for your help, but i really need some more help.
Could you give some tips on how to create this environment? For instance, what
JARs from JBossWS should i use in my project, should i use EJB or POJO as Web
Services...
Is you have any link with this information...
Best Regards
Marce
ok.. duplicate analysis... nice
I'm almost 10% sure this is an unnoticed regression from 3.1 since there
are no unittests for this.(anymore?)
btw, hasVariableLocally should not contain the variable if it has no 'read'
attribute, see the initializeVariables in the TaskController or
Hi
Am a newbie to jboss seam. Need to evaluate it on websphere. The version of
seam is 1.2.1 GA and the example if hibernate2. When I start the application it
I get this exception. Not able to find much on google, any help appreciated.
[9/13/07 10:22:19:656 PDT] 0023 SystemOut O 10:22:
Olivier is 100% right I'm afraid
in the Taskcontroller code:
initializing variables:
| if (variableAccess.isReadable()) {
| String variableName = variableAccess.getVariableName();
| Object value = contextInstance.getVariable(variableName, token);
id like to avoid throwing a single point of failure into the cluster. wonder
what nfs performance dings wed take for doing that..
in a round about way you answered my question. if any server is able to use the
files from an nfs, then simply copying those files to any local server should
work si
Code in VariableContainer:
public boolean hasVariableLocally(String name) {
| return ( (variableInstances!=null)
| && (variableInstances.containsKey(name))
|);
| }
The validation uses the method above, and as you can see, it simply checks if
the variable exi
1 - 100 of 281 matches
Mail list logo