• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Using JBoss for SCBCD preparation?

 
Ranch Hand
Posts: 330
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Is JBoss a good server for preparing SCBCD? Reason I asked is because I just noticed a wierd behavior. I was using jboss 3.2.8 SP1 and when I was testing what methods can / cannot be called on a remote component interface (I mean instance of a class that implements the component interface), I was surprised that calling the getPrimaryKey method (on a session) did not throw a RemoteException.

When I ran the same code in Websphere Application Server 5.1.1 and Sun's reference implementation j2ee 1.3, it did throw a RemoteException as expected.

Has anybody encountered similar or if not, other wierd jboss behaviors?

Thanks.

dnz.
[ April 03, 2006: Message edited by: dennis zined ]
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Is JBoss a good server for preparing SCBCD?


It would be safer to use Sun's J2EE 1.3 RI.
So you won't have to ask yourself that kind of questions
 
dennis zined
Ranch Hand
Posts: 330
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow that helps. Thanks. I'll keep that in mind.
 
There were millions of the little blood suckers. But thanks to this tiny ad, I wasn't bitten once.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic