And also post your spring xml configuration file (where the
datasource/hibernate sessionfactory configuration is done).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163989#4163989
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
jfrankman,
I would now suggest that you use the -verbose:class to check the jar files
being used for loading your applications. Sometimes the class being reported in
the classcastexception may not be the actual culprit. It may also be some class
being used in the NexusEventDefinition which migh
anonymous wrote : In the meanwhile I found some workaround solution, I register
my data source in the global JNDI rather then in the 'java:' one, it works fine
but I need to check what are the implication (i.e. security ...).- any ideas??
If the datasource is bound in the global namespace then
See Thread at: http://www.techienuggets.com/Detail?tx=21231 Posted on behalf of
a User
Hi i am getting this problem can u pls tell me what to do?
thanks a lot..
org.hibernate.AnnotationException: No identifier specified for entity:
com.ge.corporate.taxes.fin48.model.TerminateReserve
a
Thanks Tim for the immediate reply.
Listed below are the snippet of codes i use for the application (Error handling
is remove)
The PaymentCollectionService is the one posting the payment topic. This is
deployed on server1.
|
| @Stateless
| public class PaymentCollectionService implemen
I don't think that's it -- JBoss is on the server's own disk, a simple RAID-1.
It was a good guess though, and an appreciated bump :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163981#4163981
Reply to the post :
http://www.jboss.com/index.html?module=bb&
"vickyk" wrote : "henk53" wrote :
| | If I needed such kinds of interactions from my code to quartz from
within an EJB bean, how would I go about doing that using the quartz RA?
| Have you tried using the JobExecutionContext to get the Schedule etc ... ,
I can see that it would be possibl
Is the disk that jboss (or its config) a native disk i.e. attached to the
server or remove e.g. nfs mount from a netappI have seen errors like this
before in a standalone tomcat installation and I put it down to a disk error.
But then again I may be wrong...
View the original post :
http:/
Hi,
In the last couple of months, we've started seeing some strange sporadic
exceptions coming from JBoss Messaging, or seemingly related to it. The load on
our system has been steadily creeping upwards, and these seem to have started
happening once some threshold was reached. Some of these loo
The directories under server (server/all, server/default, server/minimal)
represent three different configurations of JBossAS. You probably are using
only one of those. The one you are using is specified on the command line. For
example, if your start JBossAS using:
run -c all
then you are usi
anonymous wrote : Properties props= new Properties();
|
|
props.put(InitialContext.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
| props.put(InitialContext.PROVIDER_URL, "jnp://127.0.0.1:1099");
|
| Context ctx = new InitialContext(props);
| ctx.lookup("java:/Te
Hi friends, I put the base jboss portal in postgresql and i want to configure
the table jbp_users because this table have a passwords cryptographys ...and I
want draw this ... How I do ?
because a need to make a trigger to put this passwords in other table !!
View the original post :
http://w
I'm trying to port an application that uses JBoss4.01 to my machine from my
boss's machine using the the directories my boss gave me for the IntelliJ
project and the Jboss installation that goes with it. While trying to run it I
found a a JMS problem that looks like it is related to SQL. It is d
Stopping the server via the console view is the same as terminating the
process. It's equivilent to kill -9 pid in a *nix environment. It does not
properly shut down the server.
Stopping via the view is where it actually requests the server to shut itself
down properly... which naturally take
Vicky, thanks very much for your detective work, and for confirming the issue.
Regarding your last post, I can only guess that JBoss 3.2.x shipped with an
earlier version of hsql, and that version apparently does not have a table
named INFORMATION_SCHEMA.SYSTEM_TABLES. You should be able to su
THere were a LOT of api changes between europa and ganymede. There really is
no way to "patch" the current jboss tools release. That's what most of our
initial development on our next version was geared to.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163
Thanks!
I've read the guide on the wiki but I cannot connect to the cvs server. I'm
using the CVS client of eclipse. I get the message that it was not possible to
connect to anoncvs.forge.jboss.com.
Do I have to use another cvs client?
View the original post :
http://www.jboss.com/index.html
Hi there,
I'm having problems storing portlet instance configuration. I know it can
be done by going to the instance tab and changing it there. But i would like
the admin users to be able to change the portlet preferences in the 'admin'
custom view. I want the portlets to be easily configur
Hi,
This is a basic question around Hot Deployment in Jboss 4.2.2 GA.
I'm trying to update a jar of an exploded WAR in a running server and notice
that its not hot deployed. Doesn't updating contents (eg. classes in
web-inf/classes, jars in web-inf/lib) inside exploded app not picked up for
hot d
Hi Tim,
No, the link in the documentation for 1.4.0SP3 points to
http://repository.jboss.com/jboss/remoting/2.2.2.SP4-brew/lib/. I should have
looked to see if there was something newer but that should probably be updated.
SP8 does look like some possibly related issues might have been fixed s
I don't quite get the concept of scope classloaders yet. Wouldn't you want both
ear's to use the same classloader so you don't get the classCastException?
Here are the jboss-app.xml files.
NexusEvents.ear:
|
| seam.jboss.org:loader=NexusEvents
|
|
|
And the KeyB
The book JBoss in Action (http://www.manning.com/jamae) contains two chapters
in JBoss Portal. The first is a tutorial on developing a portlet using JSPs.
(Sorry, but I did not have enough space to cover
JSF/Struts/Seam/Wicket/Tapestry/Grails/your-favorite-framework-here). The
second chapter go
Have you tried a later version of remoting - e.g. 2.2.2.SP8?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163934#4163934
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163934
__
For classloading configurations, i use the jboss-app.xml approach. Haven't
tried the callByValue. You mentioned that the jboss-app.xml is already present.
You even posted the one from NexusEvents.ear (i guess). Can you post the other
one from KeyB.ear? Just wanted to make sure that you are not u
Hello,
My problem is not so simple.
We need to have a messageSelector depending on System properties.
We notes that this substitution is possible ONLY in descriptor deployement
It's not possible to do this substitution in the ActivationConfigProperty .
(Remark : this is possible in Glassfish )
anonymous wrote : A also have another resource, but it is not free. I can
provide the URL if you like.
Yes, please, maybe my company can provide me some $ to buy it!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163926#4163926
Reply to the post :
http:/
Yes, the NexusEventDefinition class exists in both Jars.
I did try to use the jmx console, but when I invoked the listClasses method I
got an error saying:
"Information
Not loaded in repository cache"
I could use the verbose setting, but do I really need to? I already know I have
the same cl
One step forwardYAY.
So in reviewing the server.log file I noticed that despite my adding the
@EndpointConfig tag, the "ServerEndpointMetaData:" still showed
"configName=Standard Endpoint"
This seemed wrong to me :) so after moving the @EndpointConfig to the EJB
implementation class, voila
It was an EJB3 bean, right? Trying the annotation with an EJB2 bean is the
only reason I know of why it wouldn't work when xml does.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163923#4163923
Reply to the post :
http://www.jboss.com/index.html?module=bb&
You need to be using the JMS JCA resource adapter (at java:/JmsXA) see wiki for
more info.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163922#4163922
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163922
___
Is an MBean, which I understand to be a singleton, run in multiple threads by
the kernel?
For example, if I have a web service endpoint deployed as a session bean, and
the web service bean calls an MBean, will each of these calls to the MBean get
its own thread? Ultimately I'm concerned abo
The use-java-context property is used to determine if the data source is looked
up via "java:xxx" or simply "xxx". Remote applications can look up this only
via "xxx". EAR and WAR app can look up things via "java:xxx". I'm not sure if
RAR can look things up in "java:xxx".
If that does not help,
anonymous wrote : NexusEventDefinition is a POJO with and @Entity annotation.
The method on my session bean returns this pojo. I do not have an interface for
it. Should I create an interface and modify the Session bean to return the
interface instead of the class?
|
I had (incorrectly) assum
anonymous wrote : I remember a similar issue in these forums, where a user was
having problems getting the datasource lookup to work with Spring. Let me see
if i can find that thread.
This is the one http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133187
See if that helps.
View the
You are correct in being alarmed. Redeployment is always a tricky business -
the old classes will be released only if there are no more references to them.
So if there are issues with the code, you could each time increase the amount
of permgen space used each time you redeploy. (If your do a fo
anonymous wrote : org.springframework.jndi.JndiTemplate context = new
org.springframework.jndi.JndiTemplate();
| context.lookup("java:TestDB");
Sorry, i dont have any experience with Spring. So i wont be able to provide
much help on that part.
anonymous wrote : I already tried the InitialCont
http://www.google.nl/search?q=4.2+jbpm+console+wiki&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163913#4163913
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
yes start by reading the wiki page on how to deploy on 4.2 (assuming that
is what you use)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163912#4163912
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163912
__
If these are your properties files, then your code should be responsible for
rescanning them. You could do this by creating a service to manage the
properties files. The logging service already does something like this - it
rescans the jboss-log4j.xml file every few seconds; you can use that as
bstansberry,
Thanks for the help. It appears that adding the jboss.xml to the META-INF
directory of the jar within the ear with the clustered attribute fixes the
problem. I attempted the same with the annotation however failover did not
work for this bean.
Any idea what could cause this?
Th
Hi all!
I'm trying to deploy the jbpm-console on my standard jboss server because I'm
working with SEAM&jbpm. Because of SEAM I don't need the particular jpdl-jboss
server anymore for my projects. But I need the jbpm-console for monitoring my
projects.
Unfortunately I was not successful while
I wonder why the @Clustered annotation has no "@Inherited" annotation?
I just tried to "cluster-enable" all my SessionBeans by annotating their base
class, but this did not work because of the missing @Inherited annotation.
The only reference I found is this open ticket:
http://cloud.prod.atl2.jb
Thanks jaikiran
The spring related code is:
| org.springframework.jndi.JndiTemplate context = new
org.springframework.jndi.JndiTemplate();
| context.lookup("java:TestDB");
|
I already tried the InitialContext but it didn't work, I got a null.
BTW - it is working just fine in an EAR depl
Well Adrian, that is exactly what I did. When I initialize queue, I register
for exception callbacks...
| conn = qcf.createQueueConnection();
| // Register for exception callbacks
| conn.setExceptionListener(new ExceptionListenerImpl());
| session = conn.createQueueSession(false, QueueSe
Yes, it would be nice. That's just a little frustrating to make a move from
MyEclipse Prof. and find myself locked to outdated eclipse version for a next
half a year...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163905#4163905
Reply to the post :
http:
Hello,
I have an application package into a RAR.
I'm trying to lookup a local datasource, by I can't : objet not bound.
It succeeds if I configure the datasource with
false to enable remote access altough my
rar application and datasource are deployed together in the same JBoss.
Why ? Does RAR
The JBoss Portal docs give a simple tutorial on developing portlets. A also
have another resource, but it is not free. I can provide the URL if you like.
As far as using Eclipse goes, I simply include the portal JAR files in the
libraries for my project. But then, I tend to use Eclipse as just a
"Have you configured your applications for classloader scoping (using
jboss-app.xml)? "
According to the wiki I thought all I had to do was to turn on the callByValue
setting in the jboss-service.xml. Do I also need to make the suggested changes
to the jboss-app.xml?
Can you provide more deta
Hey,
I've been searching online for the answer to your question. From what I
understand Jboss Tools 3.0 will be compatible. But it would be nice if they
could patch up V. 2 to work with it because Jboss Tools 3 isn't due till the
end of the year. If anyone from Jboss has any ideas if v2 wi
Hello all,
Just a quick doubt, I am using Eclipse Europa with the newest release of Jboss
Tools (JBossTools-2.1.2.GA-ALL-win32). I am using Jboss AS 4.2.2.GA for my
application server. My projects are made using JBoss Seam 2.0.2.SP1.
When I have a project deployed I have two problems. First
Anyone had that problem/?? Anyone know why??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163894#4163894
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163894
___
jboss-user
Ok,
I've solved this problem thanks to Thomas. :-)
I delete that file build.xml and add -b 0.0.0.0 to command console. Perfect.
Thanks again,
Pas.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163895#4163895
Reply to the post :
http://www.jboss.com/index.h
I have never configured Eclipse to start JBoss, so i have no personal
experience on this. But a google search for this lead me to this,
http://codingclues.eu/2008/eclipse-timeout-waiting-for-jboss-50-to-start/.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
The jmx-console method mentioned here
http://wiki.jboss.org/wiki/ClassCastExceptions might help you in debugging this
issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163892#4163892
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
The exception stacktrace doesn't tell much. But see if its related to this
issue http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130962. If not,
please post back with more details like logs from server.log when your
application is being deployed and your queue configuration file.
View
Your earlier post talked about build.xml file in server/default/deploy. This
file should not be there. Please make sure that you have clean installation of
jboss portal and jboss AS bundle.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163889#4163889
Reply
Looks like a classloader issue. Have you configured your applications for
classloader scoping (using jboss-app.xml)? Can you provide more details about
the packaging of both your application? Specifically, is that
NexusEventDefinition interface (and other bean interfaces) packaged in both the
No way to launch it correctly by console :-( with or without -b parameter
Jboss portal starts just with eclipse for me.
Bye.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163887#4163887
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Now Ganymede is released now and Jboss Tools still doen't work on it. Soon all
will be migrating to Ganymede (we would here if Jboss Tools worked on it). Any
news as to when it will work???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163886#4163886
Repl
Thanks for the tip. Your suggestion solved my problem. I also found that I had
to change the jboss config to use callbyvalue per this article:
http://wiki.jboss.org/wiki/ClassLoadingConfiguration
Now I am almost there. I can inject the session bean and call a method, but now
the object returned
Now Ganymede has been released and we installed it with the JBoss Tools
JBossTools-2.1.2.GA-ALL-win32.zip and got the same erros.
Neither The Jboss Tools Palet nor the Jboss Server View can be created. This
greatly limits the use of Jboss tools and we were forced to use Europa. I
noticed tha
Decided to do some debugging. Looks like SOAPBodyElementDoc.validatePayload
calls a method (e.g. SchemaExtractor.getSchemaUrl) which extracts the
wsdl:types from the WSDL document resulting in a temporary file located at
${JBOSS_ROOT}\server\default\tmp\jbossws. This temporary schema is used f
Thomas,
I obtain this from console using 0.0.0.0
| --- Incompletely deployed packages ---
| [EMAIL PROTECTED] { url=file:/C:/gnu/jboss-portal-2.6
| .5.SP1/server/default/deploy/build.xml }
| deployer: null
| status: null
| state: INIT_WAITING_DEPLOYER
| watch: file:/C:/gnu/j
Hello,
when I try to deploy a simple mdb that connects with a jms/queue I have the
following error:
*** CONTEXTS IN ERROR: Name -> Error
jboss.j2ee:jar=testMDB-ejb.jar,name=MDB1Bean,service=EJB3 ->
org.jboss.deployment.DeploymentException: Required config property [EMAIL
PROTECTED] [EMAIL PRO
Please provide guideline on the same.
Urgent as this problem is hindering my productivity a lot.
Thanks in Advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163877#4163877
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
I hardly beliieve it.
What address did they use, what do they get ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163875#4163875
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163875
__
Thomas,
I try this from command manually
C:\gnu\jboss-portal-2.6.5.SP1\bin\run.bat -b 0.0.0.0
but clients near me can't access yet.
P.S.: I disable windows firewall.
Bye
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163872#4163872
Reply to the post :
ht
Well i'm sure you won't go in production with AS running within Eclipse :)
Use run.bat instead of run.sh.
Also there is probably a place where you can add parameters in your Eclipse
plugin, i don't know it by heart
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Thanks Peter and Jaikiran.
@Jaikiran. Both of your wiki links were very useful and I gained a lot.
@Peter. I referend to ur posts in following topic
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115689
As the solution suggests I have increased the Perm Gen space by adding a
paramet
Ok thomas,
but i'm under windows and I use eclipse to launch the server!
Thanks a lot,
Pas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163868#4163868
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163868
___
Is it possible to start a Seam pageflow within a jBPM workflow task? If yes can
both processes be implemented as XML files? Any examples?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163866#4163866
Reply to the post :
http://www.jboss.com/index.html?module
anonymous wrote : 14:18:53,593 INFO [ConnectionFactoryBindingService] Bound
ConnectionManager 'jboss.jca:service=Data
| SourceBinding,name=TestDB' to JNDI name 'java:TestDB'
| 14:18:57,109 INFO [TomcatDeployer] deploy, ctxPath=/test,
warUrl=.../deploy/test.war/
This shows that the datasour
Hi ,
Can anyone give a thorough example that solves the mentioned problem, the
print capability in portlet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163860#4163860
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
I made a mistake in my last post. ProcessDeployer and DeployProcessTask only
submit the process file URL. In jBPM BPEL 1.1.GA this trivial deployment
mechanism was replaced with a HTTP file upload. Please look at the
DeploymentTask instead, which relies the Apache HttpClient library to perform
This is a delivery status notification, automatically generated by MTA
carney.uni.edu on Fri, 11 Jul 2008 08:20:03 -0500
Regarding recipient(s) : [EMAIL PROTECTED]
Delivery status : Failed. Message could not be delivered to domain
.Failed while initiating the protocol. <[('[EMAIL PROTECTED]', 55
Blame security audit companies ;)
start with:
run.sh -b ip.of.your.interface
or
run.sh -b 0.0.0.0 to listen on all your interfaces.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163857#4163857
Reply to the post :
http://www.jboss.com/index.html?module=bb&
The hibernate configuration in jbpm-bpel-1.1.GA/config is set to acquire JDBC
connections from a data source registered in the app server JNDI service.
| java:/DefaultDS
|
If you want to deploy processes outside the app server, you need to configure
hibernate to acquire connect
Hi, i'm developing a ejb3 app with a session bean, a remote interface and a
stand alone client.
Now, I want to know the ip of the nodes with whom I'm doing the lookup during
the execution of the client. Is it possible?
How can I do that?
View the original post :
http://www.jboss.com/index.html
Using the @SecurityDomain and @RolesAllowed, you can restrict the method
access. Here's an example:
| @Stateless
| @Remote( { UserManagerRemote.class })
| @Local (UserManagerLocal.class)
| @RemoteBinding(jndiBinding = "RemoteUserManagerBean")
| @SecurityDomain (value="other")
| public
Hi,
I've a problem with my jboss portal, because i can't access it from another
client on the same lan. What's the problem?
Thanks in advance,
Pas.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163849#4163849
Reply to the post :
http://www.jboss.com/index
hi,
the following error has occured when i deploy JSF application with Portlet
Bridge jars:
Exception sending context initialized event to listener instance of class
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
My web.xml file is as follows:
http://java.sun.com/xml/ns/javaee
hi
i deployed all my properties file in the jboss/default/conf folder.
our properties file consists of key value pair.
consider that my jboss is runnig.. now i need to edit one of the key value pair
in the properties file.
it works fine if we restart the serverbut i need the jboss to scan f
Finally sorted this out myself. Here is a post i wrote on it
http://edemmorny.wordpress.com/2008/07/08/tweaking-jboss-tools-and-eclipse-for-tomcat-6/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163843#4163843
Reply to the post :
http://www.jboss.com/index
Hi,
using EJB annotations I can restrict a certain role to have access to a method.
I have a situation where a user has roles, and this roles have certain rights.
Is there anyway I can do this with ejb 3?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
thanks for you help,
I tried to lookup while deploying (while loading the spring context files) and
also after deployment in a servlet.
I'm creating the initialContext with the default jboss conf, I also tried to
use my own jndi.properties and to create the initalContext using a local
propertie
SERIALIZABLE because, I have few data in cache and so no performance issue, so
I use the higher transaction isolation level.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163836#4163836
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Hello,
I am developing an application in the following environment
* Framework: Seam 1.2.GA (problem not related to Seam)
* JBoss: 4.0.5.GA + EJB3
* VM: jdk 1.5.0_09-b03
* DB: postgres
* O/S: Linux Debian
I encountered an exception (see stacktrace) which loops infinitely and forces
me to kill
JBM will only insert one row in the JBM_MSG_REF table per message for a simple
JMS queue.
Have you looked in the database to see how many rows are there?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163832#4163832
Reply to the post :
http://www.jboss.com/
Yah we can create new portal instance by specifying in*-object.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163831#4163831
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163831
___
Could you let me know where you find this sentence in the jboss ta
documentation ?
Thx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163827#4163827
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163827
_
I have a cluster with two servers where the following code is executed (I tried
with a final rollback and commit).
It's a very simple test, and I have to make more tests to know if the lock for
cached data works fine but it's a good point that this snippet works fine as
expected.
|
Any update on this ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163825#4163825
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163825
___
jboss-user mailing list
jboss-user
Is it the same for ServerWide ?
Do I have to propagate the Security context manually also or is there another
solution ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163823#4163823
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Hi,
Whenever we create/add a new property like gender, it gets stored in Dynamic
Store. But is it possible to store it in static store?
I am using MYSQLDS.
Need help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163817#4163817
Reply to the post :
http://w
Hi, good day to all.
First of all I would like to thank JBoss for having an excellent product. We've
been using it for a mission critical system since 2005 handling more than 100T
transactions a day and we encountered very few problems about it and its
performance.
Recently, we are currently
hai
I am new for jboss seam technology
I need to write code for login and logout without using identity buit in
class that is already in jboss seam how can i do this one...
Please provide me the URL... regarding this one...
And I need to know how to remove object from se
I've been reading JBoss (4.2.2) config guide and obviously we can use either
JNDI params to send the authentication or we can use ClientLoginModule.
Is there a way of defining a "Global" security "domain" which would manages the
propagation of the subject across JBoss Server ?
That would be ni
I get this error when I run jsp on Jboss3.2.* series so I wonder if you have
tried the same code over there or not
14:33:53,058 ERROR [STDERR] java.sql.SQLException: Table not found:
INFORMATION_SCHEMA.SYSTEM_TABLES in statement [select 'hsql'
from information_schema.s
"kukeltje" wrote : anonymous wrote : jBPM swallows the
StaleObjectStateException causing the calling code not to notice that the
operation failed. Afaik, that can be configured in jBPM 3.2.3. Please have a
look in the docs
|
i'm afraid not. i've been on this thing several hours. the config
"vickyk" wrote :
| I am interested to know how does this behavior creates an issues in your
application
|
It has been explained in initial post .
Let me see how things were done in the Jboss3.2.* series .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
1 - 100 of 127 matches
Mail list logo