[JBoss-user] [JBoss Portal] - Re: Displaying Portlet of one application in another applica

2005-12-17 Thread windyguy27
Hi mholzer, I thank you very much for posting solution for my query. Your suggestion really worked for me. Below is the XML fragment which I have used in my application. I haven't placed any / before the context name in component-ref tag. deployment | if-existskeep/if-exists |

[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-17 Thread [EMAIL PROTECTED]
anonymous wrote : I'll definatetly have a look :) Well, I beat you to it ;) In CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913232#3913232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913232

[JBoss-user] [JBoss jBPM] - Question about BPEL's WSDL message part

2005-12-17 Thread fwshk
Excuse me, I have success deployed a process called BuyingBook. While the deployment, I found something that would like to know. In the process's WSDL Initially, I use element as the message part but the deployment was failed | message name=BuyingBookRequestMessage | part

[JBoss-user] [EJB 3.0] - Re: Re-obtaining a reference to an existing stateful EJB3 in

2005-12-17 Thread fschoning
I have used the following successfully but have not tested it extensively or over a number of session calls. I have also not tested this across different VM's. ChatMsgHandler ejbhandler = (ChatMsgHandler)ctx.lookup(ChatMsgHandler.class.getName()); | To serialize the ejb3 proxy object:

[JBoss-user] [JBoss Seam] - Problem with running tests for SEAM-BOOKING example

2005-12-17 Thread wojtek82
Hi, I have a problem running tests for the booking example shipped with Seam. When I want to run the tests basing on the tutorial ( http://docs.jboss.com/seam/reference/en/html/configuration.html#d0e1542 Configuring Seam with the JBoss Embeddable EJB3 container ) I get problems. I use Eclipse

[JBoss-user] [JBoss jBPM] - Re: Problem during deploying my own bpel process in jbpm bpe

2005-12-17 Thread fabricio.nogueira
Alejandro, thanks for your reply, the ant deploy-definition command worked now. I'm going to folow the next steps now. But, It's weird because those files were all generated by Oracle JDeveloper Bpel Designer and work with Oracle Business Process Manager deployment. Maybe, this is a stupid

[JBoss-user] [Clustering/JBoss] - clustering database

2005-12-17 Thread sigitm
Hi, I'm working on an application based on a stateful session ejb, and an entity ejb. I have a 2 nodes cluster, where I deploy my application (putting the .ear file in the server/all/farm directory in one of the nodes, and jboss replicates the package on the other node). The problem is: when

[JBoss-user] [Clustering/JBoss] - Re: Strange exception in HTTP-Session replication

2005-12-17 Thread [EMAIL PROTECTED]
anonymous wrote : | Maybe this happens if I try to modify a HashMap that is stored in the ClusteredSession object while it is replicated?! There was no synchronization on the attribute Map itself while it was being serialized for replication, so concurrently adding/removing an attribute

[JBoss-user] [Clustering/JBoss] - Re: clustering database

2005-12-17 Thread [EMAIL PROTECTED]
Hypersonic is an in-process database (i.e. runs inside the JVM that runs a JBoss instance). You should use an external database. There are lots of open source ones (mysql, postgres, derby). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913240#3913240 Reply

[JBoss-user] [Management, JMX/JBoss] - Re: Multiple Java versions in JBoss server?

2005-12-17 Thread [EMAIL PROTECTED]
What ORB are you using; you sure it donsn't run on Java5. Another option would be to switch to the JacORB implementation that comes with JBoss? AFAIK EJB3 requires Java5, so there is nothing you can do for this (you can ask in the ejb3 users forums just in case). View the original post :

[JBoss-user] [JCA/JBoss] - Re: Use nested deployment for resource adapter

2005-12-17 Thread Rudi Vankeirsbilck
Dunno actually. My build script has done that for the last 2 years I guess and it has always worked. The APP-INF/lib/classes.jar contains all classes I need in the nested deployed jars. So in fact, the nested .jar (and also .war that I did not mention) only contain the deployment descriptors

[JBoss-user] [Advanced Documentation] - SSO Configuration

2005-12-17 Thread windyguy27
Hi All, Please provide me some documentation how to implement SSO Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913245#3913245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913245

[JBoss-user] [JBoss jBPM] - Re: Article over jBPM

2005-12-17 Thread camunda
I work on page 1 at the moment... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913246#3913246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913246 --- This SF.net

[JBoss-user] [JBossWS] - Unable to deploy typemapping - ClassNotFoundException

2005-12-17 Thread bbredohl
Hi, I am trying to use ws4ee on JBoss 4.0.3 SP1. My webservice works fine with rpc/literal, but when I change to document style webservice and deploy it, I get the following error: ERROR [WSDDService] Unable to deploy typemapping: {urn:blablub}blablub java.lang.ClassNotFoundException: No

[JBoss-user] [EJB/JBoss] - Re: java.lang.NoClassDefFoundError

2005-12-17 Thread dirk.koehler
I suggest to post such problems in a java forum... it's not EJB related if you can't get your main running... 1) cd C:\TEST\EJB\ 2) %JAVA_HOME%\bin\java -classpath .;C:\jboss-4.0.2\client\jboss-j2ee.jar;C:\TEST\EJB\FirstEJB\Fir stEJB.jar FirstEJBClient View the original post :

[JBoss-user] [JBoss Seam] - Seam on Tomcat

2005-12-17 Thread [EMAIL PROTECTED]
For Tomcat fans, I finally managed to get around to making the examples work smoothly on Tomcat. This is work only available in current CVS. Both the booking and noejb examples can be deployed to Tomcat, and full instructions may be found in the readme files in the respective directories.

[JBoss-user] [JBoss Seam] - Re: Problem with running tests for SEAM-BOOKING example

2005-12-17 Thread [EMAIL PROTECTED]
Check out current Seam CVS, and follow the instructions in booking/readme.txt. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913253#3913253 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913253

[JBoss-user] [Messaging, JMS JBossMQ] - JBOSS MQ

2005-12-17 Thread nayabingi
What exactly is jboss.MQ Mohammed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913254#3913254 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913254 --- This SF.net

[JBoss-user] [JNDI/Naming/Network] - Re: I know, another JNDI lookup issue - local ejb

2005-12-17 Thread philc_jboss
Thanks for your reply jaikiran!! You were correct. I searched for some time through EJB/JBOSS and found another related post. I changed my jboss.xml jndi-name/ tag to local-jndi-name/ and a couple other changes and finally got my deployment working :). I still have a class loader issue that I

[JBoss-user] [JBoss Getting Started Documentation] - starting a new project.

2005-12-17 Thread myraft01
Hello, I am new to JBossIDE setup. I have setup a simple web project and was able to run it. I am having the hardest time firguring out how to setup the workspace where once the server is started, code can be changed without re-packaging / re-deploying ? Is there a way to setup the workspace

[JBoss-user] [JBoss Getting Started Documentation] - Re: starting a new project.

2005-12-17 Thread myraft01
Sorry, posted in the wrong forum, I was trying to post in the IDE forum. I will post it there now. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913260#3913260 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - starting a new project.

2005-12-17 Thread myraft01
Hello, I am new to JBossIDE setup. I have setup a simple web project and was able to run it. I am having the hardest time firguring out how to setup the workspace where once the server is started, code can be changed without re-packaging / re-deploying ? Is there a way to setup the workspace in

[JBoss-user] [JBoss jBPM] - Re: Problem during deploying my own bpel process in jbpm bpe

2005-12-17 Thread [EMAIL PROTECTED]
anonymous wrote : It's weird because those files were all generated by Oracle JDeveloper Bpel Designer and work with Oracle Business Process Manager deployment Quite weird. The BPEL spec is clear in this point. From section 7.2: anonymous wrote : The role of the business process itself is

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL Hello example exception

2005-12-17 Thread [EMAIL PROTECTED]
The attribute messageExchange was introduced in BPEL 2 to allow for distinguishing between overlapped message exhanges. The v1.1 schema allows for extensible attributes of other namespaces in the receive activity, which does not include local attributes. Therefore you can only use

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: starting a new project.

2005-12-17 Thread myraft01
Hate to sort of answer my own question (somewhat), after going thru the Fibonacci example, I deployed the .ear file and was able to debug ( also change the Java code) at runtime. Now if only I can get a basic struts project working, I am on my way. Still need the help folks. thanks View the

[JBoss-user] [JBoss jBPM] - Re: Question about BPEL's WSDL message part

2005-12-17 Thread [EMAIL PROTECTED]
The WS-I Basic Profile v1.0 describes how many wsdl:part elements are permitted or required for document-literal and rpc-literal bindings and how they must be defined: anonymous wrote : An rpc-literal binding in a DESCRIPTION MUST refer, in its soapbind:body element(s), only to wsdl:part

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL Hello example exception

2005-12-17 Thread karmen38
Thank you for your reply. The field is definitelly NULL in Oracle since I saw this NULL in the database table. I think that Oracle represents any empty string as NULL. I thought that PostgreSQL does it as well but I might be wrong. Is it any workaround about it in jBPM BPEL / JBoss

[JBoss-user] [EJB 3.0] - Re: Using @Service annotation in eclipse; JBoss EJB 3.0 Serv

2005-12-17 Thread yantriki
Thanks Bill. I appreciate your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913268#3913268 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913268 --- This SF.net

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configuration of SonicMQ 6.1 and JBoss version 4.0.x

2005-12-17 Thread michaelf
Hey, After I have solved an issue alone, I have found the solution at JBossWiki. http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithSonicMQ Best regards, Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913269#3913269 Reply to the post :