[JBoss-user] [Installation, Configuration & Deployment] - Problem of using DOM in JBoss

2005-12-14 Thread yuri.plakosh
I used org.w3c.dom.Node.getTextContent() method in my code. It worked well when I was testing it in Eclipse. But when I deployed those code to JBoss and started the Web-application, that uses that code I got an exception java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()Ljava/lang/S

[JBoss-user] [EJB/JBoss] - To Use Application Server or not? CORBA OR SOAP for C++ int

2005-12-14 Thread amitguz
I'm going to develop a network management application. (Similar to H.P open view but with specific business logic). The application will need to have a web interface (required only for intranet users) for managing network elements and also a client application to more sophisticated operations.

[JBoss-user] [JBoss Portal] - Re: Existing web applications integrating JBoss Portal

2005-12-14 Thread swathish
Thanks for the reply. I have used struts-brigde and make my application as portlet. Now I have different applications which are developed using struts. How can I integrate these different application into single portal? Please help me. View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [Clustering/JBoss] - Re: Failover of MDB connection takes a long time

2005-12-14 Thread jukvaa
The MDB problem we eventually solved by deploying MDB as ha-singleton. In JBoss 4.0.3 it seemed to work ok, but upgrading was not an option for us. With remote EJB clients, we were able to reduce the failover time by editing TCP settings. In Linux we reduced /proc/sys/net/ipv4/tcp_retries2 value

[JBoss-user] [Installation, Configuration & Deployment] - Re: Cannot load class from another deployed ear

2005-12-14 Thread vanjo_83
I solved the problem, changing this property like that true in ...deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml and it works at least when the two modiles are in one ear. I haven't tried it when in two ears yet. About the ClassLoadingConfiguration I'm not sure if I understood everythin

[JBoss-user] [JBoss jBPM] - cvs details

2005-12-14 Thread dbrosius
sorry, this info has to be somewhere on this site, but i couldn't find it, well, i found one with sourceforge details, which i assume is dead. I tried :pserver:[EMAIL PROTECTED]:/cvsroot/jboss and module: jpbm2 but to no avail. have pity on this battered fool. View the original post : http:/

[JBoss-user] [EJB 3.0] - EJB3.0 CMP deplying problem

2005-12-14 Thread adver11
Hi All, I'm using JBOSS 4.0.3 SP1. I tried to implement it as follow : Fund.java package com.fids.test; | | import java.io.Serializable; | | import javax.persistence.Entity; | import javax.persistence.GeneratorType; | import javax.persistence.Id; | import javax.persistence.Table

[JBoss-user] [Management, JMX/JBoss] - Re: monitoring tool

2005-12-14 Thread gibumathew
You can try out ManageEngine Applications Manager. It has a Free Edition that allows you to monitor upto 5 servers. More details here http://appmanager.com/monitoring-jboss.html Live Demo http://demo.appmanager.com You can also download it from http://appmanager.com/download.html Thanks Gibu

[JBoss-user] [Remoting] - Re: How to convert jrmp to pooled

2005-12-14 Thread sarathkumar
Hi Tom, I get this trace when the system tries to start and shuts down automatically when I changed the configuration from jrmp to pooled. The modified standardjboss.xml is like this: http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> false entity-pooled-invoker

[JBoss-user] [EJB 3.0] - Entity Manager Question.

2005-12-14 Thread danjourno
I have a database relationship of two objects. The tables/objects are Company and Contact. Company has a foreign key relationship with Contact. Therefore Contact has a company property. This field is required, or not nullable. What I am trying to do is create a contact from scratch, populate t

[JBoss-user] [JBoss Portal] - Re: Accessing Portal using Context Name in Portal 2.2

2005-12-14 Thread ksreddy
Thanks Roy for responding to my question and your example did work for me. I have one question, in Portal 2.0 I used to access the application using the below given URL http://localhost:8080/portal/mysample/ But in Portal 2.2 I have to access it using the below given URL http://localhost:808

[JBoss-user] [Remoting] - Re: How to convert jrmp to pooled

2005-12-14 Thread [EMAIL PROTECTED]
This stack trace has nothing to do with making an ejb invocation (which is where the jrmp or pooled invoker would be used). It looks like is a stace trace when shutting down and struts is barfing: | at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:190) | at org.

[JBoss-user] [Remoting] - Re: Download dynamic classes

2005-12-14 Thread [EMAIL PROTECTED]
EJB2.x or EJB3? If 2.x, which invoker are you using (jrmp is the default)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912798#3912798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912798 -

[JBoss-user] [EJB/JBoss] - Re: Getting a connection from a datasource...

2005-12-14 Thread [EMAIL PROTECTED]
Thank you for your reply! I got it working, I was missing java: in front of my request for the context. Ignorant me. Now, another question. Will the datasource act as a connection pool? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912797#3912797 Reply to

[JBoss-user] [JBoss Portal] - Re: *-object.xml dtd or schema

2005-12-14 Thread arvind_pv
Hi Roy, Thank you for giving response to my query. Here are my details 1. I'm trying to create a new portal instance. 2. Below is the XML file that currently I'm deploying. helloworldsample-object.xml | | | | | overwrite | |

[JBoss-user] [JBoss jBPM] - sub process return

2005-12-14 Thread sforema
When does a sub process return to the main process? Example: a sub process goes into a wait state. Its token is triggered later. Does it bring the parent token back to life and the parent continues where it left off? I don't see anything in the end state that would indicate this would occur. I

[JBoss-user] [Security & JAAS/JBoss] - Re: Issue with JBOSS JAAS login

2005-12-14 Thread NikhilKumar
Il Dima, In the web.xml there is a tag for security-roles. This needs to be the same as the user's role returned in the authentication query, as the user needs to be authorised to access the resource, as well as authenticated In web.xml: user In login-config:

[JBoss-user] [Beginners Corner] - installing jboss as a service issue

2005-12-14 Thread parora
i have some scripts to register jboss as a service but if the jboss path contains spaces in between the service doesnt start the event viewer says "Failed to invoke the service start function." Any idea how to deal with this issue? ~Parvinder View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss jBPM] - Question about BPEL process's XML

2005-12-14 Thread fwshk
Excuse me, Since I cannot success deploy my own BPEL process into jBPM, even it is valid and executing in other Workflow engine. I would like to know the what kind of XML will the BPEL process have. 1. Cound the WSDL use type for message? | | http://jbpm.org/examples/hello";> |

[JBoss-user] [Beginners Corner] - How to enable the database?

2005-12-14 Thread ddint.org
I uncomment the line jdbc:hsqldb:hsql://localhost:1701 Then I restart jBoss, lots of error. How to get the database running. Please help Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912786#3912786 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss Portal] - Re: Differences between JBOss and TomCat

2005-12-14 Thread artd
JBOSS uses tomcat as it's JSP/Servlet container. You may run into jndi naming changes from using jboss to present your data sources. We migrated with little trouble, bu it all depends on how complicated your tomcat web apps may be. Good luck View the original post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - Problem during deploying my own bpel process in jbpm bpel (B

2005-12-14 Thread fabricio.nogueira
Hello all, I want to deploy a very simple process in jbpm Bpel. I could configure and test helloworld example. Now, I have a web service (in my localhost using axis) that only receives a string and replies it with a gretting message. I modelled this process using JDeveloper from Oracle due to f

[JBoss-user] [JBossWS] - Re: deserialization speed

2005-12-14 Thread [EMAIL PROTECTED]
Ok the beta should build for you now. Thanks for the report. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912782#3912782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912782

[JBoss-user] [JBoss jBPM] - Problem deploying my own Bpel process

2005-12-14 Thread fabricio.nogueira
Hello all, I want to deploy a very simple process in jbpm Bpel. I could configure and test helloworld example. Now, I have a web service (in my localhost using axis) that only receives a string and replies it with a gretting message. I modelled this process using JDeveloper from Oracle due to

[JBoss-user] [JBossWS] - Re: deserialization speed

2005-12-14 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : "necrosus" wrote : "[EMAIL PROTECTED]" wrote : You don't have to wait. Use the JBossWS_1_0_Beta tag. | | | | I can't seem to build it at the moment, just letting you know to be helpful | | | | The anonymous cvs is synced behind the RW cvs server, so

[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2005-12-14 Thread [EMAIL PROTECTED]
Have you tried using Element.setAttribute(String, String)/getAttribute(String) instead? -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912778#3912778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912778

[JBoss-user] [JBossWS] - Re: Problem with typeMapping when turning an EJB into a WebS

2005-12-14 Thread [EMAIL PROTECTED]
If you followed http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPCServiceStepByStep Can you post your wsdl, jaxrpc-mapping, SEI. We can look into this further then. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912776#3912776 Reply to the post : http:

[JBoss-user] [Clustering/JBoss] - Re: Problem with method call on cluster

2005-12-14 Thread schmidtse
ok, i further investigated the problem. it seems that it only happens, when the message is bigger than 8192 bytes and gets fragmented. this also happens with jboss code. for example: when i do 1500 updates on clustered entity beans inside one transactions, than the same long method call on the

[JBoss-user] [JBossCache] - Re: TreeCache - JDBCCacheLoader - Failed to lookup datasourc

2005-12-14 Thread [EMAIL PROTECTED]
Sorry, forgot the forum hates xml :-) Imagine it was surrounded by a "depends" tag View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912771#3912771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912771 -

[JBoss-user] [JBossWS] - Re: deserialization speed

2005-12-14 Thread [EMAIL PROTECTED]
"anders.hedstrom" wrote : Hi, | | I've done some testing in this area. I've developed a small benchmark application, see http://jira.jboss.com/jira/browse/JBWS-75 | | I've tested the benchmark app by deploying it on JBoss 5.0.0 alpha, JBoss 4.0.3SP1. Then I used SOAPSonar from Crosschec

[JBoss-user] [JBossWS] - Re: deserialization speed

2005-12-14 Thread [EMAIL PROTECTED]
"necrosus" wrote : "[EMAIL PROTECTED]" wrote : You don't have to wait. Use the JBossWS_1_0_Beta tag. | | I can't seem to build it at the moment, just letting you know to be helpful | The anonymous cvs is synced behind the RW cvs server, so perhaps you ended up with a partial commit. Thi

[JBoss-user] [JBossCache] - Re: TreeCache - JDBCCacheLoader - Failed to lookup datasourc

2005-12-14 Thread [EMAIL PROTECTED]
How were you specifying the cache dependency? With 4.0.3SP1, adding this to a treecache's -service.xml file worked. jboss.jca:service=DataSourceBinding,name=DefaultDS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912767#3912767 Reply to the post : http://

[JBoss-user] [EJB/JBoss] - Re: Getting a connection from a datasource...

2005-12-14 Thread Hakucho
You simply look up your DataSource via JNDI and call getConnection() on it, for example: InitialContext ic = new InitialContext(); | DataSource dataSource = | (DataSource) ic.lookup("java:comp/env/jdbc/myDataSource"); | Connection conn = dataSource.getConnection | // use th

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss-4.0.3SP1 and Hibernate

2005-12-14 Thread kusi207
success. change jboss-hibernate.deployer folder from the deploy directory into other dir. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912763#3912763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912763 ---

[JBoss-user] [Beginners Corner] - Starting up jboss-3.0.8_tomcat-4.1.24

2005-12-14 Thread elmalta
i wonder if anybody can help me...i have just installed jboss-3.0.8_tomcat-4.1.24...and when i start run.bat i get the following error: 00:55:52,171 ERROR [Server] start failed javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default at com.sun.

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

2005-12-14 Thread rdewell
Perhaps it's the notion of a "save point" that I'm getting at? A point intermediary to the explicit end of the conversation where progress is committed, but the conversation is NOT ended. For the UserTransaction, it would be a "commit/begin", and the current conversation bean(s) would stay a p

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread enazareno
OK. I'll be out of the office for a while but if you can send me your email, I will try to help you. When I started early this week, it was driving me nuts too, so I'm particularly curious how it works in other environments and other dbs. Regards, Elmo View the original post : http:/

[JBoss-user] [JBoss Seam] - @Factory and Interceptor problem

2005-12-14 Thread tlg
I'm using a @Factory to setup a session object and start a conversation, this is all done in a Statefull session bean. (This is latest Seam from CVS) | @Stateful | @Name("constraintsUpdater") | @Interceptor(SeamInterceptor.class) | @Intercept(InterceptionType.ALWAYS) | public class Cons

[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-14 Thread sverker
Did the change of column type to longblob but that did not solve the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912754#3912754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912754 ---

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
OK! I'm using many environments! Websphere 5.1 Jboss 4.0.2 Oracle 8 (not tested yet) MSSqlServer 7 Jbpm 3.0.2 (newer) with modifications (but not structural) and it's not a stand alone server .. it's J2EE implementation !!! I saw the entire code ... and the row in the table doesn't appear! an

[JBoss-user] [JBoss Getting Started Documentation] - Unable to find jbossj2ee-src.zip for JBoss AS Getting Starte

2005-12-14 Thread SMHolck
I am unable to find the jbossj2ee-src.zip referenced in the JBoss AS Getting Started guide for JBoss 3.2.x. Despite a posting that says you can't miss it, it appears the site has been reorganized and I am unable to locate this file. Can someone post the correct link? Or is this the same jar a

[JBoss-user] [JBossWS] - Re: deserialization speed

2005-12-14 Thread necrosus
"[EMAIL PROTECTED]" wrote : You don't have to wait. Use the JBossWS_1_0_Beta tag. I can't seem to build it at the moment, just letting you know to be helpful This is the error compile-classes15: [javac] Compiling 171 source files to /usr/src/jboss/jboss-head/webservice/output/classes [

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

2005-12-14 Thread nholbrook
For more information, if I have a par, ejb3, and war in the same ear, I can't even include the par in the WEB-INF/lib of the war or I get ClassCastExceptoins. I need to be able to give the par to other web app developers as a jar for access to our entity objects. Is anybody looking into this?

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread enazareno
Hello, The version i'm using is jbpm 3.02 and my database is MySQL and server is JBoss that comes with the example. I've tested the webapp and so far no problems. I have not tested in websphere or whatever database you're using. Maybe your problems has nothing to do with the timer, maybe it

[JBoss-user] [EJB/JBoss] - Getting a connection from a datasource...

2005-12-14 Thread [EMAIL PROTECTED]
I need to use some straight SQL in my application. I was wondering if there is a way to grab a connection from the connection pool in my datasouce, use that connection as one would w/ JDBC and then return it. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread [EMAIL PROTECTED]
Ronald, We keep looking at BPMN and the other notations, but I still feel a mismatch. There should be a more natural mechanism to show or hide (technical) details that is not yet provided by BPMN. Besides that, BPMN provides an executional model that is not completely aligned to the JBPM model

[JBoss-user] [JBoss Seam] - Re: whew! finally, a pattern for SelectItems using generics

2005-12-14 Thread patrick_ibg
Try adding some more logging into the SelectItems class. Is your CRUD superclass an SLSB with an injected PersistenceContext? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912746#3912746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread sforema
There will never be a situation where I will span multiple nodes without saving state. To me, each node is a step in a job. In that light, it is critical to know exactly where the process is so that work is not done twice in case of a power / machine failure. The first node might pick up a file

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: StateLESS Session bean throws Could not passivate except

2005-12-14 Thread anshah1
please ignore this post entirely!! it was a stateful bean in which there was a java.sql.Connection which is could not passivate... Anyways the only complain I have now is that it could have atleast told me that on the stack trace somewhere... but nevertheless all is well that ends well View t

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

2005-12-14 Thread echon
Hi, i've got a (hope) small problem. I created a eclipse project and included all jars from /default/lib/ and from /default/deploy/ejb3.deployer. Like in the tutorial i added the annotations | import org.jboss.annotation.ejb.Service; | import org.jboss.annotation.ejb.Management; | | @Ser

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

2005-12-14 Thread ashkumar
Sounds like you need a rule engine and not a workflow engine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912741#3912741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912741 ---

[JBoss-user] [JBoss Seam] - Re: whew! finally, a pattern for SelectItems using generics

2005-12-14 Thread drapierwim
I'm trying to implement the generic DAO pattern. so @patrick_ibg could you post this more in detail. For the moment i'm having problems loading the entities i've got the following error | 23:14:34,654 INFO [SelectItems] Initializing SelectItems | 23:16:25,694 INFO [STDOUT] 14-dec-2005 23

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss + Hibernate + Annotations -> How?

2005-12-14 Thread cracru
If I want to use annotations in Hibernate, and still use JBoss' Hibernate mbean for the session factory, how do I configure the factory to know about the annotated classes? In the Hibernate docs, this is done via modifications to the session in HibernateUtil before the session is built, or via

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread brittm
That's a good point about multiple languages executing on th same engine. Of course, once a CIO starts thinking of something as a 'BPM" solution, it's not always easy to convince them that we should be using two different process definition languages instead of just one. anonymous wrote : XML s

[JBoss-user] [Beginners Corner] - RMI Client in Stateless Session EJB

2005-12-14 Thread jasonbernard
Hello, subject says it all, I would like to call an RMI client from a Stateless Session EJB such as: Naming.lookup("//" + HOST + ":" + PORT + "/" + NAME); Each time Naming.lookup is called, I get the following exception: java.rmi.ConnectIOException: non-JRMP server at remote endpoint I

[JBoss-user] [JBoss Portal] - User portlet window

2005-12-14 Thread anituarun
In the default portal page, the user portlet window is of normal size. When a user clicks on 'Register' link, the window get maximized and the user is taken to a register form. Where is the setting for maximization of the user portlet window happening, when the user clicks on 'Register'. How can

[JBoss-user] [JBoss jBPM] - JBPM randomly goes catatonic

2005-12-14 Thread michaelholtzman
Greetings. I have built a java app that invokes JBPM and communicates with our core application. I have also deployed a "real-world" prototype process definition. All is working pretty much as expected, except ... every so often JBPM stops responding. This happens in various places, but most oft

[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2005-12-14 Thread forJbpm
and then it also gives me anonymous wrote : java.lang.NullPointerException | at org.jbpm.db.AbstractDbTestCase.beginSessionTransaction(AbstractDbTestCase.java:81) | at org.jbpm.db.AbstractDbTestCase.setUp(AbstractDbTestCase.java:71) | at org.jbpm.websale2.WebSaleTest.setUp(WebSa

[JBoss-user] [JBoss jBPM] - java.sql.SQLException: Table already exists: JBPM_ACTION in

2005-12-14 Thread forJbpm
Hi! When I try to test WebsaleTest.java second time I get following error anonymous wrote : java.sql.SQLException: Table already exists: JBPM_ACTION in statement [create table JBPM_ACTION] | at org.hsqldb.jdbc.Util.sqlException(Unknown Source) | at org.hsqldb.jdbc.jdbcStatement.fetch

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
One more. I've deployed web-sale.par in my application ... and it do not create any row in the JBPM_TIMER table . but a saw in other table !! JBPM_EVENT i really don't know what is happening . some one, please help us My develop time is getting over !! View the origina

[JBoss-user] [JBoss Portal] - Re: Role-based portlet layouts?

2005-12-14 Thread djheath
In effect what you are saying is correct with one exception: I want to be able to add/remove portlets from the portal at runtime so that joe-normal-user would not even see the admin portlet. Use case scenario: Dr. Researcher has technicians working for him who are neanderthals, so they are not

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-14 Thread mdonato
Now, it works. But i had to change the class Scheduler and ShedulerThread to work with CMTTransaction, 'couse it doesn't allows to implicity call an begin transaction. But like i told before, the db Table JBPM_TIMER does not contains any rows in it. I've tried those samples described before an

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread [EMAIL PROTECTED]
There is a difference between "one engine being used for all kinds of flow" and "one language to do it all". All kinds of flow boil down to a state machine and context associated with each instance traversing it. Yet the widely varying environment in which each flow operates fully justifies the

[JBoss-user] [Beginners Corner] - To use Application Server or not?

2005-12-14 Thread amitguz
I'm going to develop a network management application. (Similar to H.P open view but with specific business logic). The application will need to have a web interface (in the intranet) for managing network elements and also a client application to more sophisticated operations. The number of

[JBoss-user] [Performance Tuning] - JBoss Memory Profiling w/ Rational Purify

2005-12-14 Thread smalson1
Has anyone tried using Rational Purify to conduct memory profiling on JBoss? Purify is crashing during JBoss initialization and I wanted to know if there are work arounds. Environment: Windows 2000 SP4 jboss-4.0.3SP1 rational Purify 2003.06.15.734.000 j2sdk1.4.2_04 command line: added the fo

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

2005-12-14 Thread rdewell
To prefix: I'm using Seam extended managed transactions. I've run into a use-case that seems to lie somewhere in the realm of conversations, yet doesn't quite fit current conversational semantics exactly. Obviously conversations seem best suited to a page-to-page wizard style UI. A flow with d

[JBoss-user] [JBoss Portal] - Re: Role-based portlet layouts?

2005-12-14 Thread mholzner
I think I understand what your requirement is, but we'll see ;) What JBossPortal offers you is role based access control for portlets, portlet instances, portlet windows, pages and portals. So each one of them or any combination , can define security constraints that tie a role and actions to

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread brittm
RE: Oracle... That doesn't mean I think Oracle's work flow solution is a particularly strong option right now. This is an analysis I wrote after we got back from San Francisco last week...maybe it will help someone here with a decision... Oracle appears to be pushing their software solutions

[JBoss-user] [JBossCache] - Cannot assign requested address: setsockopt IP_MULTICAST_IF

2005-12-14 Thread mkudur
Hi I am running into similar problem. I am trying to start the jboss server instance with cluster-service.xml on windows, getting the following exception 15:09:15,104 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/C:/jboss-4.0.2/server/all/deploy/jms/jbossmq-httpil.sar/jbo

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss-4.0.3SP1 and Hibernate

2005-12-14 Thread vignesh76
refer to the below links for info on removal of har deployer and deploying har files in ver 4.0.3. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate3 http://jira.jboss.com/jira/browse/JBAS-2000#action_12321886 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=67027 View the original

[JBoss-user] [Beginners Corner] - Re: Config-files outside of .EAR

2005-12-14 Thread the-gtm
An other approach would be to create 2 ears (one prod, one test), using Ant for instance. This is what I use to do, my build script would create each WARs, JARs EARs etc. with appropriate config files for the 2 environnements. View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - StateLESS Session bean throws Could not passivate exception

2005-12-14 Thread anshah1
Hi all, i am quite perplexed by this situation. My config is JBOSS 3.2.1 with Java and connecting to a postgres database. all my connections work just fine and our system is in good shape except one glitch. We are retrieving data from some external datasource. This process takes a good 20-30 m

[JBoss-user] [EJB/JBoss] - ejbStore problem

2005-12-14 Thread misiek_1984
Hello I work with JBoss + Eclispe + Firebird. I've written a ejbStore procedure like that: public void ejbStore() { System.out.println("Project enter: ejbStore"); Connection connection = null; PreparedStatement ps = null; try { connection = getConnection(); String select = "update PRO

[JBoss-user] Problem with JBOSS

2005-12-14 Thread Victor Motta
I´m running some applications on JBOSS on a Linux server. Sometimes when the JBOSS has to compile some new application pages( JSP), it says that the system has ran out of resources. I look at the free system memory and it still has some free memory. Here the JBOSS work with some connection p

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss 4.0.3SP1 with hibernate 2.1

2005-12-14 Thread vignesh76
Managed to solve this problem. -->deleted hibernate3.jar, jboss-hibernate.jar from default/lib -->placed jboss.hibernate.deployer (versaion 2.1) in deploy folder. Application deploys fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912712#3912712 Reply t

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread RAlfoeldi
I have to find that link on why Oracle never, ever does dirty reads... It has a reason... :-) (For the rest of you: this is a running gag between Mr. Sean Autocommit and myself.) Btw: Is there any situation in which you would accept transactions spanning nodes? Just curious. I do have the impr

[JBoss-user] [JBossCache] - Re: JDBCCacheLoaderTestCase and Informix persistance

2005-12-14 Thread jlukar
I resolved issue, by debugging and tracing through the JDBCCacheLoader code. It is the sql syntax that is different for mysql v.s. informix when creating persist table schema in DB. mysql syntax is: | create table jbosscache(fqn varchar(255) not null, node blob, parent varchar(255), cons

[JBoss-user] [Installation, Configuration & Deployment] - Encrypting Datasource Passwords exception: Invalid authentic

2005-12-14 Thread fastboy911
I've been running default configuration on JBoss 3.2.7 and try to connect to MS SQL server 2000. I've followed the instructions in http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords to generate a password. The configuration is as shown: xxx-ds.xml MyDSN jdbc:jtds:sqlse

[JBoss-user] [EJB 3.0] - Re: Bidirectional one-to-many resulting in multiple (identic

2005-12-14 Thread steverb
I should mention that I'm pretty sure the annotations are all correct. I can create and remove all the entities, and that all works fine. It is just on reading, that I get these duplicate entries. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912707#391270

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread sforema
Also, leaveNode is not probably what you want. I think the documentation is not clear on your real options are. You essentially have two types of nodes: ones that automatically transition (fork,join) and ones that do not (state). It is very important to know what each node does. If you signal

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2005-12-14 Thread sforema
I do indeed have my own process monitor, which is essentially a more fancy query than I provided here. I have added several context variables to allow me to add detailed state information to a process, such as ERROR, PAUSED, INACTIVE, ACTIVE, PAUSING, COMPLETED. I am able to see the status of e

[JBoss-user] [Installation, Configuration & Deployment] - Two jboss instances, one codebase

2005-12-14 Thread madeonmoon
Hello all, I would like to be able to start two jboss instances but have them use the same codebase. I was thinking of using symbolic links from each of the deploy folders into some common "deploy" dir outside of jboss dir structure. Does anyone see problems with this approach? Best, James Vi

[JBoss-user] [EJB 3.0] - Dynamic Injection of Entity Managers

2005-12-14 Thread yxw84
I read a 4-page long thread about this topic on this forum a few months back, and I'm wondering if there's been any update on dynamic injection of entity managers. The thead: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=65869 I'm in the situation where I have a servlet invoking a st

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread brittm
Ronald, Well, they did a pretty good job of presenting it. Sure, they're combining lots of open standards and open source libraries; however, that will probably be their strong point within a year or two. They are emphasizing tight integration and tooling of lots of standard "commodity" compo

[JBoss-user] [JBoss jBPM] - Re: Web-based modeler for jBPM

2005-12-14 Thread kukeltje
ever wondered why you did not get an anwser? No? Because only three days ago: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=73774 And now I've even spent to much time answering this post. Sorry if I sound upset, but I am. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread kukeltje
"brittm" wrote : The trend is toward one core engine being used for all kinds of flow. This is not what I heard from some big players in this field. They tend to separate concerns but at the same time do not switch to standards for at least the ui frontend (unfortunately I cannot comment in de

[JBoss-user] [JBoss jBPM] - Re: diferent process designer

2005-12-14 Thread kukeltje
right, missed that emphasis. Then the answer is yes you can, but you should remove displaying the process image from the jbpm monitor ui if you want to use it. It will throw an exception otherwise. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912697#3912697

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread brittm
Here is a scenario that may lend to the discussion-- A good sized business process is broken out into many sub-processes, and the entire process is "handled" in two tiers. The first tier is handled primarily by a business analyst, and is responsible for overall orchestration of second tier pro

[JBoss-user] [JBoss jBPM] - Re: jBPM web application

2005-12-14 Thread gwittwer
Hello I'm using MyFaces 1.1.1 for my Webapplication and there is an open issue of this duplicate id problem. My workaround is that each Myfaces element (including Tomahawk) contains the attribute id="something_unique_on_this_JSF_page". If you are using the Tomahawk PanelNavigation2 component ne

[JBoss-user] [JBoss jBPM] - Re: diferent process designer

2005-12-14 Thread RAlfoeldi
Hi Ronald, I believe the emphasis was on ONLY jpdl, meaning withour the gdp(?) files. (I'm not in the office..) As they want to do their own GUI thing they would be missing the jBPM GUI files. Rainer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912693#391

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread kukeltje
Britt, So you've heard about oracle fusion. What is your opinion on it? I've heard others call it a frankenstein architecture. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912692#3912692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss jBPM] - Re: Does jBPM 3 support oracle 8?

2005-12-14 Thread kukeltje
Yes, afaik, the schema on the wiki is for jbpm2, and yes it changed between 2 and 3. You can use the starterkit to create a ddl for oracle8 if you follow the guidelines for it in the readme of the db stuff. There could be some small issues however since oracle sometimes acts 'peculiar' View t

[JBoss-user] [JBoss Seam] - @In using variable name as default context name.

2005-12-14 Thread patrick_ibg
I haven't actually tried this, but it seems that it should be possible to use POJOs as seam components without annotating them with @Name and @Scope. Just a simple: @In (value = "contextName") SomeClass context Name; Also, it would be nice to have the field's name used as the default for the c

[JBoss-user] [JBoss jBPM] - Re: deploying processdefinition

2005-12-14 Thread kukeltje
that's right, but the jbpm server should be running locally (127.0.0.1:8080) and have the jbpm webapp deployed to have the above thing work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912688#3912688 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-14 Thread kukeltje
jbpm has two things. a webinterface and a java api. If you want to access it any other way, you'd have to implement that interface yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912687#3912687 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-14 Thread brittm
The trend in BPM among big vendors is to leverge a BPM engine (such as a BPEL one) and a rules engine together as a foundation for everything in their middleware suite--much of which does not entail human interaction. I just returned from a meeting with Oracle (read sales pitch) in San Francisc

[JBoss-user] [JCA/JBoss] - Re: Reading of Oracle BLOB works with JBoss 3.2.3 but fails

2005-12-14 Thread zurchman
This works with Oracle ARRAYs, so it should work with BLOBs. Cast the underlying ResultSet: anonymous wrote : | ResultSet wrs = s.executeQuery(statementText); | | Log("Wrapped ResultSet class:" + wrs.getClass().getName()); | | ResultSet urs = | ((org.jboss.resource.adapte

[JBoss-user] [JBoss jBPM] - Re: deploy processdefinition (java object)

2005-12-14 Thread kukeltje
No, you can't sorry. The image is created by the GPD and included in the process archive. Some servlet does a nice job overlaying the tokens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912684#3912684 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [Javassist user questions] - ldc operand is null

2005-12-14 Thread klagesb5
Hi all, I am having a problem preverifying a class I have modified using javassist. A method that I have in my class has changed from 3: dup 4: invokespecial #53; //Method java/lang/StringBuffer."":()V 7: ldc #54; //String / 9: invokevirtual #55; //Method java/lang/

[JBoss-user] [JBoss jBPM] - Re: diferent process designer

2005-12-14 Thread kukeltje
Sorry, could be me but If I understand correctly, you want to to know if a jpdl file is needed to deploy a process (Yes, since it is the process) and if it can be generated from something else (Yes, if you develop this transformation yourself) If this is not what you meant, please let me know

  1   2   3   >