1. Using SLSB's on different weblogic instances forum.springsource.orgUsing SLSB's on different weblogic instances Hi, I'm really new to spring and I hadn't encountered any serious problem using it until today... there's a first time for everything I guess ... |
2. RemoteAccessException problem accessing SLSB forum.springsource.orgRemoteAccessException problem accessing SLSB Hi, I'm using two configurations to access my POJO from SWT client: 1. for testing and development I use direct reference to POJO without J2EE container 2. ... |
3. how to set property to cmt slsb forum.springsource.orgThere's no out of the box support for this yet, although we're considering it for 1.2. (It's arguably a bit of an antipattern, as you are normally better to refactor your ... |
4. SLSB support: dynamic JNDI settings forum.springsource.orgHi, I work on a distributed application in which each client (Swing-based GUI) can access several remote appservers implementing SLSBs. I'd like to leverage Spring SLSB support by using SimpleRemoteStatelessSessionProxyFactoryBean. My ... |
5. SLSB remote pratice. forum.springsource.orgSLSB remote pratice. Hello, i'm pretty newq in EJB. I'm currently working on a project that extensly use remote EJB session. I plan to use Spring to warp these ugly components ... |
6. remote SLSB proxy: cacheHome and lookupHomeOnStartup forum.springsource.orghi! When using SimpleRemoteStatelessSessionProxyFactoryBean we found that the combination of cacheHome=false and lookupHomeOnStartup=false caused a NullPointerException. We didn't further investigate this problem because ultimately we switched to chacheHome=true (where lookupHomeOnStartup=false works ... |
7. HttpInvoker and SLSB forum.springsource.orgHttpInvoker and SLSB This might have been answered somewhere but i just can't seem to find the solution. I simply wnt to expose my SLSB through HttpInvoker so my rich client ... |
8. Error deploying SLSB+Spring on JBoss forum.springsource.orgError deploying SLSB+Spring on JBoss Hi. I am new to using Spring with EJB and I am having problems to deploy a simple application on JBoss. When I copy the EAR ... |
9. Remote SLSB example? forum.springsource.orgRemote SLSB example? I would like to implement a simple Server app (without the use of an app server, ejb container and so on) which exposes an EJB SLSB. This would ... |
10. Accessing remote SLSB forum.springsource.orgJun 4th, 2005, 11:54 AM #1 quarksys View Profile View Forum Posts Private Message Junior Member Join Date Jun 2005 Location Ottawa, ON, Canada Posts 10 Accessing remote SLSB Hi, In ... |
11. std alone Client invk spring SLSB gets NoClassDefFoundErr forum.springsource.orgJun 27th, 2005, 04:16 PM #1 saadkhawaja View Profile View Forum Posts Private Message Junior Member Join Date Jun 2005 Location Dallas,TX Posts 14 std alone Client invk spring SLSB gets ... |
12. Custom businessInterface for remote SLSB - possible? forum.springsource.orgCustom businessInterface for remote SLSB - possible? Should it be possible to specify your own businessInterface (i.e., one matching, but not implemented by the EJB or its remote interface) in a ... |
13. PLEASE, help as I am really stuck getting SLSB to work forum.springsource.orgPLEASE, help as I am really stuck getting SLSB to work Register Help Remember Me? Forum Today's Posts FAQ Calendar Forum Actions Mark Forums ... |
14. JBOSS + SLSB + SPRING forum.springsource.orgJBOSS + SLSB + SPRING Hi to all, i builinding an application in jboss with remotes stateless session beans. (Other servers in others machines access this ejbs), Y develope the ejbs, ... |
15. help required urgently on SLSB forum.springsource.orghelp required urgently on SLSB hi , i am new to spring.I developed a sample application using Spring+EJb(SLSB) and deployed it in Jboss. it got deployed successfully but it gave an ... |
16. Possible memory leak with SLSB on WL5.1 forum.springsource.orgPossible memory leak with SLSB on WL5.1 I've been using SimpleRemoteStatelessSessionProxyFactoryBean to access SLSBs on a Weblogic 5.1 (yes, very old) server, and it would appear to be causing a memory ... |
17. Remote SLSB + JBoss 4.0.2 NullPointer Exception forum.springsource.orgSep 22nd, 2005, 09:08 AM #1 kyle_bober View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 3 Remote SLSB + JBoss 4.0.2 NullPointer Exception I am ... |
18. SLSB + JBOSS 4.0.2 Guidance needed forum.springsource.orgSLSB + JBOSS 4.0.2 Guidance needed Hi! Ive been trying to get a sample up that useses SLSB as facades and use spring as business Logic. I have a few questions: ... |
19. SLSB caching hibernateSessionFactory forum.springsource.orgSLSB caching hibernateSessionFactory Hi, I was wondering what the best method of caching the hibernateSessionFactory in the business layer is. I am using SLSB, business pojo (extends AbstractStatelessSessionBean), DAO, Hibernate. Before ... |
20. Spring SLSB with WebLogic Problem? forum.springsource.orgSpring SLSB with WebLogic Problem? Hello Guys! I am not able to deploy my application in WebLogic 8.1 my EJB's are extending the AbstractStatelessSessionBean provided by Spring when i try to ... |
21. Fascade SLSB or Spring RMI forum.springsource.orgFascade SLSB or Spring RMI Hello together, I wonder about a question I have not found a right answer for it. We need to develop a server-oriented application used by clients. ... |
22. Problem connecting to JBoss SLSB forum.springsource.orgProblem connecting to JBoss SLSB Hello Group, I'm new to the EJB camp; got interested in EJB3 recently after doing a few successful projects with Spring & Hibernate (no particular distaste ... |
23. Is it necessary for SLSB to implement POJO forum.springsource.orgI am new to the spring. I am calling spring bean from Session bean and using transacton mgmt of spring. My session bean extends AbstractStatelessSessionBean. Everything is working but I couldn't ... |
24. Remote SLSB in different machine forum.springsource.orgRemote SLSB in different machine Hello there! Here's my scenario: I have a spring application on a tomcat machine. I need access an SLSB on a remote JBoss machine. From what ... |
25. Configuring an EJB2.x SLSB forum.springsource.orgConfiguring an EJB2.x SLSB Hello! I am writing a strictly server-side application that uses EJB2.x Stateless Session Beans to provide remoting and transaction management. I want to write a service that ... |
26. Using SLSB across Multiple Virtual Machines forum.springsource.orgUsing SLSB across Multiple Virtual Machines We currently have 6 applications running in separate containers using OC4J 10.1.2, it is 1 box but each has its own instance of the VM. ... |
27. Spring + jee 5 slsb forum.springsource.orgi'm trying to map a jee5 slsb using |
28. deployment structure SLSB with jboss ? forum.springsource.orgdeployment structure SLSB with jboss ? hi , Can anybody tel me what will be the deployemnt structure of SLSB + spring MVC + hibernate in jboss . I am using ... |
29. Accessing Spring beans from SLSB forum.springsource.orgAccessing Spring beans from SLSB I am trying to rejuvenate some old web service for spam processing that was originally written in AXIS 1. I decided to try SLSB based web ... |
30. Help with injected slsb reference ... forum.springsource.orgMar 5th, 2008, 09:17 AM #1 redentis View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 1 Help with injected slsb reference ... Hi, I'm having ... |
31. No such method exception while invoking an SLSB business method forum.springsource.orgNo such method exception while invoking an SLSB business method Greetings, Using WebSphere 6.1 with Spring 2.5. I have the following beans wireing file: Code: |
32. problem finding class in jee:remote-slsb forum.springsource.orgproblem finding class in jee:remote-slsb I am trying to connect to a remote bean usnig the following in my applicationContext.xml: |
33. SpringBeanAutowiringInterceptor on SLSB Prevents Lifecycle Methods to be Called forum.springsource.orgSpringBeanAutowiringInterceptor on SLSB Prevents Lifecycle Methods to be Called It seems as if the SpringBeanAutowiringInterceptor prevents lifecycle methods (postCreate and preDestroy) from being called My original SLSB looked like this: Code: ... |
34. lookup local slsb failes on glassfish forum.springsource.orglookup local slsb failes on glassfish hi there, i try to to use a Local EJB3 StatelessBean within my Spring-POJO. Code: @Local(MyLocal.class) @Stateless(name="MyBean", mappedName="MyBean") public class MyBean implements MyLocal{...} i know ... |
35. jee:remote-slsb - Home Interface forum.springsource.orgjee:remote-slsb - Home Interface Hi, I have a remote EJB on app server A and my Spring based web-app is on app server B. I followed the documentation in relation to ... |
36. EjbAccessException with remote-slsb and wlthint3client.jar forum.springsource.orgEjbAccessException with remote-slsb and wlthint3client.jar Hallo, i have a standalone application based on Spring 3.0.4. I use Spring to access a Stateless Session Bean (2.x) on a weblogic 10.3.1 Application server. ... |
37. ClassCastException remote-slsb proxy forum.springsource.orgClassCastException remote-slsb proxy Hi there, I've found a very weird issue working with Spring 2.5 and EJB 2.1. I have EJB deployed in Websphere 6.0. I have generated my client and ... |