[jboss-user] [JBossWS] - Re: WSDL generation: use=

2008-10-12 Thread [EMAIL PROTECTED]
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

[jboss-user] [EJB 3.0] - Re: EJB3 call EJB2

2008-10-12 Thread jaikiran
"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

[jboss-user] [EJB 3.0] - Re: MSSQL Server, em.persist hangs, timeout (only one table)

2008-10-12 Thread jaikiran
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

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-4.2.3.GA startup problem

2008-10-12 Thread jaikiran
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

[jboss-user] [JBoss Portal] - Portlet Preferences and serveResource method

2008-10-12 Thread analyzediz
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

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss-4.2.3.GA startup problem

2008-10-12 Thread rvenki
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

[jboss-user] [EJB/JBoss] - Re: Is passivation enabled twice?

2008-10-12 Thread javidjamae
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

[jboss-user] [JBossWS] - WSDL generation: use="literal" is generated instead of use"e

2008-10-12 Thread mimi_tan1985
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

[jboss-user] [Beginners Corner] - Problem serving large PDFs

2008-10-12 Thread [EMAIL PROTECTED]
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

[jboss-user] [EJB 3.0] - Re: Separate JARs for Entity and Session beans

2008-10-12 Thread hipa
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

[jboss-user] [The Lizzard's corner] - URGENT REQUIREMENT - JBoss Architect - Sydney, Australia

2008-10-12 Thread Axe Group - Sydney
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 -

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread oravecz
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

[jboss-user] [JBoss jBPM] - Re: endTransaction never called in DBPersistenceService

2008-10-12 Thread kukeltje
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 ___

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread kukeltje
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

[jboss-user] [EJB 3.0] - Re: MSSQL Server, em.persist hangs, timeout (only one table)

2008-10-12 Thread lpmon
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

[jboss-user] [EJB 3.0] - MSSQL Server, em.persist hangs, timeout (only one table)

2008-10-12 Thread lpmon
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

[jboss-user] [JBoss jBPM] - Re: jbpm 3.1 to 3.2

2008-10-12 Thread letitbe
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 ___

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread oravecz
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

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread oravecz
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

[jboss-user] [JBoss jBPM] - Re: endTransaction never called in DBPersistenceService

2008-10-12 Thread oravecz
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 _

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread oravecz
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

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2008-10-12 Thread Wolfgang Knauf
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 | {

[jboss-user] [EJB 3.0] - Problem Creating sequence

2008-10-12 Thread lalsamir
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

[jboss-user] [JBoss jBPM] - Re: endTransaction never called in DBPersistenceService

2008-10-12 Thread kukeltje
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

[jboss-user] [JBoss jBPM] - Re: Problem with java.sql.Date as Variable

2008-10-12 Thread kukeltje
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.

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread kukeltje
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

[jboss-user] [JBossMQ] - JMS_MESSAGES and JMS_TRANSACTIONS table records are not dele

2008-10-12 Thread yair.zaslavsky
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-

[jboss-user] [EJB 3.0] - Re: EJB3 call EJB2

2008-10-12 Thread ericw78
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

[jboss-user] [JBoss jBPM] - endTransaction never called in DBPersistenceService

2008-10-12 Thread oravecz
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

[jboss-user] [EJB/JBoss] - Advice on Transaction Demarcation needed

2008-10-12 Thread vanyatka
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

[jboss-user] [JBoss jBPM] - Re: Job Executor and Spring

2008-10-12 Thread oravecz
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

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread oravecz
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

[jboss-user] [EJB 3.0] - Re: EJB3.0 example with session bean and servlet

2008-10-12 Thread chris.gr
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

[jboss-user] [EJB 3.0] - Re: Hibernate SessionFactory Injection

2008-10-12 Thread chris.gr
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

[jboss-user] [EJB 3.0] - Re: EJB3.0 example with session bean and servlet

2008-10-12 Thread chris.gr
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 __

[jboss-user] [JNDI/Naming/Network] - Re: Sharing a global jndi data source with a local one for j

2008-10-12 Thread dap53
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

[jboss-user] [JNDI/Naming/Network] - Re: BMP Bean deployed but ClassCastException

2008-10-12 Thread jaikiran
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 ___

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-12 Thread natoine
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: using updated Hibernate libraries in JBoss 4.2.3

2008-10-12 Thread jaikiran
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 __

[jboss-user] [JNDI/Naming/Network] - Re: Sharing a global jndi data source with a local one for j

2008-10-12 Thread jaikiran
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

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot Deploy My JBoss 4.2.2 Application in JBoss 5 CR2

2008-10-12 Thread jaikiran
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

[jboss-user] [EJB 3.0] - Re: creating database using entitymanager

2008-10-12 Thread jaikiran
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

[jboss-user] [EJB 3.0] - Re: EJB3 call EJB2

2008-10-12 Thread jaikiran
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

[jboss-user] [EJB 3.0] - Re: Separate JARs for Entity and Session beans

2008-10-12 Thread jaikiran
"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

[jboss-user] [JBoss jBPM] - Re: Problem with java.sql.Date as Variable

2008-10-12 Thread roberto
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&

[jboss-user] [JBoss jBPM] - Re: Job Executor and Spring

2008-10-12 Thread kukeltje
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

[jboss-user] [JBoss jBPM] - Re: Action not executing in timer

2008-10-12 Thread kukeltje
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

[jboss-user] [Management, JMX/JBoss] - Re: JBoss JTA State

2008-10-12 Thread shay_beith
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 __

[jboss-user] [JBoss Messaging] - NullPointer Exception at server side - JBM 1.4.0.SP3

2008-10-12 Thread Craig2007
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

[jboss-user] [JBossWS] - Installing jbossws 2.0.2GA in jboss

2008-10-12 Thread SameerGijare
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

[jboss-user] [JBoss jBPM] - Action not executing in timer

2008-10-12 Thread oravecz
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

[jboss-user] Delivery Failure

2008-10-12 Thread Postmaster
- 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=?=