Hi,
you have to specify
@javax.jws.soap.SOAPBinding(style = SOAPBinding.Style.RPC)
annotation on your SEI and/or endpoint implementation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181747#4181747
Reply to the post :
http://www.jboss.com/index.html?mo
"ericw78" wrote : Yes, there are in 2 separate jars because they come from 2
different projects.
| Why do you say me to package them into an ear ?
| What is different using ear ?
|
|
I suspect that since these beans belong to two different jars (applications),
the classes are not share
Enable SQL logging and see what query gets fired. You might then take the help
from a DBA to monitor why the table gets locked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181744#4181744
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
There are 2 versions of JBoss-4.2.3 GA. One for JDK6 and one for JDK5. You
probably downloaded the JDK6 version which cannot be used with a JDK5. You have
two options - either to use JDK6 or to download the JDK5 version of JBoss-4.2.3
GA
View the original post :
http://www.jboss.com/index.html
Hi --
I'm trying to set the portlet preferences (portletHeight) through an AJAX call.
I've opted to use the serveResource() method of the portlet. When I invoke the
portlet function, serveResource(), through the AJAX call, the method does get
executed. Within the serveResource() method, I then
I have recently installed jboss-4.2.3.GA in my system (Windows-XP SP2). I have
been using jboss for a while now. My previous version of jboss-4.0.3 runs fine
on my machine. I have a jdk150_12 installed on my computer and my JAVA_HOME is
set to that.
After unzipping the jboss-4.2.3 binary, i sta
I looked at this again with JBoss 5 CR2, and it still seems like passivation is
enabled in two places. The cache configuration I had listed as #2 above has
moved into the following file however:
jboss-5.0.0.CR2\server\all\deploy\cluster\jboss-cache-manager.sar\META-INF\jboss-cache-configs.xml
Hi all,
In our code we need to use "encoded" as the SOAPBinding style. Everytime the
jboss is started, it generate a wsdl file in the directory:
JBOSS_HOME/server/default/data/wsdl/.jar/.wsdl.
The generated wsdl is always:
| http://.xxx.com/"; use="literal"/>
|
which made the
I have to serve large pdfs ( 50 mb+ ) with jboss because of a security
requirement. Its working fine for 17mb files but larger files are giving the
error. "This file is damaged and cannot be repaired."
Is there a tomcat setting that can fix this?
View the original post :
http://www.jboss.com/i
Thank you for the tip. It works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181729#4181729
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181729
___
jboss-user mailing lis
If you have a moment, I'd appreciate your help. Please take a look and forward
this job on to anyone you think would be interested in the position, or anyone
else who could help me find a great candidate.
Thanks for your help!
-Jason
Company: Axe Group Pty Ltd
Job Title: Senior Consultant -
I go to sleep in my unit test. I have to give the timer a chance to do its
thing. I suppose I could add a listener to some transition events but they
would only fire if everything is working correctly. Defeats the purpose of the
unit test.
If you are saying that I have to manually close a conte
See http://wiki.jboss.org/wiki/JbpmWiki and then the "jBPM 3.2 inside JBoss AS
using CMT" page
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181726#4181726
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181726
___
anonymous wrote : By adding a context.close() call before I go to sleep
??? You go to sleep? like in a thread? Wrong usage.
anonymous wrote : Is this a bug or an accepted workaround?
Neither, it is how you *should* do things.
anonymous wrote : I will now have to reopen it again to lookup a pro
I should add: The app reads the problematic table with no problems.
I have discovered the problem is with a method anotated with @PostPersist and
@PostUpdate. If I remove these annotations the problem goes away!
Again: this works fine in with MySQL
View the original post :
http://www.jboss
I am testing an existing app with MSSQL Server. It has been up and running
fine with MySQL.
JBoss AS 4.0.5.GA
Hibernate Core 3.3.1.GA
Hibernate EntityManager 3.4.0.GA
MSSQL Server 2000 and 2005 (same symptom)
Seam 1.2.1.GA
On an entityManager.persist() call for one particular table the call ne
anyone have an idea or comments really appreciated?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181716#4181716
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181716
___
I have confirmed the above suspicion. By adding a context.close() call before I
go to sleep, the job is flushed to the database and the JobExecutorThread can
update it without the Lock wait timeout exception.
Is this a bug or an accepted workaround?
I would expect that when I close the context
I am noticing that after the insert of the job by the main thread, the sql is
issued but there is no flush from hibernate or subsequent commit. When the
JobExecutorThread fires it loads the job, presumably from the second-level
cache. When it updates the job and attempts to commit its transactio
How do I wire in an external transaction manager. Do I replace the
TxServiceFactory?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181711#4181711
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181711
_
I removed the signal call, with the same results.
I can trace the problem to the JobExecutorThread's acquireJobs() method. The
job is read from the db, and it is not "exclusive". Because of this, a lock is
acquired on the job. I'm perplexed how this will have any bearing on whether
the job is e
I placed a sample at
http://www.informatik.fh-wiesbaden.de/~knauf/private/Stateless_BrokenAppClient.ear
(created with Eclipse/WTP and includes sources). Hopefully, someone can take a
look at it and tell me whats wrong.
The app client is this:
public class GeometricModelApplicationClient
| {
Hello,
I'm going through the hello world example and I'm getting an error I cannot
resolve, that with an auto generated sql statement, that's not valid for
postgres 8.1, the database I'm on. Here's my error:
..
17:40:31,370 INFO [STDOUT] Hibernate: select next value for person_id_seq from
when you close the JbpmContext, the transaction is ended if it is configured
that jBPM should do this. Otherwise (e.g. if an external transactionmanager is
used) it is left to that
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181707#4181707
Reply to the p
the same object? or the same value? A small wrapper to convert it for you is
much easier I think then making changes to the jBPM core. Or you can even try
to write a converter for jBPM. (see the testcases in the source how this can be
done).
View the original post :
http://www.jboss.com/index.
Try the change I proposed and see. There have been (very recently) similar
'problems' due to this 'misconfiguration'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181705#4181705
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Hi all,
I am using JBoss 4.2.1 GA with jboss MQ.
I am using mysql as the database provider that stores JMS_MESSAGES and
JMS_TRANSACTIONS tables.
For some reason, even after the message is handled successfuly, the
JMS_MESSAGES and JMS_TRANSACTIONS records are not deleted.
I checked my mysql-jdbc2-
Yes, there are in 2 separate jars because they come from 2 different projects.
Why do you say me to package them into an ear ?
What is different using ear ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181701#4181701
Reply to the post :
http://www.jboss.c
As I'm trying to root out what appears to be transaction troubles, I can't seem
to see where the endTransaction() method is called in the class
org.jbpm.persistence.db.DbPersistenceService. It seems important as this is
where the transaction is committed and data is flushed to the database.
Is
Hi all,
There is an MDB. It calls a facade method on some SLSB and in case exception
happens it catches it and sends a JMS Message (we're using standalone ActiveMQ).
The pesky problem is that the message is not sent because the current
transaction is in the "rolling back" state. It seems I need
I don't want to quibble over configuration placement. For those applications
that make heavy use of Spring configuration already, doing some or all of this
configuration makes sense, especially when it comes to a unified transaction
manager. After all, jBPM has an object factory for a reason.
V
Thanks, I'll do that. The problem seems to be that the script never gets
invoked, so the signal isn't called anyway. Is there some reason why my process
definition doesn't work as I expect even though I can see that the JobExecutor
reads the job from the database?
View the original post :
http
Wolfgang, I now added Hibernate and have following error
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143800. It would be
great if you know a solution to this problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181692#4181692
Reply to the pos
I have a similar problem,
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143800.
The error message is: Error installing to Start:
name=persistence.unit:unitName=Quatron.ear/Quatron-ejb.jar#Quatron-ejbPU
state=Create
javax.persistence.PersistenceException: [PersistenceUnit: Quatron-ejb
it works now. I had to delete the files also in the directories "temp" and
"work" in JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181690#4181690
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181690
__
Yup that sorted it, sligh spelling mistake with java: and jdbc. Doe !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181689#4181689
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181689
See this https://www.jboss.org/community/docs/DOC-9280
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181687#4181687
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181687
___
Thanks for your time.
It works fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181686#4181686
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181686
___
jboss-user mailin
See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133202
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181685#4181685
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181685
__
Does this help http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127288
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181684#4181684
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181684
anonymous wrote : jboss.security.tests:service=LoginConfig is already installed
Did you do any changes to a clean installation of JBoss5 CR2? And is this
jboss.security.tests:service=LoginConfig your application's service? Please
provide more details about your application (like what does it inc
So are you saying that this hbm2ddl.auto property is not creating the tables?
Or is it that the servlet is being invoked even before the JPA application is
deployed? Is your servlet a startup servlet?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181682#41
Looks like you are deploying these 2 separately in two separate jar files. Any
specific need to deploy these independently? The easiest way is to package both
these ejb jars in an EAR and deploy that EAR.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181681
"hipa" wrote : Is it possible to separate my entityies and session beans?
|
Yes, its possible.
"hipa" wrote :
| If I don't add persistence.xml to the JAR with entities hibernate don't
see them (no tables will be created). If I add persistence.xml to both session
beans JAR and entities J
it is very simple.
My ERP application use java.sql.Date, java.sql.Timestamp and java.sql.Time
field/columns.
I need to set ERP column as variable in the process instance and read it back
and obtain the same object.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
anonymous wrote : That way no values would be "hard coded" in the XML, but
rather defined in the properties file. Ahhh cool... "hardcoded" in a
properties file instead of an xml file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181674#4181674
Reply
remove the token.signal there is already a transition declared on the
timer. Signalling is superfluous.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181673#4181673
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
Thanks a lot for you help.
I still can't find what the state attribute number means for JTA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181672#4181672
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181672
__
we are getting Nullpointer exception at the server side
Exception as follows
In our Prod Environment, there are some network issue(network connectivity will
go off and come up ) ...
Is there any impact on the data that is being transferred between nodes ...or
is it normal to have such t
Hi
How to install jbossws 2.0.2.GA in jboss-4.2.1GA or Jboss-4.2.2.GA?
I mean what is the procedure?If there is any documentaion on this please
provide me link for the same.I have already downloaded jbossws-native-2.0.2.GA.
Also does this version supports http://schemas.xmlsoap.org/wsdl/http bi
I am having some trouble getting a workflow to function the way I want it to. I
have stripped it down to a very simple example.
I have a node that will attempt to process a credit card. If it fails to
communicate to the server I would like it to pause for a couple minutes, then
try again. This
-
The message you sent to ilarslan.com/ilarslan was rejected because it would
exceed the quota for the mailbox.
The subject of the message follows:
Subject: =?windows-1251?B?ziDj6+Di7e7sIOLu7/Du8eU=?=
52 matches
Mail list logo