[jboss-user] [JBoss Messaging] - JBM in an applet

2009-08-04 Thread gaohoward
I need some advice on the steps to make a JBM applet work. Here is my steps: 1. write an applet that can do connection/disconnection, producer/consumer creation, messaging sending/receiving. 2. collect all necessary jars that the applet depends on (like log4j, aop, javassist etc). 3. Sign those

[jboss-user] [JBoss Messaging] - Re: JBM in an applet

2009-08-04 Thread gaohoward
https://jira.jboss.org/jira/browse/JBMESSAGING-1700 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247744#4247744 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247744 ___

[jboss-user] [JBoss jBPM] - about remove a parent-processdefinition whice include a sub-

2009-08-04 Thread Jack_Kuo
Hello everyone! I can't removed a sub-process and then remove it's parent-process when I used the jbpm3.2.3,if I do that, it will be throw error. But in jbpm3.2.6.sp1 I can do that without any error.I think something changed from jbpm3.2.3 to 3.2.6.sp1. Is that a task or bugfix etc. I want

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-04 Thread lcor1979
Thank you for all the replies ! So I know it's possible, I'll give it a try :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247750#4247750 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247750

[jboss-user] [EJB 3.0] - static ejb client stubs?

2009-08-04 Thread robert.geisler
hello... in our project we used ejb 2.1 and JBoss 4.2.2. lately we migrated to ejb 3.0 and tested portability on WebsphereAS. this worked very well, but there was one clear conspicuousness... that is that WebsphereAS uses static ejb stubs, which the developer/ deployer has to generate and to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to change the jboss 4.2.3 GA port number??

2009-08-04 Thread aboocs01
Thanks jai, if i have one ip address but still i need run more than one jbossAS with diffrent port, will be possible , if possible tell me the necessary step to make it work?.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247753#4247753 Reply to the post :

[jboss-user] [JBoss AOP] - Re: JDK 5 annotated method pointcut

2009-08-04 Thread whitingjr
Hi, I also am trying to implement pointcuts using annotated methods. Also seeing the same problem of no aspect invocation. Jeremy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247756#4247756 Reply to the post :

[jboss-user] [EJB 3.0] - Auto generating entity beans

2009-08-04 Thread sarabjit
Hey Everyone, Am a newbie to EJB and EJB3. Am using postgres and was wondering if there is anyway i can autogenerate entity beans given a schema. Thanks for your help in advance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247758#4247758 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Web Services

2009-08-04 Thread isenseo
Thanks. JBossAS version is 4.2.2 I don't know what kind of web service NetBeans built (I checked in the properties but I didn't find anything) My application is built in the same way as you described in your post, and if using Glassfish as AS everything works fine. So, I have no clue why it

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Migrating from Jboss4.0.5 to jboss 5.1.0 - Help needed

2009-08-04 Thread sunnykid
hi, Try to delete the xerces.jar from your project folder. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247763#4247763 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247763 ___

[jboss-user] [JBoss Messaging] - Re: JBM in an applet

2009-08-04 Thread timfox
AIUI You shouldn't need to sign any jars since JBM should require any extra permissions beyond those given to an applet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247764#4247764 Reply to the post :

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread beve
anonymous wrote : Or even better, you provide me with your valid use cases, | and I'll include this as part of Deployers impl / tests, I'd be happy to provide the use cases that we have. The requirement we have today is to support sub-deployments that are located in sub directories. This is

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-08-04 Thread timfox
clebert.suco...@jboss.com wrote : On the JMS example, the only bug I found was the second destination didn' t enter into page mode right away. What should be fixed. But that will mean the destination will enter into page mode right away, so it should fail at the first time. | | In your

[jboss-user] [JBoss jBPM] - Re: about remove a parent-processdefinition whice include a

2009-08-04 Thread kukeltje
search the jira is the best you can do View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247767#4247767 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247767 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: JBM in an applet

2009-08-04 Thread timfox
What browser are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247768#4247768 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247768 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Can't access java namespace

2009-08-04 Thread diegomansua
Hi. I have deployed an old version of JForum, and I've declared its datasource like this: | xa-datasource | jndi-nameforum/jndi-name | xa-datasource-classorg.postgresql.xa.PGXADataSource/xa-datasource-class | xa-datasource-property name=ServerNamelocalhost/xa-datasource-property

[jboss-user] [JBoss AOP] - Re: JDK 5 annotated method pointcut

2009-08-04 Thread whitingjr
BTW, the version of AOP I am using is 2.1.1.GA. The one bundled in AS 5.1.0.GA Jeremy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247776#4247776 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247776

[jboss-user] [JNDI/Naming/Network] - Re: Can't access java namespace

2009-08-04 Thread jaikiran
Does the JForum code run in the same JVM as where the datasource is deployed? In other words, is the JForum code running in the same server instance in which the datasource is deployed? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=424#424 Reply to

[jboss-user] [JNDI/Naming/Network] - Re: Can't access java namespace

2009-08-04 Thread diegomansua
Hi, jaikiran, thanks for your reply. Yes, the JForum is deployed to the same JBoss server instance where the datasource is. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247779#4247779 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Web Services

2009-08-04 Thread isenseo
I just installed JBossAS 5.1.0 and is working well without any change, does anyone know whats wrong with version 4.2.2?? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247781#4247781 Reply to the post :

[jboss-user] [JBoss AOP] - Aspects not invoking in EJB SLSB

2009-08-04 Thread whitingjr
Hi, I am having problems getting my pointcuts to execute when deployed to AS 5.1.0.GA. The aspected objects are precompiled and use declarative configuration. The same aspected objects are being invoked using JUnit tests and these work. My application is organised identically to the

[jboss-user] [JBoss Tools (users)] - Associations inside a composite identifier

2009-08-04 Thread xmedeko
Hi, I have a JPA with associations inside a composite identifier, e.g. something like (from JBoss doc) @Entity | @AssociationOverride( name=id.channel, joinColumns = @JoinColumn(name=chan_id) ) | public class TvMagazin { | @EmbeddedId public TvMagazinPk id; |

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-08-04 Thread jmesnil
clebert.suco...@jboss.com wrote : | In your case.. you have the server full. We can't route any more messages until DestinationA had messages being consumed and Acked. | I'm not sure I understand it. Why would I been able to consume from destinationA but not from destinationB? When I hit

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-08-04 Thread timfox
jmesnil wrote : clebert.suco...@jboss.com wrote : | | In your case.. you have the server full. We can't route any more messages until DestinationA had messages being consumed and Acked. | | | | I'm not sure I understand it. Why would I been able to consume from destinationA but

[jboss-user] [JBoss jBPM] - Re: Examples for JPDL

2009-08-04 Thread kukeltje
look at the source, search the internet, etc... etc... lots of examples View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247800#4247800 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247800

[jboss-user] [JBoss jBPM] - Re: How to design a Task Node with two Transition?

2009-08-04 Thread kukeltje
Duplicate post? http://www.jboss.org/index.html?module=bbop=viewtopicp=4247635#4247635 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247801#4247801 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247801

[jboss-user] [JBoss jBPM] - Re: Hibernate error occuring on and off

2009-08-04 Thread raghavarapu
The issue got resolved when we moved from JBoss 5.0.1 to JBoss 5.1.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247802#4247802 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247802

[jboss-user] [JBoss jBPM] - Re: How to design a Task Node with two Transition?

2009-08-04 Thread kukeltje
Sorry, pressed submit instead of preview and this link does not belong here You cannot leave a task-node on a node-enter. You can only do this on generic nodes. The usage of a tasknode is completely superfluous here. View the original post :

[jboss-user] [JBossWS] - ws-addressing: use of annotations @Stateful @WebService @Add

2009-08-04 Thread fsciascia
Hello! it's possible to use @Addressing annotation (javax.xml.ws.soap.Addressing) (jboss4.2.3 + jbossWS 3.1). I use also security and webservices annotations(everything works). What I want to do is to build a stateful secure web service with ejb3, without working with descriptors if possible

[jboss-user] [JBoss jBPM] - Examples for JPDL

2009-08-04 Thread raj_tcs
hi everyone , Can i hv detailed examples for Jboss JPLD . So that i can hav better idea on the workflow.. Plz do reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247792#4247792 Reply to the post :

[jboss-user] [JCA/JBoss] - xa-datasource configuraton problem

2009-08-04 Thread rajika
hi, I am trying to use derby xa-datasource (two data sources) for transaction purposes. My *-xa-ds.xml looks like follows. datasources |xa-datasource | jndi-nameXADerbyDS/jndi-name | | isSameRM-override-valuefalse/isSameRM-override-value |

[jboss-user] [Security JAAS/JBoss] - Jboss negotiation - GSSException: Failure unspecified at GSS

2009-08-04 Thread asa951
Hi, I've downloaded and setup Jboss Negotiation as described in the manual, and although the basic negotiation and security domain test passes, I cannot get the secure servlet to working. I've reinstalled and redid the configuration from scratch, but to no avail. AD server: Win 2003 App

[jboss-user] [Installation, Configuration DEPLOYMENT] - running JBOSS with custom parameters

2009-08-04 Thread Smin3r
Hi guys! I need to run a JBOSS instance passing custom parameters at startup. In particular I've configured a mysql-ds.xml file in this way: local-tx-datasource jndi-name${jboss.ds.name}/jndi-name connection-urljdbc:mysql://127.0.0.1:3306/jbossdb/connection-url

[jboss-user] [JBoss Messaging] - Re: JBM in an applet

2009-08-04 Thread gaohoward
Hi Tim, I'm using firefox 3.0.12. | You shouldn't need to sign any jars since JBM should require any extra permissions beyond those given to an applet. | I don't understand it. Are you saying if i didn't sign the jars, the applet still can run in a browser? View the original post :

[jboss-user] [JBoss jBPM] - Re: Examples for JPDL

2009-08-04 Thread raj_tcs
hey ronald , tell me if u worked on any business process managment using Jpdl... if so plz give me the link dude.. if possible plz give me the links fr those examples also.. :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247814#4247814

[jboss-user] [JBoss Messaging] - Re: JBM in an applet

2009-08-04 Thread timfox
gaohoward wrote : Hi Tim, | | I'm using firefox 3.0.12. | | | | You shouldn't need to sign any jars since JBM should require any extra permissions beyond those given to an applet. | | | | I don't understand it. Are you saying if i didn't sign the jars, the applet still

[jboss-user] [JBoss jBPM] - [JBPM4] Error while ending a process having a sub-process

2009-08-04 Thread sushantgupta402
=== Environment == - jBPM Version : jBPM4.0 - Database : Oracle 10g - JDK : jdk1.5.0_16 - Container : jdk1.5.0_16 - Configuration : No customization done - Libraries : libraries that comes with jBPM === Process ==

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

2009-08-04 Thread sushantgupta402
=== Environment == - jBPM Version : jBPM4.0 - Database : Oracle 10g - JDK : jdk1.5.0_16 - Container : jdk1.5.0_16 - Configuration : No customization done - Libraries : libraries that comes with jBPM === Process == ?xml version=1.0

[jboss-user] [JBoss jBPM] - Re: [JBPM4] Error while ending a process having a sub-proces

2009-08-04 Thread sushantgupta402
MainProcess = | ?xml version=1.0 encoding=UTF-8? | | process name=MainProcess xmlns=http://jbpm.org/4.0/jpdl; |start name=start1 g=94,35,48,48 | transition to=Subprocess1/ |/start |end name=end1 g=102,232,48,48/ |

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

2009-08-04 Thread sushantgupta402
?xml version=1.0 encoding=UTF-8? | | process name=SimpleTaskCreation xmlns=http://jbpm.org/4.0/jpdl; |start name=start1 g=292,97,48,48 | transition to=task1/ |/start |end name=end1 g=272,471,48,48/ |task name=task1 g=239,180,92,52 | transition to=task2/

[jboss-user] [JBoss Tools (users)] - Re: Associations inside a composite identifier

2009-08-04 Thread max.ander...@jboss.com
if you are using any hibernate specific annotations then Dali won't know about them. Open a request in our jira for which constructs you are using with a *full* but please minimal example. Open a request in Dali about having an option of setting the warning/error level for their various

[jboss-user] [JBoss AOP] - VerifyError when using JBoss Cache AOP

2009-08-04 Thread ZeroTolerance
Hi, We use an entity bean that contains a attribute of type java.util.Set. This bean has the following methods for this attribute: @OneToMany(fetch = FetchType.LAZY, mappedBy = parent) public Set getChilds() { return childs; } public void

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-04 Thread KeithWong123
Thank you for your help! However, other problems come out.. Do you have any working example or tutorial recommended to me? I want to learn how to integrate JBPM4, Spring and Hibernate. However, I cannot find any example which can guide me through the whole process. Now I am facing

[jboss-user] [JBossWS] - WebMethod call problem

2009-08-04 Thread iou_paul
Hi, I'm trying to make a call from a desktop client to a webservice method running on JBoss 5.1.0. It connects to the webservice, but when calling the webmethod I got the following error: On the client side: javax.xml.ws.WebServiceException: java.lang.NullPointerException at

[jboss-user] [JCA/JBoss] - Re: xa-datasource configuraton problem

2009-08-04 Thread rajika
hi, I removed one data source definition to isolate the problem. Now my *-xa-ds.xml looks like follows. | datasources |xa-datasource | jndi-nameXADerbyDS/jndi-name | | !-- uncomment to enable interleaving interleaving/ -- | |

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread alesj
beve wrote : | It would be really nice to have something like this I think:) | * http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/dir/GroupingStructure.java *

[jboss-user] [Beginners Corner] - Unable to parse WSDL with wsconsume

2009-08-04 Thread rohit.macherla
Hi, I am working on JBoss-4.2.2 server. I have a WSDL given by external system and I want to create java artifacts using wsconsume. When I try the command wsconsume -k Prov_OMITStatusUpdates.wsdl, I get the following error :anonymous wrote : | [ERROR] Failed to read the WSDL document:

[jboss-user] [JBoss jBPM] - Re: How to design a Task Node with two Transition?

2009-08-04 Thread prajatna
kukeltje wrote : Sorry, pressed submit instead of preview and this link does not belong here | | You cannot leave a task-node on a node-enter. You can only do this on generic nodes. The usage of a tasknode is completely superfluous here. Thanks for your comments... Then, what we

[jboss-user] [JBoss Tools (users)] - Project MYPROJECT doesn't have KB nature.

2009-08-04 Thread krasig
After update to JBoss Tools 3.1.0.M3-N200908031856-H132 i lose Content Assistance for RichFaces. In log i have only Project MYPROJECT doesn't have KB nature. Where is the problem? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247837#4247837 Reply to

[jboss-user] [JBoss Portal] - setting up josso in jboss portalJOSSO

2009-08-04 Thread pooja.ambre
Hi friends I want to set up josso 1.8.0 with jboss portal 2.7.2 bundled version on linux platform I followed the refrence guide but after I run the portal and cliick opn the login link it gets redirected to

[jboss-user] [Remoting] - Problem running with Maven

2009-08-04 Thread eric.rotick
I've been playing around with remoting and developed some tests. These all run fine in the same environment as delivered by the 2.5.1 download. I now need to integrate this work into the main project which uses Maven but I cannot get this to run. I've also ported the simple tests over to Maven

[jboss-user] [JBoss jBPM] - Re: Examples for JPDL

2009-08-04 Thread prajatna
Hi Raj.. Even am little new to this JBPM... I am currently working to develop a process definition. You can refer some of the link , I found interesting.. http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part-1.html

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-04 Thread ziglee
My case is a little diferent. I'm using JPA (hibernate implementation) so I would like to know how can I stop depending on jbpm.hibernate.cfg.xml. I tried to expose my sessionFactory through this bean: bean id=entityManagerFactory

[jboss-user] [JBoss Tools (users)] - Re: Project MYPROJECT doesn't have KB nature.

2009-08-04 Thread mareshkau
Hi, Content assistance under refactoring now, see this thread http://www.jboss.org/index.html?module=bbop=viewtopicp=4245777#4245777 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247848#4247848 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - jbosssvc.exe and -c parameter

2009-08-04 Thread abo56
Hello, I want to use in my JBoss installation (5.1.0 GA) an own server. If I start with run.bat -c myserver this works. How can I configure jbosssvc.exe to use this server too? Thanks in advance Alfred View the original post :

[jboss-user] [JBoss jBPM] - Re: about remove a parent-processdefinition whice include a

2009-08-04 Thread Jack_Kuo
Thank you for your answer. I'm searched jira,but didn't found what I need. In the source I used method deleteProcessDefinition of org.jbpm.db.GraphSeession. Does anyone know anything about it,please tell me. Thank you very much. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jbosssvc.exe and -c parameter

2009-08-04 Thread jaikiran
Similar to this http://www.jboss.org/index.html?module=bbop=viewtopict=145181#4187301 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247852#4247852 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247852

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running JBOSS with custom parameters

2009-08-04 Thread jaikiran
As far as i know, that should have worked. Which version of JBossAS do you use? And what does it show on the console? Logs like these: 18:40:25,514 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jbosssvc.exe and -c parameter

2009-08-04 Thread abo56
Yes, that's it. Thanks Alfred View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247854#4247854 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247854 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: static ejb client stubs?

2009-08-04 Thread jaikiran
From what i remember, WebSphere generates these static proxy classes during deploy time. I don't think there will be any noticeable performance difference of generating dynamic proxies (as JBoss does) against using static proxies (as WebSphere) does. I don't have any documents which can show

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss AS 5 Deployment how-to

2009-08-04 Thread ehelfrich
Thanks for the quick response. It is 5.1.0 . Are the docs anywhere online? I looked and looked and only then posted. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247858#4247858 Reply to the post :

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread beve
anonymous wrote : I still need to test this; I'll use your esb example + some other hacks. Nice, I'll give this a spin from my end as well. Thanks! /Daniel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247859#4247859 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - ClassLoading Problem

2009-08-04 Thread stemccann
I have been looking at a problem which has me completely stumped. I know there is a lot of information out there regarding ClassLoading and I have read most of it. Anyway here is my problem : I am using jboss 4.2.1, I had an EAR containing an EJB file and a WAR file. When I deployed this it

[jboss-user] [JBoss jBPM] - Re: How to design a Task Node with two Transition?

2009-08-04 Thread kukeltje
also not possible to leave a task on an assignment. Why would you? I miss the usecase. Normally you create a task, assign it to someone and than wait till it is acted upon externallly. e.g. via a web ui, an external command etc... and that should end the task which in turn will make it leave

[jboss-user] [JBoss jBPM] - Re: Examples for JPDL

2009-08-04 Thread kukeltje
And there are lots more View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247862#4247862 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247862 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Changing the portlet of a Window

2009-08-04 Thread constantin.popa
Using JBoss Portal 2.7.2 It is a possibility to change dynamically the content of window? A case: Having in left layout a portlet that represents a menu, and in center layout we I need to change the portlet in dependencies that user selects from left menu. Another case: Having in a portlet a

[jboss-user] [JBoss jBPM] - Re: about remove a parent-processdefinition whice include a

2009-08-04 Thread kukeltje
why not just upgrade to 3.2.6SP1? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247864#4247864 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247864 ___ jboss-user mailing list

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot obtain operation meta data

2009-08-04 Thread karypid
Hi, I'm trying to create a web service client with WS-RM enabled, that will work with a WebLogic 10gR3 service. When I run the client I get: *** | Create Web Service Client... | Create Web Service... | Call Web Service Operation... | Exception in thread main

[jboss-user] [EJB 3.0] - Re: static ejb client stubs?

2009-08-04 Thread robert.geisler
thank, jaikiran, for your response... well, we learned that we have to generate the stubs explicitly by executing create_EJBStubs.bat in WebSphere installation directory that creates us a .jar file containing stub classes for EJBs in an .ear. we deploy this .jar with our standalone client

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-04 Thread rogerofyan
KeithWong123 wrote : | Do you have any working example or tutorial recommended to me? I want to learn how to integrate JBPM4, Spring and Hibernate. However, I cannot find any example which can guide me through the whole process. | | Now I am facing this problem: | The jbpm and

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-04 Thread rogerofyan
another tip, you can find a demo about spring jbpm4 integration on Andries Inze's blog post: [url] http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/ [/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247868#4247868 Reply to the

[jboss-user] [JBoss Portal] - Re: JBoss 5 Integration

2009-08-04 Thread Grexe
mwringe, could you please elaborate more on the last paragraph? When and how does Red Hat plan to support Portal under JBoss 5? I hope it won't take as long as JBoss 5 itself,-) There is also currently no enterprise version of JBoss Portal that runs on JBoss 5, are there any plans, maybe to

[jboss-user] [EJB 3.0] - Re: Auto generating entity beans

2009-08-04 Thread jaikiran
As far as i know, there is no spec compliant way of doing this. Each persistence provider (Hibernate, TopLink etc...) have their custom ways for reverse engineering. See this Hibernate documentation https://www.hibernate.org/255.html View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-04 Thread rogerofyan
try to add current=true to the spring interceptor. |command-service | retry-interceptor / | environment-interceptor / | spring-transaction-interceptor current=true / | /command-service View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss AS 5 Deployment how-to

2009-08-04 Thread jaikiran
It's there in the wiki: http://www.jboss.org/community/wiki/JBoss5FAQ http://www.jboss.org/community/wiki/HowtodeploymyapplicationinanexternaldirectoryinJBoss-5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247873#4247873 Reply to the post :

[jboss-user] [JBoss Tools (users)] - CSS Preview and Properties views are available

2009-08-04 Thread sdzmitrovich
The functionality of CSS Class Dialog had exceeded the limits of an usual dialog's functionality. So it was moved to separate views. They are used for editing of CSS file and preview of CSS class.

[jboss-user] [JBoss Portal] - Re: JBoss 5 Integration

2009-08-04 Thread thomas.he...@jboss.com
EPP 4.3 runs on EAP 4.3 and embeds a derivated product from the community bits of JBoss Portal 2.7 There is no plan to ship a product from the community bits of JBoss Portal 2.7 with EAP 5 although we worked on the integration and the Wiki explain how to run this, but this is unmaintained. As

[jboss-user] [JBoss jBPM] - Re: How to design a Task Node with two Transition?

2009-08-04 Thread prajatna
kukeltje wrote : also not possible to leave a task on an assignment. Why would you? I miss the usecase. Normally you create a task, assign it to someone and than wait till it is acted upon externallly. e.g. via a web ui, an external command etc... and that should end the task which in turn will

[jboss-user] [JBoss Cache: Core Edition] - Re: LRU Eviction algorithm not removing nodes

2009-08-04 Thread mjdinsmore
I wasn't aware I was hijacking the thread! :-) I had my caching set up and saw that things were getting put into the cache and never getting cleared (like Amurugan), so I added the extra slash (per the other post) to correct it. It seemed to work in that stale items were now getting flushed.

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread alesj
beve wrote : anonymous wrote : I still need to test this; I'll use your esb example + some other hacks. | Nice, I'll give this a spin from my end as well. | *

[jboss-user] [JBoss Portal] - Re: JBoss 5 Integration

2009-08-04 Thread Grexe
Thank you Thomas for your quick reply! This was very informative, and I'm looking forward to the integration of the two portal projects, must have missed that one... (blame my Vista RSS-gadget,-) If the method in the howto is not supported (neither officially nor inofficially) it does not seem

[jboss-user] [Beginners Corner] - Re: Help Please - jsfejb3 AS 5 Example Broken

2009-08-04 Thread PeterJ
I know that the JBoss Tools tutorials cover JSF and Seam, you could give them a try. For AS 5.1.0, I recommend Tools 3.1M2, which requires Eclipse 3.5 (Galileo). The Getting Started guide has installation instructions and both Seam and JSF tutorials. http://docs.jboss.org/tools/3.1.0.M2/ View

[jboss-user] [JBoss Portal] - Re: JBoss 5 Integration

2009-08-04 Thread thomas.he...@jboss.com
Portlet Bridge always improves (see the recent 2.0 Alpha release), it supports theorically any portlet container (it is based on the API) but is tested on the JBoss Portlet Container which is used by JBoss Portlet 2.7 and will be used in the merged project. So yes, the JBoss Portlet Bridge

[jboss-user] [JBoss jBPM] - Re: taskform in the start activity - form vars dont get pers

2009-08-04 Thread lalitjava
Looking through the JBPMv4 source, I get the impression that the 'Audit History for variables' feature is something that's not yet built in or supported. That *may* explain why the JBPM4_HIST_VAR table remains empty at all times. I think primarily that's because currently there is no

[jboss-user] [JBossWS] - Two classes have the same XML type name when deploying clien

2009-08-04 Thread meetoblivion
This may have more to do with how our test/dev environment is setup, but I am in the process of developing some web services to act as a facade to direct database access from our external site (mostly for writes). When I deploy both the client (war) and server (ejb jar) on the same box, I get

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Web Services

2009-08-04 Thread PeterJ
Without seeing all of your source code, and config files, it is hard to say what is wrong. Sometimes here are subtle differences between releases. From what I recall my web services run as-is on both JBosssAS 5.x and 4.2.3 (it's been a while since I tried them on 4.2.2). View the original post

[jboss-user] [JBoss Tools (users)] - Re: CSS Preview and Properties views are available

2009-08-04 Thread mareshkau
Here Jira link, related to this post https://jira.jboss.org/jira/browse/JBIDE-3445 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247910#4247910 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247910

[jboss-user] [JBoss jBPM] - Re: about remove a parent-processdefinition whice include a

2009-08-04 Thread Jack_Kuo
Because I want to know the change is really a task of version up or it is my source's error. I saw the source of jbpm's GraphSession.java, it looks like some logical of deleteProcessDefinition has been changed. I just want to know which task is the change? Thank you very much. View the

[jboss-user] [JBoss Portal] - Re: JBoss 5 Integration

2009-08-04 Thread Grexe
Great to see cross-container-compatibility! Even if we use only JBoss for now, it's a big plus regarding standards-compliance and code quality. Also good to hear the commitment to the portlet bridge, after a Google-esk beta-cycle,-) Wink noted and directed to my colleague responsible for the

[jboss-user] [JBoss Messaging] - JBM / JMS / EAI / c++ / wire-protocol

2009-08-04 Thread moonbird79
Hi, i write my diploma thesis about Enterprise Application Integration and I am a little bit confused, may be you can help me: I have a JBoss AS-5, running with JBM 1.x and 2 Queues. My task is to connect from an old c++ application to my queues as a consument. At the moment the c++

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2 and JAVA6, compatibility matrix available

2009-08-04 Thread groovie
Hy there, i have the problem, we already started our development with JAVA6 using JBoss4.2.x. Yes, i know that Java6 is not officially supported, but the project manager staff decided to use JAVA6. Since JBoss5.x is delivered as a commercial product (supported by Redhat/JBoss), we have to go

[jboss-user] [JBoss Messaging] - Re: JBM / JMS / EAI / c++ / wire-protocol

2009-08-04 Thread gaohoward
I can only answer your JBM related question. JBM 1.x doesn't provide a C style api lib. JBM 1.x uses jboss-remoting as its underlying transport. JMS doesn't specify the wire-protocol in the spec, so every JMS vender has its own choice of their wire-protocol. So if you want to access JBM from

[jboss-user] [JBoss Messaging] - Re: JBM / JMS / EAI / c++ / wire-protocol

2009-08-04 Thread timfox
gaohoward wrote : | So if you want to access JBM from c/c++, i think you need use JNI to wrap the JBM java client. | | No, you can use any stomp client with JBM 1.x with StompConnect. Stomp clients are available in many languages including C++ View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss 5 Integration

2009-08-04 Thread thomas.he...@jboss.com
It is not a beta a-la Google, it's a Beta (partially) because the portlet bridge follows a spec that hasn't been finalized yet. (JSR-301 for the 1.0 version) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247927#4247927 Reply to the post :

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

2009-08-04 Thread ALRubinger
While MDBs themselves are agnostic to the vendor container, the activation config properties and their values are not. Recommend extracting this metadata into a partial XML descriptor, and making one descriptor per target container. The build may then leave you with separate artifacts

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassLoading Problem

2009-08-04 Thread PeterJ
Without knowing more details (exactly where the classes are located, and what the class was not found) it is hard to say. But in general if you package a class within a WAR file, only other classes within that WAR file have visibility to those classes. If a class in, for example, the EJB JAR

[jboss-user] [JBossMQ] - Re: Problem after switching to SQLServer from Hypersonic

2009-08-04 Thread meghanai_99
We are having similar problem with JBoss 4.0.5 GA in a cluster. From the documentation of JBossAS, it seems we don't have to anything special for MDBs to work with HA-JMS. We have already configured the cluster to use HA-JMS. But we get this exception from LRUCache under load after some time.

[jboss-user] [Remoting] - Re: Problem running with Maven

2009-08-04 Thread eric.rotick
Further to this problem I decided to clear out all jboss related files in my local maven repository to force a download. When the jboss-remoting files were being downloaded by maven there was a checksum error in the jar which maven ignored. I then did a binary diff on the maven jar and the

[jboss-user] [Beginners Corner] - JBoss API Question

2009-08-04 Thread lesquivel
Hello, I am trying to find the API that would aid in the following: - Trying to find the JBoss servlet session to retrieve information such as which .war or servlet context the current code is running. Like getWebAppByName() sort of thing. - Get current servlet users where is would return an

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2 and JAVA6, compatibility matrix available

2009-08-04 Thread PeterJ
http://www.jboss.org/community/wiki/JBossVsJavaJDKVersionMatrix And see this: http://www.jboss.org/community/wiki/JBossWithJDK6 Since you are getting web services problems, also see: http://www.jboss.org/community/wiki/InstallationAlternatives

  1   2   >