[JBoss-user] [JCA/JBoss] - Re: JBossWorkManager waitForAll()

2006-04-02 Thread [EMAIL PROTECTED]
Note, there is nothing to prevent you from 'engineering' this yourself. Given n number of work instances, you just iterate over each one, callling doWork() or one of the other blocking methods from the WorkManagement API. Though, you should be careful about things like this as blocking in this c

[JBoss-user] [JBoss jBPM] - Re: [URGENT] TaskInstance.isCancelled()==TRUE after creation

2006-04-02 Thread david.trattnig
TRUE is 01 of course ;) hmm, query substitution - I have not defined such a configuration and I don't think that this is the problem, because parameter 9 and 10 for example are inserted/updated correctly. The SELECT works for all parameters. DEBUG [pe.NullableType: 60] binding 'false' to para

[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-04-02 Thread medjbpm
I see . how can i work whith these class ? can you give me an exemple thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934246#3934246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934246

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

2006-04-02 Thread msell
One more thing: Check out the WSDL URLs: "http://localhost/testapp/soap/Admin"; "http://baby:8080/idassure/soap/Admin"; Looks like not only the hostname/port is different. Are you using JSR-181 style webservices (annotations)? View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [EJB/JBoss] - How call a session bean from simple java class ?

2006-04-02 Thread charmy jain
hi , i used a staterless session bean and in that bean include a 2 methods.. 1) get a information 2 ) set a information and i used NetBeans 5.0 beta id and jboss server now , i want to call that both method from simple javaclass means that class is include a public static void method() ... m

[JBoss-user] [JBoss Portal] - Login error...

2006-04-02 Thread susitha
Hi... I am usung JBServer-4.0.2 and JBPortal-2.0. I am using DatabaseServerLoginModule to login to the portal via a Oracle-Database. When I was logged in and after I click the "Edit your profile" link I am getting the following error... javax.portlet.PortletException: Not user object found |

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

2006-04-02 Thread msell
Sounds like "baby" is not a resolvable name on your network. Try adding a local entry for "baby" on the client - that might solve this for you. Also, make sure port 8080 isn't blocked. Simple stuff, but sometimes forgotten when trying to solve much bigger problems. View the original post : htt

[JBoss-user] [EJB 3.0] - NamedQuery or Facade-Bean with Finder methods?

2006-04-02 Thread squishy
Is it better to have lots of NamedQueries (distinguished by class, eg "Team.findAll" ) or to have Stateless Beans that execute the queries? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934241#3934241 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Deploying Images Once

2006-04-02 Thread duranek
Hi, I don't want to redeploy other resources ( images, etc.. ) within war file after every bugfix. There is a way that i could put them once, and remove them from war file ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934240#3934240 Reply to the post :

[JBoss-user] [Installation, Configuration & Deployment] - Deploying Images Once

2006-04-02 Thread duranek
Hi, I don't want to redeploy other resources ( images, etc.. ) within war file after every bugfix. There is a way that i could put them once, and remove them from war file ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934239#3934239 Reply to the post :

[JBoss-user] [JBossWS] - java.rmi.ServerError while calling webservice function withi

2006-04-02 Thread simon_moshe
Hi, My goal is to call a function within a webservice I?ve got (I know that the WS used Axis). The calling is done from my ejb code. The web service I have and use is a jar file (apparently only the service interface). I put the jar near my ear J2EE module and deploy the application into JBoss.

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem with the Tutorial

2006-04-02 Thread hitarth
Hi, my web.xml seems to be same.. Then also the above problem persists.. Any clues??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934237#3934237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934237

[JBoss-user] [Installation, Configuration & Deployment] - EJB3.0 is not Deploying

2006-04-02 Thread russray
I am creating a simple EJB 3.0 project. I can get the created, but it fails to deploy. I get this error: | [23:19:21,843] [ERROR] [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: jboss.j2ee:service=EJB3,jar=EJB3Demo.jar,n

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Error when creating Entity with a BLOB

2006-04-02 Thread indyzone
Hi all, I'm getting a strange error while creating an entity which has a field of type BLOB. I'm using Oracle 9i and JBoss 3.2.3. The stack trace follows. Please let me know if this is a known issue or anything else. This works fine with a small sized BLOB but fails with a larger BLOB. That is

[JBoss-user] [EJB 3.0] - Re: Shared Memory in EJB Container

2006-04-02 Thread treespace
It appears there is no such beast. You have to use the session context of a web application to host distributed applications. There is no shared context in Java EE that would allow a Swing front end to share code with a Web front end or a Web Services interface or an MDB driven interface. The

[JBoss-user] [EJB 3.0] - Re: Unable to Deploy EJB3.0 project jar

2006-04-02 Thread russray
okay, I found the problem. In the session bean I failed to prove the unit name. | @PersistenceContext(unitName="Ejb3Demo") | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934233#3934233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [J2EE Design Patterns] - Re: design patterns research

2006-04-02 Thread hitarth
Hi Arun, I am also getting the same error during the deployment... I was following fibonacci tutorials... and getting the same.. if you get any solution for this.. please post it asap.. will do the same. My error is as below: 13:24:58,124 INFO [EARDeployer] Init J2EE application: file:/C:/Pro

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - .war classpath issue in 4.0.3SP1

2006-04-02 Thread just_a_w
I have a .war file that works fine in 4.0.2. But when I run it in 4.0.3SP1, I get an exception: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath The dom4j-full.jar is in WEB-INF/lib (and it contains org.dom4j.xpath.DefaultXPath). And it works fine in 4.0.2. Any idea what might be

[JBoss-user] [Security & JAAS/JBoss] - SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 with

2006-04-02 Thread littlefish
I would like to setup an environment that not only send ssl message between client to apache, also have to encrypt the data between apache to JBoss 3.2.5. httpsajp13 Client apache (mod_jk) JBoss 3.2.5 Can we using ssl (e

[JBoss-user] [Beginners Corner] - Re: JBOSS auto starts main() method

2006-04-02 Thread _monkey_
Thank you very much, now I have a further question... Now I can get Jboss to deploy .sar file (the service bean) when Jboss starts, but since the .sar file contains references(import statements etc) to ejbs in another .ear file, but since when Jboss deploys the .sar file, the .ear file is not y

[JBoss-user] [Beginners Corner] - deploy .sar after .ear in Jboss

2006-04-02 Thread _monkey_
Hi... I can get Jboss to deploy .sar file (the service bean) when Jboss starts, but the .sar file contains references(import statements etc) to ejbs in another .ear file. So when Jboss deploys the .sar file, the .ear file is not yet deployed, then Jboss doesn't recognize those references, so res

[JBoss-user] [EJB/JBoss] - Re: Session EJB with Local Interface Problem.

2006-04-02 Thread nick.hynes
"manderson" wrote : The methods defined in the local interface must have a matching method in the bean's class with the same name and same number and types of arguments. | I hoped you resolved this problem. For anyone else who sees this error: it is telling you that one of your Local or Re

[JBoss-user] [Microcontainer] - Re: Future Architecture?

2006-04-02 Thread bkeh12
Hi, Yup odic :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934224#3934224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934224 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - Unable to Deploy EJB3.0 project jar

2006-04-02 Thread russray
Guys: Okay, I am following a simple tutorial of creating an entity and statless session beans. I am use JBoss 4.0.3SP1, JDK 1.5.06. I can compile and deploy using ant. There is no problems. However, launching the server has problems. I have no other projects running on the App Server other

[JBoss-user] [Microcontainer] - Re: Has anyone deployed a POJO inside AS 4.03SP1 or 4.0.4RC1

2006-04-02 Thread olle
Sorry for poluting this forum with my stupidity :(. Turned to be a classloader problem - another mc 1.0.2 jar (from Seam) which loaded before the deployer. Please remove this topic, if possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934222#3934222 R

[JBoss-user] [Microcontainer] - Re: Has anyone deployed a POJO inside AS 4.03SP1 or 4.0.4RC1

2006-04-02 Thread olle
Investigation: JBossBeanDeployer.getSchemaBinding(..) calling BeanSchemaBinding.getSchemaBinding() gives that NullPointerException. Looks like a problem accessing the deployment xsd? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934221#3934221 Reply to the

[JBoss-user] [JBoss Seam] - Re: DOCTYPE missing in Seam faces-config.xml

2006-04-02 Thread [EMAIL PROTECTED]
I fixed that in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934219#3934219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934219 --- This SF.Net email is spon

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Adding Files After Deployment

2006-04-02 Thread duranek
Hi, I deploy my war file to my jboss server. I suppose that i can reach my site with http://localhost:8080/test . In my application, I generate a pie chart but i don't know where to put it, because, war file is extracted in tmp/deploy/tmp directory always with a different name. How can

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-04-02 Thread [EMAIL PROTECTED]
Your jboss*.xml needs to refer to the security handler config that is defined here: standard-jbossws-endpoint-config.xm Example jboss-client.xml config: | | jbossws-client | | | service/HelloService | Standard Secure Client | http://@jbosstest.host.

[JBoss-user] [Installation, Configuration & Deployment] - Adding Files After Deployment

2006-04-02 Thread duranek
Hi, I deploy my war file to my jboss server. I suppose that i can reach my site with http://localhost:8080/test . In my application, I generate a pie chart but i don't know where to put it, because, war file is extracted in tmp/deploy/tmp directory always with a different name. How can i

[JBoss-user] [JBoss Seam] - Re: What Nightly Build Files should I have??? - isJndiName E

2006-04-02 Thread [EMAIL PROTECTED]
You have an obsolete property setting in seam.properties or web.xml. Remove it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934213#3934213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934213 -

[JBoss-user] [JBoss Seam] - Re: Mapping URL's to a seam actions.

2006-04-02 Thread markfrench
Basically the current ui makes a request to a cgi script for images and passes in some data. The script then returns image stream can this be replicated in seam. For example open url : localhost/images.cgi?id=1233. Hope this makes sense as I'm trying to avoid writing a servlet just for this p

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: java 5.0 features in JSP problem

2006-04-02 Thread j2ee_junkie
Mathias, What is the signature of the EJB interface method getLastLogins()? cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934210#3934210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934210 -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSPs with JDK5.0 features do not compile

2006-04-02 Thread afjochnick
This is the same problem i reported in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80296 As i wrote there, I would also greatly appreciate some insight to this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934209#3934209

[JBoss-user] [JBoss jBPM] - Re: process definition question

2006-04-02 Thread 232.8
HmmI think I have misunderstood how swimlanes works, I would be grateful if someone could point out where I go wrong; When I deploy my processdefinition, my swimlanes are in JBPM_SWIMLANE; When I create an instantiate of my processdefinition, I thought that the swimlanes would be instantiat

[JBoss-user] [Installation, Configuration & Deployment] - How to configure JBoss as HTTP server

2006-04-02 Thread Angel40k
Where can I find documentation to configure JBoss as HTTP server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934207#3934207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934207 ---

[JBoss-user] [Remoting] - handleStream in client

2006-04-02 Thread todoubaba
Is there any way to get stream from server and handle it in client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934206#3934206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934206 -

[JBoss-user] [JBoss jBPM] - Re: process definition question

2006-04-02 Thread 232.8
ignore this thread; it seems like it was all related to that 3.0.1 was not the latest version; it does not complain about that anymore (it complains about other stuff instead, but will dig into that) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934205#39342

[JBoss-user] [Clustering/JBoss] - Why I need non-optimized call

2006-04-02 Thread taba_youichi
I need a distributed job scheduler for my cluster. The scheduler should be cluster-singleton. Otherwise every cluster-node polls database intensively. The scheduler should run on cluster with failover. Otherwise scheduler becomes single-point-of-failure. Two JBossAS instances on one node? This co

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-04-02 Thread ineverstop
"diamatar" wrote : hi ineverstop | I met the same problem , | | Should you can send the applet.jar package file to me ? | | my mail box : [EMAIL PROTECTED] | | thanks very much . | | I've send the applet.jar package file to your email box. pls check it. View the original

[JBoss-user] [JBoss Portal] - empty render style

2006-04-02 Thread noicangi
hi, when i create a theme, also y wouls like to create a style for the empty render, like set the colorof the titles etc etc.. how can i set this? anyone knows? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934203#3934203 Reply to the post : http:

[JBoss-user] [JBoss Eclipse IDE (users)] - Debug doesn't work

2006-04-02 Thread drapierwim
I get an unable to install brealpoint error from eclipse due to missing line numbers. I also see the checkbox for generating those line numbers is marked in the eclipse preferences How can I fix this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934201#393

[JBoss-user] [Installation, Configuration & Deployment] - Deployment: jar file on jboss installed on linux suse

2006-04-02 Thread fdegreef
Hi all I run JBoss on suse10. Jars files are not visible: when I look at the console (http://localhost:8080/jmx-console/) or shell (no lines append dynamically), I don't see my jar in jboss.j2ee. I havent't problems with war file. I haven't the issue with jboss installed on windows : jboss detec

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.0.4.CR2 ejb3.deployer missing some jars?

2006-04-02 Thread [EMAIL PROTECTED]
Yes that is correct. The other required jars are in the server/default/lib dir now as they are shared by multiple services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934199#3934199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Portal] - Send Email whith Jboss Portal

2006-04-02 Thread masternet
I have a Smtp server on localhost, 25 port I have this code: ... MailModule module2 = (MailModule)getPortletContext().getAttribute("MailModule"); | if(module2 != null ){ | module2.send("[EMAIL PROTECTED]","[EMAIL PROTECTED]","hello User","hello"); | } ... Jboss portal throw this exception:

[JBoss-user] [JBoss Getting Started Documentation] - Re: varification in ejb failed...

2006-04-02 Thread green-cat-fed
ok.. from the tutorial i have used jboss 4.0.2 and j2ee tut update 2...still the problem occurs... 17:05:32,624 WARN [verifier] EJB spec violation: Bean : CustomerBean Section: 10.6.2 Warning: The entity bean class must be defined as public and abstract. 17:05:32,754 WARN [verifier] EJB spec

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1 released

2006-04-02 Thread 232.8
on the jBPM Download page the version 3.0.1 is linked, and not 3.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934195#3934195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934195 -

[JBoss-user] [Clustering/JBoss] - Re: How to stop optimization of remote call?

2006-04-02 Thread [EMAIL PROTECTED]
Frankly, I am worried whenever somebody mentions that it is something they want to do (i.e. remove the optimization). Really ask yourself: is this REALLY what I am trying to do? Is this this architecture you want? Is this really necessary? There is already some level of load-balancing taking pla

[JBoss-user] [EJB 3.0] - Re: Attaching and dettaching EJB3 Entities

2006-04-02 Thread treespace
They may be nothing more than decorative ornaments on the client side but the class loader will need to load runtime and class-resident annotations. That sets up a dependency right out of the box. That a class is required to extend a specific super type is what makes something lose its PO qualit

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: where to put context.xml in JBoss?

2006-04-02 Thread AstroNox
I do not know about Tomcat 5.0.x, but I know for Tomcat 5.5.x you can place your application specific context.xml file in your WAR's WEB-INF directory. Tomcat will read and parse that file. Note that not all of the configuration parameters present in Tomcat's original specification of the contex

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-02 Thread [EMAIL PROTECTED]
Thanks for the directions. I'll have a distribution of RC6 sometime next week with these directions. I'm on vacation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934191#3934191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Microcontainer] - Re: Has anyone deployed a POJO inside AS 4.03SP1 or 4.0.4RC1

2006-04-02 Thread olle
To add to my prev. posting - those results I got with sourceforge packaged versions of JBoss, tried default and all servers. Then built 4.0.4RC1 with java 1.5.0_06 and got exactly the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934190#3934190 Reply

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get authenticated user's Subject from EJB

2006-04-02 Thread senthilid14
thanks, So I have to write Custom Login Module, I am new to JAAS, but i will try it thanks again, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934192#3934192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934192

[JBoss-user] [Microcontainer] - Has anyone deployed a POJO inside AS 4.03SP1 or 4.0.4RC1 ?

2006-04-02 Thread olle
MC 1.0.2 works perfecty. So being an adventureous type - I tried deployed my POJO inside AS. Did not fly and I wonder if anyone has ancountered the same issues. My investigation points towards jboss-xml-bindings.jar and jboss-commons.jar. The test.beans folder contains two files: test.beans/Te

[JBoss-user] [JBoss Getting Started Documentation] - varification in ejb failed...

2006-04-02 Thread green-cat-fed
hi i m new to jboss and j2ee. i tried to execute duke examples and got this deployment error at server...it says could not create deployment...verifiation failed..plz help..wha to do..i have: linux fedora.. jboss-4.0.3-sp1 (i installed jboss with full version..) java 1.5_06 versions is anything

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: where to put context.xml in JBoss?

2006-04-02 Thread boekhoffm
I also wanted to expose some static pages and do it with separate context.xml files. It's a nice way to do it. Unfortunately the one way which seems to work on both JBoss and Tomcat is to alter the "server.xml" file (in the $TOMCAT_HOME/conf diretory on Tomcat or in the $JBOSS_HOME/server/defau

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

2006-04-02 Thread kukeltje
I had one of my collegues try it out and it works. It's a good document. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934182#3934182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934182

[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-04-02 Thread kukeltje
See the jBPM webapp. It's done there as well, but only with JSF instead of struts. THe concept is the same though. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934183#3934183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.0.4.CR2 ejb3.deployer missing some jars?

2006-04-02 Thread [EMAIL PROTECTED]
Some of the jars should be found in server/xxx/lib, some other were dumped (I think). If your ejb3 deployments work for you, then it should be ok :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934180#3934180 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JCA/JBoss] - Re: Jboss 3.2.7 JCA question.

2006-04-02 Thread minamti
Indeed it looks like that. the connection handle was not transient in the test code. I will make it transient so that the adapter or parts of it does not get serialized. However, my question is why is passivation happening. I am calling an EJB method that calls COBOL comes back and a remove on

[JBoss-user] [EJB 3.0] - Re: PersistenceContextType.EXTENDED does not work ??

2006-04-02 Thread kanto
do you know how to fix that behaviour ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934185#3934185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934185 --- This

[JBoss-user] [JBoss jBPM] - Re: doubts with action handler

2006-04-02 Thread kukeltje
actionhandlers are plain java classes. So you can test them just like you normally would with junit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934184#3934184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934184

[JBoss-user] [JBoss jBPM] - Re: Help me

2006-04-02 Thread kukeltje
CommandExecutorThread - java.lang.NoClassDefFoundError: org/hibernate/Session Configure hibernate properly on your system View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934181#3934181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [EJB 3.0] - Re: Attaching and dettaching EJB3 Entities

2006-04-02 Thread ppc
"[EMAIL PROTECTED]" wrote : This is normal. Put the jars on the client. Normal? why the client should know about _hibernate_ when the object should a POJO? only to got org.hibernate.LazyInitializationException ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [JCA/JBoss] - Re: Jboss 3.2.7 JCA question.

2006-04-02 Thread minamti
I think org.jboss.resource.connectionmanager.NoTxConnectionManager$NoTxConnectionEventListener is not serializable. We would like to solve this issue for the customer. mic View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934175#3934175 Reply to the post

[JBoss-user] [JBoss Seam] - Re: s:actionLink and JAAS

2006-04-02 Thread lcoetzee
I have added a jira feature request for extending the actionLink component. http://jira.jboss.com/jira/browse/JBSEAM-191 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934177#3934177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss Seam] - s:actionLink and JAAS

2006-04-02 Thread lcoetzee
Hi all, I have seen the inclusion of the seam ui stuff in CVS. Great stuff!!! The provision of the s:actionLink that works without JavaScript solves one of my biggest headaches! A lot of people use console mode browsers (links, lynx) that does not have good support for Javascript which meant t