[jboss-user] [JBoss Seam] - Re: Seam with WebLogic/Websphere

2006-10-04 Thread joanesilviya
"[EMAIL PROTECTED]" wrote : The actual statement is that Seam can be used in any Java EE 5 appserver. WebLogic and WebSphere do not yet support Java EE 5. Hi gavin : Can you let me to know the brief explanation regarding your reply. thanking you View the original post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Regarding process variables

2006-10-04 Thread jagadeeshrao
Hi, I am facing problem while coping process variables into database. I am not able to store values into database. is there any code sample for this proble? I am using following code to store process variable into database. TaskInstance.setVariable(variableName,value); TaskInstance.setVariable

[jboss-user] [JBoss Seam] - error when redeploying seam application

2006-10-04 Thread ms57
hello every one i am developping an application that simply connects to MYSQL and register user profiles in a table.i use 'jboss-4.0.4.GA' app server and seam framework with JSF components. when my .ear file doesent exist in 'deploy' subdirectory in jboss root folder ican deploy my app successful

[jboss-user] [JBoss jBPM] - Regarding process variables

2006-10-04 Thread jagadeeshrao
Hi, I am facing problem while coping process variables into database. I am not able to store values into database. is there any code sample for this proble? I am using following code to store process variable into database. TaskInstance.setVariable(variable ,Name); TaskInstance.setVariable(var

[jboss-user] [JBoss/Spring Integration] - Re: How to use Hashtable in JBoss Rules

2006-10-04 Thread alesj
Are there no Rules forums? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976229#3976229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976229 ___ jboss-user mailing list jbos

[jboss-user] [JBoss/Spring Integration] - Re: How to use Hashtable in JBoss Rules

2006-10-04 Thread vivonpereira
did not find any appropriate forum for the same. Could u suggest any. or how would i get my query answered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976228#3976228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBoss Seam] - In attribute requires value for component: selectItems.state

2006-10-04 Thread jimjamz
I'm trying to create a selectItem Component for states and I keep running into this error. In attribute requires value for component: selectItems.. 00:28:37,406 INFO [Initialization] reading components.xml | 00:28:37,521 INFO [Initialization] reading properties from: /seam.properties | 00:

[jboss-user] [JBossWS] - Re: Error when deploying ear

2006-10-04 Thread Villain
I've tried to rename and redeploy it. And here is what I've get: 09:01:50,879 INFO [EARDeployer] Init J2EE application: file:/D:/Program Files/jboss-4.0.4.GA/server/default/deploy/transport.ear | 09:01:51,613 ERROR [MainDeployer] Could not create deployment: file:/D:/Program Files/jboss-4.

[jboss-user] [JBoss/Spring Integration] - Re: How to use Hashtable in JBoss Rules

2006-10-04 Thread alesj
Wrong forum perhaps? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976225#3976225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976225 ___ jboss-user mailing list jboss-

[jboss-user] [EJB 3.0] - Looking up a Seam component in the JNDI ENC

2006-10-04 Thread zzzz8
Hi, I originally posted this question on the Seam forum, but was redirected to this forum. Here's the http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91810 to the original post. I'll repost my question here, but it essentially has to do with my problem in looking up a Seam component

[jboss-user] [JBossWS] - Authentification in jax-rpc

2006-10-04 Thread trifonov
Hi, I'm new to JBoss and web services. I have an jax-rpc webservice and I want to add basic authentification (user name/password), also I want to get the username inside webservice for further processing. I check the documentation but I found information only for signing/encrypting. Can someone

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to make MDB listen on weblogic queue

2006-10-04 Thread romanchr
Hi Alan, What you need is a JMSProvider that access Weblogic. There are examples how you can achieve this for Tibco. My guess is you can do it the same way. If you want you can also check out my own topic in this forum (Tibco messaging integration fails). What you mainly need is, as mentioned b

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-04 Thread yj4jboss
Hello Todd, I am trying to get your example working on jboss-4.0.4.GA-jems. I have placed the libs ajax libs in tomcat/jsf-libs folder and could get the home page at the following link http://localhost:8080/seam-hibernate/home.seam. However, i am not able to register an account as i have t

[jboss-user] [JBoss Seam] - Re: Shared JAR files ?

2006-10-04 Thread balamg
Currently, I am making sure that each EAR file has its own class loader using seam.jboss.org:loader=myear I have 15 odd EAR files, all using the same jars. My aim is to reduce the overall memory footprint of jboss. any other options that anyone else knows of ? Also I have observed PermGen exce

[jboss-user] [EJB/JBoss] - Re: Transaction setting wrong??

2006-10-04 Thread boobalan_kj
Hi, I dont find any TransactionManagerService on jboss-service.xmlI am using jboss4.0.3 server but I am finding that in jta-service.xml.. Now my problem is eventhough timeout is 300sec..my application is running even after 15mins ..Where would be the problem? Thanks Bala. View the origina

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: serve web application content as gzip- compressed

2006-10-04 Thread massoo
hi, thanks for the tip. how about using this compression filter ? http://sourceforge.net/projects/pjl-comp-filter/ shann View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976217#3976217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB 3.0] - How Can I get Seesion bean using embedded ejb

2006-10-04 Thread sirajulmuneer
Hi all, I am trying to lookup my seesion bean using context.lookup Code is like this EJB3StandaloneBootstrap.boot(null); Context ctx=getInitalContext() ctx.lookup("ConsumerProfileSession") static InitialContext getInitialContext() throws Exception { Hashtable props

[jboss-user] [EJB 3.0] - How Can I get Seesion bean using embedded ejb

2006-10-04 Thread sirajulmuneer
Hi all, I am trying to lookup my seesion bean using context.lookup Code is like this EJB3StandaloneBootstrap.boot(null); Context ctx=getInitalContext() ctx.lookup("ConsumerProfileSession") static InitialContext getInitialContext() throws Exception { Hashtable props

[jboss-user] [JCA/JBoss] - Re: How to use Hashtable in JBoss Rules

2006-10-04 Thread [EMAIL PROTECTED]
This is not a forum for JBoss Rules. At present, they do not have a forum. However, you can subscribe to their mailing list. More can be found here: http://labs.jboss.com/portal/jbossrules/lists.html Their general page can be found here: http://labs.jboss.com/portal/jbossrules/ View the orig

[jboss-user] [Performance Tuning] - How to use Hashtable in JBoss Rules

2006-10-04 Thread vivonpereira
I have an object containing Hashtable. I want to take the value from the hashtable and use it for the LHS side of the rule. How do I do that? Object: Test Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value as '21'. Like: inputHT.put(age, new Integer(21)) ) The rule

[jboss-user] [JBoss/Spring Integration] - How to use Hashtable in JBoss Rules

2006-10-04 Thread vivonpereira
I have an object containing Hashtable. I want to take the value from the hashtable and use it for the LHS side of the rule. How do I do that? Object: Test Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value as '21'. Like: inputHT.put(age, new Integer(21)) ) The rule

[jboss-user] [JCA/JBoss] - How to use Hashtable in JBoss Rules

2006-10-04 Thread vivonpereira
I have an object containing Hashtable. I want to take the value from the hashtable and use it for the LHS side of the rule. How do I do that? Object: Test Hashtable in Test: inputHT (the hashtable contains the key as 'age' and value as '21'. Like: inputHT.put(age, new Integer(21)) ) The rule

[jboss-user] [EJB 3.0] - Eror while looking EJB...Urgent

2006-10-04 Thread sirajulmuneer
I m getting an error as such shown below while trying to scan Class path of BootStrap. I just put two lines of code in my sample app and classpath for some ejbs. Code is--> EJB3StandaloneBootstrap.boot(null); System.out.println("--

[jboss-user] [EJB 3.0] - How to reference a POJO EJB3 objects in scheduler-service.xm

2006-10-04 Thread eisgotoh
Hello, I migrated a working EJB2 application to EJB3(POJO /JBOSS-4.0.4GA) based one. While everything worked OK thanks to JBOSS's good documentations, I am facing to just an issue. I tried to refer to an EJB3(POJO) stateless session bean by JNDI name inside a dependency description (as here b

[jboss-user] [JCA/JBoss] - Re: connection.setAutoCommit(true) doesn't seems to bubble u

2006-10-04 Thread wmprice
You need to take a look at this: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCALazyAutoCommit Further, could you post your *-ds.xml file as well the version of the driver you are using? If your driver is indeed starting a new opening a new transaction on conn.commit(), this would be an un

[jboss-user] [JBoss jBPM] - User cancels while actioning a task

2006-10-04 Thread slienert
We have just started a new project using JBPM 3.1 and need some advice on how to handle a common situation. We have a simple process definition with a start, a task and an end. The user actions the task via a screen which allows them to add indexing information to a document. The case we are

[jboss-user] [JCA/JBoss] - connection.setAutoCommit(true) doesn't seems to bubble up th

2006-10-04 Thread dangelo1
I have a no-tx-datasource in JBOSS 4.0.4 and I do the following: DataSource datasource = (DataSource) context.lookup("noTxDatasource") Connection connection = null; try{ datasource.getConnection(); connection.setAutoCommit(false) //do some stuff with connection connect

[jboss-user] [Installation, Configuration & Deployment] - springframework unknownHostException

2006-10-04 Thread jamieg99
Hello, if anyone can point me in the right direction with this, I'd be very grateful. I'm trying to deploy my application offline, but keep hitting an java.net.UnknownHostException exception because jboss can't resolve the spring dtd (http://www.springframework.org/dtd/spring-beans.dtd). I've a

[jboss-user] [JBoss Messaging] - Re: jboss-messaging performance testing

2006-10-04 Thread [EMAIL PROTECTED]
I'll handle this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976201#3976201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976201 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: Roles bug?

2006-10-04 Thread [EMAIL PROTECTED]
OK, it is fixed in CVS now, using some ugly code :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976199#3976199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976199 ___ jb

[jboss-user] [JBoss Messaging] - Re: JBossMQ to JBoss Messaging Conversion

2006-10-04 Thread [EMAIL PROTECTED]
pcarrollnf wrote : Would someone happen to have an example or point me to a FAQ that describes how one may go about converting from JBossMQ to JBoss Messaging? Thanks. I was wondering when this kind of request would eventually show up It's an extremely good question, which deserves thorough

[jboss-user] [Beginners Corner] - Re: how does this work...

2006-10-04 Thread PeterJ
It doesn't matter what you call the ear file. The server maintains an internal list of the contexts and simply goes to the correct war. When you deploy an ear file, it takes it apart and deploys its contents, and thus updates its internal tables. View the original post : http://www.jboss.com/

[jboss-user] [EJB 3.0] - EntityManagerFactory null from JNDI?

2006-10-04 Thread rocken7
EntityManagerFactory is null in jndi. No errors, no warnings, notta just null or "not found" etc. Yep I've seen posts on this, but no good answer. jboss-4.0.4.GA So far my SLSB beans work remotely for unit tests. But ... How do you get an EntitManagerFactory from outside the container?

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

2006-10-04 Thread [EMAIL PROTECTED]
jbosside 1.6.2 is an old release. use hibernate tools 3.2.b7 or jbosside 2.x. And feel free to step up and contribute patches to improve the templates. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976195#3976195 Reply to the post : http://www.jbo

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-04 Thread [EMAIL PROTECTED]
tpaterson wrote : It looks like multiplexing would greatly simplify the network setup work we'd need to do to deploy this. Yes, everybody (us at the top of the list) agrees with that. A major remoting overhaul has started, this will go hand in hand with adding failover to the 1.2 code. I wou

[jboss-user] [JBoss Seam] - java.lang.NoSuchMethodException

2006-10-04 Thread monkeyden
Can't seem to find the problem here. The search() method is defined in the local interface and the session bean, and it's invoked by the JSP/JSF. As you can see, the email field is annotated as @[EMAIL PROTECTED], neither required. I recieve as NoSuchMethodException. Entity @Local | public

[jboss-user] [JBossWS] - NullPointerException deploying JSR 181 EJB3 endpoint

2006-10-04 Thread mrooney
I'm using JBoss 4.0.4 GA with EJB3-RC9-FD and JBossWS 1.0.3. NPE is thrown by org.jboss.ws.tools.schema.SchemaTypeCreator.java:578 during deployment. After digging through the code I found Introspector, BeanInfo and PropertyDescriptor were causing the problem while analyzing one of my EJB meth

[jboss-user] [Installation, Configuration & Deployment] - Re: /client vs /lib

2006-10-04 Thread lightbulb432
Thanks for the reply. If you want to share JARs among several different archives in a given server configuration, what could you do? In this case I'm guessing you'd place it in server/myConf/lib (though these JARs can only be read at server startup time and NOT hot-deployed) What would you do

[jboss-user] [EJB 3.0] - Safety of retaining references to EntityManagers obtained vi

2006-10-04 Thread evk
Hi, I have a question about the safety of an EJB 3.0 design pattern that I've evolved during the development of a project. It seems naive to me now in retrospect, but could someone please comment in more detail about its safety? I have a stateless EJB that obtains an EntityManager via the fol

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

2006-10-04 Thread rachono
Hi, Is there any plan to fix the templates ? Since july 06, I don't see much progress on that topic I've downloaded JBoss IDE 1.6.2 and the latest Jems Installer (jems-installer-1.2.0.BETA.jar) but still after the reverse engineer : -- incorrect import javax.ejb.Interceptors; -- and this error

[jboss-user] [EJB 3.0] - Re: optional=true

2006-10-04 Thread monkeyden
To clarify, in my schema, it's completely acceptable if there is no row in the USER_PROFILE_ALERTS table. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976186#3976186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976

[jboss-user] [EJB 3.0] - Re: optional=true

2006-10-04 Thread monkeyden
I'm sure there is some nuance I'm missing here. Should changing it to the following prevent the error? It doesn't appear to be working. @OneToOne(optional=true, fetch=FetchType.EAGER) @JoinColumn(name="USER_KEY", unique=true, updatable=false, insertable=false) View the original post : http:/

[jboss-user] [JBossWS] - Re: NPE in wstools, wsdl-java, unwrap=true

2006-10-04 Thread klease
I created a JIRA issue http://jira.jboss.org/jira/browse/JBWS-1279 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976182#3976182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976182

[jboss-user] [JBoss Seam] - Re: Roles bug?

2006-10-04 Thread [EMAIL PROTECTED]
FYI, this bug is *not* easy to fix in a robust way... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976184#3976184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976184 ___ j

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-10-04 Thread [EMAIL PROTECTED]
On JSR181 endpoints the context root can explicitly be set using this annotation @org.jboss.ws.annotation.PortComponent(contextRoot="/your-prefered-context") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976183#3976183 Reply to the post : http://www.jboss.c

[jboss-user] [JBossWS] - Re: Exception in wstools wsdl-java, unwrap=true

2006-10-04 Thread klease
An issue has been filed for this: http://jira.jboss.org/jira/browse/JBWS-1260 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976181#3976181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976181 _

[jboss-user] [EJB 3.0] - Re: no injection of @Resource TimerService within Entity EJB

2006-10-04 Thread jmcclure
I appreciate the clarification Bill. Guess I should pay more attention to the use of terms enterprise beans (session, message) vs. JPA entity beans in EJB 3. I was looking to experiment with timers are associated with a particular bean instance rather than type of bean. View the original p

[jboss-user] [JBoss Seam] - Re: Shared JAR files ?

2006-10-04 Thread gcomnz
I've had problems sharing jboss-seam.jar in the server-name/lib dir when I have multiple WARs in separate EARs. This is because if a shared classloader serves up the Seam classes then Seam doesn't shield the webapps from each other. It's not like it doesn't work (AFAIK), namespacing just gets m

[jboss-user] [EJB 3.0] - Re: optional=true

2006-10-04 Thread monkeyden
I just realized that it's the former optional public abstract boolean optional (Optional) Whether the association is optional. If set to false then a non-null relationship must always exist. Default: true View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [EJB 3.0] - Re: optional=true

2006-10-04 Thread monkeyden
Am I correct to assume that it's the relationship that is permitted to be false or is it a value for the field which is permitted to be false? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976177#3976177 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Re: no injection of @Resource TimerService within Entity EJB

2006-10-04 Thread [EMAIL PROTECTED]
JPA entity beans (@Entity) do not support injection. Old style EJB 2.1 CMP/BMP do support injection, but JBoss does not support it at this time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976175#3976175 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Re: no injection of @Resource TimerService within Entity EJB

2006-10-04 Thread [EMAIL PROTECTED]
What I should say is that Java Persistence (ejb 3.0 persistence with @Entity) specification does not allow injection. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976176#3976176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Roles bug?

2006-10-04 Thread [EMAIL PROTECTED]
Yes, you found a bug. I'll see what I can do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976174#3976174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976174 ___ jboss-use

[jboss-user] [EJB 3.0] - Re: Migrating user data in an annotated model, your solution

2006-10-04 Thread epbernard
you can check session.replicate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976173#3976173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976173 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: [ClassCastException] problem with merge() for abstract e

2006-10-04 Thread epbernard
do you have a minimal test case reproducing the issue? Please post it to JIRA http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976172#3976172 Reply to the post : http://www.jboss.com/index

[jboss-user] [EJB 3.0] - Re: EJB3 RC9 and BigDecimal/monetary issues

2006-10-04 Thread epbernard
scale does not affect the runtime behavior this is only a hint for DDL generation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976170#3976170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976170 _

[jboss-user] [JBoss Seam] - Re: Logout and Back Button

2006-10-04 Thread [EMAIL PROTECTED]
No, there is no way to implement this. Your web browser does not hit the server when the user clicks "back". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976169#3976169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [EJB 3.0] - Re: optional=true

2006-10-04 Thread epbernard
optional=true goes against nullable=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976168#3976168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976168 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-04 Thread [EMAIL PROTECTED]
Great, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976167#3976167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976167 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [EJB 3.0] - Re: no injection of @Resource TimerService within Entity EJB

2006-10-04 Thread jmcclure
Still can find no reference to issues with timer service injection in an entity bean. Opened feature request in JIRA: http://jira.jboss.com/jira/browse/EJBTHREE-726 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976166#3976166 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: BPEL - receive - invoke

2006-10-04 Thread KVAK_TNT
OK ... I've found my error... :-) If I call atm Relation with frontend... I should add my code into the frontend_impl.java. That was my fault! Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976164#3976164 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Logout and Back Button

2006-10-04 Thread vimalm
I was testing the booking application and I encountered this problem: After logging in and going forward a couple of steps, searching a hotel and start the booking process, if I click the logout button in the middle I get redirected to login page which is fine. But without closing the browser if

[jboss-user] [JBoss Messaging] - Re: Cannot configure JBoss Messaging

2006-10-04 Thread [EMAIL PROTECTED]
We will try to get 1.0.1.GA out by the end of this week (Fri Oct 10th). At this point I see no major issue that would stop us from doing it, I just need to add some extra tests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976162#3976162 Reply to the post

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-04 Thread smartbinary
FYI: I've completed this prototype and have submitted it via JIRA for consideration of inclusion in the Seam examples. See: http://jira.jboss.org/jira/browse/JBSEAM-388 -- Regards, Todd Smart Smart Binary, LLC Partner & Sr. Consultant [EMAIL PROTECTED] c941.538.1814 - f727.214.9121 V

[jboss-user] [JBoss jBPM] - Re: error testing atm bpel process, java.lang.reflect.Invoca

2006-10-04 Thread [EMAIL PROTECTED]
Hi, Please describe the steps to reproduce the problem. Do not forget your product version numbers. -Alejandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976160#3976160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: BPEL - receive - invoke

2006-10-04 Thread KVAK_TNT
I think I'll rewrite it here: | | | I have implemented a connectMe operation in my agilpro_impl.java file (partner relation) and added the following code (for test purpose): System.out.println("connectMe"); | So I see allways a log message in jBOSS console everytime

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-10-04 Thread [EMAIL PROTECTED]
If the tests pass, it is harmless. A future version of JBossWS will fix the problem (JBWS-826). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976158#3976158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976158 __

[jboss-user] [JBoss Messaging] - Re: Will future releases be backwards compatible with older

2006-10-04 Thread [EMAIL PROTECTED]
Oliver, Dropping insuring compatibility is a decision that we reluctantly took after we evaluated our resources and polled the community (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=85729). Given the pace at which the code changes on the head, it is simply not feasible to maintain

[jboss-user] [Security & JAAS/JBoss] - Re: Can't get access right from Java Client

2006-10-04 Thread jmcollin92
Thank's for your reply. But is it not possible to have the authentication done by the server using its login configuration ? What's the use of having a security declaration server side if a client can authenticate itself and then make any calls he wants server side ? There is really something I

[jboss-user] [JBoss jBPM] - Re: BPEL - receive - invoke

2006-10-04 Thread [EMAIL PROTECTED]
Hi Claus, I don't get it. You say you have a receive (activity?) and then ask why the code in your partner service is not executed. To call other a partner service from your process, you'd use the invoke activity, but I don't believe that's your question. Can you rephrase or use an example? -

[jboss-user] [JBoss Eclipse IDE (users)] - Problem when undeploying the EJB3 jar

2006-10-04 Thread ataud
I create a database in MySQL (4.0.20) I create PERSON table I develop the coreesponding Entity @Entity @Table(name = "PERSON") public class PersonEntity implements Serializable { ... } I deploy the jar and test the creation : ... entityManager.persist(personEntity); ... I works. But when I unde

[jboss-user] [JBoss Portal] - New portal Instance.

2006-10-04 Thread noicangi
hi using portal 2.4 jboss as 404 and my sql i create a new portal instance, and i would like to upload content to the CMS anyone manages jackrabbit? also, y would like to have my own login module which makes reference to a specific database. View the original post : http://www.jboss.com/i

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-10-04 Thread mitra123
Hi, Thanks for the response, I wanted to make sure I am not doing something wrong. And no we don't have an app server, and I was just using the JDBCCacheLoader API connecting to MYSQL via JDBC. For the sake of the testing I will try to write a piece of code to use connection pools but I suppose

[jboss-user] [EJB 3.0] - Re: optional=true

2006-10-04 Thread monkeyden
By the way, I saw this defect on Sourceforge and wondered if this was the cause: [ANN-258] - OneToOne annotation: Hibernate is not respecting the optional=true behaviour http://sourceforge.net/project/shownotes.php?group_id=40712&release_id=413109 View the original post : http://www.jboss.com/

[jboss-user] [EJB 3.0] - optional=true

2006-10-04 Thread monkeyden
I'm trying to define a one-to-one bidirectional relationship in which one row may or may not exist. I thought setting optional=true (on both sides?) would allow for this but I get the following error: Caused by: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [

[jboss-user] FW: List maintainer?

2006-10-04 Thread Victor Schrader
-Original Message- From: Admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 12:55 PM To: 'jboss-user@lists.jboss.org' Subject: List maintainer? Pardon me for puting this on the list, but whether I get digest messages or not, I still get 2 messages for every 1 message? I

[jboss-user] [JBoss jBPM] - BPEL - receive - invoke

2006-10-04 Thread KVAK_TNT
Hi there! small question: If I code a receive-Operation in my BPEL - Process - why is my java-code in my partner_impl.java not executed? Do I need to invoke every operation I wanna start? Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976148

[jboss-user] [Security & JAAS/JBoss] - Re: SingleSignOn with Windows Domain?

2006-10-04 Thread KenRoberts
Never mind, the terms I was searching for didn't point me at the sticky at the top of this forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976147#3976147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976147 ___

[jboss-user] [JBossWS] - Re: Error when deploying ear

2006-10-04 Thread georgesberscheid
Have you tried changing Transport.war to transport.war in application.xml? As far as I know those names are case-sensitive. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976146#3976146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossWS] - Re: java.lang.UnsupportedOperationException: setProperty mus

2006-10-04 Thread elponderador
Are you by any chance using the new Java SE 6.0 Beta? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976145#3976145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976145 ___ j

[jboss-user] [JNDI/Naming/Network] - newbie please help: using the right name?

2006-10-04 Thread bezdomny
This is a really dumb question, but here goes: I'm trying to use javamail and I have the following config: Here is the server output when jboss starts up: [org.jboss.mail.MailService] Mail Service bound to java:/AppMail 2006-10-04 12:46:46,065 DEBUG [org.jboss.mail.MailService] Started jboss:se

[jboss-user] [JBoss jBPM] - Re: how i know that fork has ended?

2006-10-04 Thread brittm
You can look at the current node that is associated with each token. The branches that are still in progress will display one of your business nodes, while the branches that have completed will display the name of your join node (as they sit there waiting on the other branches to finish). Once

[jboss-user] [JBoss Seam] - Re: Stale Data until redeploy

2006-10-04 Thread [EMAIL PROTECTED]
If you are saying that you need lazy fetching just to display the search screen, then the solution is to use a persistence context that spans the web request. A Seam-managed persistence context does this by default (unless you start a long-running conversation). This is why we have Seam tx and

[jboss-user] [JBoss Seam] - Re: Stale Data until redeploy

2006-10-04 Thread [EMAIL PROTECTED]
So, just especially for you, I added pagination to the booking example in CVS. There is no safe way to pass an object instance from the session scope to a conversation or event and expect lazy fetching to happen automatically. Instead, when you pass an entity that lives in the session scope to

[jboss-user] [JBoss Seam] - Roles bug?

2006-10-04 Thread zzzz8
I recently upgraded my Seam libraries from 1.0.1 GA to the 9/28/2006 build. I just noticed that a session bean that I've annotated with Roles doesn't seem to work any more - it worked with 1.0.1 GA. When I mean work, I mean my JSF markup that's referencing one of the roles somehow always defau

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL: Process Performance and Workload ?

2006-10-04 Thread [EMAIL PROTECTED]
Hi Bertrand, I'll gladly give as much detail as I can, provided you publish the results of your investigation. Is that fair? Each client request creates a separate JMS session, yet they share a single connection per BPEL process. I am unfamiliar with the JBossMQ implementation details, but the

[jboss-user] [Beginners Corner] - Re: how does this work...

2006-10-04 Thread kkarank
sorry i meant ...server/default/deploy directory :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976136#3976136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976136 ___ jbo

[jboss-user] [Beginners Corner] - Re: how does this work...

2006-10-04 Thread kkarank
hi Peter ,let me explain the application name is FiboApp.ear and it contains FiboEJB.jar and FiboWeb.war - the META-INF of FiboApp.ear contains the application.xml file where there is a mapping from /fibo to FiboWeb.war this means that once that server comes to this application.xml file it wil

[jboss-user] [JBoss Messaging] - Re: Cannot configure JBoss Messaging

2006-10-04 Thread mr_aravinth
Hi Tim, I tired with the CR5 release and the exception is gone. The sample code I have written works fine. Thanks for the information. - Aravinth. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976134#3976134 Reply to the post : http://www.jboss.com/index.

[jboss-user] [EJB 3.0] - Re: Automatic Destroy State in Stateful Session Bean

2006-10-04 Thread ALRubinger
You have an instance variable in your bean. By "Stateless", this means the container will not guarantee that the same instance will be returned to the same client on each invocation. At the end of the invocation, it's just returned to the pool. It's up to the developer to ensure the bean has

[jboss-user] [JBoss Portal] - jboss portal 2.2.1 to 2.4 migration

2006-10-04 Thread shagy69
Hi everybody, I used to have a portal application in portal 2.2.1 and I decide to migrate a few days ago. I read the documentation and change the xml descriptors like portlet-instances.xml, *-object.xml... my app was a portal with 4 pages, and now it seems to work quite well in the new 2.4 porta

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - web file cache, esi and more?

2006-10-04 Thread meselfe
Does jboss have any sort of cache for static web files or are there any open source frameworks that can be used with jboss AS? Does JBoss AS support caching fragments of dynamic webpages using esi? Is the jboss web project still alive? How would I deploy static webcontent to JBoss AS without ha

[jboss-user] [JBoss jBPM] - Re: JBPM - EBJ

2006-10-04 Thread pravot
Ooops; my fault; in the ejb jar jboss-app.xml i have changed the loader-repository, and therefore ive probably face a class loader issue. Working fine right now ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976128#3976128 Reply to the post : http://www

[jboss-user] [Installation, Configuration & Deployment] - Re: ejb3.deployer?

2006-10-04 Thread lightbulb432
If I want a J2EE 1.4 compatible JBoss in addition to ejb (and possibly) clustered configuration, how do I do this?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976126#3976126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Performance Tuning] - Re: Jar Isolation Not Working

2006-10-04 Thread wcydaip
Thanks. Sorry 'bout the forum, seemed right at the time. That http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration reads abit clunky, but, makes sense after the hundreth time. So, basically, you just need to add the meta-inf/jboss-app.xml to a deployment and at least the ear isola

[jboss-user] [Security & JAAS/JBoss] - SingleSignOn with Windows Domain?

2006-10-04 Thread KenRoberts
Hi, I'm curious if anyone has managed to link the Windows domain login with SingleSignOn. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976125#3976125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976125 __

[jboss-user] [EJB 3.0] - Re: Automatic Destroy State in Stateful Session Bean

2006-10-04 Thread grdzeli_kaci
ok, I find another problem : 1.i have interface | package com.magti.businesslayer.ejb3entity.oracle; | | import javax.ejb.Remote; | | @Remote | public interface MyState { | public void initialize(); | } | 2. Implementation : | package com.magti.businesslayer.ejb3entity

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-10-04 Thread KVAK_TNT
Hi again! I have upgraded to beta2 and still got the "Premture end of file error"... But now I get it allways I have successfully started an operation in the wsdl. 20:00:15,488 ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file. Any suggestions - or maybe I have missunderstood your state

[jboss-user] [JBoss Seam] - Issues with JBoss Application Server

2006-10-04 Thread jpemmasani
Hi, I am very new to JBOSS. I have created war file and deployed in jboss-4.0.2. Once I deployed I am not seeing any where the exapandable directory of the war file and also I could not find the application log file. I really appreciate all the help. Thanks View the original post : http://ww

[jboss-user] [JBossWS] - Re: How do I logout on a JSR 181 endpoint?

2006-10-04 Thread sappenin
Ok, I solved my problem. As it turns out, I had a bug in my code on the Flex side that was adding a WSSE header every time I logged out/logged in (but never removing the headers, and re-using the WebService object used to make calls to the JBossWS). So, while I did have the new credentials to

  1   2   3   >