[jboss-user] [Beginners Corner] - javax.ejb.EJBException: javax.persistence.PersistenceExcepti

2008-12-17 Thread vinhtran08
Hi everybody, I'm very new to JBoss AS and trying to do EJB persistence but I got this problem. I don't know how to solve it. Let me state my problem so you can help. I tried to develop a simple Stateless session bean as follows: @Stateless public class StockTypeFacade implements StockTypeFacade

[jboss-user] [Beginners Corner] - JBoss will generate the WSDL while deploying ?

2008-12-17 Thread prg_dreams
Hi, Im new to webservice in JBOSS. I created an interface and POJO for webservice with in server. When i deploy server, the wsdl files generated automatically in some dir. Im able to convert as client and use it. Its works. I want to know "JBoss will generate the WSDL while deploying?" How

[jboss-user] [JBoss jBPM] - Re: serialization or parallel in a tasknode

2008-12-17 Thread aspider
anonymous wrote : | No, I disagree. 'Co-signing' for for me is having a set of people agree on a businessdocument. In real life (if it is a paper document) that can only be done in sequence. Electronically it can be done in parallel. Furthermore the 'co-signing PROCESS can be complicated. May

[jboss-user] [Microcontainer] - Re: Define dependency for ValueMetaData?

2008-12-17 Thread ALRubinger
"alesj" wrote : Why would we have something like this in MC? Isn't it MC which knows how to treat that the "jndi:" prefix defines a dependency upon a JNDI entry? Otherwise it's just some magic string? S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=419

[jboss-user] [Microcontainer] - Re: Define dependency for ValueMetaData?

2008-12-17 Thread alesj
"ALRubinger" wrote : Is there an equivalent to my DEPENDS_JNDI_PREFIX (=="jndi:") so I don't have to define it myself? | Not to my knowledge. But/and why would we have something like this in MC? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197273#419727

[jboss-user] [JBoss/Spring Integration] - Re: Need both myapp.jar and myapp.spring?

2008-12-17 Thread alesj
On JBoss5 yes - see deployers.xml in conf/bootstrap, it includes .spring suffix as a possible jar suffix. Once the issue with ProfileService if fixed, this will be more dynamic (it already is, but there is some minor issue, hence the pre-configured .spring entry in deployers.xml). Dunno about J

[jboss-user] [EJB 3.0] - Re: The infamous SocketTimeoutException

2008-12-17 Thread jaikiran
How do you start the JBoss server? Do you use the -b option? If yes, what value do you specify? And also where is this client located? Is it on the same system as the server or is it on a different system? Finally, please post the entire console logs when you start the JBoss server. While post

[jboss-user] [EJB 3.0] - Re: JNDI lookup of EJB3 SLSB from Quartz

2008-12-17 Thread jaikiran
I don't think this is the code that is throwing the exception. Going by the exception stacktrace you posted, the exception is being thrown when some object is being injected anonymous wrote : at org.jboss.injection.JndiPropertyInjector.inject(JndiPropertyInjector.java:65) |

[jboss-user] [Microcontainer] - Re: Define dependency for ValueMetaData?

2008-12-17 Thread ALRubinger
Nice. public class AbstractEjbReferenceValueMetadata extends AbstractDependencyValueMetaData ...and... /** | * Used in defining the dependency | */ |@Override |public Object getUnderlyingValue() |{ | return DEPENDS_JNDI_PREFIX + this.getTargetJndiName();

[jboss-user] [JBoss jBPM] - Re: jBPM 3.1 + Spring 2.0 + Tomcat 5 + TX demo app

2008-12-17 Thread a-sqr
Dear All, I tried to find the jbpm31Spring20Demo.zip but could not download the same as the site mentions that the item might be deleted or moved. please send me a full sourcecode. You can send email on abhinav.ashutos...@gmail.com Regards A-Sqr View the original post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Require jbpm31Spring20Demo.zip files, the sample integration

2008-12-17 Thread a-sqr
Dear All, I am a newbie and I requrie jbpm31Spring20Demo.zip files to understand the concepts in a better way. The Jboss site says the item has been moved or deleted. Someone please send me a full sourcecode. Regards A-Sqr View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: serialization or parallel in a tasknode

2008-12-17 Thread kukeltje
anonymous wrote : As you said, in this scenario, this tasks should only be regarded as serveral tasknode instead of one tasknode, which is diffrent from co-sign. No, I disagree. 'Co-signing' for for me is having a set of people agree on a businessdocument. In real life (if it is a paper docume

[jboss-user] [JBoss/Spring Integration] - Need both myapp.jar and myapp.spring?

2008-12-17 Thread kevinpauli
Do I really have to create both a .jar and a .spring? Is there any way to make jboss recognize the .spring as an ejb archive so that I can just have one deployment artifact? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197253#4197253 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: How to reference beans defined in a spring app context i

2008-12-17 Thread kevinpauli
nevermind, I discovered the solution: to specify names for the bean factory and parent bean factory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197252#4197252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197252 _

[jboss-user] [JBoss jBPM] - Re: serialization or parallel in a tasknode

2008-12-17 Thread aspider
Thanks for you reply. anonymous wrote : | anonymous wrote : | | co-signing is creating serverl tasks in one tasknode, but runing order of them are specific. | | | Again... you can't Tasks carried out one after another (if that is important) are not, never the same.. The conte

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-12-17 Thread kukeltje
I did not want to suggest it is a solution but can it be your actions are quick to finish after each other? Can you post what they do? Or maybe make a test that have them end with seconds in between? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197248#419

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-17 Thread PeterJ
Sorry, I was not paying attention. Clustered is indeed set to false in GA, but you also need to comment out the dependency on ChannelFactoryName to get it to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197246#4197246 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-12-17 Thread jjrs
Hi Ronald, Thanks a lot for the suggestion. With async=exclusive I don't get any exception at all. Hoever, the actions inside the nodes, are executed sequentially and not in parallel. I am deploying the framework from a class, and have running the JobExecutor with several threads in a diff

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-17 Thread clebert.suco...@jboss.com
anonymous wrote : mysql-persistence-service.xml" placed in examples is very misleading, as it has "clustered" attribute set to false by defaulf, We had users complaining the opposite on having clustered=true by default. You would see an exception on a ClassNotFound error for JGroups on that case

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-17 Thread clebert.suco...@jboss.com
Right before the release of JBoss 1.4.1, we've found/fixed a few issues regarding Security (or sandbox) on AOP and Remoting. As discussed on this URL: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145765&postdays=0&postorder=asc&start=40 (Page 5) I suggest you use the versions avai

[jboss-user] [JBoss/Spring Integration] - How to reference beans defined in a spring app context in a

2008-12-17 Thread kevinpauli
Hello! I have one ear defined that has my persistence jar with the daos in it, along with a jboss-spring.xml that defines the daos as spring beans. I have another ear where I have configured spring beans that have a dependency on the daos and need the daos injected into them. But I am getting

[jboss-user] [JBoss Tools (users)] - Re: problem while deploying a seam web project

2008-12-17 Thread meissa
"rob.stry...@jboss.com" wrote : The reasons for this behavior was a bug upstream in eclipse WebTools. Details were posted here: http://relation.to/8932.lace I've read the detail in the pointed url. My application.xml file look like this: | | | registra

[jboss-user] [JBoss/Spring Integration] - Re: Spring TransactionManager

2008-12-17 Thread alesj
Do you have jta.jar in your app? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197234#4197234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197234 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: Latest jbpm-console sources

2008-12-17 Thread kukeltje
1: The current JSF console. 2: was a try to get a new seam based console. 3: The 'new' console will be GWT based and is in http://anonsvn.jboss.org/repos/jbpm/projects/gwt-console/ So either 1 or 3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197233#419723

[jboss-user] [JBoss Portal] - Authentication portlet

2008-12-17 Thread kocoubb
Hello all, I need to create a portlet that captures data from the authenticated user, for example username and password to conduct consultations in another database. can someone help me. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197232

[jboss-user] [JBoss/Spring Integration] - Re: Spring TransactionManager

2008-12-17 Thread jegutierrezl
H i see, this implements javax.transaction.TransactionManager, but the error persist in jboss 4.0.2, 4.2.0 and 5 beta. i not found nothing solution... thx 4 your response View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197231#4197231 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to best control access from multiple threads to a Pr

2008-12-17 Thread kukeltje
Sorry... Adding processvariable to a processinstance to say it is idle (in a waitstate) or not Again.. this sounds like a really strange solution to an ever stranger description... I think you misunderstand some concepts of jBPM, or I'm loosing it... not sure which one it is.. Vi

[jboss-user] [JBoss jBPM] - Re: serialization or parallel in a tasknode

2008-12-17 Thread kukeltje
anonymous wrote : co-signing is creating serverl tasks in one tasknode, but runing order of them are specific. You can't as mentioned earlier anonymous wrote : what i need is like it, except that the order can be specified. Again... you can't Tasks carried out one after another (if that is

[jboss-user] [JBoss jBPM] - Re: Cancelling dynamically created tasks

2008-12-17 Thread kukeltje
anonymous wrote : when I tried to fetch pending tasks with executionContext.getTaskMgmtInstance().getTaskInstances() >From where? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197228#4197228 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-12-17 Thread kukeltje
Can you try async=exclusive? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197227#4197227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197227 ___ jboss-user mailing list jb

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-17 Thread kukeltje
@erciped: No, and I can't (at least not against a real Oracle or PostgreSQL). I agree that the issue seems to be in that direction. Can you give it a try? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197226#4197226 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-17 Thread kukeltje
@Jan, Yes, the lock can be on the processdefinition. If it complaints and you have a reference to the xsd, remove that validating against the xsd does not work then. (also a jira issue might be created then for the xsd to be updated) @Martin.. Yes, I'd like to but I get 403's when committin

[jboss-user] [JBoss Tools (users)] - Re: problem while deploying a seam web project

2008-12-17 Thread rob.stry...@jboss.com
The reasons for this behavior was a bug upstream in eclipse WebTools. Details were posted here: http://relation.to/8932.lace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197224#4197224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Clustering/JBoss] - JMS provider failure detected for javax.naming.Na

2008-12-17 Thread gmrao78
We are getting the following error when we are trying to deploy EJB2.1 based MDB in jboss-4.2.3.GA server. Any help is appreciated. 13:17:30,734 WARN [JMSContainerInvoker] JMS provider failure detected for javax.naming.NameNotFoundException: XAConnectionFactory not bound at org.jnp.serv

[jboss-user] [Remoting] - Re: The invoker for locator (InvokerLocator [socket://xx.xx

2008-12-17 Thread sreepraveen_2000
I tried to fix the invoker problem by removing the local url from invoker registry. but, i get a different problem now. | | Caused by: java.net.BindException: Address already in use | at java.net.PlainSocketImpl.socketBind(Native Method) | at java.net.PlainSocketImpl.bi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Updating deployed applications while keeping old session

2008-12-17 Thread Jan_Bruun_Andersen
Thanks Peter. At least I have my answers now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197218#4197218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197218 ___ jboss-use

[jboss-user] [EJB 3.0] - Re: JNDI lookup of EJB3 SLSB from Quartz

2008-12-17 Thread jharby1
Ok, thanks here is the Quartz job execute method. | public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException { | try { | Context ctx = getInitialContext("jnp://localhost:1099"); | FundingService fs = (FundingService) c

[jboss-user] [JBoss Tools (users)] - Re: JDK 5 or 6 with JBoss AS 5, eclipse ganymede, JBoss tool

2008-12-17 Thread snjeza
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213286 is related to Eclipse 3.3. Eclipse 3.4 is more stable than Eclipse 3.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197216#4197216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Microcontainer] - Re: RuntimeError in JMX Demo

2008-12-17 Thread alesj
You don't have the latest version of DZone_1_0 branch. There is no such 'scopingPolicy' property used anymore (but it used to be): - http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/branches/DZone_1_0/jmx/src/main/resources/META-INF/aop-beans.xml View the original post : htt

[jboss-user] [Microcontainer] - RuntimeError in JMX Demo

2008-12-17 Thread Gary Marsh
I decided to build and run the actual jmx Demo code I downloaded from the DZone_1_0 area and I ran into this runtime error : Deployed URL: file:/C:/NichPro/MCJMXDemo/META-INF/varia-deployers-beans.xml | java.lang.IllegalStateException: Incompletely deployed: | | *** DEPLOYMENTS IN ERROR: N

[jboss-user] [JBoss jBPM] - JBPM-BPEL extension roadmap

2008-12-17 Thread mjoglekar
Hello, We have been using JBoss and different components from JBoss for a while. One of them is JBPM-BPEL extension 1.1 GA. We are currently on JBossAS 4.0.5GA. Now that 5.0 is released, we would like to upgrade our old components on top of 5.0. Can someone tell me or point me to URL which ta

[jboss-user] [EJB 3.0] - The infamous SocketTimeoutException

2008-12-17 Thread FredDolittle
Hi All, I am having a client connection problem. I am using JBoss 5.0 implementing JDK 6. I have sucessfuly deployed my test Stateful bean and here is the output from the URL:http://localhost:8080/jmx-console/ (after selecting service=JNDIView from the jboss section AND pressing 'Invoke' from

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-12-17 Thread PoonamAgarwal
Hi Clebert, I am facing a similar issue as Laurent. I tried using jboss-remoting2.4GA.jar but I could only make the connections and was not able to receive messages. I am trying to access the messages via a webstart application. Can you send me the link from where I can download the jboss-remotin

[jboss-user] [JBoss Cache: Core Edition] - Need to move Jboss cache config to Spring - pls help

2008-12-17 Thread cacheuser
I am using JBC 3.0. My config looks as below. I need to move the config to Spring because I have to use the connection pooling object from some other Spring config or if I cant use the connection pooling object I will have to get the Database connection stuff(server:port user password) from some

[jboss-user] [Performance Tuning] - Apache busy connections - JBOSS Tomcat - Threaddump bottlene

2008-12-17 Thread toto3000
I have already posted this message in another rubric, but i think this is the right topic. Hello, I'm using JBoss v4.03 with Apache Web Server for a website which is in a Production state. I have a strange behavior when i look at the Apache JK Status Manager page. Sometimes i can see a lot of

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Apache Busy with Tomcat JBOSS connector - Bottleneck on JVM

2008-12-17 Thread toto3000
Hello, I'm using JBoss v4.03 with Apache Web Server for a website which is in a Production state. I have a strange behavior when i look at the Apache JK Status Manager page. Sometimes i can see a lot of busy connection to tomcat. I have performed several threaddumps when this happens and yesterd

[jboss-user] [JBoss Portal] - Portal sub-pages in tabs

2008-12-17 Thread mn1986
Hi, I'd like to create portal sub-pages inside the portal-page in the form of tabs. Any pointers in this direction would be appreciated. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197195#4197195 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss datasource encryption

2008-12-17 Thread nsayer
I worked around this by extending ConfiguredIdentityLoginModule. I overrode initialize to create a new options Map from the old one, but with the password decrypted, then call super.initialize(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197194#4197194

[jboss-user] [Security & JAAS/JBoss] - Re: Extending AbstractPasswordCredentialLoginModule

2008-12-17 Thread nsayer
I had this same problem and solved it by instead extending ConfiguredIdentityLoginModule. I overrode initialize() to fetch the password from the options map, decrypt it, then make a new hashmap (the old one is unmodifiable) with the options, replacing the password with the decrypted version, th

[jboss-user] [JBoss Tools (users)] - problem while deploying a seam web project

2008-12-17 Thread meissa
Hi all, I have a problem while using the jbossTool fullPublish function to deploy a seam web project. The seam.jar is always missing in the deployed ear. I always have to add it manually in the deployed ear. I'm using eclipse 3.2 , jbossIde 2.1 and seam 2.0 Can someone tells me the reason of t

[jboss-user] [EJB 3.0] - Re: Dynamic units within persistence.xml

2008-12-17 Thread lord_jorge
Hi guys, I had created a factory class that use Ejb3Configuration to add the dynamic persistent-units. I tried to test connecting to a DS db001ds and made a persist and a find operation successfully. But when I try to create 2 EntityManagerFactory's, (DS db001ds and db002ds) i get the followi

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-12-17 Thread jjrs
I have a similar problem, although in my case the nodes have async='true'. The exception I get is | org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.graph.exe.Token#48] | at org.hibernate

[jboss-user] [EJB 3.0] - Re: Accessing EJB in seperate EAR

2008-12-17 Thread PeterJ
Another alternative is to add into the second EAR a dependency on the MBean created for the EJB in the first EAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197181#4197181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [EJB 3.0] - Re: Accessing EJB in seperate EAR

2008-12-17 Thread PeterJ
No, but you can get it to load the second EAR file last by creating a server/xxx/deploy/last directory and placing the second EAR file into that directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197180#4197180 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Tools (users)] - Re: JDK 5 or 6 with JBoss AS 5, eclipse ganymede, JBoss tool

2008-12-17 Thread mareshkau
I have founded some information about crash jvm here https://bugs.eclipse.org/bugs/show_bug.cgi?id=213286, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197179#4197179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persist attributes of JCA Mbeans

2008-12-17 Thread PeterJ
Please do not cross-post. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147483 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197178#4197178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197178

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-17 Thread PeterJ
anonymous wrote : "mysql-persistence-service.xml" placed in examples is very misleading, as it has "clustered" attribute set to false by defaulf, while "ChannelFactoryName" is not commented, I heartily agree and pointed this out once before in this forum as being a possible issue when GA came o

[jboss-user] [JBoss Cache: Core Edition] - Re: Deploy jboss cache within an EAR

2008-12-17 Thread szymon_z
yes, you can deploy it, I have done it the following way: - put the cache MBean configuration in file named jboss-service.xml - put jboss-service.xml inside META-INF dir of a newly created SAR file (you can name it jbosscache.sar for example) - in your application's EAR you put the SAR at root le

[jboss-user] [Beginners Corner] - Secure EJBs and Webservices

2008-12-17 Thread OrangeMetallicFrog
Hi all, I've got an EJB that I have managed to secure using LDAP. I've got a standalone client that can connect, login and invoke methods on the EJB. That's all good. However, I also have a webservice. The webservice takes three parameters with two of the parameters being the username and p

[jboss-user] [Management, JMX/JBoss] - Re: JMX bean creating InitialContext: Works from JMX consol

2008-12-17 Thread dasmith836
Still haven't found a solution to this - any love here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197174#4197174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197174 ___

[jboss-user] [JCA/JBoss] - Re: How can persist JCA Mbean's attributes using Persistenc

2008-12-17 Thread PeterJ
Why would you want to persist the attributes for those beans? What do you think that will buy you? What is the use case for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197169#4197169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Getting Started Documentation] - Re: Jboss 5 startup problem on Eclipse 3.3 and 3.4

2008-12-17 Thread PeterJ
Correction - you can start JBoss AS 5.0.0.GA - you even posted the evidence that it started. The problem is that Eclipse is not recognizing that it started, which makes it an Eclipse problem. Do you have JBoss Tools installed into Eclipse? If not, please do so, it appears to be able to handle J

[jboss-user] [JBossWS] - Cannot find ServiceFactory implementation error

2008-12-17 Thread sarkalgud
Hello, I am a newbee. When I execute my first WS client app, I see following error javax.xml.rpc.ServiceException: Cannot find ServiceFactory implementation at javax.xml.rpc.ServiceFactory.newInstance(ServiceFactory.java:115) And the code snippet looks like: import javax.xml.rpc.Service;

[jboss-user] [Beginners Corner] - Re: Changing the soap:address location

2008-12-17 Thread PeterJ
No, I do not know how to do that in NetBeans. I use Eclipse, but only as a glorified text editor. When it comes to things like this (or compiling, packaging, or deploying) I revert to the command line (or Ant or Maven) so that I can keep my sanity. View the original post : http://www.jboss.com

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-12-17 Thread akazakov
JBoss Tools 2.* doesn't work with Ganimade. Please use JBoss Tools 3.0.0 instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197158#4197158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197158

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-17 Thread pbaker01
Anybody? I have seen at least one other unanswered topic regarding this issue: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133360 Any guidance would be greatly appreciated. PB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197153#4197153 Reply

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-12-17 Thread jmiguel77
Hi I have the Ganymede build ID: M20080911-1700 version 3.4.1 for J2EE Developer I just downloaded the jboss tools file: JBossTools-2.1.2.GA-ALL-linux-gtk.zip, but in the details of the plugins, almost every plugin appears withe the 2.1.1 GA version I get this error in the Web Development per

[jboss-user] [JBossWS] - Re: Enabling HTTP Basic Authentication for EJB3 web service

2008-12-17 Thread getaceres
I've seen that using @WebContext works and my service uses HTTP Basic Authentication but this breaks portability. I tried using the jboss.xml file to get the same result but it seems as if it were ignored. Is there any example of using the jboss.xml file to achieve that? View the original post

[jboss-user] [EJB 3.0] - Accessing EJB in seperate EAR

2008-12-17 Thread jej2003
I am trying to access an EJB (SLSB) in a separate EAR file (not isolated) using injection. When I do this I get an error that the dependent class is not loaded because of the load order. Is there a way to have JBoss load the other ear first without using the prefix loader? View the original p

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-17 Thread raczer
"PeterJ" wrote : 4) If you don't need clustering, in mysql-persistence-service.xml set "Clustered" to false and comment out the "ChannelFactoryName" attribute. Ok, so I lied about the last one. After commenting it out PostOffice starts and there are no problems with JBM. Thanks PeterJ! "mysql-pe

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - problem while migrating from weblogic to Jboss EJBDeployer]

2008-12-17 Thread sachin1506
[EJBDeployer] Verify failed; continuing java.lang.NoClassDefFoundError m using jboss version 3.2.6 and jdk 1.4.2 as i have just started working on jboss and i have assigned the work to deploy all ear files over jboss but there is some problem and m not able to through this so any one can plzz sug

Re: [jboss-user] [JBoss Portal] - Re: Portlet 2.0 Tag Library

2008-12-17 Thread Fernando Ribeiro
You need to add the Portlets 2.0 TLD do your WAR files, unlike you would if you were using the Portlets 1.0 TLD. Refer to http://fernandoribeiro.eti.br/2008/12/10/using-the-portlets-20-tld-in-jboss-portal-27/. Note that there is a pending question regarding why the Portlets 1.0 TLD is anyway added

[jboss-user] [JBoss Tools (users)] - hibernate.cfg.xml not found when l launch a test

2008-12-17 Thread juanignaciosl
I've created a Seam web project with JBoss Tools. I've made the following test: | public class ProyectosTest extends SeamTest { | @Logger | Log log; | | @Test | public void testProcesoProyecto() throws Exception { | new ComponentTest() { |

[jboss-user] [EJB 3.0] - Re: EJB

2008-12-17 Thread morphy
you can access the jmx console, call the jndiview.list method and have a full glance of the tree bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197127#4197127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197127

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - persist attributes of JCA Mbeans

2008-12-17 Thread makas
Hi all. I have a JCA Connector. When JBoss 4.2.2 GA is started it made four beans for this connector: 1)jboss.jca:name='rarname.rar', service=RARDeployment 2)jboss.jca:name='myJndiname', service=ConnectionFactoryBinding 3)jboss.jca:name='myJndiname', service=ManagedConnectionFactory 4)jboss.jca:na

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-17 Thread janvandeklok
Martin, can we set the lock attribute in the processdefinition.xml?? Not according to the documentation imho. Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197124#4197124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [EJB/JBoss] - fail to call ejb2.1 from web module

2008-12-17 Thread Gopal.varshney
Hi When an ear[containing ejb jar file and ejb client war file] is deployed on JBOSS 4.2.0 GA it is deployed and web client is able to access ejb. But when we make ejb and web client separately and deployed then on same jboss with out making ear, then web client is not able to create remote ins

[jboss-user] [JBoss Tools (users)] - Re: Unknown context variable name:

2008-12-17 Thread scatu...@gmail.com
In order to make sure that I had all the steps required to reproduce the behavior, I created a project from scratch with seam-gen in a new workspace and guess what, problem fixed. I no longer get warnings so I guess that your first answer that I didn't understand at the time was probably the ri

[jboss-user] [JBoss jBPM] - Re: why the single hibernate oracle sequence

2008-12-17 Thread jbarrez
I haven't tried it yet, but I don't see any problems. After all, Hibernate will handle the primary key for jBPM and I don't see any problems in that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197121#4197121 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-12-17 Thread mputz
Petr, please try to explicitly set the lock mode on the join: and let us know how it works for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197120#4197120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197120

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-17 Thread mputz
Ronald, thanks for the unit test. I executed it against mysql, postgres and oracle (the real ones and not just h2 in the different modes to be sure), and here is what I've found: + " " /* the default: leads to StaleObjectStateException with Oracle and Postgres */ | //+ " " /* works

[jboss-user] [JBoss jBPM] - Latest jbpm-console sources

2008-12-17 Thread srLucas
Hi All, I've been trying to get my hands on the jbmp-console sources without luck. I am confused as to where they are located on the SVN server: 1.- http://anonsvn.jboss.org/repos/jbpm/projects/jsf-console or 2.- http://anonsvn.jboss.org/repos/jbpm/console/trunk Any ideas on which one I should u

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-17 Thread raczer
Thanks PeterJ, I've done all these steps before with JBoss 4.2.2 and 4.2.3 (most of them is done by the build process). The only difference is that I have 2 data sources, so that JBM has DefaultDS, and the app has another. That always worked fine. The only exceptions I can see in logs are report

[jboss-user] [EJB 3.0] - Re: EJB

2008-12-17 Thread thiagomontovaneli
Actually, I want know, Wich forms can I call one EJB. I am using jboss 4.2.2 with default instalation. My EJB project is into of one EE project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197114#4197114 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Cache: Core Edition] - Re: About Merging States on Merge of two sub groups.

2008-12-17 Thread nachiket_patel
Thanks Manik, I think Shutting down and restarting will work in our case, as there is only one writer server, which will be initial host, and only one who will write to cache, so server instance of cache will be correct one always. Only disconnected instance (reader) needs to restart itself, not

[jboss-user] [JBoss Cache: Core Edition] - Re: About Merging States on Merge of two sub groups.

2008-12-17 Thread manik.surt...@jboss.com
Re-syncing is pretty tough and very application-dependent. If you are caching data that can be retrieved externally or recalculated externally, then your best bet is to simply wipe the cache and start again. Otherwise, you could pick one instance as the "correct" version, and shut down and res

[jboss-user] [JBoss jBPM] - Re: Class Cast Exception while the BPEL Process Ends

2008-12-17 Thread dhanushgopinath
Hi, Inorder to solve this problem, I tried upgrading my jbpm bpel instance to 1.1.1 I ran my process and now it throws a slightly different exception. 17:52:39,153 ERROR [GraphElement] action threw exception: org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory | java.lang.ClassCastExcep

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-17 Thread lovelyliatroim
anonymous wrote : | Can you not simulate this in a test or staging environment, by loading one server (which runs the TcpCacheServer) artificially (maybe even give it less memory so it has to perform GC more often) and try and lock up the other servers to get a thread dump? | Will try but

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Failed to find persistence unit

2008-12-17 Thread ubersoldat
I still don't know why EJB_3 must know anything about the persistence units that don't belong to it. Anyway, I fixed this by adding a persistence.xml file to the ear. I get a "resource already registered" error at deployment, but things work fine. View the original post : http://www.jboss.com/

[jboss-user] [Beginners Corner] - New to JBoss, where to start??

2008-12-17 Thread nachiket_patel
Hello, I am new to JBoss. Just started reading and creating prototypes before one week using JBoss PojoCache eventually learned about JGroups. (Only basics) Based on my little knowledge about JBoss, It is built upon ground level technologies to higher level technologies, like JGroups is used in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot fully start jboss server 4.2.0. on centos 5.2

2008-12-17 Thread jurerai
Jaikiran thank you for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197101#4197101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197101 ___ jboss-user mailing l

[jboss-user] [JBoss Cache: Core Edition] - About Merging States on Merge of two sub groups.

2008-12-17 Thread nachiket_patel
Hello, I am getting more familiar with JBoss Cache. I got very much confused and scared in past 3 to 4 days. Because of zero knowledge of JBoss Cache as well as JGroups. And i was trying to avoid JGroup internals initially, lately ended in poor understanding. But now (I feel) i am much clear in

[jboss-user] [JBoss jBPM] - Re: JBPM-3.3.0 login issues

2008-12-17 Thread mr.sathya
Hi All... Pls help me to solve this problem... Thanking in advance.. Regards, Sathya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197097#4197097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197097 __

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-17 Thread lovelyliatroim
anonymous wrote : | No reason, really. Happy to accept a patch, to make this configurable using a cache loader property. | Created one for the 2.2.1.GA version https://jira.jboss.org/jira/browse/JBCACHE-1451 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss jBPM] - Re: why the single hibernate oracle sequence

2008-12-17 Thread erciped
Thanks jbarrez. I am aware I can change it but the question is will changing the model to use multiple sequences have any adverse affects in jBPM I don't want to get any unexpected behavior like I did with OSWorkflow View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot fully start jboss server 4.2.0. on centos 5.2

2008-12-17 Thread jaikiran
"jurerai" wrote : Could this be the reason that jboss could not start or should we look elsewhere? | | Thank you, | | Jure I don't think that should stop the server from starting. Moreover, you mentioned that the server is accessible through the http request. So the server is up and y

[jboss-user] [JBoss Cache: Core Edition] - Re: What's wrong with this configuration??

2008-12-17 Thread nachiket_patel
I found it. Actually for TCP, Either we have to specify all the host names in TCPPING initial_hosts or we have to use MPING . Regards, Nachiket View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197087#4197087 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: why the single hibernate oracle sequence

2008-12-17 Thread jbarrez
If you take a look at the jBPM hbms, you'll see that the id generator is set to 'native'. According to Hibernate doc, this means that indeed only one sequence will be used... You can change this by changing the hbms of jBPM. See http://www.hibernate.org/296.html for more information. View the o

[jboss-user] [JBoss Cache: Core Edition] - Re: What's wrong with this configuration??

2008-12-17 Thread nachiket_patel
I found it. Actually for TCP, Either we have to specify all the host names in TCPPING initial_hosts or we have to use MPING . Regards, Nachiket View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197084#4197084 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Re: jboss ws + java.lang.NoClassDefFoundError: com/sun/xml/m

2008-12-17 Thread rodosa
I fix it putting saaj-impl.jar at client folder of my jboss!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197083#4197083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197083

  1   2   >