[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-20 Thread marius.oancea
I had plans to do such an example application. I had no time yet (my second child was just born). If you want to see something specific please try to describe in a usecase. During the Xmas I'm sure i'll find the time to implement that. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [Clustering/JBoss] - Re: loadbalancing without ha-failover

2005-12-20 Thread fwiese
Thanks, this is a solution, but -- exists a global switch also ;-), it would be nice. A thing like a default setting for all SFSBs. Falko View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913722#3913722 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - How to suspend and resume a process

2005-12-20 Thread znjqolf
Hello How to suspend a process instance in the middle of the workflow and resume it ? I have a process in JBPM3.0, for some reason , the process instance must be suspended then resume it later. How to handle this? Thank for any answer. vincent View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - How to call bean in another package?

2005-12-20 Thread selpiso
i already created 2 package. in my JSP in package1 can call bean inside the package1. i dont know how to call from interface bean in package1 to bean in package2. Can anyone tell me, please? JSP file; <%@ page import="com.threesixty.Package1.package1.*"%> <%@ page import="java.io.*,java.util.*,j

[JBoss-user] [Beginners Corner] - Re: EJB Behind Firewall

2005-12-20 Thread fatfifth
..thanks, but I guess that doesn't really answer the question Would someone from the JBoss development team or community please clarify this for me or atleast provide a link to some useful information( or recommend a book that specifically addresses this problem)? Thanks in advance Raoul View

[JBoss-user] [Beginners Corner] - Re: Need help with JBoss connection pooling and performance!

2005-12-20 Thread jboss05
Could someone please respond to me? Thanks for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913717#3913717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913717 --

[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-20 Thread madhujava
Same here. I installed a fresh 3.1.1 and it worked. Thanks for the posts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913716#3913716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913716 --

[JBoss-user] [EJB 3.0] - Re: ClassCastException/Entity Bean Remoting

2005-12-20 Thread yantriki
I am getting the same ClassCastException when using entity Bean in JBoss 4.0.3SP1. This only happens when I do a find on primary key using EntityManager's find method. It seems like the object is retrieved appropriately in the ejb-tier, however when returning to the Web-tier there is somewhere,

[JBoss-user] [EJB/JBoss] - Re: EJB clustering help!

2005-12-20 Thread haribaasha
this method is called jsut be4 the context is created... method: try{ Hashtable _jndiProperties = new hashtable(); _ _jndiProperties.put( Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory" ); _j

[JBoss-user] [EJB/JBoss] - EJB clustering help!

2005-12-20 Thread haribaasha
hi i have 4 nodes in a cluster, when i deploy my webservice in one of the nodes and the EJB's in the other 3 nodes it seems to be working fine, the load is balanced(i.e when i send 50 requests they are split to the 3 nodes etc) , failover happens fine.. but when i have the EJB in all 4 nodes (

[JBoss-user] [JBoss Portal] - Re: Portal Startup Console Output

2005-12-20 Thread ScottDawson
I'm running JBoss AS 4.0.3SP1, Portal 2.2 and MySQL 4.1. To reduce the amount of output going to the console, I modified the log4j.xml file in the conf directory, setting the Threshold value of the CONSOLE appender to "WARN", like this: | | | | | |

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: How to generate web.xml using jbossIDE when developing s

2005-12-20 Thread imThinking
I have got it, to create servlet.xml file and put it in the merge dir It works ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913711#3913711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913711 --

[JBoss-user] [JBoss Eclipse IDE (users)] - How to generate web.xml using jbossIDE when developing strut

2005-12-20 Thread imThinking
I am developing struts application using JBossIDE. I can generate struts-config.xml file using JBossIDE's xdoclet but when I generate the web.xml,it doesn't inlude the action servlet, for example : action org.apache.struts.action.ActionServlet config /WEB-INF/struts-conf

[JBoss-user] [Installation, Configuration & Deployment] - When exactly does JBoss load any classes referenced by EJBs?

2005-12-20 Thread Hakucho
I've found a quirk when deploying an EJB. If a class appears in a method signature, JBoss loads that class at deploy time, i.e. the bean will fail to deploy if the class can't be found. For example, if the Foo class isn't available, a bean containing this method won't deploy, even though the met

[JBoss-user] [EJB 3.0] - Re: Deploying problem

2005-12-20 Thread adver11
bug?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913707#3913707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913707 --- This SF.net email is sponsored by: Splu

[JBoss-user] [EJB 3.0] - Re: Client call Stateless problem, Bug??

2005-12-20 Thread adver11
see http://jboss.com/index.html?module=bb&op=viewtopic&t=70419 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913706#3913706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913706 --

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-20 Thread tom_sri74
I did some example code. Parent Process ** | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: deploy process archive problem in eclipse

2005-12-20 Thread tom_sri74
Now it working. The reason is i removed jbpm.war file that why!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913704#3913704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913704 ---

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

2005-12-20 Thread lavoir
"[EMAIL PROTECTED]" wrote : anonymous wrote : I'll definatetly have a look :) | | Well, I beat you to it ;) | | In CVS. I just sa that tonight looking through some generated code :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913702#3913702 Reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I reset DurableSubscriptionsCount

2005-12-20 Thread jdragon
Thanks, so how do I manually remove these messages and the runaway references from past clients that haven't unsubscribed? "[EMAIL PROTECTED]" wrote : What has closing the connection or restarting the server got to do with it? | | If they are durable subscriptions, they survive. They are "D

[JBoss-user] [JBossCache] - Re: CacheLoader: exists() before get() inefficient - solutio

2005-12-20 Thread [EMAIL PROTECTED]
Sorry, just realised this forum already exists - I started a new one on the same subject. I'll cross-post here, pls ignore the new one I created. Looking at JBCACHE-118 now. There is a reported inefficiency of calling loader.exists() before calling loader.get(). We could call loader.get() dir

[JBoss-user] [JBoss Seam] - Re: Seam Comments

2005-12-20 Thread werpu
Ah thanks, yes it seems that I triggered this a while ago (cannot really remember that). Actually I see one clear advantage. With the paginators, of myfaces for instance (dont know if the RI also has one) you do not need the @page and nextPage() definition as in the examples the final example prob

[JBoss-user] [EJB 3.0] - Re: Client call Stateless problem, Bug??

2005-12-20 Thread edale
Same problem for me. Here's a configuration that seems to get rid of the error. Note that it assumes your jboss server ip address is 192.168.0.101 Client app: package com.nfr.hello.client; | | import java.rmi.RMISecurityManager; | import java.util.Properties; | | import javax.namin

[JBoss-user] [JBossWS] - Re: Unable to deploy typemapping -> ClassNotFoundException

2005-12-20 Thread [EMAIL PROTECTED]
"wayne.adams" wrote : Sorry this isn't an answer. It's a request for some help to definitively answer this question, which keeps getting posted without a satisfactory answer. I have a doc/literal WS which deployed just fine as a .wsr on 3.2.7, deploys as-is on the latest Sun app server, and do

[JBoss-user] [Clustering/JBoss] - Re: loadbalancing without ha-failover

2005-12-20 Thread [EMAIL PROTECTED]
Just don't set the clustered tag true in your jboss.xml for your SFSB. It will just do the load balance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913693#3913693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391

[JBoss-user] [JBossWS] - Re: ERROR: Ignoring invalid namespace mapping

2005-12-20 Thread [EMAIL PROTECTED]
Are you sure you have the correct client libraries in your classpath. This specific bug was fixed in 4.0.3. http://jira.jboss.com/jira/browse/JBWS-187 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913692#3913692 Reply to the post : http://www.jboss

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I reset DurableSubscriptionsCount

2005-12-20 Thread [EMAIL PROTECTED]
What has closing the connection or restarting the server got to do with it? If they are durable subscriptions, they survive. They are "DURABLE". You need to read the spec! | connection = connectionFactory.createConnection(); | try | { | connection.setClientID(clientID); | session = co

[JBoss-user] [JBoss and NetBeans] - Netbeans 5 hot deployment

2005-12-20 Thread barnaby33
I have recently installed NB5 and setup the server plugin for JBoss. This was nice and easy. I am now looking to make the jump to hot deployment of code, is this possible? If so what about classes loaded by MBeans? One of the problems we have is that simply re-deploying the app jar file doesn't

[JBoss-user] [JBossWS] - Re: stateful session bean as a webservice (JBoss 4.0.3)???

2005-12-20 Thread [EMAIL PROTECTED]
Keep in mind that web services are stateless, and that if you want to use a stateful session bean, you have to use it in a stateless manner, or you have to figure out a way to associate the state with multiple invocations. Either way you must wrap the SFSB with either an SLSB or a JSE (the POJO

[JBoss-user] [JBossWS] - Re: Unable to deploy typemapping -> ClassNotFoundException

2005-12-20 Thread [EMAIL PROTECTED]
"bbredohl" wrote : 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 |

[JBoss-user] [JBoss Seam] - Seam compatibility and independence ...

2005-12-20 Thread bjb
Dear all, I understood testing Seam with latest Glassfish that EJB3 PFD might be pending. As an example of that they have removed javax.ejb.Interceptor http://fisheye5.cenqua.com/viewrep/glassfish/ejb-api/src/share/classes/javax/ejb/Interceptor.java So when I have tried to run Seam inside Glass

[JBoss-user] [EJB 3.0] - Re: Trailblazer JMX Service Objects

2005-12-20 Thread vboerchers
I had the same problem. I downloaded two versions of jboss-annotation.jar (both tagged jboss-4.0.3SP1), one build on 2005-10-23 requiring Management to have a value and one of 2005-10-07 which does not. With the more recent version I annotate the interface and the bean with the other. The manag

[JBoss-user] [EJB 3.0] - EJB3 Remoting via ServerInvokerServlet

2005-12-20 Thread edale
Using JBoss 4.0.3SP1 and EJB3, I'm trying to invoke methods on a stateless session bean via the ServerInvokerServlet. I have it working using http, where ejb3.deployer/META-INF/jboss-service.xml is set up to use http transport. i.e.: http://localhost:7080 | But, I can't get it to work usin

[JBoss-user] [EJB 3.0] - Re: Client call Stateless problem, Bug??

2005-12-20 Thread adun
Something similar happens to me. I installed JBoss 4.03 SP1, graphicall installer, selected "ejb3" installation. I'm using the tutorial for stateless session beans, the "Calculator" one. I created all the annotated classes, jared them on a .ejb3 file, and copied the .ejb3 file in the deploy fold

[JBoss-user] [Beginners Corner] - Need help with JBoss connection pooling and performance!

2005-12-20 Thread jboss05
Hi All, We currently have a legacy application server which does not do any connection pooling. We've recently ported this application to JBoss. When we ran the performance tests against both these servers, we found that our JBoss version of the server is taking more time compared to the legacy

[JBoss-user] [Messaging, JMS & JBossMQ] - communication exception

2005-12-20 Thread maruthiravuri
It has abt web services .But just to give a background We have a ColdFusion Webservice which is trying to communicate a JAva web service .What this Java web service does-- is puts message onto the JBOSS queue and calls the session bean where there is lot of business logic. While communicating t

[JBoss-user] [Installation, Configuration & Deployment] - communication exception

2005-12-20 Thread maruthiravuri
We have a ColdFusion Webservice which is trying to communicate a JAva web service .What this Java web service does-- is puts message onto the JBOSS queue and calls the session bean where there is lot of business logic. While communicating to the queue we get this error intermittently. This is no

[JBoss-user] [JBossWS] - communication exception

2005-12-20 Thread maruthiravuri
We have a ColdFusion Webservice which is trying to communicate a JAva web service .What this Java web service does-- is puts message onto the JBOSS queue and calls the session bean where there is lot of business logic. While communicating to the queue we get this error intermittently. This is no

[JBoss-user] [JBoss jBPM] - Re: ProcessArchiveDeployerTask

2005-12-20 Thread heismann
"guy.walker" wrote : I think it might be in org.jbpm.jpdl.par, the class is called ProcessArchiveDeployer | I don't think so. ProcessArchiveDeployer is not extending an Ant taskdef. I'm inclined to believe that the org.jbpm.ant.DeployParTask is what we're looking for. /** | * ant task f

[JBoss-user] [Beginners Corner] - Re: ejbStore method called where ejbCreate is expected

2005-12-20 Thread atulksh
I had created the following thread in the JBoss/EJB forum and I have put my resolution in that thread. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=74280 Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913674#3913674 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: transaction not committed after ejbCreate

2005-12-20 Thread atulksh
Okay. I have found how to resolve my issue. The original issue still remains. I had followed the jboss official documentation to setup the Oracle 9i data source. This tells to setup an xa datasource. http://docs.jboss.org/jbossas/getting_started/v4/html/db.html This was giving me the issue. My

[JBoss-user] [Messaging, JMS & JBossMQ] - How do I reset DurableSubscriptionsCount

2005-12-20 Thread jdragon
I have a Topic Queue and apparently, I forgot to close the connections during development. It seems like this count sticks around even after I stop/start JBoss...so I how do I reset DurableSubscriptionsCount back down to 0? View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Installation, Configuration & Deployment] - Re: Timezone difference

2005-12-20 Thread marcthompson
Hi, i'm still looking for a solution, any ideas anyone...? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913667#3913667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913667 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: EHCache.xml not found!

2005-12-20 Thread fmaredia
Well I fixed the problem! You have to create an ehcache.jar which contains your EHCache.xml. In JBoss you have to put it in server/servername/lib. I tried various places such as inside my application, outside it, etc, but if you put a jar inside the lib folder everything works fine! View the

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

2005-12-20 Thread lutfi123456
is your Service tutorial application running well, yantriki? because I have some problems with @Management(MyClass.class) because the annotation for Management doesnt contains an argument. How can you solve that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [Installation, Configuration & Deployment] - JBoss Application Server 4.0.3 SP1

2005-12-20 Thread fritzwf
After downloading this JBoss AS version and attempting to install, it doesn't appear that the 'all' install option works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913664#3913664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2005-12-20 Thread jagthedrummer
So does no one actually have this working, or just can no one be bothered to post the full working configuration? Jeremy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913663#3913663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Remoting] - multiplex configuration

2005-12-20 Thread [EMAIL PROTECTED]
This thread is for discussing the configuration and setup for multiplex invoker (with push callbacks in particular). After looking at the doc at http://labs.jboss.com/portal/jbossremoting/docs/guide/ch04.html#d0e764 and the multiplex client same (org.jboss.remoting.samples.multiplex.MultiplexI

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message is missing if close and open receiver with a sam

2005-12-20 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913658#3913658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913658 --

[JBoss-user] [JBoss jBPM] - Re: Create timer problem coming from completed task

2005-12-20 Thread iterrell
More info (whoops!): If I advance from "call" directly with a processInstance.signal("go"), the timer is created and found and works properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913657#3913657 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss jBPM] - Create timer problem coming from completed task

2005-12-20 Thread iterrell
I'm experimenting with jBPM before integrating it into my application, and I've run into a small snag. My original process went like this: | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss Seam] - Re: Nested Bean Properties JSF/Seam

2005-12-20 Thread RizviAtt
Thanks for the Reply. It works now by making the changes you mentioned!!!. Thanks Again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913655#3913655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913655 -

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-20 Thread Rorschach
This would be extremely useful for me as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913654#3913654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913654 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - ora-01403

2005-12-20 Thread nobel
Hi! Im occasionally getting a FinderException from a multi-object finder that I've never seen before. I guess this is really an Oracle question but maybe someone has a clue to why it happens. Thanx, Niklas. javax.ejb.FinderException: Find failed: java.sql.SQLException: ORA-01403: no data found

[JBoss-user] [JBoss AOP] - Re: an EJB as aspect?

2005-12-20 Thread fdo
Indeed, I saw those interceptors. The "problem" (well, in my case) is, as it is said in the specs, they run using the same transactional context as the EJB intercepted. For some purposes, we'd like a RequireNew behaviour. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBossWS] - Re: stateful session bean as a webservice (JBoss 4.0.3)???

2005-12-20 Thread anders.hedstrom
You can only expose Stateless Session Beans as web services according to the spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913649#3913649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913649 -

[JBoss-user] [JBossWS] - Access Permissions problem

2005-12-20 Thread maruthiravuri
I am having an access issue .When I try to hit a webservice which is written in CF from a DII client.It is giving me a forbidden error(some access permissions error) .I am trying to hit the Cold Fusion web service.It works perfectly fine in my local machine. I have tried using the proxy setti

[JBoss-user] [JBossWS] - Re: ERROR: Ignoring invalid namespace mapping

2005-12-20 Thread nord_c
Hi - I get the same error with 4.0.3SP1 and jdk5_06. Running my client with jdk1.4.2_10 instead of the 1.5.0 removes the error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913648#3913648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Microcontainer] - Re: Clustering support services

2005-12-20 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=63437 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913646#3913646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913646 --

[JBoss-user] [JBoss Portal] - Portal 2.2 - XML file - *-object.xml

2005-12-20 Thread PMO
Can you tell what are the list of required xml files ? In 2.0 I have : *-portal.xml | *-pages.xml | portlet.xml | portlet-instances.xml | portal-theme.xml | portal-layout.xml | jboss-portal.xml | jboss-web.xml | jboss-app.xml | web.xml It seems that these types of files

[JBoss-user] [Security & JAAS/JBoss] - Password & Sensitive Data Handling

2005-12-20 Thread elponderador
In the instance an application was receiving some sensitive piece of data from a form submittal how could someone handle the issue of the information being in memory for some uncertain amount of time. I say this, due to the fact that tomcat will definitely store posted data into inmutable Strin

[JBoss-user] [Management, JMX/JBoss] - Re: Problem with SAR file

2005-12-20 Thread mikevmoran
Get the relative order of the specified suffixes RelativeOrder int View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913641#3913641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [Management, JMX/JBoss] - Re: Problem with SAR file

2005-12-20 Thread mikevmoran
Fred, Any chance you can share with me how to configure the sar file get deployed last? I've tried setting the RelativeOrder.value to 1000 in SARDeployer-xmbean.xml file. But it does not do anything. Get the relative order of the specified suffixes RelativeOrder int

[JBoss-user] [JCA/JBoss] - Re: RAR deployment classloader?

2005-12-20 Thread andycooper
"galderz" wrote : Where r u trying to load the configuration file? Is it from an MDB? Remember that according to the spec, an enterprise bean must not use the java.io package to attempt to access files and directories in the file system. | | We had a very similar problem where one of our co

[JBoss-user] [JBoss Seam] - Re: Seam Comments

2005-12-20 Thread rdewell
werpu, I think something like your idea about the generic data model has been previously discussed. You might want to check out this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70199 Gavin actually came up with some related code but didn't appear to offer clear advantages

[JBoss-user] [JBoss jBPM] - Re: process instance id

2005-12-20 Thread rafaelsource
i have to get the process instance, in the task.jsp? You can tell me how?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913634#3913634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913634 ---

[JBoss-user] [JBoss Portal] - Re: Changing portlets and pages on a running system?

2005-12-20 Thread nmazloumi
Sorry but can you kindly explain what you mean with OTB portal and where I can find it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913632#3913632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913632

[JBoss-user] [JBoss jBPM] - Re: process instance id

2005-12-20 Thread RAlfoeldi
was clear enough for me... :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913631#3913631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913631 --- This SF.net em

[JBoss-user] [Messaging, JMS & JBossMQ] - Message Persistance Question

2005-12-20 Thread viky4u
Hi, We are putting a XML file in the message queue,which is persisted using Oracle Database. Some XML messages are not persisted , they get Broken Pipe errors on the server logs. On the Oracle server I get internal error codes .. ORA-00600: internal error code, argume

[JBoss-user] [Installation, Configuration & Deployment] - how to keep the latest log message after jboss restarted

2005-12-20 Thread jack0501
I am using time/date based rolling appender for the jboss log. but I found the server.log file will be updated with new log message after I restart the jboss server. therefore all of the message before jboss restarting are gone. is that a way I can keep the lasted log message that is just before

[JBoss-user] [JBoss Portal] - Re: Reporting a few errors

2005-12-20 Thread PMO
In the test page there are many tests: . missing instance . missing portlet . exception test works one time only, showing different types of exceptions. Clicking on one exception breaks the portlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913626#3913

[JBoss-user] [JBoss jBPM] - Re: process instance id

2005-12-20 Thread edgarpoce
> I think what he meant was: > call the method getId() on the processInstance. yes, I pasted the package and class name from the javadoc url. Sorry that it wasn't clear. br, edgar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913625#3913625 Reply to the p

[JBoss-user] [JBossWS] - stateful session bean as a webservice (JBoss 4.0.3)???

2005-12-20 Thread klaser
Hallo, I'm trying to implemet stateful session bean as a webservice because I want to migrate old implementations (JBoss 3.2.3) to JBoss 4.0.3 In dokumentaion (admin book) I can find only examples and descriptions of web services on base of stateless beans. Is it possible to make it available

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - how to get the number of bytes sent by the servlet response

2005-12-20 Thread ashisha
Hi, I want to know how many bytes my servlet reponse has sent back to the client. My client and server exachange objects using object input / output streams. Is there an api that can give me the bytes the servlet engine / web server has sent back to the client in a request? Thanks in advance,

[JBoss-user] [JBoss Portal] - Portal Startup Console Output

2005-12-20 Thread fritzwf
Can someone please post a listing of the console output that you would see when you launch the JBoss AS with only the jboss-portal.sar properly configured in the deploy directory. There are so many messages that I don't know what is expected and what might be incorrect in my installation. Than

[JBoss-user] [JBoss jBPM] - Re: deploy process archive problem in eclipse

2005-12-20 Thread forJbpm
Hi! I also used to face similar problem But then I followed deployment steps given in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71043 this thread and It worked fine. Good Luck! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913615#3913615

[JBoss-user] [JBoss jBPM] - Re: Terrible performance with jBPM/Tomcat 5.5/Oracle

2005-12-20 Thread ashkumar
Caching and connection pooling are good. But sometimes it is just a question of looking at your application and using jBPM appropriately. For example, you must consider paging when huge recordsets are returned. In any case, you will not be able to display thousands of records to the user. So wh

[JBoss-user] [JBoss jBPM] - Re: Different target namespaces in bpel & wsdl file

2005-12-20 Thread [EMAIL PROTECTED]
Yep. Please see BPEL-64. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913613#3913613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913613 --- This SF.net email is

[JBoss-user] [JBoss jBPM] - Re: NullPointerException in ServiceGenerator

2005-12-20 Thread [EMAIL PROTECTED]
It is possible! jBPM BPEL would tell you if the referenced WSDL document is unreadable (try setting a bogus value in the attribute location). I think your partner link type is referencing a port type imported indirectly. There is a known issue about this: BPEL-61. A resolution already exists an

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EHCache.xml not found!

2005-12-20 Thread fmaredia
Ehcache.xml is not recognized by our application in JBoss. Our application contains a har file and inside the har we have the ehcache.xml. Our jboss-service.xml file includes the following: | | jboss.jca:service=RARDeployer | jboss.jca:service=LocalTxCM,name=MySqlDS | java:/MySqlDS

[JBoss-user] [JBoss jBPM] - Re: Asynchronize BPEL process and external partnerLink

2005-12-20 Thread [EMAIL PROTECTED]
The unit test in the ATM example invokes the service provided by the process synchronously. The process can't invoke it back, tough, because it isn't a service. You need to deploy a service which implements the port type LoanRequestCallback and let the BPEL application know of its existence. F

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - PAGES as Tab in the admin user interface

2005-12-20 Thread [EMAIL PROTECTED]
I will email you privately if you wish, but I think the community at-large would also be interested in hearing what you are doing/accomplishing with JBoss Portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913609#3913609 Reply to the post : http://www.j

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

2005-12-20 Thread JerryGauth
As noted, you can store your data in a common database so that it's accessible from each node. You can also store your data in a replicated store in a JBoss cluster. Possibilities include JBossCache (using replication), HAJNDI and DistributedState. View the original post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - Re: Reporting a few errors

2005-12-20 Thread [EMAIL PROTECTED]
You guys are seeing this in the Test Portlet or the Theme Test Portlet? I'm trying to reproduce the errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913607#3913607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-12-20 Thread hmesha
Hi All, I have been testing JDBCCacheLoader with various DBMs, particularly, MySQL Versions (3.23.58, 4.1.1.0a-Max, 5.0.16), Oracle versions (9i release 2, 10g release 2), and PostgreSQL 8.1. I have found that you don't need to change any code to make it work with MySQL or any other DBMS for th

[JBoss-user] [Installation, Configuration & Deployment] - JBossHibernateSwitching for JBoss 4.0.3

2005-12-20 Thread Smike
Hi I am migrating my app. from SUN AS to JBoss. I am using Hibernate 2. How can I configure JBoss to use Hibernate 2 ? I tried some things described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernateSwitching but it seems that it doesn't work in 4.0.3 any ideas ? View the origina

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

2005-12-20 Thread sigitm
So, how can I mantain a session state for my application among the nodes? Should I use http clustering? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913603#3913603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391360

[JBoss-user] [JBoss.NET] - timeout needed

2005-12-20 Thread tperrigo
I'm using JBoss.NET to invoke an MS.NET web service. The problem is that this service occasionally hangs and does not return. I need a way for my client (a POJO used by a Session EJB) to timeout and throw an exception whenever the service hangs. How can I accomplish this? Any suggestions wou

[JBoss-user] [JBoss jBPM] - Re: process instance id

2005-12-20 Thread RAlfoeldi
I think what he meant was: call the method getId() on the processInstance. Rainer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913601#3913601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913601 -

[JBoss-user] [JBoss jBPM] - Re: Terrible performance with jBPM/Tomcat 5.5/Oracle

2005-12-20 Thread stembol
I found a very important in the connection pool: max_statements Certain connection pools, drivers, databases, and other portions of the system may provide an additional cache system, known as a statement cache. This cache stores a partially compiled version of a statement in order to increase p

[JBoss-user] [JBoss AOP] - Re: an EJB as aspect?

2005-12-20 Thread [EMAIL PROTECTED]
"fdo" wrote : Is it possible to have an EJB as the class implementing an Aspect? | Not really. Even though there is nothing stopping you from doing that, I don't think you will get the behaviour you're after since the AOP framework will just call the class directly, i.e. it won't go via the c

[JBoss-user] [Beginners Corner] - Remove .jsp extension from URL

2005-12-20 Thread demsei
I need to setup an evironment that can call a JSP page without the *.jsp extension. I can't change code at this point which currently makes calls to jsp pages without the .jsp extension. Is there a way to do this in JBoss AS? Would this be something I could do as a new context? Example: htt

[JBoss-user] [JBoss AOP] - an EJB as aspect?

2005-12-20 Thread fdo
Is it possible to have an EJB as the class implementing an Aspect? If yes, how can I do that? If no, can an aspect on an EJB have resources injected and transactional support? If yes, how can I do that? Thank you for any insight View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Re: advice on managing exceptions / session timeouts

2005-12-20 Thread henderson_mk
just did. Star man. thanks very much for the pointers in the right direction! Really appreciate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913595#3913595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913595

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Destination bridge

2005-12-20 Thread genman
The JBoss messages support a clone via "myClone()" so you can use that method instead of copying by hand from JBoss -> to some other provider. Or use the "SpyEncapsulatedMessage" to copy from other provider -> JBoss. It's not that elegant, I admit. View the original post : http://www.jboss.c

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

2005-12-20 Thread [EMAIL PROTECTED]
The bug in the build scripts is now fixed in CVS. Now I'm going to sleep ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913593#3913593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913593

[JBoss-user] [JCA/JBoss] - Transaction does not rollback

2005-12-20 Thread pieterjan
I'm having problems using transactions on JBoss 4.0.2. When I throw an error in some method of a SLSB with CMP that is part of a transaction, then the changes made inside the method prior to the exception are persisted. So it seems as though the container persists the changes from the moment I m

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2005-12-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : The Hibernate Tools Seam application reverse engineering tool is now ready for use. You can download it here: | |http://download.jboss.com/jbosside/builds/nightly/buildResults.html | | You will need a current CVS build of Seam. | | You'll also n

[JBoss-user] [JBoss Seam] - Re: advice on managing exceptions / session timeouts

2005-12-20 Thread [EMAIL PROTECTED]
Have you tried/looked at SeamExceptionFilter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913589#3913589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913589 ---

[JBoss-user] [JBoss Seam] - Re: advice on managing exceptions / session timeouts

2005-12-20 Thread henderson_mk
ok... this may be a stupid question... (so apologies in advance)... how do I do that? Or what should I use to do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913588#3913588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

  1   2   >