[JBoss-user] [JBoss jBPM] - Implementing Custom taskcontroller

2006-04-25 Thread logicalsid
Hello, We are evaluating jBPM for our application needs.We went through the websale example for the basic working and found it fairly satisfying. Now we need to insert either 1)custom form parameters (like a radio button or a dropdown list etc ) or 2)our own forms engine Is anyone/both of

[JBoss-user] [JBoss jBPM] - Re: Source Code for the Process Designer

2006-04-25 Thread lchui
Hi Koen, Thanks for the reply. Could you give me the download instructions for CVS? Where can I download the source? Thanks, Lisa View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939112#3939112 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-04-25 Thread udayn
neotyk, I ahv alredy taken care of that. We have five data sources configured. The total of max connactions specified from all five pools goes to 250. We have 750 connection limit on Oracale DB Below mentioned are the settings on Oracale server -

[JBoss-user] [JCA/JBoss] - Re: Help me, how to connect oracle data base using oracle th

2006-04-25 Thread [EMAIL PROTECTED]
First off, for future reference, you originally posted this message to the Development forums, don't do that. The first post of that forum explicitly states NOT to post user questions there. Second, it appears that your XML is invalid, and judging by your stacktrace, I would assume that

[JBoss-user] [Remoting] - Re: JNDI-Detection: Running servers alternately detected and

2006-04-25 Thread [EMAIL PROTECTED]
Have been trying to reproduce any failure with detections using jndi detector and have not been able to. If you can shed some light to the exact problem you were seeing, please do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939117#3939117 Reply to the

[JBoss-user] [JBoss AOP] - Can't get JBossAOP to work in JBoss-4.0.4.CR2

2006-04-25 Thread amry
Hello, As the subject says, I can't actually get JBossAOP to work successfully in JBoss-4.0.4.CR2. I'm new with JBossAOP, and still quite new with JBoss. I have already looked into many resources on the internet but to no avail (or I'm not reading at the right place). My JBoss configuration

[JBoss-user] [Installation, Configuration Deployment] - Transaction not rolling back if I call ejbSelectXXX()

2006-04-25 Thread sajid2045
Ok, I am just lost here. In my business method, I have, this.setX(10); //x was 0 ejbSelectSomeMethod(20); this.setY(20); // y was 0 try { callToAnotherMethod(); //I get an exception here. } catch(Exception e) {

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Transaction not rolling back if I call ejbSelectXXX()

2006-04-25 Thread sajid2045
Ok, I am just lost here. In my business method, I have, this.setX(10); //x was 0 ejbSelectSomeMethod(20); this.setY(20); // y was 0 try { callToAnotherMethod(); //I get an exception here. } catch(Exception e) { getEntityContext().setRollBackOnly(); throw e; } Now, what happnes is quite funny.

[JBoss-user] [JBoss Seam] - Re: StartupServletContextListener Error

2006-04-25 Thread elfuhrer
That was solver. The In(create=true) was missing against the ResourceBundle. I guess this should be handled by the Seam Cruds Generator automatically no? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939123#3939123 Reply to the post :

[JBoss-user] [JBoss Seam] - Not understanding @Out completely

2006-04-25 Thread TrippCCN
I have an entity bean named member to represent a user of our system. When a user logs in, the member is stored to a context variable: | @In @Out | private Member member; | and accessed from jsf like this: #{member.first_name} Now I want to store another member to a context variable

[JBoss-user] [JBoss jBPM] - API access to decision node's expression

2006-04-25 Thread kv
Hi all, is there any way to set expression of the decision node (or conditions for transitions) programmatically, via API. I can specify it via xml definition of course. for example: | decision name=decision1 | transition name='one' to=one |

[JBoss-user] [EJB 3.0] - WEB - EJB3 Application PROBLEM. URGENT HELP PLEASE!

2006-04-25 Thread sierras
This is the begining code of our web application in order to access to the EJB context Hashtable props = new Hashtable(); props.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); props.put(Context.URL_PKG_PREFIXES, org.jboss.naming:org.jnp.interfaces);

[JBoss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-04-25 Thread neotyk
You can try configuration with low numbers, like 1 or 2 connectcions per DS (it is easier to see what's wrong). I think this is Oracle question. This forum is about JBoss Performance Tuning, not Oracle configuration. Ask local Oracle expert. View the original post :

[JBoss-user] [JBoss Seam] - Re: StartupServletContextListener Error

2006-04-25 Thread [EMAIL PROTECTED]
Yes, I need to update the templates, I have been too busy getting 1.0 rc1 done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939129#3939129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939129

[JBoss-user] [JBoss Seam] - Re: Simple Seam Question...

2006-04-25 Thread kh2ouija
Can you please explain how to use @Unwrap to have my datamodel refreshed each time? I haven't found this in any example/doc. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939130#3939130 Reply to the post :

[JBoss-user] [J2EE Design Patterns] - Re: lookup time slow at first time

2006-04-25 Thread neotyk
Hi, If you are curious, run JBoss in TRACE or DEBUG, there is info on wiki/forums how to turn TRACE on. If you'll get answer, post it. Good luck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939131#3939131 Reply to the post :

[JBoss-user] [JBoss Portal] - Sun Java Studio Creator 2 to create portlet for JBoss portal

2006-04-25 Thread ericmacau
Hello, How can I use Sun Java Studio Creator 2 to create portlet for JBoss Portal ? I followed the blog of Marco post in http://blogs.sun.com/roller/page/marcoscorner?entry=creator_2_portlet_in_jboss;. But still not work. Any document for details. Or is there any completed worked example for

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

2006-04-25 Thread dugschumi
I've got the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939133#3939133 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939133 --- Using Tomcat but need

[JBoss-user] [JBossWS] - WSDL first to SLSB

2006-04-25 Thread pure
I develop webservices using the WSDL first technique. I use wscompile to generate the java classes needed. Is it possible to use the generated classes and deploy everything as a SLSB instead of a servlet. As i understand servlets are not pooled and it would be nice to get the pooling out of

[JBoss-user] [EJB 3.0] - Re: Fetching...Lazy but initialized?

2006-04-25 Thread scraatz
From what I understand the effect is the same, but the EJB3 engine generates different SQL-code. When you eager-load all the data is fetched in one big SQL-JOIN query. A lazily fetched relation is queried in a separate SQL query. If you always need the related entities it should be faster to

[JBoss-user] [JBoss Portal] - Validation error on managing portlets

2006-04-25 Thread steinarruneEriksen
I find it a bit frustrating that this bug http://jira.jboss.com/jira/browse/JBPORTAL-769?rc=1 is still open on the relased version. Meaning that we will have to stay with RC2 to be able to manage portlets. I run the bundled version with JBoss AS. View the original post :

[JBoss-user] [JBoss Portal] - Re: portal 2.4 user-login error

2006-04-25 Thread suniil
same not working for me as well. I'm running on Portal 2.4 / AS 4.0.3SP1 / MYSQL 4 I'm able to create a user / view user via portal, but unable to register any help much appreciated thanks sunil [EMAIL PROTECTED] wrote : Yes, this sounds like cache. I will look at it. View the original post

[JBoss-user] [JBossWS] - Re: WSDL first to SLSB

2006-04-25 Thread anders.hedstrom
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEServerEJB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939141#3939141 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939141

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Context-root problem

2006-04-25 Thread kk091276
dear friends I just setup small j2ee module, which contains 5 jsps, and three entities. According to Jboss Eclipse IDE http://docs.jboss.com/jbosside/tutorial/build/en/html/packaging.html I placed all my files(.JAR,.WAR,.EAR). Here is my struscture for entities.

[JBoss-user] [JBoss Seam] - Database configuration with Seam+Hibernate on Tomcat/Microco

2006-04-25 Thread baz
Hello, after searching all forums, documentation, FAQs for Seam, hibernate and the microcontainer i have still 2 questions. The first is: How can i configure multiple databases with the microcontainer? I have come this far: 1. created a hibernate config file for each database (hibernate.cfg.xml

[JBoss-user] [JBoss jBPM] - Sample web app on jboss-4.0.3SP1

2006-04-25 Thread mraja775
I am trying to deploy the jbpm.war on a plain jboss-4.0.3SP1 server ( not in the starters kit). I copied all the jars from the sar(service archive) and included it as part of /WEB-INF/lib in the war file. But during startup the server throws the following error 14:22:49,086 INFO [STDOUT]

[JBoss-user] [JBoss jBPM] - Re: Newbie needs help

2006-04-25 Thread [EMAIL PROTECTED]
Strange exception... Please post the exact versions you are using. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939146#3939146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939146

[JBoss-user] [JBoss jBPM] - Re: Implementing Custom taskcontroller

2006-04-25 Thread [EMAIL PROTECTED]
We are working on supporting custom forms using facelets in jBPM 3.2 Have a peek in cvs for the details... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939147#3939147 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: portal 2.4 user-login error

2006-04-25 Thread suniil
Okay, i found out the issue. I cut paste password from admin user to the newly created user via MYSQL interface and attempted to login and it worked!! Could anyone suggest me where to fix? thanks sunil View the original post :

[JBoss-user] [JBoss Seam] - JNDI exception when deploying on Tomcat with embedded EJB

2006-04-25 Thread Newion
Hi, I have successfully deployed booking example application on tomcat with embedded EJB, but I can't run my own seam application. The following exceptions occurs when starting tomcat: INFO 24-04 23:40:30,812 (EJBContainer.java:start:558) -STARTED EJB: com.consil

[JBoss-user] [JBoss jBPM] - Re: Source Code for the Process Designer

2006-04-25 Thread [EMAIL PROTECTED]
Lisa, Have a look at the jbpm downloads page. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939150#3939150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939150

[JBoss-user] [JBoss jBPM] - Re: Source Code for the Process Designer

2006-04-25 Thread [EMAIL PROTECTED]
oops, forgot to include the real link. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939151#3939151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939151 --- Using

[JBoss-user] [JBossWS] - Re: WSDL first to SLSB

2006-04-25 Thread pure
I am not interested at exposing and ejb as a webservice. I want to create an ejb from a WSDL file. As i understand it the wscompile tool can olny generate servlets and servlets are not pooled in jboss. I did not find an answer to that problem on the wiki page. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - java.lang.ClassCastException: org.jboss.mq.SpyQueue when cas

2006-04-25 Thread Dust_Puppy
Hi i have put up a simple message driven bean on AS 4.0.4rc2 | @MessageDriven(activationConfig = | { | @ActivationConfigProperty(propertyName=destinationType, | propertyValue=javax.jms.Queue), | @ActivationConfigProperty(propertyName=destination, |

[JBoss-user] [EJB 3.0] - Filling nested collections with specific values

2006-04-25 Thread klaro78
Hi, i have a problem with an EJB-QL Query. I have following entities, which are nested in collections Project(1)-(N)Task(1)-(N)SubTask @Entity | public class Project{ | @OneToMany | ListTask tasks; | } @Entity | public class Task { | @ManyToOne | Project project;

[JBoss-user] [JBoss Portal] - MyFaces Portlet crashes

2006-04-25 Thread gruenewa
Hello JBoss Portal Developers, I have written several portlet applications using apache myfaces. Now I think i have discovered a bug. My application renderes a link using the outputLink tag. It works fine if the application runs as standalone web application. It crashes when it runs as a

[JBoss-user] [JBoss Seam] - Session scoped listener works in Firefox but not in IE

2006-04-25 Thread liudan2005
I have a session scoped component with @Startup annotation to listen to the session event. When use firefox, everything works fine. but when use IE to browse my page, it prints thousands message on jboss console (there's a dead loop). Here is my code. | @Name(mySessionListener) |

[JBoss-user] [JBoss Portal] - Re: Inter-portlet communication exception

2006-04-25 Thread dibell
I had the same problem. The portlet seems to come bundled with portal libraries from an older version. I changed the build to use all the portlet-*-lib.jar files from the actual portal lib and removed the portlet-*-lib.jar files from src/resources/helloworldipcportlet-sar so they don't get

[JBoss-user] [Installation, Configuration Deployment] - Web application visibility

2006-04-25 Thread er_benji
Hi, I cannot access to web applications outside of my machine but from a web browser located in the same machine of the jboss(tomcat) it works correctly. Does anybody knows why it can be? Cheers, Benji. View the original post :

[JBoss-user] [JBoss Seam] - Cant use EntityManager into Converter

2006-04-25 Thread drVillo
Hi there I'm experimenting a bit with seam, but I'm currently stuck on this issue... I building a simple questionaire page; one has a list of questions with radio answers. In order to display answers like: | h:column | f:facet name=Answer |

[JBoss-user] [EJB 3.0] - EJB 3.0 PFD6 problems

2006-04-25 Thread aidan_b5
Hi, I've just upgraded Jboss 4.03SP1 from EJB PFD 5 to 6jboss starts ok except when it reaches one of my entity beans I get the following exception: 09:49:14,109 WARN [ServiceController] Problem starting service persistence.units:ear=SMSPortal.ear,unitName=objentity |

[JBoss-user] [JBoss Portal] - Role permission inheritance

2006-04-25 Thread hildolfur
I'm pretty new to Java Enterprise Development, hope someone can answer this: At present I'm using a php based portal. In the portal, permission checking and granting is done like this: Administrators may create roles and permission areas. Each permission area may be assigned to a role or may

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Feasibility of using Optimistic Locking managing

2006-04-25 Thread sajid2045
Hi all, I am using versioning for optimistic locking pattern as described in ejb design pattern. all by business operations takes DTOs and does bulk operation. Now, I am keeping a version cmp field in my dtos and programatically increasing it for each update operation. If I find a version

[JBoss-user] [Messaging, JMS JBossMQ] - Re: java.lang.ClassCastException: org.jboss.mq.SpyQueue when

2006-04-25 Thread Dust_Puppy
solved it.. i had the MDB in another jar then the class doing the lookup(both in a EAR), when puting them in the same it worked =) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939165#3939165 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Sample web app on jboss-4.0.3SP1

2006-04-25 Thread mraja775
I even wrote a InitializationServlet which binds the JbpmConfiguration object to java:/jbpm/JbpmConfiguration jndi name. (The readme file in starters kit, specifies that the jbpm service archive binds the JbpmSessionFactory onto a jndi name. But the Mbean binds the JbpmConfiguration object. )

[JBoss-user] [JBoss Messaging] - XA Recovery

2006-04-25 Thread mskonda
Does JBossMessaging 1.0 supports XA Recovery? Thanks /M View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939169#3939169 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939169

[JBoss-user] [EJB/JBoss] - Re: Calling a remote ejb interface in app1.ear from a servle

2006-04-25 Thread andber
Does this mean that no one has two enterprise applications where the webapp of one of the ears is calling the other ears sessionbean?? As far as I can see Jboss doesn't support this when you use isolated classpaths for the ears (which btw should be used as default..). At least not in a

[JBoss-user] [JBoss jBPM] - Re: Implementing Custom taskcontroller

2006-04-25 Thread kukeltje
1: 3.2 will support defining custom forms, including radiobuttons, etc... this will be fully jsf/facelets based. the type etc will not be in the processdefinition, but generated by the gpd based on a user supplied template 2: I tried integrating Chiba once, but came to the conclusion that

[JBoss-user] [JBoss jBPM] - Re: Implementing Custom taskcontroller

2006-04-25 Thread kukeltje
hmmm I had this response open since this morning and forgot to post. Koen eventually beat me to it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939173#3939173 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939173

[JBoss-user] [JBossWS] - Re: WSDL first to SLSB

2006-04-25 Thread anders.hedstrom
Create a SLSB that implements the methods defined in you SI that is generated by wscompile. Package your ejb. anonymous wrote : The standard deployment descriptor for EJB components ejb-jar.xml, declares the service endpoint. | ejb-jar xmlns=http://java.sun.com/xml/ns/j2ee; |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Transaction is not active

2006-04-25 Thread gorakshnath
i am getting same type of exceptions , could u please tell me the number u changed so that ur application works fine ? also what is max value i can give ? what is effect if i set that value to max ? View the original post :

[JBoss-user] [JBoss Portal] - Change the default index page...

2006-04-25 Thread susitha
Hi... I am using JBPortal-2.0 and JB Server-4.0.2... I need to change the default index.html file of the CMS Portlet to my own page... Can anybody tell me how to do it... Thanx... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939177#3939177 Reply to the

[JBoss-user] [Performance Tuning] - Jboss problem

2006-04-25 Thread borje.jonsson
We have a problem when we performance test our application. When we run our Jboss app with a high load; 80-100% CPU load for more than 20-40 minutes, the whole Java process with Jboss hangs. Mostly it accepts no connection at all. Sometimes it allows http connection to the default webapp but no

[JBoss-user] [JBossWS] - Re: WSDL first to SLSB

2006-04-25 Thread pure
Thank you for the help. Will test this soon View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939179#3939179 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939179 --- Using

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

2006-04-25 Thread armita
I am trying to use this code on my page: h:selectOneMenu id=template value=#{neBean.template} f:selectItems value=#{templateMap}/ /h:selectOneMenu The template map coming from TemplaeLogic with this method: @Factory(templateMap) public MapString,Long getTemplateMap(){

[JBoss-user] [Security JAAS/JBoss] - Re: Password Encryption and JMX Console

2006-04-25 Thread j2ee_junkie
Hey Chris, Maybe you could try this http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords Let me know if this works for you. chris griffith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939181#3939181 Reply to the post :

[JBoss-user] [EJB 3.0] - EJB3 RC6: tutorial

2006-04-25 Thread Juergen.Zimmermann
JBoss 4.0.4CR2 incl. EJB3 RC6 PostgreSQL 8.1.3 When running the tutorial webservice I get the appended stacktrace. Invoking the WSDL works fine: http://localhost:8080/tutorial/CalculatorBean?wsdl The stacktrace: [java] Exception in thread main

[JBoss-user] [JBoss Seam] - Re: problem configuring testNG [verbose]

2006-04-25 Thread nico.ben
Hi ! I had some improvments, but still error. In summary I: 1) added to my project embedded-ejb/lib | 2) added to my project microcontainer/lib | 3) added to my project embedded-ejb/conf | 4) added my resource dir, containing META-INF/jboss-beans.xml, persistence.xml, application.xml,

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE tutorial failes to deploy

2006-04-25 Thread andrewparr1
I followed the tutorial for the Eclipse Jboss IDE but get the following error when I deploy. Can anyone please help? 13:22:31,174 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 23s: 70ms 13:25:11,405 INFO [EARDeployer] Init J2EE

[JBoss-user] [JBoss Seam] - Transaction in seam managed entityManager

2006-04-25 Thread armita
I noticed that the entity manager got by: | PersistenceContext(type= PersistenceContextType.TRANSACTION) | private EntityManager em; | is not transactional. How can I force it to work in a transactional manner? View the original post :

[JBoss-user] [JBossWS] - Re: Abstract types and simple types not generated

2006-04-25 Thread osterday
Thomas, Thanks for the reply. I had to revert back to using Axis 1.1 for now because of deadlines, etc. I will try JBossWS again in a week or so, once I have this version up and running. Thanks again, Pat View the original post :

[JBoss-user] [JBoss jBPM] - how to end other taskInstances?

2006-04-25 Thread cloudysky
hi,all In my processdefinition,there is a fork node(create 2 new paths),and a join node.when a token arrives the join node(in one path a task ends),how can i end the other task in the other path? best regards! jbpm beginner View the original post :

[JBoss-user] [JBoss Portal] - portletbridge deployment exception

2006-04-25 Thread dibell
Trying to deploy the portletbridge portlet from Portlet Swap (version 1.0 or 1.1.2) and I get the following error: org.jboss.deployment.DeploymentException: Cannot deploy portlet application; - nested throwable: (javax.management.InstanceAlreadyExistsException:

[JBoss-user] [Remoting] - Servlet and HTTP invoket does't throw remote method Exceptio

2006-04-25 Thread dreyk
The HTTP and Servelt transport invoker does't throw exeption that declarated on remote method, that only throw some connection exception. But if change source code,It will be work. 1. comment line isError = true; in ServletServerInvoker class,method processRequest in try block on remote

[JBoss-user] [JBoss Seam] - Re: NullPointerException in Class.forName help

2006-04-25 Thread bpatters
I found the problem, I was packaging another copy of the classes in my WAR file which seam didn't know about and apparently were the ones being resolved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939194#3939194 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: FetchType.LAZY doesn't work

2006-04-25 Thread [EMAIL PROTECTED]
There is already a thread on this very topic on the forum. Do a search - there was a conversation on whether this was the right thing to do or not. You need to access elements of the lazy fetched data (size() for example) to get it to load. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Message removed from queue, but not from the persistent stor

2006-04-25 Thread sks4jboss
Hi, We are using hsql database that comes with Jboss(4.0.2). Consider that messages are present in the queue and their expiry date passes while the server is down. When I start Jboss, it attempts to remove those messages. In this scenario, some times we get the following error. What can be

[JBoss-user] [JBoss jBPM] - BAM and jBPM

2006-04-25 Thread Skyman37
Hello, I have tested jBOSS jBPM, and with the engine, I would like to use a tool of BAM. I see JBAM, but it seems that JBAM isn't ready today. What tool can you recommended me to do BAM with jBPM for the moment (open source) ? Thanks. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Web application visibility

2006-04-25 Thread er_benji
Hi, i've solved it changing the server.xml file: Engine name=jboss.web defaultHost=localhost instead of: Engine name=jboss.web defaultHost=public where localhost is the name of the virtual host. Cheers, Benji. View the original post :

[JBoss-user] [EJB 3.0] - Application client: JNDI name?

2006-04-25 Thread Juergen.Zimmermann
I've an EAR project consisting of 3 modules: web, ejb and application client. In the web app I lookup a stateless session bean using the naming convention: NameOfEAR/NameOfBeanClass/remote. When trying the same JNDI lookup from the application client it fails. * Is the naming convention (as

[JBoss-user] [JBoss jBPM] - Re: BAM and jBPM

2006-04-25 Thread kbarfield
Since jBPM stores all execution data and logging data in the database, you can use any reporting tool that can access a database. In addition, the sample web app provides some simple BAM functionality (shown in the getting started wiki). jBPM Data

[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-04-25 Thread jsokolowski
Finally, is there any answer to this issue? I have exactly the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939211#3939211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939211

[JBoss-user] [JBoss jBPM] - Deploying a process definition by using an ant script?

2006-04-25 Thread the_dude
Hi, I want to automate the deployment of the process definitions. Does anyone know how to do this with ant? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939212#3939212 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-04-25 Thread jsokolowski
Sorry, it works now View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939213#3939213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939213 --- Using Tomcat but need to do

[JBoss-user] [EJB 3.0] - Re: EJB3.0 inefficient Query why?

2006-04-25 Thread ejb3workshop
Could you please post a little bit more information. A code snippet and the database schema , index could be useful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939214#3939214 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: SFSB breaks - moving from 4.0.4RC1 to 4.0.4CR2

2006-04-25 Thread ejb3workshop
I had similar problems and found that a prior exception caused the bean reference un-usable. Sorry I don't have more details, but I would check if there were any earlier exceptions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939216#3939216 Reply to the

[JBoss-user] [EJB 3.0] - entity bean cascade creation fail due to GenericJDBCExceptio

2006-04-25 Thread kingofhawks
Hi Everyone: When i do entity cascade persistence with OneToMany relationship,the above error occur. I'm a EJB 3.0 newer,can anyone tell me about what's the root cause? My class hierachy is like following: @Entiry abstract class A{ ... } abstract class B extends A{ protected List

[JBoss-user] [EJB 3.0] - Re: FetchType.LAZY doesn't work

2006-04-25 Thread ejb3workshop
I would have expected this to be the idea behind LAZY. It allows you to configure what objects are loaded during an operation. If you need to extend this behaviour you might want to look into using the extended persistence context eg: |

[JBoss-user] [EJB 3.0] - Re: Application client: JNDI name?

2006-04-25 Thread ejb3workshop
Could you please post both code examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939219#3939219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939219 --- Using

[JBoss-user] [JBoss Seam] - Re: Database configuration with Seam+Hibernate on Tomcat/Mic

2006-04-25 Thread [EMAIL PROTECTED]
(1) Currently the built-in component org.jboss.seam.core.hibernate only supports bootstrapping a single instance of Hibernate. This is a silly limitation and there is a JIRA task to fix this. I'll get on it. In the meantime, you can should be able to simply create a second component that knows

[JBoss-user] [EJB 3.0] - Re: Fetching...Lazy but initialized?

2006-04-25 Thread ejb3workshop
There is a problem with having multiple eager many relationships within the same bean. http://jboss.org/index.html?module=bbop=viewtopict=76796 Alex ejb3workshop.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939221#3939221 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: JNDI exception when deploying on Tomcat with embedded EJ

2006-04-25 Thread [EMAIL PROTECTED]
Ask in the EJB3 forum. I've never seen this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939222#3939222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939222 ---

[JBoss-user] [Installation, Configuration Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-25 Thread asack
andber wrote : asack wrote : | | For example this is what I have in my current project: | | | | EAR isolation turned on (java2Parent delegation is on as well) | | | | deploy: | | my-lib.jar (has global scope across deployments) | | my-module-1.ear | |

[JBoss-user] [JBoss jBPM] - Re: BAM and jBPM

2006-04-25 Thread kukeltje
Kevin, due to the way jBPM stores it's data, it is not that easy/obvious to use 'any' reporting tool. Storage is optimized for the engine to work, but for analisys it requires some work. Full BAM (with a dashboard etc) is a long way off, at least integrated with jBPM. There is however an

[JBoss-user] [JBoss Seam] - Re: Database configuration with Seam+Hibernate on Tomcat/Mic

2006-04-25 Thread mruegner
To reference a special (not the default) hibernate configuration file you can specify the cfgResourceName-Attribute for the factory. | bean name=someDatabaseFactory class=org.jboss.seam.microcontainer.HibernateFactory |property name=cfgResourceNamesomeHibernate.cfg.xml/property |

[JBoss-user] [EJB 3.0] - Re: Entity comparison

2006-04-25 Thread ejb3workshop
You might want to have a look at using versioning: | @Version | public int getVersion() | { | return version; | } | public void setVersion(int version) | { | this.version=version; | } | Depending on what you need to do you could use the version to see if there have

[JBoss-user] [Installation, Configuration Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-25 Thread andber
asack wrote : andber wrote : asack wrote : | | | For example this is what I have in my current project: | | | | | | EAR isolation turned on (java2Parent delegation is on as well) | | | | | | deploy: | | | my-lib.jar (has global scope across deployments) |

[JBoss-user] [Remoting] - Re: Servlet and HTTP invoket does't throw remote method Exce

2006-04-25 Thread [EMAIL PROTECTED]
There are two separate issues here. The first is what is being returned from the server side. The servlet invoker is very basic in that is it just sends a simple 500 error back to the client. The http invoker is a little better in that while still setting the response status to 500, will

[JBoss-user] [JBoss Seam] - Re: Cant use EntityManager into Converter

2006-04-25 Thread [EMAIL PROTECTED]
Looks like a bug in JBoss EJB3. I think I have seen someone else report this. Create a simple test case and submit it to EJB3 JIRA. What happens if you use: @PersistenceContext | EntityManager em; And remove (type=EXTENDED)? View the original post :

[JBoss-user] [EJB 3.0] - Re: SFSB breaks - moving from 4.0.4RC1 to 4.0.4CR2

2006-04-25 Thread HenkoMannen
This happens to me as well after an exception has been raised. | 16:01:40,759 ERROR [Login] Could not find Stateful bean: 5c4og5m-cflx7q-emg9yzh7-1-emga1xta-8 | 16:01:40,777 ERROR [STDERR] javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean:

[JBoss-user] [Clustering/JBoss] - Re: time to deploy in the cluster

2006-04-25 Thread dzhang2k
Here is a dummy question. I installed full JBoss in XP. My installation has server/default structure, is all just a replacement of default? Also how to get farm directory? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939233#3939233 Reply to

[JBoss-user] [JBoss Seam] - Re: Cant use EntityManager into Converter

2006-04-25 Thread [EMAIL PROTECTED]
Also, please notice that APPLICATION-scoped stateful session beans are problematic. SFSBs do not support concurrent access. It is better to use a JavaBean component if you need to cache stuff in application scope. View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-25 Thread ALRubinger
Yes, Gavin, yes. Classloading. I had an older version of Seam chilling in WEB-INF/lib. Eclipse kindly hides this file from the resource view when the JAR is in your classpath. It's the kind of error I make fun of my coworkers for. Moral of the story, thread-followers: if Seam's not

[JBoss-user] [Remoting] - TransporterClient

2006-04-25 Thread Jeanette
Hi, The TransporterClient class seems to always connect to the first available server from the list of available servers returned by the NetworkRegistry. Is there a way to make sure that the TransporterClient objects are not all connecting to the same server, in order to achieve some sort of

[JBoss-user] [JBoss Seam] - Re: problem configuring testNG

2006-04-25 Thread [EMAIL PROTECTED]
You are supposed to be using the embedded-jboss-beans.xml that ships in the embedded-ejb/conf directory, not writing your own! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939239#3939239 Reply to the post :

[JBoss-user] [EJB 3.0] - disable EJB3 lazy loading

2006-04-25 Thread damadei
Hi All! I'm trying to send an EJB Persistent Entity to my JSP but when trying to display it's properties they are enhanced by cglib and considered lazy as per Hibernate 3 defaults. I was able to disable the lazy loading by creating the hibernate hbm file and setting the class as lazy=false

[JBoss-user] [JBoss Seam] - Re: Database configuration with Seam+Hibernate on Tomcat/Mic

2006-04-25 Thread [EMAIL PROTECTED]
mruegner wrote : To reference a special (not the default) hibernate configuration file you can specify the cfgResourceName-Attribute for the factory. | | | | bean name=someDatabaseFactory class=org.jboss.seam.microcontainer.HibernateFactory | |property

[JBoss-user] [Beginners Corner] - Re: Problems viewing deployed app

2006-04-25 Thread lewkim
Did you ever get this resolved? I am running into the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939242#3939242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939242

[JBoss-user] [Remoting] - Re: jboss.identity

2006-04-25 Thread [EMAIL PROTECTED]
I'm not sure I need alot of docs on this. But it would be helpful to know that a) your app must have write permissions to the file system so it can persist the jboss.identity file (since there is no way to tell it to NOT write that file - which is something I think should be changed - not

[JBoss-user] [Remoting] - Re: TransporterClient

2006-04-25 Thread [EMAIL PROTECTED]
Not currently. Have added a feature request for it - http://jira.jboss.com/jira/browse/JBREM-422. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3939245#3939245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3939245

  1   2   3   >