[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-23 Thread [EMAIL PROTECTED]
Hi Thanks for your help. I am using glassfish build40 here is the stacktrace. | [#|2006-03-24T12:59:33.562+0430|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=25;_ThreadName=httpWorkerThread-28080-0;_RequestID=e72df59f-60bf-4c0b-a1b5-7aa5601cae18;|ex

[JBoss-user] [JBossWS] - Is this possible with JBoss Web services?

2006-03-23 Thread znet
Hi I am busy with a systems integration project. I have he following problem. Calling a SOAP web service running in jboss returns a raw roap response from the web service that contain"soapenv" xml tags and xml attributes as well as xmlns and xsi attributes. This is a proper SOAP response. My p

[JBoss-user] [JBoss jBPM] - Re: Tracing the Process Instance

2006-03-23 Thread akakunin
Yes, of cource - it is LogInstances Here is simples way to get all tracing information for the root token of the process instance: | LoggingSession logSession = JbpmContext.getCurrentContext().getLoggingSession(); | | Map logMap = logSession.findLogsByProcessInstance(m_process.getId());

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

2006-03-23 Thread aristide
Please, I´m trying for days to use reverse engineering for to generate a CRUD web application from a database using JBoss Eclipse IDE but i can´t because some errors when I deploy it at jboss-4.0.4rc1. Look this: . . . 03:37:36,718 INFO [Component] Component: entityManager, scope: CONVERSATION

[JBoss-user] [JBoss/Spring Integration] - JBoss Hot Deployment Issue

2006-03-23 Thread Hari Prasad
Hai All, I have a issue with JBoss Hot Redeployment. I have an EAR say Static.ear,which uses a JAR file(Dynamic.jar) in my application. The logic is that,the Dynamic.jar is provided so that any user can use it to configure/customize some of functionalities in the application.From Static.ear,

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate unable to startNewTransaction

2006-03-23 Thread tvaishnav
I am using JBoss 4.0.3, hibernate3 and Oracle 10gi. The scenario is: I have a EJB method that starts a transaction. This method after starting transaction calls another method say A() in some class (which is not an EJB). This method A() starts a new transaction using hibernate and then calls anot

[JBoss-user] [JBoss jBPM] - Tracing the Process Instance

2006-03-23 Thread romin.irani
Is any API available to get a trace of the entire Process Instance that has ended or running. So, for e.g. consider the following process definition (Pls ignore the exact syntax) : 1) START 2) NODE-A 2) NODE-B 4) FORK --> NODE-C --> NODE-D 5) JOIN 6) NODE-E 7) END I create a proc

[JBoss-user] [JBoss jBPM] - Process Variables in Process Definition

2006-03-23 Thread romin.irani
Hello All, I have a defined several Process Definitions. Each of these Process Definitions contain only System Activities i.e. Nodes which have their Action Handlers. Now, looking at all the Process Definitions -- I find that I have around 5-6 common Process variables like FromPartnerId, ToPar

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

2006-03-23 Thread CptnKirk
Hi Brian, Finally had the chance to circle back and re-ramp on my clustered project. This problem is still there. Session information seems to be replicated fine, but not auth context. I didn't exactly understand your explanation above. Is auth context not pushed along with session informat

[JBoss-user] [Clustering/JBoss] - Problem with clustering tests in Windows XP SP2

2006-03-23 Thread sreeshyam
Hi I just want to know whether clustering test will pass in windows xp sp2.Because in my test run most of my clustering tests are failing.i had disabled windows firewall and disabled media sensing feature before the run.in windows xp sp1 and windows 2000 server its not failing.please help.Thank

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - setting unicode charset in Jboss

2006-03-23 Thread gireeshkollam
hai how can i set a common charset for my all jsp pages generatting from jboss currently i am seeting charset for each jsp page by giving for this any common setting in jboss is any method that made it easy. please help me. View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [EJB 3.0] - Re: configuring spring to wire in ejb3 stateless session bea

2006-03-23 Thread eielk
figured it out... i simply removed the 'resourceRef' property from the JNDIObjectFactory bean config!!! according to the spec about resource ref: it adds the java:comp crap at the beginning of the jndi lookup, no wonder it couldn't find the beans. anonymous wrote : resourceRef - if the lookup o

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread gus888
Hi Bill, Thank you very much for your response and help. You said anonymous wrote : You need to move your utility jars outside of it. It means I need to create another utility jar? I currently have one ejb jar and a web war. Should I put the utility jar into ejb jar or a independent jar. In a

[JBoss-user] [JBoss Portal] - Re: How to modify the order and region in which portlets app

2006-03-23 Thread webcat
I modify "0",but it doesn't work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932317#3932317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932317 --- This SF.Net

[JBoss-user] [JBoss Portal] - How to modify the order and region in which portlets appear

2006-03-23 Thread webcat
thank you in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932316#3932316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932316 --- This SF.Net email is spo

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Bootstrap Environment config

2006-03-23 Thread johnson4
Well I've installed a jdk and jre from Sun And got jboss to start, the one thing is that I have to add the environment variables from the command line, my /root/.bashrc looks like | # .bashrc | | # User specific aliases and functions | | alias rm='rm -i' | alias cp='cp -i' | alias

[JBoss-user] [Installation, Configuration & Deployment] - Re: MSException: Could not store message:

2006-03-23 Thread GQSmooth
We are using SQL Server 2000 SP4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932314#3932314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932314 --- This SF.Net

[JBoss-user] [Installation, Configuration & Deployment] - MSException: Could not store message:

2006-03-23 Thread GQSmooth
We are trying to convert an application from using the Hypersonic DB to SQL Server. During some simple testing, we are getting this error message when writing to the JMS_MESSAGES table: (org.jboss.mq.SpyJMSException: Could not store message: 5 m sg=4 hard NOT_STORED PERSISTENT queue=QUEUE.sched

[JBoss-user] [JBoss jBPM] - How to config SessionFactory's JNDI name?

2006-03-23 Thread saphir
I am using jbpm3.1 in jboss and I want to config the jndi name for SessionFactory, so I turn to the config file "jbpm.cfg.xml", in which it contains the config | | ... | ... | ... | There is no item in the file configed the JNDI name for persistence service. what should I do to set

[JBoss-user] [EJB 3.0] - Re: configuring spring to wire in ejb3 stateless session bea

2006-03-23 Thread eielk
asack, thanks for the hint for the spring deployer...i'll check it out, will it work with struts action injection using the plugin in struts-config.xml? | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932311#3932311 Reply to the po

[JBoss-user] [JNDI/Naming/Network] - Apparently wrong driver class specified

2006-03-23 Thread acorazado
Hi, I am new in jboss and I am experimenting some problems when trying to connect with my postgres database. The postgres service is up, I can reach it with psql, I've also configured my jndi to point to the driver which is in the WEB-INF/class directory, and the jboss-web.xml and web.xml with t

[JBoss-user] [EJB 3.0] - Re: configuring spring to wire in ejb3 stateless session bea

2006-03-23 Thread eielk
looks i didn't look down into the root exception: NameNotFoundException, do i need to prefix this if using spring, here is a snippet of the global jndi listing also... thanks. | 21:12:35,456 WARN [RequestProcessor] Unhandled Exception thrown: class java.lang.reflect.Undec | laredThrowab

[JBoss-user] [EJB 3.0] - Re: @EJB annotation not working in web tier

2006-03-23 Thread treespace
Here's a tip for doing a lookup without having to cast: generic method. I've hard-coded some assumptions that are easy enough to parameterize or use globa settings with. | | public static T getEJB(Class klass) throws NamingException | { |return (T) (new InitialContext().lookup("

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

2006-03-23 Thread [EMAIL PROTECTED]
You should turn on SQL trace in the hibernate properties and analyze the queries to figure out which indexes you will need. I did that with MySQL once to make it process the sql queries more efficiently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932307#

[JBoss-user] [JNDI/Naming/Network] - javax.naming.CommunicationException

2006-03-23 Thread ijaffery12
I am trying to connect from a jboss behinfd the firewall to jboss inside the firewall and getting this exception: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: non-JRMP server at remote endpoint] 2006-03-23 19:54:18,197 INFO [STDOUT] at org.jnp.interfaces

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4rc1 deployment performance problem

2006-03-23 Thread [EMAIL PROTECTED]
I don't think this would work for redeploy. Plus, it inherently leaks. The real question is why Class-path entries in the manifest are being added to the scan. Looking into that... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932305#3932305 Reply to the

[JBoss-user] [JBoss Portal] - Re: JBoss Portal source build failed

2006-03-23 Thread tletts
I am getting the exact same error. There was plenty of trial and error, but during the last run the tables were created in the mySQL database. No errors in log files that I could see. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932303#3932303 Reply to t

[JBoss-user] [JNDI/Naming/Network] - Re: java:comp/env problem

2006-03-23 Thread datta55
I am getting the same error. I created a sample application, as described in tutorial http://docs.jboss.com/jbosside/tutorial/build/en/html/index.html. When I test the application I get 17:00:15,540 INFO [STDOUT] javax.naming.NamingException: Could not dereference object [Root exception is ja

[JBoss-user] [JBoss Seam] - Handling Wizard-Style submission failure

2006-03-23 Thread paper57
I am using an Extended Persistence context, SeamManagedPhaseListener, etc. to collect information through a number of wizard-like steps. When the user confirms, I perform all of my persistence. In the event of some unforseen database error, I want to rollback the transaction, present the user

[JBoss-user] [Beginners Corner] - A JBoss configuration problem

2006-03-23 Thread zxp_simon
Could u tell me how to configure the JBoss-4.0.4 for MS SQLServer 2000? Thank u very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932299#3932299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932299 --

[JBoss-user] [JBoss Seam] - Re: creating a page with lists from the db

2006-03-23 Thread zzztimbo
"[EMAIL PROTECTED]" wrote : It means there is an @In attribute for a context variable that is null, and you do not have required=false or create=true. thank you very much. that appears to have worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932297#3932

[JBoss-user] [JBossWS] - Webservice using EJB3

2006-03-23 Thread nidhi1976
Does EJB3 implementation in JBoss 4.0.4RC1 supports webservices? I mean I want to make a stateless sessionbean and then use @webMethod and @webService annotations to make it WebService. Is it supported in JBoss4.0.4RC1? If yes which tool should i use to make wsdl and client jar automatically.

[JBoss-user] [JNDI/Naming/Network] - Writting CMP and Error of datasource bound

2006-03-23 Thread mikode
Hi everybody, I deploy a CMP by using Jboss Eclipse IDE and it works well (if do not condider Database). Then I want to map it with MySQL. I followed the guide to copy/change mysql-ds.xml, standardjbosscmp-jdbc.xml and standardjaws.xml, start the server, the information : 00:19:50,342 INFO [W

[JBoss-user] [JBoss Seam] - Re: creating a page with lists from the db

2006-03-23 Thread [EMAIL PROTECTED]
It means there is an @In attribute for a context variable that is null, and you do not have required=false or create=true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932294#3932294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4rc1 deployment performance problem

2006-03-23 Thread JeffBrooks
I did some checking in the code. In EJB3Deployer there is a method called accept. This method does some simple checks to see if something has the possiblity of being an ejb3 jar and if it is it exits quickly. If it can't determine if it's an ejb3 jar it eventually calls hasEjbAnnotation which s

[JBoss-user] [EJB 3.0] - Re: where is the correct package of InvocationContext

2006-03-23 Thread [EMAIL PROTECTED]
because glassfish is releasing a version of an EJB3 specification that hasn't been released yet to the public. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932292#3932292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBossWS] - JBOSS changes my address location!!!

2006-03-23 Thread kbbass
When my web app gets deployed, JBOSS changes the soap:address location that I specifiy in my WSDL. Specifically, it changes the host:port. This apparently is only for the WSDL that is retrieved. The actual working address:port is still what I set it at. First, I set the location in my wsdl: htt

[JBoss-user] [Installation, Configuration & Deployment] - tomcat55 port conflict using ServiceBindingManager to unique

2006-03-23 Thread sitkom
Recently joined a project and my first task is to get multiple instances of JBoss 4.0.3SP1 running on a single Win2K machine. I followed the instructions from the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine . I am currently experiencing the same b

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4rc1 deployment performance problem

2006-03-23 Thread JeffBrooks
The structure of the ear looks like this: meta-inf/application.xml module1.jar module2.jar ... module14.jar lib1.jar lib2.jar ... lib20.jar The application.xml contains a list of all the modules. Nothing special there. The only thing interesting for each module is in the manifest there is a Cla

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread [EMAIL PROTECTED]
...or, change the classloading behavior of the war with a jboss specific configuration. See the JBoss 4.0.x doco for more detail: hint its a switch in jboss-web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932288#3932288 Reply to the post : http://

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread [EMAIL PROTECTED]
WARs are isolated. You need to move your utility jars outside of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932287#3932287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932287 ---

[JBoss-user] [JBoss Seam] - Re: creating a page with lists from the db

2006-03-23 Thread zzztimbo
"ido_tamir" wrote : from the docs: | 1.3.2. How it works | The first time we navigate to the messages.jsp page, whether by a JSF postback (faces request) or a direct browser GET request (non-faces request), the page will try to resolve the messages context variable. Since this context varia

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread gus888
Hi Asack, Thank you for your response. The partial codes shown as follows: | [web tier] | public class ManageBean implements Serializable { | | private Test test; | | public void saveTo() { | Utils.getTestDAO.save(test); | } | ... | } | | pu

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Persistence and caching using MySQL errors

2006-03-23 Thread jelevy01
Solved by upgrading to: mysql-connector-java-3.1.12 from 3.1.11 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932284#3932284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932284 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3 + mySQL and TIMERS and HILOSEQUENCES

2006-03-23 Thread jelevy01
I was having the same problem and solved it by upgrading to mysql-connector-java-3.1.12 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932283#3932283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932283

[JBoss-user] [EJB 3.0] - Re: configuring spring to wire in ejb3 stateless session bea

2006-03-23 Thread [EMAIL PROTECTED]
What is the cause exception please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932282#3932282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932282 --- This SF.N

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4rc1 deployment performance problem

2006-03-23 Thread [EMAIL PROTECTED]
what I could do is add a switch that states whether .jar files should be ignored and only .ejb3 and .par files should be scanned Please though, tell me your ear structure in more detail so that I can figure out if this is a deployer issue or just that we're screwed because we just have to s

[JBoss-user] [JBoss jBPM] - Required indexes missing in JBPM DB script.

2006-03-23 Thread k.pravin
required indexes missing in JBPM DB script. Due to this deadlock occurs in JBPM DB. Following is the Oracle DB log: Changing data in table JBPM_TOKEN will lock table JBPM_PROCESSINSTANCE Create an index on table JBPM_PROCESSINSTANCE with the following columns to remove lock problem Column = ROOT

[JBoss-user] [JBoss jBPM] - JBPM Database Deadlock problem

2006-03-23 Thread k.pravin
DEADLOCK DETECTED Current SQL statement for this session: update JBPM_TOKEN set NAME_=:1, START_=:2, END_=:3, NODEENTER_=:4, NEXTLOGINDEX_=:5, ISABLETOREACTIVATEPARENT_=:6, ISTERMINATIONIMPLICIT_=:7, NODE_=:8, PROCESSINSTANCE_=:9, PARENT_=:10 where ID_=:11 The following deadlock is not an ORAC

[JBoss-user] [JBoss jBPM] - Re: error at org.jbpm.graph.def.GraphElement

2006-03-23 Thread [EMAIL PROTECTED]
It looks to me you are lacking the commons logging library. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932277#3932277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932277 --

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4rc1 deployment performance problem

2006-03-23 Thread [EMAIL PROTECTED]
Can you explain a bit more the structure of your ear and application.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932275#3932275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932275 ---

[JBoss-user] [JBoss Seam] - Re: @Factory Method invoked from Seam Component @In (injecti

2006-03-23 Thread [EMAIL PROTECTED]
it does do exactly that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932274#3932274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932274 --- This SF.Net email is

[JBoss-user] [JBoss Seam] - Re: Component Binding to conversation does not work

2006-03-23 Thread [EMAIL PROTECTED]
it is unavoidable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932273#3932273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932273 --- This SF.Net email is sponso

[JBoss-user] [JBoss jBPM] - Re: help about workflow

2006-03-23 Thread [EMAIL PROTECTED]
Why would jBPM be a bad choice. The problem you want to solve is perfectly fit for jBPM. What exactly do you have problems with? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932272#3932272 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-23 Thread [EMAIL PROTECTED]
post the whole stack trace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932271#3932271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932271 --- This SF.Net email

[JBoss-user] [EJB 3.0] - Re: Error during the deployment of ejb3 Embedded-War example

2006-03-23 Thread [EMAIL PROTECTED]
looks like a jndi name problem. Please see the migration guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932270#3932270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932270

[JBoss-user] [JBoss jBPM] - Re: External signal

2006-03-23 Thread [EMAIL PROTECTED]
You can always contribute ;-) Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932268#3932268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932268 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: FormAuthenticator with User Output

2006-03-23 Thread Notarzt-hd
Hi cgriffith, thank you very much! After i copied my "self made Authenticator CLASS" to the catalina JAR and made the reference in the properties File: It is working :)) Thx and greetings, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932267#3932267

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMR collections access from web-tier

2006-03-23 Thread jelevy01
Ignore above, wrong thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932266#3932266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932266 --- This SF.Net email

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMR collections access from web-tier

2006-03-23 Thread jelevy01
RB, Thank you for your reply, except that I haven't deployed my application yet :(. I am just tring to get JBoss up w/o exceptions. J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932264#3932264 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [EJB 3.0] - Error during the deployment of ejb3 Embedded-War example in

2006-03-23 Thread sisepago
Hi all ejb3 gurus, I want to know if someone brought the embedded-war example with tomcat 5.5.16 to run. Because during my test I got this errors my tomcat 5.5.16 Servlet container. The Exception looks like this in tomcat 5.5.16 | description The server encountered an internal error () that

[JBoss-user] [JBoss Seam] - Re: Can i use seam in glassfish ?

2006-03-23 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. do you come to any step toward deploying seam to glassFish ? I mean for persistence using glassfish ejb3 + other deployment issue ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932262#3932262 Reply to the post : ht

[JBoss-user] [JBoss Seam] - seam and glassFish , when it is possible to use seam on glas

2006-03-23 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. I did some research on , using seam and glassfish together. the last thing that i found is a issue in glassFish bug tracker. https://glassfish.dev.java.net/issues/show_bug.cgi?id=290 now , my question is : when next version of seam will be available ? for exampl

[JBoss-user] [EJB 3.0] - Re: Error when runnig the embeddable-test-with-unit - EJB3-A

2006-03-23 Thread sisepago
Thank u bill, the test run now without problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932259#3932259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932259 --

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

2006-03-23 Thread [EMAIL PROTECTED]
It is more than evident in the error message the you are looking for class test.MyTest, but you have packaged Mytest.class Also where is your MyTestMBean class??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932258#3932258 Reply to the post : http://www

[JBoss-user] [EJB 3.0] - JBoss 4.0.4rc1 deployment performance problem

2006-03-23 Thread JeffBrooks
I encountered a performance problem when deploying a very large .ear in jboss 4.0.4rc1 with ejb3 installed. My ear contains 14 modules in it and many libraries. Each module has a manifest that has a Class-Path that references other modules, and some shared libraries in the ear. Deploying it to

[JBoss-user] [JBoss AOP] - Re: targetObject and typedTargetObject?

2006-03-23 Thread Luntain
I have just cut out everything not needed to show the foul behaviour and wanted to attach it to an issue in bug trackin system but I see that you don't welcome zipped projects. It is relatively simple so I am attaching it here. import org.jboss.aop.joinpoint.Invocation; | import org.jboss.aop.

[JBoss-user] [JBoss AOP] - Re: annotations-based binding

2006-03-23 Thread eprst
thanks a lot :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932251#3932251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932251 --- This SF.Net email is sponsore

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 Beta 2

2006-03-23 Thread akardell
I tried increasing the timeout from 15000 to 15. Similar results. However, I noticed that there's a new option with 1.3, in addition to the new INVALIDATION_ASYNC option... | OPTIMISTIC | Setting this caused all of the lock exceptions to go away! I'm now getting OutOfMemory

[JBoss-user] [EJB 3.0] - where is the correct package of InvocationContext

2006-03-23 Thread [EMAIL PROTECTED]
Hi Can some one tell me where is the correct package for InvocationContext ? In jboss ejb3.jar it is inside javax.ejb package and in glassFish it is inside javax.interceptor Why ,in case that these two class are the same, they are in different packages ? which one is correct ? does standard say

[JBoss-user] [EJB 3.0] - Re: Error when runnig the embeddable-test-with-unit - EJB3-A

2006-03-23 Thread [EMAIL PROTECTED]
we no longer bind ems to jndi by default. Please see migration guide on ejb3 wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932246#3932246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932246 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Persistence and caching using MySQL errors

2006-03-23 Thread jelevy01
My development enviroment is on Windows / MySql5 / JDK5, I am setting up my prod enviroment on RHEL3 /MySql5/JDK5. I have configured (in both envorments) all of the Persistence and caching using MySQL. This works fine in my development enviroment. However on Linux everytime I restart I get th

[JBoss-user] [EJB 3.0] - Re: @JoinTable - table contents being cleared when a new obj

2006-03-23 Thread scotttam
Anyone have any ideas? I am still stuck on this one. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932244#3932244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932244

[JBoss-user] [JBoss jBPM] - Re: V3.1 Authentication Model

2006-03-23 Thread michaelholtzman
On a related note ... When I retrieve ProcessLogs for a process instance, the "actorId" field is always null. I expected that setting actorId on the JbpmContext would propagate into the process logs, but that doesn't seem to be the case. I need the log to include who (which actor) initiated a J

[JBoss-user] [EJB/JBoss] - Re: A CMR collection may only be used within the transction

2006-03-23 Thread redBeard15
See my post at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=59240 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932242#3932242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932242 --

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

2006-03-23 Thread gator
Hi Ilangocal, Out of the box, I would say the root folder for the CMS looks like this: http://localhost:8080/portal/content/ under there you will see the "default" directory. If you want to see a image in the default directory you would enter a URL like: http://localhost:8080/portal/content/de

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMR collections access from web-tier

2006-03-23 Thread redBeard15
i'm not sure how you're exactly accessing the various beans n methods, but you mention something that will point to the solution: anonymous wrote : | Calling the CMR method getAddenda() that returns the Set works | perfectly from another bean, but I would like to call it from custom | JSP t

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss 3.2.5 Will Not Load Embedded Obj Under JAAS & SSL

2006-03-23 Thread tklem
Sorry, I used the instant reply instead of the main reply function. Here's the code for the context.xml file. | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932238#3932238 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [EJB 3.0] - Re: EntityManager injection is thread safe?

2006-03-23 Thread dbudworth
Thanks for the reply guys, I hadn't realized that SLSB was single threaded. So, more instances get created with concurrent requests? Or all requests get processed serially? I ask because I made the (apprearantly incorrect) assumption that SLSB was accessed concurrently and implemented our sit

[JBoss-user] [JBoss Seam] - Re: creating a page with lists from the db

2006-03-23 Thread ido_tamir
from the docs: 1.3.2. How it works The first time we navigate to the messages.jsp page, whether by a JSF postback (faces request) or a direct browser GET request (non-faces request), the page will try to resolve the messages context variable. Since this context variable is not initialized, Seam

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss 3.2.5 Will Not Load Embedded Obj Under JAAS & SSL

2006-03-23 Thread tklem
I am having trouble getting this to work. I've put the following code into a context.xml file in the WEB-INF director. However, I don't know if this is a complete context.xml file. Is there a sample file out there somewhere that I haven't been able to find? View the original post : htt

[JBoss-user] [JBoss Seam] - creating a page with lists from the db

2006-03-23 Thread zzztimbo
i would like to have a page display items that are already persisted in the database. the examples i've encountered have been displaying a list of items only after an action button has been pressed. is there an example of how to do this when a page loads? View the original post : http://w

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-03-23 Thread [EMAIL PROTECTED]
You're a little ahead of the curve. ;-) I have some rough details here http://jira.jboss.com/jira/browse/JBPORTAL-623. Look at the comment I added. This was done with 404RC1 and Portal 2.4, though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932233#393223

[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-23 Thread [EMAIL PROTECTED]
Hi Thank you for reply. here is my web.xml portion that i add to make this web.xml seam enabled. | | | Seam Redirect Filter | org.jboss.seam.servlet.SeamRedirectFilter | | | | Seam Redirect Filter | /face/* | | |

[JBoss-user] [JBoss Portal] - JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-03-23 Thread christophe.laumond
Hi all, I'm trying to using JBoss Portal 2_1.2.1RC3 with the JBoss Server 4.0.4RC1 My aim is developing portlets using EJB3 EJBs. My Environment: Windows 2003 server Enterprise Edition jre1.5.0_06 jboss-4.0.4RC1-installer.jar -> I chose the 'all' configuration jboss-portal-2_1.2.1RC3.zip -> I unz

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-23 Thread mjm_uk
I'm having the same issue... Process Definition =

[JBoss-user] [JBoss jBPM] - V3.1 Authentication Model

2006-03-23 Thread michaelholtzman
I recently looked at the security framework in 3.1, and I am a little confused. The interface org.jbpm.security.AuthenticationService does not include a method to set the authenticated actor id. That means I cannot do something like | AuthenticationService authenticate = jbpmContext.getServi

[JBoss-user] [EJB 3.0] - Re: EntityManager injection is thread safe?

2006-03-23 Thread [EMAIL PROTECTED]
A Hibernate Session is certainly not threadsafe. But there is one per transaction, and one transaction per thread. So the overall model is threadafe. Also note that SLSB instances are actually single threaded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393

[JBoss-user] [JBoss jBPM] - Re: Question about DbPersistenceService

2006-03-23 Thread jesse_sweetland
Found the source of my connection leak, and it may or may not be related to the above post, so I'll put it here in case anyone is interested. My web service was creating a JbpmContext and calling getConnection() to get a connection. My assumption was that this was a shortcut for Jbpm.getSessio

[JBoss-user] [JBoss jBPM] - The org.xml.sax.SAXNotRecognizedException:

2006-03-23 Thread sujayc
Hi HITSW did you find any of this error beofore I tried with different versions of the parser Any one faced this issue ? couldn't set xml parser property 'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to 'http://www.w3.org/2001/XMLSchema' org.xml.sax.SAXNotRecognizedException: Prope

[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-23 Thread irisel
Ooops, the "See your message" link does not work when a new page is created. Usually I am not so silly to post the same message 3 times ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393#393 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-23 Thread irisel
That's what I did too. I will look carefully http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB and if I solve it I will post my results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932221#3932221 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-23 Thread irisel
Hi, That's what I did, but thought it wasn't the best practice. I will study carefully this page and if I solve it I will post my results: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932220#3932220 Rep

[JBoss-user] [JBoss jBPM] - property 'http://java.sun.com/xml/jaxp/properties/schemaLang

2006-03-23 Thread sujayc
The XMLReader is not recognising this property - Did anybody face this problem ? WARN JpdlParser : couldn't set xml parser property 'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to 'http://www.w3.org/2001/XMLSchema' org.xml.sax.SAXNotRecognizedException: Property: http://java.sun.

[JBoss-user] [Management, JMX/JBoss] - Re: StatisticsCollector

2006-03-23 Thread steve.devore
I seem to be having the same problem.. I configure the StatisticsCollector, but the reports all show no activity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932216#3932216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Portal] - problem deploying my portlet ear

2006-03-23 Thread ilangocal
Hi I am testing a simple upload portlet. I have the following errors while trying to deploy. 10:42:52,734 ERROR [MainDeployer] Could not initialise deployment: file:/C:/navn orth/jboss403/jboss-4.0.3SP1/server/default/deploy/concepts.ear org.jboss.deployment.DeploymentException:

[JBoss-user] [EJB 3.0] - Re: EntityManager injection is thread safe?

2006-03-23 Thread [EMAIL PROTECTED]
Our impl is a proxy that delegates to an EM instance stored in a TransactionLocal. So, at least on a per transaction basis, there is safety. Whether or not a Hibernate Session is thread safe, I don't know... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393

[JBoss-user] [JBoss jBPM] - Re: jBPM Process Scheduling & Monitoring

2006-03-23 Thread kukeltje
hmm... a line disappeared... For the monitoring part, give 3.1 a try. You'll be pleasantly surprised (3.2 will be even better in this area) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932213#3932213 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: jBPM Process Scheduling & Monitoring

2006-03-23 Thread kukeltje
"hitsw" wrote : But is there any way to schedule the entire process to start at a particular time? What about quartz? A good j2ee scheduler "hitsw" wrote : | Also how do I monitor these processes. Is there a user interface? View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: [URGENT] help about workflow with JBPM

2006-03-23 Thread kukeltje
Hi, Why must the workflow ENGINE generate an ear? I can imagine some designer delivering/creating an ear file but not the engine. jBPM does not generate or specifically use an ear file. It uses a processdefinition which is parsed and put in a database. You can bundle all jBPM stuff in an ear a

  1   2   3   >