[JBoss-user] [Installation, Configuration & Deployment] - Problem creating service jboss.ws:service=WebServiceDeployer

2006-04-07 Thread tvanbuskirk
Hi all, I got this error using 4.0.4.CR2, after installing the EJB 3.0 RC5 package as explained here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80345 because of the problem explained here (between JBoss Eclipse IDE and 4.0.4.CR2) http://jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBossWS] - Re: Anybody successfully using JBoss WS Early Access?

2006-04-07 Thread tvanbuskirk
I'm getting this error using 4.0.4.CR2 (w/ EJB 3.0 RC 5 package). I noticed it's similar to above. Any ideas? | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.ws:service=WebServiceDeployerEJB3 | State: FAILED | Reason: java.lang.IllegalArgumentException:

[JBoss-user] [Clustering/JBoss] - Re: Clustered SSO not following the semantics of local SSO

2006-04-07 Thread CptnKirk
Assuming we start at node1 and then move to node2... This hack works, but only if node1 stays active. In the scenario where sticky sessions are used and node1 crashes, traffic is sent to node2, however node2 still lacks the authentication context and forces a login. If someone where in a hell

[JBoss-user] [EJB/JBoss] - Re: Error getting ejbObject from Handle

2006-04-07 Thread chatura
set initial context property before Restore,by System.setProperties() Which are using privously when the bean get from the jndi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935979#3935979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss jBPM] - Re: How could I restrict the role to start a process?

2006-04-07 Thread Shi Yusen
Hi Ronald, Thank you for your answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935978#3935978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935978 --- This S

[JBoss-user] [Installation, Configuration & Deployment] - Exception:http://localhost:8080/web-console/

2006-04-07 Thread msnsky
Windows XP Jdk 1.4 http://localhost:8080/web-console/ On th left ,The Applet can not Show http://localhost:8080/web-console/Invoker java.lang.NoClassDefFoundError: org/jboss/util/stream/IMarshalledValue at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLo

[JBoss-user] [JBoss Portal] - Portal Title ?

2006-04-07 Thread ericmacau
Hello, How can I change the portal page tilte "JBoss Portal 2.2.1-RC3" ? And how can I define multi-language for it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935976#3935976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-07 Thread kukeltje
Yes, my idea is that the performance is good ;-) The company I work for is starting to use jBPM, within several weeks I think I can publish some numbers. Maybe Tom or Koen can post some numbers, but I know customers are not keen on this and environments can differ so much that sometimes figure

[JBoss-user] [EJB 3.0] - Re: ManyToOne - Problems managing relationships

2006-04-07 Thread ejb3workshop
I usually place the annotations on the getter methods. I haven't seen them on the member yet. In the past I also got the Transient... exception when I tried to persist entities which hadn't been attached previously and where I left out a CASCADE path. View the original post : http://www.jboss

[JBoss-user] [EJB 3.0] - Re: Capturing who modified entities

2006-04-07 Thread ejb3workshop
You could try retrieving the current principal from the entity session context (not sure if this is possible) and populate during @PrePersist. Would like to know if this works :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935973#3935973 Reply to the p

[JBoss-user] [EJB 3.0] - Re: fetch type eager

2006-04-07 Thread ejb3workshop
You need to rethink. EAGER should be used for Composition relationships and certain exceptional cases where the contained object is always needed. Also take a look at the FETCH attribute of the EQL language. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-07 Thread jcaraneda
1: Not public ones afaik Do you have any idea or estimation about the perfomance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935971#3935971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935971 ---

[JBoss-user] [EJB 3.0] - Re: conceptual: how start async job which relies on entities

2006-04-07 Thread ejb3workshop
You migth want to explain where you failed. Calling the message driven bean once the session bean is finnished should be possible. If there are a lot of other bean involved in the transaction, it could delay the final commit further. Maybe explain the complete transaction from the end-client pe

[JBoss-user] [EJB 3.0] - Re: Data Retrieval Performance

2006-04-07 Thread ejb3workshop
I think the short answer is yes. I would not recommend EJB3 persistence to be used for report generatation, which typically requires large datasets to be loaded and processed. Vanilla SQL can perform a much better job at that and provides more flexiblity. Were EJB3 is great is providing a elega

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-04-07 Thread kukeltje
besides that, it should be copied to TOMCAT_HOME\webapps to have the /jbpm part in the url. If you expanded deploy it in TOMCAT_HOME\webapps\ROOT the /jbpm part should be removed. Please learn how to use an appserver before posting (sorry if I sound grumpy, it has been a busy week) Sleep tight

[JBoss-user] [EJB 3.0] - Re: Many2Many using ArrayList causing strange muliplication

2006-04-07 Thread ejb3workshop
Any new development on this issue. I tried this with RC5 and it still is a problem. I have ObjectA which contains a collection of ObjectBs and ObjectCs. When I configure both as Lazy then there is no problem, but also no Bs or Cs. With either one is LAZY there is also no problem, as with B or C

[JBoss-user] [JBoss jBPM] - Re: Best practice on Process Definition design sought

2006-04-07 Thread kukeltje
1: that is up to you. If you have multiple screens/actions that span one task, then you have n:1. Sometimes there is just one screen per task so 1:1. Realy, it is up to you to decide. 2: Some others should post this I think, we don't have these. In an application I did wich uses JSF (and it's

[JBoss-user] [JBoss Portal] - NavigationPortlet

2006-04-07 Thread hr_k
Hi Is there a way to arrange the order of the tabs in the NavigationPortlet? and what does do ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935965#3935965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935

[JBoss-user] [EJB 3.0] - Re: Force Lazy Fetch on One-Many

2006-04-07 Thread ejb3workshop
After some isolated testing I found that I cannot recreate the problem. I will take a very close look at the problem code. I must be doing something I shouldn't. Thanks for the feedback in any case View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935964#39359

[JBoss-user] [JBoss Portal] - Re: portal 2.4 navegation portlet

2006-04-07 Thread hr_k
Hi How do I get portal 2.4? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935963#3935963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935963 --- This SF

[JBoss-user] [JBoss jBPM] - Best practice on Process Definition design sought

2006-04-07 Thread greg823
I am new to jBPM, have been following the tutorial using the starter kit, and things start making sense, am grateful to JBoss folks for this product. My next step is to imbed jBPM workflow engine into an existing Struts application. My questions are: 1. What granularity of process definitions

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-07 Thread kukeltje
Hi, 1: Not public ones afaik 2: Process instances that do nothing are just saved in the database, so the only limit there is the db size. The jBPM core can support lots of requests per second. Tuning the system to fit your environment is in most cases the best idea. Comparing different implemen

[JBoss-user] [JBoss jBPM] - jBPM perfomance testing

2006-04-07 Thread jcaraneda
I am evaluating jBPM and I have a something questions about it's performance: 1. Are exists perfomance testing? 2. How much process instances I can load in jBPM and how much request rate support good? 3. It has been implemented in great applications with more than 1000 users? 4. Which are the res

[JBoss-user] [JBoss Seam] - toString function overriding

2006-04-07 Thread mirko27
Why does every tutorial example write over toString method? Does Seam interpret this somehow special? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935953#3935953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935953

[JBoss-user] [Security & JAAS/JBoss] - Jacc PolicyContext related

2006-04-07 Thread [EMAIL PROTECTED]
I was wondering why JSR-115(JACC) did not provide the api to obtain the PolicyContextHandler that was registered under a key, via the PolicyContext. You can obtain all the handler keys and can register handlers. But once you have registered an handler in the PolicyContext, it is not easy to obt

[JBoss-user] [JBoss Seam] - Re: Forcing call of conversational component method on event

2006-04-07 Thread mirko27
Well, I thought your situation over and this really is a design of Filter. Interceptor need`s to be called and is not tied to view. Implement some simple Filter. It voles all your problems very easilly and causes minimal load (much less then seam figuring out what and where to do) View the orig

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 (UnitTest) and @PersistentContext(unitNa

2006-04-07 Thread [EMAIL PROTECTED]
it is a bogus logging message. Next release is next week. JBoss AS 4.0.4CR2 already has the latest EJB3 stuff, but I've been on vacation and haven't created the RC6 bundle yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935949#3935949 Reply to the post

[JBoss-user] [JBossWS] - Issue with JBoss 4.0.1- Axis1.2

2006-04-07 Thread sakiri
Hi, I am using Axis 1.2 for my program to interface with the 3rd party(with webservices). When i tested that standlone program,it worked fine.Then i tried calling that program from a servlet which is in my application.We use Jboss-4.0.1sp1.We have few webservices enabled on Jboss server. Once

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is this JBoss or an iBatis issue? Classpath issues...

2006-04-07 Thread asack
Has anyone ever used iBatis from within an EAR with EAR isolation on? If so, what was your package layout and where were are your resource files? Any advice would be much apprecaited. I'm going nuts with this one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBossCache] - Re: JGroups UNICAST - previous_members not updated on node r

2006-04-07 Thread [EMAIL PROTECTED]
Great ! We will definitely fix this with logical addresses, but I'm glad to hear it works for you until then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935946#3935946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - Re: jbpm eclipse pluggin

2006-04-07 Thread [EMAIL PROTECTED]
It should be next week sometime a presume... I am currently doing some minor corrections. Then we will do a QA cycle... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935945#3935945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss Seam] - Re: Forcing call of conversational component method on event

2006-04-07 Thread d1g
Thanks mirko27. I'd forgotten the pages.xml file. This almost solves my problem except that the action gets called prior to the render response phase which is too late for me. >From section 3.3 of the Seam reference. anonymous wrote : This action method is called at the beginning of the render

[JBoss-user] [Installation, Configuration & Deployment] - web console not in ejb3 profile for jboss 404 rc2

2006-04-07 Thread rrockwell
The web console is not part of the ejb3 profile install. Is there a compatiblity issue? If so, any idea on when it will be fixed? If it can be loaded, can anyone give a pointer on instructions? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935941#393

[JBoss-user] [EJB 3.0] - web console not in ejb3 profile for jboss 404 rc2

2006-04-07 Thread rrockwell
The web console is not part of the ejb3 profile install. Is there a compatiblity issue? If so, any idea on when it will be fixed? If it can be loaded, can anyone give a pointer on instructions? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935943#393

[JBoss-user] [JBoss jBPM] - Re: jbpm eclipse pluggin

2006-04-07 Thread hosierdm
Is there an anticipated release date for that stuff? I am eagerly awaiting an update to the plugin as well. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935942#3935942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBossWS] - Re: JAAS Security Login with JBossWS

2006-04-07 Thread CBax007
Does anyone have any thoughts on this issue? It's a bit pressing and I would appreciate any advice from anyone out there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935940#3935940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss jBPM] - Re: jbpm eclipse pluggin

2006-04-07 Thread [EMAIL PROTECTED]
Andy, Unfortunately the 3.0.8 was not the best release ever of the GPD. The good news is that 3.0.9 is on its way, hopefully a lot stabler... If you like you can build it from the sources by checking out the jbpm.dist project and running the ant dist target on the build file. Beware, this will

[JBoss-user] [JBoss Portal] - Re: failed to retrieve data of file /nodetypes/custom_nodety

2006-04-07 Thread [EMAIL PROTECTED]
I'm having the same problem. I submitted a bug to JBoss JIRA: JBPORTAL-816 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935939#3935939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935939 --

[JBoss-user] [JBossWS] - wstools.sh does not exist in JBoss-4.0.4.CR2 installation

2006-04-07 Thread reinerka
Hi, I've installed JBoss-4.0.4.CR2 on two machines with the installer (default, with all options checked for installation) and on no machine (Windows, Linux) the wstools.sh script is installed. I've been searching all over but could not find the script anywhere for download. Is there a place t

[JBoss-user] [JBoss jBPM] - jbpm eclipse pluggin

2006-04-07 Thread amccarty
Is there a newer snapshot that I can use for eclipse instead of the posted jbpm-gpd-site-3.0.8.zip? I I am getting null pointer exceptions on the Task and Action dialogs. There is already an issue filed and it looks like the source has changed. Didn't know if there was a way to upgrade. Than

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: OracleDS not bound

2006-04-07 Thread lafr
Do you get an error on startup or do you get a message saying the OracleDS was bound into JNDI? A typemapping Oracle11g is not supported. Oracle 11g even does not exist. The name of the predefined type-apping is Oracle9i. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Lanunching JBoss from JBoss IDE to enable remote debuggi

2006-04-07 Thread muf
just found this thread, which was very useful to me. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935934#3935934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935934 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem with inefficient query

2006-04-07 Thread lafr
At least with JBoss 4.0.4 the read-ahead page-size in $JBOS_HOME/server/xxx/conf/standardjbosscmp-jdbc.xml is 1000. The query contains 1000 or'ed key in the where clause and a resultset of 1000 entries is constructed. For me it was much better to decrease the value to ~20 to get best results. The

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-07 Thread elvioandrade
Yes, I will have to use chapter 8 knowledge in order to configure JBPM to use Oracle10g. I will also write some session beans that will trigger my workflows processes. thanks for your help Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935931#3

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-07 Thread [EMAIL PROTECTED]
If you copy the .sar remember also to setup your database as per chapter 8 of the guide. Once you've done that everything should work - you will still need to write your own facade into the jBPM engine. There are no out of the box session beans provided. View the original post : http://www.j

[JBoss-user] [EJB 3.0] - Re: @EJB and @Service Race Condition

2006-04-07 Thread treespace
I'm using 4.0.4 RC1 but not sure what EJB3 version it has. Will try CR2 (looks like release candidate is now candidate release) which is now available. I'm doing bee = getEJB("foo") using my own generic lookup method so it's pretty clean, but @EJB beats that and it's less error prone. View th

[JBoss-user] [EJB 3.0] - Re: serialVersionUID mismatch using remote client and jboss-

2006-04-07 Thread ablevine1
Nevermind. fixed this one. In addition to the current jboss jars, I also had some of the old ones in my classpath. However now I get an exception saying that it cannot find the class org.hibernate.collection.PersistentSet. Does anyone know which jar this is in?? View the original post : http:/

[JBoss-user] [JBoss Portal] - Help needed for the CMS Portlet

2006-04-07 Thread vasandhan
I am using the default JBOSS Portal Install. I wanted to test the CMS Functionality. I tried creating a simple test.html using CMS Admin Portlet. This test.html is in the same directory as the index.html (Default file that comes with the portal install). I modified the index.html (using the htm

[JBoss-user] [JBoss jBPM] - Connection buildup with JTA/Jbpm

2006-04-07 Thread adupre
I am trying to use JBpm with JTA. Here's what I have done so far (as highlighted by the documentation): As part of the deployment procedure, jbpm-3.1.jar become jbpm.har with the following jboss-service.xml: | | | java:/JbpmDS | java:/hibernate/SessionFactory |

[JBoss-user] [JBoss Seam] - Re: Forcing call of conversational component method on event

2006-04-07 Thread mirko27
Basically you can do following and this gives you ability to choose, which pages you wan`t to enchance with this feature: pages.xml I would use this one because in my applications I usually define conversation timeot by node and action would not be so hard to add. View the original post :

[JBoss-user] [JBoss Seam] - Re: Forcing call of conversational component method on event

2006-04-07 Thread [EMAIL PROTECTED]
What does "every event/request related to that component" mean? You mean, every time a component is used? In that case, use an interceptor. I don't really understand. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935922#3935922 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - Forcing call of conversational component method on event

2006-04-07 Thread d1g
Hi Gavin (or Seam team), I need to force the calling of a conversational component method for every event/request related to that component. I have a work around (see below) but it would be nice if Seam could do this for me. Perhaps a new annotation (e.g. @Event) that can be applied to a method

[JBoss-user] [JBoss Seam] - Re: Problem with entity manager?

2006-04-07 Thread mirko27
I thought that you are more like lonley wolf. If you need any help then sure, mail to me and we can do smth :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935920#3935920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBossWS] - Re: Annotated WebService problem

2006-04-07 Thread avlevy2k
Sure, here it is: 16:08:14,975 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=ImportServiceEJB, class=net.mycompany.ImportServiceEJB, type=STATELESS | 16:08:15,005 INFO [Ejb3Deployment] EJB3 deployment time took: 150 | 16:08:15,055 ERROR [MainDeployer] Could not create deployment: file:

[JBoss-user] [JBoss Seam] - Re: Problem with entity manager?

2006-04-07 Thread [EMAIL PROTECTED]
Well, sure, you can patch the Seam source to update it to the latest EJB3 APIs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935915#3935915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935915 -

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 (UnitTest) and @PersistentContext(unitNa

2006-04-07 Thread lisad
When I try to run a Junit test with the embeddable EJB3, I'm also seeing the error: FATAL 07-04 16:26:17,671 (PersistenceXmlLoader.java:parsePersistenceUnit:101) -tempdb JTA As suggested, I created a jar file containing my entity bean and persistence.xml and placed it in my META-INF directory

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread kukeltje
sorry, to wrong poster ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935912#3935912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935912 --- This SF.Net email

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread kukeltje
it is now indeed probably due to my second posting. I assume you have been so smart to look at the second posting or the javadocs and found the answer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935911#3935911 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread hosierdm
Actually...the first hit is this thread with the default search settings. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935910#3935910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935910 ---

[JBoss-user] [JBoss Seam] - Re: Problem with entity manager?

2006-04-07 Thread mirko27
yes, I upgraded to CR2, any workarounds? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935909#3935909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935909 --- This

[JBoss-user] [JBoss Seam] - Re: Problem with entity manager?

2006-04-07 Thread [EMAIL PROTECTED]
You have upgraded to a more recent build of JBoss or HEM. There was already a thread about this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935907#3935907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935907 ---

[JBoss-user] [JBoss Seam] - Problem with entity manager?

2006-04-07 Thread mirko27
Caused by: java.lang.NoSuchMethodError: javax.persistence.EntityManagerFactory.createEntityManager(Ljavax/persistence/PersistenceContextType;)Ljavax/persistence/EntityManager; 22:21:09,745 ERROR [STDERR] at org.jboss.seam.core.ManagedPersistenceContext.create(ManagedPersistenceContext.java:51

[JBoss-user] [JBoss jBPM] - Re: hibernate.properties doesn't always override hibernate.c

2006-04-07 Thread kukeltje
midway into the deployment of a jbpm process to the appserver? Can you post the log, version of jbpm etc...etc...etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935902#3935902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-07 Thread kukeltje
look at the ant scripts in the sourcecode (they are also in the starter kit afaik) there are some nice ant tasks that deploy jbpm by making a copy of te default server. You can see there what needs to be done to run it in your own server. The main thing is indeed copying the sar file to the depl

[JBoss-user] [Installation, Configuration & Deployment] - Re: Multiple redeployment gets PermGen error

2006-04-07 Thread drtog16
I have the same issue. It is a lare issue. If I am reading this correctly.. there is nothing we can do except change how we code things and the code of any libraries we are using? I'm confused on the status of this. I see that the ticket was for this issue but nothing done about it. Is work goi

[JBoss-user] [JBoss Seam] - Re: @Role is buggy (is it?)

2006-04-07 Thread [EMAIL PROTECTED]
Should work. Submit a test case to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935896#3935896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935896 --- This

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

2006-04-07 Thread max522over
It generates code to manage it but it doesn't work, has errors and sometimes just doesn't compile. When I initially found the problem. I backed off my multiple foreign keys fromone table to another and just put one in. Generated the code and then modified the generated code to support the other

[JBoss-user] [EJB 3.0] - conceptual: how start async job which relies on entities com

2006-04-07 Thread wauwau0977
hello there. a conceptual question: i have a stateless session bean which processes and writes some entities. i want to start a jboss message driven POJO which performs some calculations which take very long and are not important for the bean. the problem: at the moment where the async bean i

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-07 Thread [EMAIL PROTECTED]
Re: paid support, you can learn more about our support services at http://www.jboss.com/services/profsupport. Looking at your logs, it seems to me the session replicated from node2 to all. 2006-04-07 17:07:14,591 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] findSessions: find ids

[JBoss-user] [JBoss jBPM] - JBPM without starter kit

2006-04-07 Thread elvioandrade
Hi, I want to install JBPM on a already installed and configured jboss-4.0.3SP1. The server already has applications on and I just want to add JBPM so I can introduce new functionalities. Can anyone tell me what to do? Can I just copy the jbpm.sar directory into the deploy directory of jboss? I

[JBoss-user] [JBoss Portal] - Portal 2.2.1RC3 and EnterpriseDB

2006-04-07 Thread jatsrt
It works and it doesn't. Any suggestions. I am using EnterpriseDB 8.1 with their JDBC driver. I setup the ds with com.edb.Driver and the correct connection string. I modify the hibernate.cfg.xml files to use the PostgreSQL dialect. Then modify the portal-cms.sar/META-INF/jboss-service.xml to

[JBoss-user] [EJB 3.0] - Re: Data Retrieval Performance

2006-04-07 Thread triathlon98
In my experience you have to make sure your results do not contain too many records. If they do, then the query will slow down. Another thing to consider is that a flush on the entitymanager can be slow if it contains many objects. If you know the objects are unchanged, it may be best to clear

[JBoss-user] [EJB 3.0] - Re: do we have a security-proxy on ejb3?

2006-04-07 Thread delkant
mr. [EMAIL PROTECTED] or somebody else, can you please help me? what is the correct way to deal with this? if the interceptors are the answer, how i can do this easily without have to make and "if-else" per method declared to see if this is the method what i want to validate? View the origin

[JBoss-user] [EJB 3.0] - Re: Adding jars to ejb3-jar file

2006-04-07 Thread ablevine1
oops that should have been: Class-Path: A.jar B.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935886#3935886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935886 -

[JBoss-user] [JBossWS] - Re: JBossWS Schema Errors

2006-04-07 Thread jbush
This is my WSDL file. | | http://abc.com/my/wsdl/namespace"; | xmlns="http://schemas.xmlsoap.org/wsdl/"; | xmlns:tns="http://abc.com/my/wsdl/namespace"; | xmlns:xsd="http://www.w3.org/2001/XMLSchema"; | xmlns:soap="http://schemas.

[JBoss-user] [EJB 3.0] - Re: Adding jars to ejb3-jar file

2006-04-07 Thread ablevine1
if you want ejbA.jar to have access to classes in A.jar and B.jar then add this line to the manifest of ejbA.jar: Class-Path: a.jar b.jar Then put A.jar and B.jar in the same directory as ejbA.jar in your ear file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [EJB 3.0] - EJB POJO has returned null values when returned to the clien

2006-04-07 Thread vijaygrk
I have an entity bean that is accessed via a session bean. Then there is a java application that print the attributes of the entity bean after getting the pojo from the session bean. When i print the values in the session bean i get the values but when i print it in the java app i am getting nul

[JBoss-user] [JBoss jBPM] - Re: hibernate.properties doesn't always override hibernate.c

2006-04-07 Thread fptoth
Thanks for your reply. However, there is no sar file involved. This is a single ant task, deploying a single process definition. Within this single deployment I see the problem. At the beginning hibernate is talking to my database, but midway into the deployment, hibernate starts talking to hsq

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

2006-04-07 Thread [EMAIL PROTECTED]
reverse engineering does not support automatic (nor manual) many-to-many detection. if you had mapping files the entitybeans would be correct, but i don't know about the seam generation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935880#3935880 Reply

[JBoss-user] [EJB 3.0] - Re: EJB3.0 OBJECT cannot be acquired in JSP.

2006-04-07 Thread vijaygrk
I have the same issue. Did you solve the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935879#3935879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935879 ---

[JBoss-user] [EJB 3.0] - Re: Adding jars to ejb3-jar file

2006-04-07 Thread asack
"marcwimmer" wrote : Hi, | | what is the correct way to add a jar-file (like utils.jar) to the ejb3-file? | | At the moment I put it in the root of the ejb3...by that the classes in there work. But when I want to transfer simple Pojos between ejb3 and war layer it won't work anymore.

[JBoss-user] [JBossWS] - J2EE-compliant way to retrieve ServletRequest and ServletRes

2006-04-07 Thread [EMAIL PROTECTED]
I found a reference to using the MessageContext to retrieve this information: | MessageContext messageContext = this.ctx.getMessageContext(); | HttpServletRequest request = (HttpServletRequest) messageContext.getProperty("transport.http.servletRequest"); | but I looked at my message conte

[JBoss-user] [JBossWS] - Re: Marshalling problem with Sybase Date

2006-04-07 Thread CBax007
In looking at the source code, I think I see why there may be a problem: else if(typeCode == XS_DATETIME) | { | Calendar c; | if(value.getClass() == java.util.Date.class) | { | c = Calendar.getInstance(); | c.clear(); |

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is this JBoss or an iBatis issue? Classpath issues...

2006-04-07 Thread asack
"asack" wrote : Just to add, the exception I'm getting is: | | java.io.IOException: Could not find resource "com/blah/blah/sqlmapConfig.xml" etc. which is definitely in the my.jar module. Well it seems I can load if I set the current Context ClassLoader to myClass.getClass().getClassLoader

[JBoss-user] [JBoss jBPM] - Re: hibernate.properties doesn't always override hibernate.c

2006-04-07 Thread kukeltje
you have to override hibernate.cfg.xml as well in the sar file. Otherwise you get the result you see. You could also change the hibernate.cfg.xml file for this, but afaik you have to do that in two places. The deployment and runtime versions are not one and the same. Ronald View the original p

[JBoss-user] [JBossWS] - Marshalling problem with Sybase Date

2006-04-07 Thread CBax007
I have a EJB3 persistent bean mapped to a Sybase DB table. This table has datetime column that I have mapped back to a java.util.Date property on the persistent bean. This same bean class is returned from a webservice call. On JBoss 4.0.3SP1 (using Axis), I had no issues returning this object

[JBoss-user] Unsubscribe

2006-04-07 Thread Umesh Singh
mholzner wrote: no, no , no ! You are confusing concepts here. What you should do is define a page with only the navigation portlet and the CMS portlet on it. That page will then appear in the 'natural' navigation menu, and when you select it, only the nav and the CMS portlets will show. There

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

2006-04-07 Thread mirko27
Generator did none ManyToMany mappings. But the errors came mostly from: instance.getUser().getLogentrys().remove(instance); but getLogentrys was not found, instead there is getLogentries. Hope this helps you improve the generator. View the original post : http://www.jboss.com/index.html

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

2006-04-07 Thread zerzio
I had almost the same problem and your suggestion to use the nightly build worked in a sense: Yes, the seam application was deployed. Great. The problem now is that no JSF renders something but errors... http://localhost:8080/seamapp/editCity.jsf javax.servlet.ServletException: Exception in JSP:

[JBoss-user] [JBoss jBPM] - hibernate.properties doesn't always override hibernate.cfg.x

2006-04-07 Thread fptoth
Hi, This is related to my earlier post on problems with the jbpm-db project. I've just finished a quick test of deploying processes with ant. It's working fine, but only after I had the same problem I described earlier. Namely, when using hibernate.properties to override hibernate.cfg.xml, the

[JBoss-user] [JBoss jBPM] - Re: How could I restrict the role to start a process?

2006-04-07 Thread kukeltje
Currently you should indeed write your own code to prevent people starting a process they are not allowed to. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935862#3935862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-07 Thread d1g
Hi. This new Seam link tag solves a few problems I had. Thanks! There is one thing missing from my point of view though. I would like to specify custom urls with this tag. I have been using url rewriting (in and out) to make make friendly URLs for our Seam based application. E.g /myfolder/somet

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

2006-04-07 Thread mirko27
Basically It does not create entity bean right as well. Thing is that it should take getRelatedProducts(); that returns products not relatedproducts table. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935860#3935860 Reply to the post : http://www.jboss.com

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

2006-04-07 Thread mirko27
The reverse engineering tool did create the right entity beans, but if entity class had manytomany mappings editorbean went crazy. We have ManyToMany mapping where products have related products. MySQL INNODB Table: CREATE TABLE `product` ( `ID` int(11) NOT NULL auto_increment, `NAME` varchar

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-07 Thread kukeltje
thanks for letting us know and glad we could help you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935858#3935858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935858 ---

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-07 Thread kukeltje
Thanks for the notifying us. Do you have detailed issues where we could improve, since we are always open for improvement. What would you expect from a security standpoint. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935857#3935857 Reply to the po

[JBoss-user] [Beginners Corner] - Simple session bean

2006-04-07 Thread adrienogee
Hi! I'm totally new to Jboss and to EJB. I am trying to make a simple Session (stateless) Bean that will just output some HelloWorld. I don't have difficulties creating the Bean, the business method, the ejb-jar.xml and the jboss.xml, the interfaces (Hello.java & HelloHome.java). What I want to

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jacorb timeout

2006-04-07 Thread jiwils
"golubec" wrote : The problem is when application tries to talk by jacorb with host that isn't accessible - it takes a lot of time (probably ~ 20secs). So I've edited jacorb.properties file and changed number of retries to zero (It takes about 1 minute when retries was 5). But 20 secs is still n

[JBoss-user] [JBoss jBPM] - Re: Problems deploying process

2006-04-07 Thread fptoth
Hi, I used your build.xml as a starting point and tried to accomplish the same thing (deploying a process with ant). It worked, but see my new post about hibernate.properties problems. Here's my build.xml: | | | description | | | | |

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread kukeltje
search the forum for jbpmsessionfactory and the first hit will shed some light as does the javadoc... So lots of info if you do some investigation. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935850#3935850 Reply to the post : http://www.jboss

  1   2   3   >