[JBoss-user] [JBoss jBPM] - Re: Create ProcessDefinition Manually

2006-05-23 Thread itsmeprash
Thanks for your reply kevin. I would like create the ProcessDefinition and Tasks as i go through the WebApplication using the 3rd option you mentioned. Program [has multiple]---Projects--[has multiple]Tasks. Projects is same as ProcessDefn. Program is basically used to group multi

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread kurt_olsen
Hold on, I think I found the problem, and it's my fault I think...stby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945989#3945989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945989 --

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread kurt_olsen
Yes, I used Ant 1.6.5 to build the booking example. I'd installed the server using my script, which also setup my java environment. Without running the server, I navigated into the examples/booking directory and built by typing 'ant deploy' View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread kurt_olsen
Here's the complete startup and exception trace from an unmodified 4.0.4.GA installation. thanks, Kurt Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\jb4>cd bin C:\jb4\bin>run === .

[JBoss-user] [JBoss Portal] - Re: change context path

2006-05-23 Thread poyge394
ok, a restart helped.tx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945986#3945986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945986 --- All the advantage

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread [EMAIL PROTECTED]
How are you deploying? Using ant? The @myFacesLifecycleBug@ bit is supposed to get replaced by the ant task. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945985#3945985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread kurt_olsen
I've included two fragments from the trace, one from the top and one further down that looked like it might help. I'm using an ant script to install my server - so it's not quite standard, but...the changes should be harmless :) I did try with the stock installer ejb3 and ejb3-clustered profile

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

2006-05-23 Thread lretief
Tom, please post the thread you were referring to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945983#3945983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945983 --

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread [EMAIL PROTECTED]
I dunno ... seems to be working for me. What bad things happen exactly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945978#3945978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945978 -

[JBoss-user] [Management, JMX/JBoss] - How to start a service when the Server is started

2006-05-23 Thread hsaha
Hi, Is there any way to start a service only after jboss is fully initialized. One way i know is to keep polling for jboss.system:type=Server Object's 'Started' attribute. Is there any other way so that i can mention that particular MBean as a 'depends' attribute for the new service i am writing

[JBoss-user] [Remoting] - problem when SSL key password different than keystore passwo

2006-05-23 Thread [EMAIL PROTECTED]
Has anyone tried using a keystore where the key password is different than the keystore password? I used keytool to create my keystore where the -storepass and -keypass are two different values. I ensure I set the proper attributes on the SSLSocketBuilder (setKeyPassword, setKeyStorePassword).

[JBoss-user] [Installation, Configuration & Deployment] - Re: ordering which apps load first

2006-05-23 Thread jaikiran
The previous post got distorted. Here's the contents from jboss-service.xml: anonymous wrote : org.jboss.deployment.DeploymentSorter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945975#3945975 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [Installation, Configuration & Deployment] - Re: ordering which apps load first

2006-05-23 Thread jaikiran
The DeploymentScanner is meant for this. Have a look at the same in jboss-service.xml present in %JBOSS_HOME%/server/default/conf directory which contain the following: anonymous wrote : | org.jboss.deployment.DeploymentSorter You can even specify your own DeploymentScanner. View th

[JBoss-user] [JBoss Seam] - Re: JTA transaction problems on 404GA ?

2006-05-23 Thread lcoetzee
Tested it a bit, seems better. I will try and make a new testing release of my own app and let all the testers and QA's go wild. If the problem is still there it will very quickly show up. I will report back if that is the case. Thanks for the good work Louis View the original post : http://w

[JBoss-user] [JBoss jBPM] - Re: What is wrong here ? Accessing jbpm from a java applicat

2006-05-23 Thread literadix
Well, I think you could easilly use a stateless session bean, when you save the process status after each call. A better way would be to expose a process as an statful session bean. An user could fetch such a session, process task nodes without saving the context (much faster) and after all wor

[JBoss-user] [Installation, Configuration & Deployment] - Re: 2 configs clobbering each other? version 4.0.1

2006-05-23 Thread jaikiran
You need to have scoped isolation of your applications. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39459

[JBoss-user] [Security & JAAS/JBoss] - Re: How i can get the j_password and save it in a session

2006-05-23 Thread edwardva
i did these two case (extendedformauthenticator and formauthvalve) and its not function for me... i need to make another think? i am using JBoss 4.0.3. I made the context-xml file under WEB-INF, my web.xml is: action org.apache.struts.action.ActionServlet

[JBoss-user] [JBoss jBPM] - Remote accessible MBean

2006-05-23 Thread literadix
Hi there, I have noticed that there is no ready to use given way from within the project to remotly access an jBPM instance. I would suggest that someone (me) implements such a mbean. This way users could access jBPM instances by an jndi service locator which is remote accessible. What is the o

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread kurt_olsen
Hi Gavin, Any special to-do's regarding 4.0.4.GA and 1.0.0.CR3? I've just updated to both the newest versions and seam-booking gets upset when deployed. I tried both the ejb3, and ejb3-clustered profiles... Did I miss a step somewhere? And thanks for all the hard work - remember, we love ya!

[JBoss-user] [Beginners Corner] - jboss access logs

2006-05-23 Thread tanay_it
I wish to know where are jboss access logs formed..and is there any configuration attribute the value of which determines whether logs will be formed or not Regards Puneet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945967#3945967 Reply to the post : ht

[JBoss-user] [JBossWS] - wstools config parsing.

2006-05-23 Thread codemonster_4_hire
Hey Guys, I'm trying to use wstools to generate the jaxrpc mapping file and I'm running into some resistance. I'm sure the tool (or my config) can be massaged into compliance but I'm not sure where to rub. Has anyone seen this error before?: [wstools] java.io.IOException: Cannot parse config

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-05-23 Thread visolvejboss
Hi, You will get the jbossj2ee-src.zip file in the following location. http://docs.jboss.org/jbossas/getting_started/v4/ This link contains, startguide40.zip file. When you unzip this file, you will get jbossj2ee-src.zip file. -VisolveJBossTeam View the original post : http://www.jboss.com/

[JBoss-user] [Security & JAAS/JBoss] - LDAP users unable to login with case-insensitive login names

2006-05-23 Thread infa_bangalore
Hi, I am using JBoss LDAP authentication module for LDAP authentication for my application. If i enter the username with incorrect case , i am not able to authenticate...The issue here is that JBoss authentication passes but it returns the user name entered and not the retrieved user name from

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3SP1 & Tomcat 4.1x

2006-05-23 Thread rebeccaz
Hi, Recently, I just downloaded JBoss 4.0.3SP1 and will like to incorporate tomcat 4.1x instead of using the embedded tomcat 5.5 in JBoss 4.0.3. Startup seems to be fine. But when shutdown, it gives the following error, Exception in thread "main" javax.naming.CommunicationException [Root except

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-23 Thread [EMAIL PROTECTED]
The Wiki is the right place for this kind of stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945959#3945959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945959 -

[JBoss-user] [JBoss Seam] - Re: Updating JSF components via Seam remoting...

2006-05-23 Thread [EMAIL PROTECTED]
No, because the component tree is kept in a serialized form in the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945958#3945958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945958

[JBoss-user] [Beginners Corner] - Re: How do I use JBoss with Eclipse/Netbeans in a group envi

2006-05-23 Thread afshad
Hi Peter, Thanks for the suggestion. However you have stated that : 5) Developers can deploy the code that they are developing to their own copy of JBoss for their own testing. Note that this is not the production version of JBoss. No developer is ever allowed to update the production ve

[JBoss-user] [JBossWS] - Re: JBossWS tutorial

2006-05-23 Thread burrsutter
This is the easiest path to getting an annotated Web Service up and running on 4.0.4.GA and JBossWS 1.0. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82232 Burr [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945956#3945956 Rep

[JBoss-user] [JBossWS] - Re: [newbie] ant file needed

2006-05-23 Thread burrsutter
See if these instructions are useful for your newbie/getting started experience: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82232 After playing with some of the samples I decided to look for an easier way to build/deploy annotated Web Services. At the moment, I am using the techn

[JBoss-user] [JBossWS] - Re: JSR181 Annotated Web Services Intro

2006-05-23 Thread burrsutter
You must use 4.0.4.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945953#3945953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945953 --- All the advantages of L

[JBoss-user] [Security & JAAS/JBoss] - Re: help w/ DatabaseServerLoginModule

2006-05-23 Thread wizumwalt
For some reason, I still can't get this to work. I'm using JBoss-4.0.4GA. I try to his a url like localhost:8080/orders.ftl which I expect to invoke a SpringMVC controller, but first the user needs to authenticate, so if I understand this correctly, this URL gets cached and he gets pointed to th

[JBoss-user] [JBoss Portal] - Re: LayoutStrategy

2006-05-23 Thread patrickdalla
No suggestion? I need a way to hide Mode Change Buttons from window decorators when no user is authenticated or is accessing using HTTP instead of HTTPS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945951#3945951 Reply to the post : http://www.jboss.com/

[JBoss-user] [Remoting] - Re: ssl key alias and key password configurable only on one

2006-05-23 Thread [EMAIL PROTECTED]
Another oddity is that the SSLSocketBuilderMBean provides a setTrustStoreURL but doesn't allow me to set my trust store's password, algorithm or type. RemotingSSLSocketFactory does allow me to set those things. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Err I made a Mistake

2006-05-23 Thread eduardo_rdm
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76362&view=next Solved, I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945948#3945948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945948 --

[JBoss-user] [JBoss Portal] - Re: Portal 2.4 Incomplete Deployment listing

2006-05-23 Thread jksmartt
I got this to work. As a FYI to everyone else don't try deploying a war on the jboss-portal-2.4.0-ALPHA-bundled that is downloadable from the JBoss site. I had to download the jboss-portal-2.4.0-ALPHA-src.zip from sourceforge and recompile it myself. It appears that the src download contains

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Err I made a Mistake

2006-05-23 Thread eduardo_rdm
I've got same problem. Did you solve it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945946#3945946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945946 --- All

[JBoss-user] [Remoting] - ssl key alias and key password configurable only on one side

2006-05-23 Thread [EMAIL PROTECTED]
This question may be due to my ignorance of all things SSL but at the risk of sounding ignorant (which is OK, 'cause I just admitted as much :-) I noticed that on the server-side, you can define a "Key Password" (SSLSocketBuilderMBean.setKeyPassword) but there is no way to specify a key passwor

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-23 Thread [EMAIL PROTECTED]
there is no problem here; as Ronald says, jBPM only checks required variables when you end() the task instance. The end() call needs not be explicit. You can have jBPM end all tasks that are still open when the token leaves the task node by setting the end-tasks attribute to yes. View the orig

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-05-23 Thread [EMAIL PROTECTED]
It's no longer at http://www.jboss.org/docs/jbossj2ee-src.zip. Where is it now??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945943#3945943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945943 -

[JBoss-user] [JBossWS] - Re: Setting HTTP cookie on the client with portable J2EE WS

2006-05-23 Thread [EMAIL PROTECTED]
It looks like I was able to find out : | public class RequestHeaderClientHandler extends GenericHandler | { | |public void init(HandlerInfo info) |{ |} | |public QName[] getHeaders() |{ | return null; |} | |public boolean handleReques

[JBoss-user] [JBossCache] - Query cache lock contention

2006-05-23 Thread mraccola
I am using optimistic locking with JBoss Cache 1.3.0.SP2 and Hibernate 3.2.CR2. I have a very short-running block of authentication code which runs a couple of queries within a transaction and then updates a single row in the database (all using hibernate). Since this block gets executed very

[JBoss-user] [JBoss Portal] - Re: OpenLDAP integration, just plan lost what to do after se

2006-05-23 Thread egandt
Ok I understand how to make use of the TOMCAT single sign-on, however I'm still confused about how JBOSS's LoginModule works? The JBOSS LoginModule, does not seem to be independent of the Application, now my application for which I can not modify the code (don't ask), authenticates againist LDAP

[JBoss-user] [JBossWS] - Re: Setting HTTP cookie on the client with portable J2EE WS

2006-05-23 Thread [EMAIL PROTECTED]
Actually I also need to read cookies on the client response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945939#3945939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945939

[JBoss-user] [JBoss Getting Started Documentation] - Re: Can't use alternate ServiceBindingManager ports with Duk

2006-05-23 Thread georgem1wa
I'm using JBoss 4.0.2. George. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945938#3945938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945938 --- All the advan

[JBoss-user] [JBoss Getting Started Documentation] - Can't use alternate ServiceBindingManager ports with DukesBa

2006-05-23 Thread georgem1wa
I can run DukesBank following the Getting Started guide without any problems, until I try to use an alternate set of ports. If my jboss-server.xml contains this, it works fine (changed <> to []) === [mbean code="org.jboss.services.bi

[JBoss-user] [JBoss jBPM] - Re: scope variable context

2006-05-23 Thread [EMAIL PROTECTED]
there is no provision in jBPM for that; you can easily do that with a static map field in a custom class or a custom table in the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945936#3945936 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBossWS] - Re: Setting HTTP cookie on the client with portable J2EE WS

2006-05-23 Thread [EMAIL PROTECTED]
Even non portable by the way, just a hack that works for us. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945933#3945933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945933

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-05-23 Thread conkan
>I've tried both Firefox and Internet Explorer, clicking on the eye and file > name and selecting "save as" but it download an index.html file for 2.2 and > CMSAdminPortletWindow.htm for 2.4 but not the file i would... Go to 'http://localhost:8080/portal/content/prova.txt' and select "save as".

[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-23 Thread kukeltje
independent process tasks using the API should be passed an actor, pooledactor etc. afaik, it is not using the assignmenthandler etc, since it is not part of a processdefinition. Just implement your own code for this. The identitymodule is not configurable yet, imo it should be confiugurable as

[JBoss-user] [JBoss jBPM] - Re: Can't persist messages to JMS_MESSAGES. Now javax.jms.JM

2006-05-23 Thread [EMAIL PROTECTED]
It's hard to tell without more information. If your server log does not show any JDBC connectivity errors, consider that messages are deleted once they are delivered. What are you trying to do with the queue activity logs? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't persist transmitted messages in JMS_MESSAGES

2006-05-23 Thread [EMAIL PROTECTED]
It's hard to tell without more information. If your server log does not show any JDBC connectivity errors, consider that messages are deleted once they are delivered. What are you trying to do with the queue activity logs? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [Management, JMX/JBoss] - Re: user-service.xml

2006-05-23 Thread sbivol
"regenwetter" wrote : Oh yes, I forgot this. Thanks a lot. Now it works :) I have a similar case, but the ear's classloader is configured as follows: com.example:loader=example.ear java2ParentDelegaton=false

[JBoss-user] [JBossWS] - Setting HTTP cookie on the client with portable J2EE WS

2006-05-23 Thread [EMAIL PROTECTED]
Can you guys confirm me that I cannot do that : i.e the caller sets an HTTP cookie in its request to the server ? ps : don't think it is evil even if it is, it is just a point of view :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945925#3945925 Reply t

[JBoss-user] [JBossWS] - Re: return/pass JavaBean ?

2006-05-23 Thread RamcisJBOSS
Yes, you can pass a java bean as a parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945924#3945924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945924 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Persistent message re-delivered on restart

2006-05-23 Thread sriramd
Hi We use MDBs with durable queues (Jboss 4.0.3SP1). After all the messages get consumed, AND a shutdown/restart is done, some of the messages get re-delivered. I have Auto-acknowledge set and am totally puzzled on why this happens. View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: exploded war

2006-05-23 Thread sfisque
posting config info since i cant edit the original post: EJB bean/home/iface are in /WEB-INF/classes/ web.xml snippet: | | ejb/DungeoneerDB | Session | com.latticeware.ejb.DungeoneerDB_Home | com.latticeware.ejb.DungeoneerDB | | ejb-jar.

[JBoss-user] [JBoss Seam] - Updating JSF components via Seam remoting...

2006-05-23 Thread bkyrlach
I have a stateful session bean with a method annotated with @WebRemote that returns a string which is being used to dynamically update a h:selectOneListbox. However, because the options didn't exist when the page was initially rendered (passed through the facelets view resolver), when I attempt

[JBoss-user] [JBossWS] - Re: Failed to create a new SAX parser

2006-05-23 Thread carreraj
I'm having the exact same problem. Can anyone help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945919#3945919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945919 -

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-05-23 Thread julian_k
I will try, the error has not occured in a while. I imagine it must only happen under heavy load. Thanks for the pointers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945918#3945918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-23 Thread julian_k
Ok I re-read it and realize I should have been clearer about this before (sorry). I am unsure as how jBPM knows which ExpressionAssignmentHandler to use (aka mine versus jBPMs) when creating tasks without process instances. See 1) http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68876

[JBoss-user] [EJB 3.0] - Re: Change the default value to Eager

2006-05-23 Thread fabricio.lemos
So how should I implement my persistence unit tests with lazy loading enabled? I´m unit testing my DAOs and my test methods are not in a session bean, so when I access my entities (the ones returned from the data base), the transaction is closed and LazyLoadingException is thrown. View the orig

[JBoss-user] [JBoss Getting Started Documentation] - New Getting Started Guide posted for 4.0.4

2006-05-23 Thread [EMAIL PROTECTED]
We've posted a new version of the Getting Started guide to go along with the JBoss 4.0.4 release. This version can be used with the most recent Sun tutorial. (I think it is update 7) See: http://labs.jboss.com/portal/jbossas/docs Please report any problems here or in JIRA. View the origina

[JBoss-user] [Javassist user questions] - Why an abstract class generated?

2006-05-23 Thread changzhou
I try to create a class BasicType public class BasicType implements java.io.Serializable{ String _ISBN; public java.lang.String getISBN(); public void setISBN(java.lang.String); public BasicType(); } But I always get an abstract class, and the interface Serializable is not correc

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-23 Thread [EMAIL PROTECTED]
I just released Seam 1.0.0.CR3 which is compatible with JBoss AS 4.0.4.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945913#3945913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945913 --

[JBoss-user] [JBossWS] - Re: JAAS and JBossWS

2006-05-23 Thread CBax007
Just a little more info on this. In JBoss-4.0.3.SP1, the login was accomplished with org.jboss.webservice.handler.ServerLoginHandler which was part of the standard request flow. All that class did was to set the principal and credential via SecurityAssociation (not actually logging in via JAAS

[JBoss-user] [EJB 3.0] - Re: SerializationException, not sure about the source

2006-05-23 Thread [EMAIL PROTECTED]
Ok, ok... I forgot about timezone conversion. But putting a hat of a customer I was once, on a system I was writting, simply using Calendars to do such conversions were much faster than using SimpleDateFormat. There is a lot of expression parser and compilations as you said, and if you don't n

[JBoss-user] [EJB 3.0] - Re: SerializationException, not sure about the source

2006-05-23 Thread elkner
"[EMAIL PROTECTED]" wrote : | - I actually (as a programmer) would recommend to not use SimpleDateFormat unless your formatting is stored in a database field since its performance is pretty bad. Hmmm, would say, that depends. Its probably not as fast as Integer.toString(), but IMHO its stil

[JBoss-user] [JBoss jBPM] - Re: How to recreate actions of an ended process instance

2006-05-23 Thread [EMAIL PROTECTED]
Take a look at the jBPM wiki, there are two pages there you might find useful: data model object model I suggest you use Hibernate's query language (HQL) rather than SQL. It provides an object-oriented view of your stored data and shields your application from the differences among SQL dialects s

[JBoss-user] [JBoss Seam] - Re: Value of auto-increment field not updated?

2006-05-23 Thread sbryzak2
Make your primary key field an Integer (not a primitive int) and call entityManager.persist(entity) to make your entity persistent and managed. That way you'll then be able to read its primary key value. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945908#

[JBoss-user] [Installation, Configuration & Deployment] - exploded war

2006-05-23 Thread sfisque
so far i've only seen examples where the deployment is done on a jar'ed war file. i'm just tooling around with a deployment and have everything running in a WarName.war directory except i cannot get my ejb's to bind into JNDI. i've double and triple checked the config files. my question. are

[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-23 Thread kukeltje
I'm sure (don't disappoint me ;-) ) you've read 11.11 from the docs, more specifically 11.11.3 which adresses your question about the mappings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945906#3945906 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [EJB 3.0] - Re: RC6-PFD broke mappedBy and GenericGenerator workaround?

2006-05-23 Thread epbernard
http://fisheye.jboss.org/viewrep/Hibernate/trunk/HibernateExt/metadata/src/test/org/hibernate/test/annotations/onetoone/OneToOneTest.java Look for testForeignGenerator View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945905#3945905 Reply to the post : http://ww

[JBoss-user] [EJB 3.0] - The Transfer Object Pattern

2006-05-23 Thread treespace
EJB 2.0 best practices suggested a design pattern where data and behavior were were treated as independent concerns. Stone Age Development (SAD) using structs and procedural programming sounded bad so they were dubbed Transfer or Value Objects, emphasis on "Object". My EJB 3.0 entities are now

[JBoss-user] [EJB 3.0] - Re: java.net.MalformedURLException: no protocol: de

2006-05-23 Thread dbudworth
not sure how to *really* fix it, but at a minimum you can get around this by putting your code in a directory that doesn't contain spaces I'd guess, given the stack, that the RMI class loader is having "issues" with a path containing spaces. View the original post : http://www.jboss.com/ind

[JBoss-user] [JBossWS] - JAAS and JBossWS

2006-05-23 Thread CBax007
I'm using JBoss-4.0.4.GA and I was just wondering why passing the security information in the incoming soap message header like so: | report | report | no longer causes a JAAS login on the back end. How can I get this to work again as it did in JBoss-4.0.3.SP1? I don't want to use

[JBoss-user] [Management, JMX/JBoss] - Problems deplyoing a Service POJO

2006-05-23 Thread deus.machinarum
Hi all, I'm doing a MUD game for uni where the central class would be World, a Service POJO that manages all the game logic and that the clients connect to. The problem is that I can't seem to deploy it as a Bean. Here's the code for the Management Interface: package functional; | | import

[JBoss-user] [JBoss jBPM] - Can't persist messages to JMS_MESSAGES. Now javax.jms.JMSExc

2006-05-23 Thread bertrand.njiipwo
Hello Community, i'm analysing the JMS messaging service when sending messages to process instance. Every think work well until that i can't store messages as BLOB in the JMS_MESSAGES table see. Thread http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83570. Now when i shut down the JBo

[JBoss-user] [JBoss jBPM] - Re: Process skipping Node during execution

2006-05-23 Thread kukeltje
Or 9.5.3 for the events View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945899#3945899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945899 --- All the advantages of

[JBoss-user] [JBoss jBPM] - Re: Process skipping Node during execution

2006-05-23 Thread kukeltje
Brad, I hope I was clear. If you still have questions, look at 9.9 of the docs and try to add a handler to a generic node type in the designer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945898#3945898 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Seam] - Re: seam component not found, could not reslove name

2006-05-23 Thread [EMAIL PROTECTED]
Do you have a seam.properties file in the archive with your seam component? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945897#3945897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945897 -

[JBoss-user] [Clustering/JBoss] - Re: Sticky Sessions in Clustering

2006-05-23 Thread jhbjava
Hey gerMonday - You indicated you found a solution but from your post I can't tell what you did to fix it. How did you prevent the node from being appended to the sessionID? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945896#3945896 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: jboss-eembeddable and seam

2006-05-23 Thread [EMAIL PROTECTED]
Embeddable EJB is included in Seam CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945895#3945895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945895 --- All t

[JBoss-user] [JBoss Seam] - seam component not found, could not reslove name

2006-05-23 Thread brianleonard
Hi, I'm converting a standard JSF / EJB 3.0 application to use Seam, and I thought I had evertying configured correctly, however on deploy, the log shows the following: 2006-05-23 17:16:28,046 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: user 2006-05-23 17:16:28,046 DEBUG [o

[JBoss-user] [JBossWS] - Re: RPC/Encoded support

2006-05-23 Thread [EMAIL PROTECTED]
forkbomb, JAX-RPC 1.1 predates WS-I Basic Profile 1.0/1.1 which outlaws rpc/encoding. J2EE 1.4 requires WS-I BP 1.0 compliance which effectively removes the JAX-RPC 1.1 requirement. That said, there is actually support for it, although it is highly discouraged. There is no tools support, so yo

[JBoss-user] [EJB 3.0] - Re: RC6-PFD broke mappedBy and GenericGenerator workaround?

2006-05-23 Thread dbudworth
Just dawned on me, is this supposed to actually work with vanilla EJB3 persistence? We've been using the workaround so long that I forgot we used hibernate specific annotations. Also, is there a test case / example out there that does this? Just thought I could stop pestering everyone if ther

[JBoss-user] [JBossWS] - Re: wscompile additionalTypes equivalent

2006-05-23 Thread [EMAIL PROTECTED]
I have added a feature request for this, and have scheduled it for 1.0.2: http://jira.jboss.com/jira/browse/JBWS-954 In the meantime, you could define a dummy method that references all of the subclass types, this will force the jaxrpc-mapping and wsdl to contain the types. It's not elegant, b

[JBoss-user] [JBoss Seam] - jboss-eembeddable and seam

2006-05-23 Thread MmarcoM
hi all, i am writing a seam application and i want to test my ejbs using JUnit/testNG. which version of embeddable-ejb shall i download for the jboss-seam that comes from CVS? alpha6? thanks and regards\ marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Remoting] - Re: doc issue - setting SSL server socket factory

2006-05-23 Thread [EMAIL PROTECTED]
Do just has not been updated (will be for 2.0.0 release). Also, there are some issue with the pre-2.0.0 version doing this via Connector, which is that have to already have invoker created before the passthrough will happen (which has been fixed for 2.0.0). View the original post : http://w

[JBoss-user] [JBossWS] - Re: Content-Transfer-Encoding for Attachment.

2006-05-23 Thread [EMAIL PROTECTED]
Currently only binary types are supported. The reasoning is that base64 values can be inlined in the XML so there isn't much gain to a base64 encoded attachment. That said, if you still want this, open a feature request. You can also upload patches if you want to contribute, but you would have

[JBoss-user] [Remoting] - doc issue - setting SSL server socket factory

2006-05-23 Thread [EMAIL PROTECTED]
In Chapter 4 of users guide, it says on page 39 (of the .pdf): anonymous wrote : | Note: If you want to set the server socket factory via the invoker's setServerSocketFactory() method, it requires a bit of work. | And it goes on with an example - creating the factory, casting the invoker,

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC6 - PFD released.

2006-05-23 Thread [EMAIL PROTECTED]
RC6 has a standalone distribution that works with 404CR2 and 4.0.3SP1. www.sf.net/projects/jboss. RC7 will be out today or tomorrow where you can use that standalone dist too. Otherwise you are stuck trying to figure out the installer until then. View the original post : http://www.jboss.co

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC6 - PFD released.

2006-05-23 Thread bferro
"arikkfir" wrote : Did you use the jar installer, or downloaded the zip/tar? | | I think the ejb3 only comes with the installer...says so in the download page anyway ;-) The installer does not work properly. An exception is thrown for any configuration I choose. (from javax.swing) View the

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

2006-05-23 Thread [EMAIL PROTECTED]
Right, The ant task question was answered by Thomas with the FAQ entry. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQClientJars You need those jars in your ant task classpath. Make sure you include concurrent and jbossretro since you are not using the ejb3 profile. | | | |

[JBoss-user] [EJB 3.0] - Re: Why cant JBoss 4.0.4 GA deploy these Beans?

2006-05-23 Thread [EMAIL PROTECTED]
You can break the circular dependency by adding the @IgnoreDependency annotation to the injected @EJB | @Stateless | public class MyBean implements ... { | |@EJB |@IgnoreDependency | private AnotherEJB another; | | } | | Or use the XML version. | |

[JBoss-user] [JBoss Seam] - Re: Deployment of seam application fails on ejb-jar.xml

2006-05-23 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83026 Only Seam CVS runs on the JBoss 4.0.4.GA release. I will do a CR3 release soon, but until then, please read announcements, they have useful information in them. View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB 3.0] - java.net.MalformedURLException: no protocol: de

2006-05-23 Thread iktuz
Hi Folks. While I am trying to communicate between my client/servlets and my SessionStateless EJB3 service components, I am getting this stack trace as follow: | javax.naming.CommunicationException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested

[JBoss-user] [JBoss Seam] - Re: Deployment of seam application fails on ejb-jar.xml

2006-05-23 Thread MmarcoM
Hello Mirko, sorry, i still have no luck i have downloaded 4.0.4.GA from web, i am using jboss-seam 1.0.0.CR2 and it is still complaining when deploying the simple registration sample | 2006-05-23 20:55:42,296 WARN [org.jboss.system.ServiceController] Problem creating service jboss.j2ee:ser

[JBoss-user] [EJB 3.0] - Re: Why cant JBoss 4.0.4 GA deploy these Beans?

2006-05-23 Thread bdecoste
There is a circular dependency, which is not allowed. EJB1Session is dependent on EJB2Session and EJB2Session is dependent on EJB1Session. So neither can be deployed, since they are each waiting for the deployment of the other to handle the injection. I will close the JIRA issue. View the ori

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

2006-05-23 Thread parikhm
I am trying to the ant task wstools and getting the following error : java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap | at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225) | at org.apache.tools.ant.Project.executeTa

[JBoss-user] [EJB/JBoss] - Re: Bind or deploy local interfaces in JBoss 4.0.2

2006-05-23 Thread upankar
I am not sure what the problem could be. I have been using local interfaces in 4.0.2 perfectly fine. Did you bind your local EJB with in jboss.xml file while deploying ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945873#3945873 Reply to the post : ht

  1   2   3   4   >