[jboss-user] [JBoss Web Services Users] - WSDL generated incorrectly?

2009-10-28 Thread Elenthril
Hi, I am using wstools from eclipse 3.5.1. and jboss-5.1.0.GA to generate a top-down webservice. It is generated from the following, I believe (syntacticly) correct, wsdl with elements. | | http://schemas.xmlsoap.org/wsdl/soap/"; | xmlns:tns="http://com.l

[jboss-user] [jBPM Users] - Re: JBPM process timers in Multi Server deployment -3.2.6

2009-10-28 Thread sarish
huhhh silence... Was i totally off in explaining the problem or this topic is already beaten to death and i am reopening it?.. Anyone else deployed JBPM (with timers) in clustered/non-clustered multi server environments? Please share your experience. I see one good guide related to JBPM Clust

[jboss-user] [Persistence] - Re: Isolated ears with same name persistence unit

2009-10-28 Thread jaikiran
It's a bug https://jira.jboss.org/jira/browse/JBAS-6821 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262845#4262845 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262845 ___

[jboss-user] [JMX] - Re: jmx-console depends on generic named ear-file

2009-10-28 Thread jaikiran
"mawenzel" wrote : | The problem is: the ear-file has a dynamically-given name (like test_010.ear, test_020.ear,...) | | How dynamic is the name? I mean do you know the name of the ear when the server is starting? If yes, then you can do something like this: jboss.j2ee:service=EARDeploy

[jboss-user] [EJB 3.0 Users] - Simple hibernate web app

2009-10-28 Thread pepelara
Hello, I am a newbe in Hibernate but I am learning quickly. But I have reached a point that is taking me a lot of time. I have developed a pretty simple web. It is just two JSP, index.jsp that redirects to user.jsp where I have all the code. This is user.jsp, | <%...@page import="com.exam

[jboss-user] [JBoss Messaging Users] - Load balancing with new node

2009-10-28 Thread yongz
Hi, * JBoss 5.01 * JBoss Messaging 1.4.2.GA-SP1 I have a question about JBM Client-Side Load balancing: With Round Robin policy, the connections are spread smoothly across 3 nodes in the cluster, say: A,B,C. While the job is running with the connections to A,B,C, and now there is another new

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread steeven
Thanks, I will try to call @EJB instead of EntityManager to avoid this problem. really appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262837#4262837 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262837 _

[jboss-user] [EJB 3.0 Users] - Re: NotBoundException when @Service POJO invoke EJB

2009-10-28 Thread steeven
I think this should be a improvement of Service bean, all injected service should be ready before start() method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262835#4262835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[jboss-user] [EJB 3.0 Users] - Re: NotBoundException when @Service POJO invoke EJB

2009-10-28 Thread steeven
Wolfgang, I have tried many names found in JNDI, none of them worked. Would you please post your Depends name? maybe I have to make EJB also as a @service? | @Service(name = CmModule.SERVICE_NAME) | @Depends( { "/MoService", "/ems/MoService", "/IMoService", "/ems/MoService/remote", |

[jboss-user] [EJB 3.0 Users] - Long running Serial Process ... what's the best method to do

2009-10-28 Thread smeverts
I am trying to figure out what the best way to perform a long running process within JBOSS. I have thought about having a quartz job wake up periodically and invoke a function of a MBEAN. The problem with this approach is that I don't want to timeout the quartz job (which is basically a MDB) s

[jboss-user] [EJB 3.0 Users] - Is there actual useful books/documentation on EntityQuery?

2009-10-28 Thread nmatrix9
Hello EJB 3.0 Users, I'm stuck on trying implement/use certain EJB 3.0 EntityQuery methods. A fellow EJB 3.0 user suggested I go to http://docs.jboss.org/seam/2.0.0.GA/api/. I mean it's great that theres a actual "reference" to the methods of EntityQuery but as far providing useful context an

[jboss-user] [EJB 3.0 Users] - Re: correct usage of EntityManager in a thread under JBossA

2009-10-28 Thread smeverts
Sorry to resurrect a dead topic but I too have a need for this same type of behavior. Has anyone figured out how to do this? Is there a better way of doing this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262820#4262820 Reply to the post : http://www

[jboss-user] [jBPM Users] - [jBPM 4.1] Signavio editor : default install failed

2009-10-28 Thread Thierry33
Hi ! I wanted to install the signavio editor. I used the default ant task described in the user manual. It fails... My JDK is 1.6 Any idea why ? java.lang.RuntimeException: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS

[jboss-user] [EJB 3.0 Users] - Re: How do I configure the SLSB instance pool size (min and

2009-10-28 Thread JBossBorot
"JBossBorot" wrote : @PoolClass Ok, it seems this annotation type has been renamed to just simply Pool, which I've already found. See this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=149856 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [jBPM Users] - Timer throwing exception intermittently

2009-10-28 Thread sridhar18
Hi, I'm getting the following error at times when my timers are firing. 11:19:51,157 ERROR [ExecuteJobCmd] exception while executing 'timer[46|2009-10-28 11:19:51,040|timeout]' org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.pvm.internal.model.ExecutionIm

[jboss-user] [jBPM Users] - JBPM 4.1 Web Console - Any advice for customization?

2009-10-28 Thread roger0681
Hi all! I am new to JBPM; after some use of 3.2.3, I was recommended to using v4. Now I'm trying to develop a few processes, and I need to customize the console, and also give some functionality to process instances forms. I need some startup guide to decide my approach. Is it worth modifying

[jboss-user] [jBPM Users] - Re: As I get all the tasks of a process

2009-10-28 Thread atika
I'm using jbpm 4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262804#4262804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262804 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Persistence] - Isolated ears with same name persistence unit

2009-10-28 Thread icordoba
Hello, I am deploying two different apps in two ears in JBoss 5.1. They deployed OK in JBoss 4. As I reuse compiled JEE5 classes and I use annotations, the persistence unit used in both application has the same name: "mainPersistenceUnit" (it has to be hardcoded). this was not a problem with JBo

[jboss-user] [jBPM Users] - As I get all the tasks of a process

2009-10-28 Thread atika
I need to retrieve all tasks of a process without creating instances as I can do? thank you very much for your help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262801#4262801 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0 Users] - Re: How do I configure the SLSB instance pool size (min and

2009-10-28 Thread JBossBorot
Fishing for the same info and have already annotated an EJB3 impl using @CachConfig, as well as @Pool, both having maxSize attributes. Just now, however, came across JBoss documentation regarding @PoolClass annotation reference. At the same, I would also like to make sure I can set the minimum

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple JBoss instances vs. one

2009-10-28 Thread icordoba
Hello, thanks for the links. I had of course read them before posting but, sorry, I can't find definite information there about having to activate CallByValue. I'm sure I'm missing something. In my scenario I have to deploy two .ears and two .wars. I use classloading configuration for 2 differen

[jboss-user] [Beginner's Corner] - Re: Communication between AppServer and Client via multicast

2009-10-28 Thread boltimuss
Thanks to everyone who never answered this question. I'll post what I found in the hope that it may help someone It turned out that I had multiple NIC cards on my system, so I set the flag receive_on_all_interfaces="true". View the original post : http://www.jboss.org/index.html?module=bb

[jboss-user] [EJB 3.0 Users] - Re: How do I configure the SLSB instance pool size (min and

2009-10-28 Thread TheOverlord
Ok, I think I found it. @CacheConfig(maxSize=1) Is that correct? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262791#4262791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262791

[jboss-user] [EJB 3.0 Users] - How do I configure the SLSB instance pool size (min and max)

2009-10-28 Thread TheOverlord
I want to limit a clustered SLSB instance pool on a server to a maximum of one instance. I do not want to change the pool size for all other SLSBs - just the one I want to configure. How do I do that? I was hoping to find some annotation that would allow me to do that. Something like: @PoolC

[jboss-user] [JBoss Messaging Users] - Re: JBoss Messaging 1.4.2 Fails - JBoss AS 5.0.1 Startup

2009-10-28 Thread raja8183
I was able to start JBM 1.4.3 on JBoss AS 5.0.1 GA release qithout any issues. Thanks Howard. -Rama View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262787#4262787 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262787 _

[jboss-user] [JBoss Web Services Users] - Re: no access to wsdl

2009-10-28 Thread larani
thanks! it seems it is question of incompatible versions! it was tutorial with examples for JBoss 4.0 with examples. i used JBoss 5.0 and JDK 1.5. So webservices.xml file and classes don't work fully for 5.0 version. In JMX console the webservice is registered and shown, but under name of EJB Be

[jboss-user] [jBPM Users] - Re: using an external scheduler to execute 'jobs'

2009-10-28 Thread vchira
I found how it should work but it doesn't :( There is an xml element which one can configure in jbpm.cfg.xml but unfortunately the TimerSessionBinding does not allow you to configure your own TimerSession implementation. the XML Tag has only 1 attribute 'target' which can have the value 'ejb'

[jboss-user] [JMX] - Re: jmx-console depends on generic named ear-file

2009-10-28 Thread dimit...@jboss.org
What you've put there is not a valid JMX 1.2 ObjectName pattern. But even if you make it a valid ObjectName pattern, it won't work as you would like it. AFAIK, it will only accept a simple ObjectName, i.e. it won't dynamically try to resolve the pattern and establish potentially multiple depend

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread sebastian.s
While browsing JIRA I just found this: https://jira.jboss.org/jira/browse/JBPM-2038 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262775#4262775 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262775 ___

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-28 Thread sebastian.s
If you want the user to make this decision you need this information and since it is supplied by the process definition it should be accessible trough the API. Have you voted yet? If not go ahead and do so and post your use case in the comments of the issue. View the original post : http://www

[jboss-user] [jBPM Users] - Re: using an external scheduler to execute 'jobs'

2009-10-28 Thread vchira
I found how this could work... maybe somone from jBPM can help me.. there is an interface TimerSession whioch has a method: | void schedule(Timer timer); | This interface has 2 implemantations JobExecutorTimerSession and EjbTimerSession!! the problem ist that i have no Source for EjbTimer

[jboss-user] [JMX] - Re: jmx-console depends on generic named ear-file

2009-10-28 Thread mawenzel
Ok, what I try is: |jboss.j2ee:service=EARDeployment,url='test*' | And the error, starting the jboss, is: | java.lang.Error: Invalid ObjectName: jboss.j2ee:service=EARDeployment,url='test*'; javax.management.MalformedObjectNameException: Invalid character '*' in value part of pro

[jboss-user] [JBoss Web Services Users] - Re: Consuming Web Services when WSDL access / UDDI discovery

2009-10-28 Thread vimalm
Never mind I figured out that the above way will work. The only problem is that I need to attach multiple WSDL's for different environments (dev, uat and prod) inside my ear and then use the logic to dynamically figure out which WSDL URL to load depending on environment. View the original pos

[jboss-user] [JBoss Messaging Users] - Re: Mutable Objects inside ObjectMessage and rollback behavi

2009-10-28 Thread dcausse
Hi, thank you very much, instance are now recreated with RedeliveryDelay greater than 0. But is it a normal feature? David. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262756#4262756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[jboss-user] [Beginner's Corner] - Communication between AppServer and Client via multicast

2009-10-28 Thread boltimuss
Hello forums, I am new to the forums and to JBOSS. I am trying to write an mBean that will communicate from within the AS across a multicast channel using JGroups. The code I'm using in my mBean is below... | public void create() throws Exception { | channel=new JChannel("test/udp.xml")

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread nilspreusker
I'm interested :) Cheers, Nils View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262741#4262741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262741 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: [JBPM4 Error]Getting error while 2 tasks are created on

2009-10-28 Thread nilspreusker
Sushant, try this: JUnit Test Case: package org.jbpm.examples.task.multiple1; | | import java.util.List; | | import org.jbpm.api.ProcessInstance; | import org.jbpm.api.task.Task; | import org.jbpm.test.JbpmTestCase; | | public class MultipleTasksTest1 extends JbpmTestCase { |

[jboss-user] [Performance Tuning] - Re: Memory Management in Jboss

2009-10-28 Thread PeterJ
What JDK are you using? And what OS are you running? JDK 6 comes with VisualVM which lets you see what is going on in a running JVM. It can take and analyze heap dumps. VisualVM can connect to JDK 5 JVMs also, but the heap dump functionality is not available on Windows. Also, make use of the GC

[jboss-user] [JBoss Web Services Users] - Re: Consuming Web Services when WSDL access / UDDI discovery

2009-10-28 Thread vimalm
Hello Alessio Thanks for your response. My current code looks like | URL wsdlURL = new URL ( "http://www.example.com/example.asmx?WSDL";); | QName serviceQName = new QName("http://www.example.com/example/";, "Calculate"); | Calculate calc = new Calculate(wsdlURL, serviceQName); | Calcul

[jboss-user] [Performance Tuning] - Memory Management in Jboss

2009-10-28 Thread vinayarammo...@yahoo.com
Hi, My app server goes slow every couple of days. We will have to restart the server. Our application is in Spring , JSF and Facelets. I am skeptical about the objects being garbage collected. Is there a way to check how many and what objects are loaded in to Jboss server? Thanks Vinaya View

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment related Issue

2009-10-28 Thread PeterJ
I suspect that the mbean you are depending on probably existed in 3.2.5 but no longer exists in 4.2.x. I recommend that you use JndiView to determine what mbeans are available in 4.2.x and choose one of those to depend on. I guess I should have looked at the deployment report you posted earlier

[jboss-user] [EJB 3.0 Users] - Re: server port in use 8080 error!!

2009-10-28 Thread PeterJ
See https://www.jboss.org/community/wiki/DebugBindException View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262725#4262725 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262725 ___

[jboss-user] [JBoss Portal Users] - Re: Portal giving way to GateIn

2009-10-28 Thread sweiss
I've been looking at the GateIn portal and while it looks promising it doesn't seem quite ready for prime time. We (I work with the original poster) are considering it as an alternative to the JBoss portal but there are some shortcomings. For example, I haven't come across any way to add new por

[jboss-user] [Persistence] - Locking problem uses all connections in pool

2009-10-28 Thread fabianignacio
Hi We are using JBoss 4.2.3GA, EJB 3.0 (SessionBeans, EntityManager and EntityBeans) to an Oracle 10g. We are having some issues with a concurrency scenario and the db connection pool. In a particular moment a persist or remove or merge or ejb query or native query locks a table or a row, and t

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-28 Thread mbelow
Sebastian, when the process arrives at a certaion point where a node has more than one outgoing transition, the user actually needs to make a choise which transition to take. So I need to display all possible transitions to the user. I'm still not sure if I'm running in the wrong direction, bec

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 and JBoss 5 CR1 : calling a web service

2009-10-28 Thread longbeach
Thanks very much, it worked. In fact, I had copied all jar files to JBOSS_HOME/lib/endorsed It did not work. I am using Vista. So i tried the second suggestion : nothing in JBOSS_HOME/lib/endorsed and I created a ENDORSED folder in jre1.6.0_07\lib\ And it works. It is a pretty annoying thing a

[jboss-user] [Security] - HttpRequest in Custom Login Module

2009-10-28 Thread sangeetha.gold
Hi, I am using JAAS Custom LoginModule it is extended by AbstractServerLoginModule. I would like to use HttpRequest object inside my custom LoginModule. Could you please let me know how to get HttpRequest in my custom LoginModule. Is it possible to use HttpRequest in custom LoginModule. And a

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread vchira
I found the answer. it is actually quite simple. you can write your own Command and execute it . inside the execute Method from the Command you have access to the DBSession and you can execute Hibernate Queries. I will post an Example later on maybe if somone is interested. I am implementing a

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-28 Thread sebastian.s
https://jira.jboss.org/jira/browse/JBPM-2609 Go ahead and vote. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262693#4262693 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262693 ___

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-28 Thread bwestrich
Pardon my jumping in, but here's one use case for this: In our application, it is possible for a user to send an invalid transition to jBPM. When this occurs, there is a requirement for the server to display an error message that lists the valid transitions. View the original post : http://

[jboss-user] [JBoss Portal Users] - Re: Reference extern javascript in jboss-portal.xml

2009-10-28 Thread wesleyhales
http://anonsvn.jboss.org/repos/portletbridge/trunk/examples/seam/booking/seamBookingPortlet/src/main/jbossportal/jboss-portlet.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262682#4262682 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Portal Users] - Re: RichFaces Portlet causes timeout Exception

2009-10-28 Thread wesleyhales
http://www.jboss.org/files/portletbridge/docs/2.0.0.BETA/en/html_single/index.html#d0e463 Make sure you use the /faces/ context for the page location View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262681#4262681 Reply to the post : http://www.jboss.org/index

[jboss-user] [Security] - Re: Authentication succeeded, getCallerPrincipal()=anonymous

2009-10-28 Thread Wolfgang Knauf
Hi, no ideas, but a lot of requests for more details ;-). How does your client access your secured app? Is it a standalone application client? Is some servlet/website/web service called? How does the client log in? Best regards Wolfgang View the original post : http://www.jboss.org/index.htm

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 and JBoss 5 CR1 : calling a web service

2009-10-28 Thread jaikiran
anonymous wrote : java.rmi.RemoteException: Call invocation failed; nested exception is: | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage I guess you are using JDK6. See this http://www.jboss.org/index.html?module=bb&op=viewtopic&

[jboss-user] [EJB 3.0 Users] - EJB 3.0 and JBoss 5 CR1 : calling a web service

2009-10-28 Thread longbeach
Hi, I have defined a web service which is a stateless session bean : | @Stateless | @WebService(endpointInterface ="com.bla.blabla.DoSomething") | @Remote(DoSomething.class) | | public class DoSomethingBean { | | @WebMethod(operationName="DoSomething") | public boolean go(Str

[jboss-user] [jBPM Users] - using an external scheduler to execute 'jobs'

2009-10-28 Thread vchira
in the Developer Docu one can read the following sentence: | Do note that this mechanism is pluggable, which means that in the future other destinations could be used (JMS, JCR, etc). | what does that mean? is there a way to use an external job scheduler? I would like to use UC4 or Quar

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread vchira
i think i know what is going on. the problem is that zhe hibernateSessionFactory setter is not a valid Java Beans seter.(has a return value). Maybe someone could take a look and make jBPM a bit more Spring friendly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Remoting Users] - Problem with multiple ethernet adapters

2009-10-28 Thread mayankmit2002
Setup - Server Name : Server001 IBM Blade Server -> Two Ethernet adapters eth0 (100 Mbps) and eth1 (1000 Mbps) -> eth0: 150.158.73.49 -> eth1: 192.168.200.49 Debian 5 Installed Jboss 4.2.3 Jboss Remoting 2.4.0 SP1 Jboss Messaging 1.4.2 Host file entry: | 127.0.0.1

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread vchira
wrong copy/paste... i am doing this: | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262660#4262660 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262660 ___

[jboss-user] [jBPM Users] - Re: identities from LDAP example pls!

2009-10-28 Thread sebastian.s
*push* View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262659#4262659 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262659 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread sebastian.s
I have no clue what could cause the error. I guess somebody more experienced with java beans can answer this. Question to everyone else: Is there a reason that you can set but not get the Hibernate session? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42626

[jboss-user] [jBPM Users] - Re: How can I query run my own HQL in jBPM 4.x?

2009-10-28 Thread vchira
I can't inject the hibernate session.. i am doing this: | | | | | and I get this error: anonymous wrote : | Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'hibernateSession' of bean class [org.jbpm.pvm.internal.cfg.SpringCon

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread steeven
Thanks very much, I'll try to ask EJB to do load data instead of invoking EnityManager directly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262653#4262653 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262653

[jboss-user] [EJB 3.0 Users] - Re: NotBoundException when @Service POJO invoke EJB

2009-10-28 Thread steeven
Thanks very much, I'll try it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262652#4262652 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262652 ___ jboss-user mailing list

[jboss-user] [EJB 3.0 Users] - Re: Urgent.....EJB3/Hibernate....

2009-10-28 Thread Wolfgang Knauf
Hi, this depends on your app. If it has support different servers, you should not use Hibernate. If you know that this app will never run on other servers than JBoss, you can use EJB3 and Hibernate (hoping that JBoss will never change the persistence provider). Probably bad things will happen

[jboss-user] [Tomcat Integration] - Re: All TCP connections are in CLOSE_WAIT State

2009-10-28 Thread bus387
hi RichardTaylor, you fixed this problem with which jbossnative version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262649#4262649 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262649

[jboss-user] [EJB 3.0 Users] - Re: NotBoundException when @Service POJO invoke EJB

2009-10-28 Thread Wolfgang Knauf
Hi, you are right, this is probably a timing issue, as the Service bean is probably deployed before the EJB. To avoid this: add a @Depends annotation to the service bean, which points to your EJB. The full EJB service name can be find in JNDIView. Hope this helps Wolfgang View the original p

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread grdzeli_kaci
"steeven" wrote : grdzeli_kaci, | | Thanks very much~ | Are you sure oracleManager worked in start() method? yes of course, It is very useful pattern. Singleton service is very useful for me. I load 90 % of database table into memory, because it contains maximum 100 rows each table, the

[jboss-user] [jBPM Users] - Re: Variable extension

2009-10-28 Thread eideri
Serializing the class works :). Thanks! eider View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262629#4262629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262629 ___ jboss-us

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread steeven
grdzeli_kaci, Thanks very much~ Are you sure oracleManager worked in start() method? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262607#4262607 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262607

[jboss-user] [EJB 3.0 Users] - NotBoundException when @Service POJO invoke EJB

2009-10-28 Thread steeven
AS5.1.0, NO EJB3 Plugin installed. I packed service POJO and EJB3 SLSB together and the EJB injected to service bean doesn't worked steady. Sometimes the following exception raised when server start up and deploy. Is it a reason that EJB3 and Service POJO deployed in same time? The start() met

[jboss-user] [JBoss Web Services Users] - Re: Consuming Web Services when WSDL access / UDDI discovery

2009-10-28 Thread alessio.sold...@jboss.com
You can store the wsdl locally and point that copy instead of the remote one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262598#4262598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262598 _

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-28 Thread sebastian.s
>From what I can say with my limited knowledge and experience of implementing >an application with jBPM I would say no. It should be possible to retrieve the >outgoing transitions of an activity and the approach seems clean to me. But why not let us know a bit more about the use case? Let's see

[jboss-user] [JBoss Portal Users] - Re: Reference extern javascript in jboss-portal.xml

2009-10-28 Thread dalmauf
Sorry wrong duplicated message and right name is jboss-portlet.xml Sorry one more time View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262593#4262593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262593 __

[jboss-user] [JBoss Portal Users] - Reference extern javascript in jboss-portal.xml

2009-10-28 Thread dalmauf
Hello, Does anybody know how to make a reference to an extern javascript file in the jboss-portal.xml descriptor? For example: I have a a.war file with a a.js file and a b.war with a b.js file. In this b.war file I need to use some javascript functions from a.js. This would be my jboss-portal.

[jboss-user] [JBoss Portal Users] - Reference extern javascript in jboss-portal.xml

2009-10-28 Thread dalmauf
Hello, Does anybody know how to make a reference to an extern javascript file in the jboss-portal.xml descriptor? For example: I have a a.war file with a a.js file and a b.war with a b.js file. In this b.war fileI need to use some javascript functions from a.js. This would be my jboss-portal.

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread grdzeli_kaci
ok, then you must update latest ejb 3 plugin. link is posted above. I use this code into my application on jboss 5.1.0.GA with have no any problem. __ Regards, Paata Lominadze. Magticom LTD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-28 Thread mbelow
Thank your for the response! After reading your replies, it came to my mind that I might be going to the wrong direction of implementing my app. >From my point of view, it is absolutely neccessary to get information on the >outgoing transition of the current activity. (Unless you create your ow

[jboss-user] [jBPM Users] - Re: Multiple instances with synchronization

2009-10-28 Thread fabiomsouto
Thank you. I'll do that. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262581#4262581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262581 ___ jboss-user mailing list jbo

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread steeven
Thanks you guys all, I'm using AS5.1.0 "grdzeli_kaci" wrote : sorry i missed EntityManager declaration into implementation. | | | @PersistenceContext(unitName = "CustomerCareOracle") | | private EntityManager oracleManager; | | This code work for me, but try to invoke some method

[jboss-user] [JNDI and Naming] - Re: lookupLocaly failing

2009-10-28 Thread jaikiran
anonymous wrote : at org.jboss.ha.jndi.HAJNDI.lookupLocally(HAJNDI.java:131) | at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:202) | Are you running the "all" server configuration? anonymous wrote : javax.naming.NamingException: Could not dereference object [Root exception is java.lang.

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple JBoss instances vs. one

2009-10-28 Thread jaikiran
"icordoba" wrote : as far as I know there is no way to enable isolated class loading without enabling "CallByValue"... is there? | | | Ignacio There is : http://www.jboss.org/community/wiki/ClassLoadingConfiguration http://www.jboss.org/community/wiki/JBossClassLoadingUseCases View the

[jboss-user] [EJB 3.0 Users] - Re: Urgent.....EJB3/Hibernate....

2009-10-28 Thread gohiljigar15
Thanx Wolfgang, I got your point...but... talking about hibernate :It supports standardized Java Persistence and EJB 3.0 (JSR 220) object/relational mapping annotations + on top of that It has Hibernate-specific extension annotations for performance optimization and special mappings...right...?

[jboss-user] [Installation, Configuration & Deployment] - Re: Install Failed - Help Please

2009-10-28 Thread jaikiran
If you are new, do you really want to build from source? We have platform independent binaries (.zip files) for the AS which you can directly use. If at all you want to build from source then follow this http://www.jboss.org/community/wiki/MavenSettings http://www.jboss.org/community/wiki/jbos