[JBoss-dev] Urgent: JBoss Reference Needed.

2003-07-04 Thread Rahul Ganjoo

Hi All!
have submitted a proposal to a client recommending JBoss... hes still
not really convinced.. he wants an article/resource/case study anything
that says how JB is
running successfully in a production environment.
Preferably from an independent website and not from JBoss.org.
Our competitors are recommending commercial appservers.
Any Help would be appreciated.

Regards,
Rahul Ganjoo.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Regarding JBoss site

2003-03-28 Thread Rahul Ganjoo

i could just get to the site after 6 hrs of trying and its damn slow
looks to cluttered to me..the links ought to be more organized...
its somehow not as attention grabbing as the prev one


---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Regarding JBoss site

2003-03-27 Thread Rahul Ganjoo
I cant access the site!! been trying for sometime now!! http 500!

-Original Message-
From: Luke Taylor [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 28, 2003 3:46 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Regarding JBoss site


Juha-P Lindfors wrote:
 It's not the new look that is bad (the red bar and the menu) its all 
 the other stuff that blinks worse than your average porn site. An 
 eyesore. Too much stuff that just bounces around.

You a regular average porn site browser, Juha?

I agree though, there's too much flashing stuff, and I don't see why the

main logo uses flash - I always have it killed off in Mozilla and all I 
get is an empty box. Why not just have a plain image?

Luke.


-- 
  Luke Taylor.  Monkey Machine Ltd.
  PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk





---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Jboss/David Vs. Sun/Goliath?

2003-03-24 Thread Rahul Ganjoo

but one of the goals of JBoss 4 is to make it so developers don't have
to deal with all the J2EE APIs

from this and the discussion in general.. Jboss4 and J2EE compliance are
two entirely
different roadmaps (IMHU).. i mean its important for everyone here to
know what direction Jboss
is going to take.. is j2EE compliance important and is Jboss going for
it..or
is it keeping up the Jboss4 AOP vision and hence chucking compliance?


-Original Message-
From: Tom Elrod [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2003 1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-dev] Jboss/David Vs. Sun/Goliath?


I don't want to steal too much of Marc's thunder on this (he has a great
vision for JBoss 4), but one of the goals of JBoss 4 is to make it so
developers don't have to deal with all the J2EE APIs (which honestly add
a lot of overhead in development time as well as training/study time to
learn it all).

For example, with EJBs, you have the remote, home, and implementation to
keep up with.  With JBoss 4, you would be able to write a POJO with all
you business logic and plug-in (via configuration) all the extra pieces
you want (remoting, persistence, caching, transaction, security, etc.).
This makes the process much easier for you, the developer, since you
won't have to worry about all the extra code (which usually ends up
being 25% business logic and the rest infrastructure when you look at
lines of code).  Only extra effort required is to configure the extra
services you want (which will take much less time than coding it).

Of course, if you decide to migrate to another application server,
you'll have write all the extra infrastructure code yourself to make it
fully J2EE compatible.  Even if for some reason you decide you want to
pay for an application server where you don't have access to the source,
this would probably be a good way to start a development project, since
the business logic will be the core of your product.

As from a corporate perspective, JBoss, in general, makes sense over
other application servers.  The two major reasons are both the source
and the runtime are free.  So the only question would be does it work
well (functionality, performance, scalability) and can I get support for
it?  The first one is somewhat a matter of opinion, but I think it has
proven itself in production. Support is available for a fee (but you're
getting the guys that actually wrote it, so you know they know what they
are doing).  If JBoss does ever change its direction, you'll still have
the source so you could still maintain what you needed.  If you bought
an app. server from a company that changes direction, then you would end
up having to pay again for some other company's app. server to get what
you want (so you're out you initial investment, plus it might happen
again and you have not other course of action without source).

I personally feel that the only real reason for paying for an
application server is if it allows you to get a price break on some
other part of a package deal (i.e. hardware).  Then you have to decide
if you're getting enough savings on the hardware to offset the price of
the software.

Of course, this is just my opinion, but would love to hear exactly why
companies would want to pay for an application server.

-Tom







 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 Behalf Of Brian
 Wallis
 Sent: Monday, March 24, 2003 1:34 AM
 To: [EMAIL PROTECTED]; Tom Elrod
 Subject: Re: [JBoss-dev] Jboss/David Vs. Sun/Goliath?


 On Mon, 24 Mar 2003 16:42, Tom Elrod wrote:
  IMHO, I don't know that passing the certification tests now
 would be of
  much benefit to JBoss.  The biggest drawback I can see is
 that with JBoss
  4, we will be moving people away from having to deal with
 all the extra API
  non-sense that J2EE developers have to deal with today.
 Just write your
  POJOs and we'll do the rest (persistence, caching,
 security, remoting,
  etc.).  If we get certified now, might be added pressure to
 make JBoss 4
  compliant as well, which I think would divert us from our current 
  direction.

 IMHO, that would be about it for anyone (like me) who is trying to use

 jboss as well as other appservers. I seriously hope that jboss 4
 will be fully
 compliant with the standards or else I fear it will become
 marginalised and
 in all likely hood die off.


 ---
 This SF.net email is sponsored by:Crypto Challenge is now open! Get 
 cracking and register here for some mind boggling fun and the chance 
 of winning an Apple iPod: 
 http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
 ___
 Jboss-development mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register 

RE: [JBoss-dev] TONIGHT: JBOSS OPEN HOUSE @ GENEVA

2002-11-27 Thread Rahul Ganjoo
I would like to know if the Jboss Group is planning any visits(training
etc) in India
in the near future.

-Original Message-
From: sacha_labourey [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 27, 2002 4:44 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] TONIGHT: JBOSS OPEN HOUSE @ GENEVA


Hello,

Do not forget to come at the JBOSS OPEN HOUSE in GENEVA TONIGHT

Time: 18:00 to 21:00 
Location: Hotel des Bergues (http://www.hoteldesbergues.com/)

Will be present: 

Adrian Brock: co-developer of JBossMX (JMX implementation) 
Ceki Gulcu: Log4j founder 
Me: co-developer of JBoss Clustering 

We hope you will come! 




---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] TONIGHT: JBOSS OPEN HOUSE @ GENEVA

2002-11-27 Thread Rahul Ganjoo
3rd world or wotever.. the fact remains that you cant possibly conduct a
training on Jboss
worth 3250USD in this part of the world and expect people to attend
Needless to mention India has a huge huge market/dev community.. most of
development takes
places in the s/w services model... so if you want developers to push
Jboss..
-they should know what Jboss is
-they should know what Jboss can do for them and why its better
what i mean by this is a training in Jboss wont just serve as an insight
into the server
but also to increase the awareness which i guess is lower than it should
be..so could be
used as a marketing tool as well..

I work with Jboss coz i am in product development...and in services side
also
the only reason why a client insists on Jboss is cost cutting...which
obviously
aint gonna last forever...
the point being IMHO its too large a market for you to just ignore..
Mass formula might work...i cant forsee any risks as such..i mean what
can possibly 
go wrongat the same time its a better idea to kickstart a local
community to gauge
the interest and the rest... it would give you a realistic picture of
the scenario as well..


-Rahul Ganjoo (S/W developernot a snake charmer ;-) )



-Original Message-
From: marc fleury [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 27, 2002 9:19 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-dev] TONIGHT: JBOSS OPEN HOUSE @ GENEVA


 
 I would like to know if the Jboss Group is planning any
 visits(training
 etc) in India
 in the near future.

the formula for 3rd world countries is difficult and not found yet. I am
sorry if I badge it 3rd world it is just that I want to candidly discuss
this see if we can find a way. 

I tried to do a training in Brazil and we grossly miscalculated and we
had to cancel the training.  

See normally we charge 3250 for US and Western Europe.  In brazil if I
charged $1000 it would be still very high. 

I am thinking about a MASS formula.  I don't training anymore but I
could do it if I came to India, price it say $500 (or is that too much)
do you think I could attract 100 people? 

it is risky and we never really tried it but I am thinking it is worth a
try. what do you think?

marcf

 
 -Original Message-
 From: sacha_labourey [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 27, 2002 4:44 PM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] TONIGHT: JBOSS OPEN HOUSE @ GENEVA
 
 
 Hello,
 
 Do not forget to come at the JBOSS OPEN HOUSE in GENEVA TONIGHT
 
 Time: 18:00 to 21:00
 Location: Hotel des Bergues (http://www.hoteldesbergues.com/)
 
 Will be present:
 
 Adrian Brock: co-developer of JBossMX (JMX implementation)
 Ceki Gulcu: Log4j founder 
 Me: co-developer of JBoss Clustering 
 
 We hope you will come!
 
 
 
 
 ---
 This SF.net email is sponsored by: Get the new Palm Tungsten T
 handheld. Power  Color in a compact size! 
 http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
 ___
 Jboss-development mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 ---
 This SF.net email is sponsored by: Get the new Palm Tungsten T
 handheld. Power  Color in a compact size! 
 http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
 ___
 Jboss-development mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] getting error timed out. status=STATUS_ACTIVE

2002-11-25 Thread Rahul Ganjoo
no one heres gonna reply to it..post it to jboss user..


-Original Message-
From: Vishal Shukla [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 25, 2002 3:36 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] getting error timed out. status=STATUS_ACTIVE


Hello,

I am getting following error frequently and then i have to restart
jboss.I am using Jboss 3.0 with culstering feacture. this will cause my
website to be down for the while. please write me proper solution as
early as possible.

13:39:54,456 WARN  [TxCapsule] Transaction XidImpl [FormatId=257,
GlobalId=web1.myjaring.net//380568, BranchQual=] timed out.
status=STATUS_ACTIVE 13:39:56,776 ERROR [BeanLock] Thread[RMI TCP
Connection(42253)-61.6.32.121,5,RMI Runtime]Saw rolled back
tx=TransactionImpl:XidImpl [FormatId=257,
GlobalId=web1.myjaring.net//380568, BranchQual=] waiting for txLock
13:39:56,777 ERROR [LogInterceptor] TransactionRolledbackException,
causedBy:
java.lang.IllegalStateException: removing bean lock and it has tx set!
at
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.removeRef(QueuedPess
imisticEJBLock.java:469)
at
org.jboss.ejb.BeanLockManager.removeLockRef(BeanLockManager.java:78)
at
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor
.java:124)
at
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInt
erceptor.java:69)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterce
ptor.java:96)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptor
CMT.java:167)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:61)
at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.jav
a:129)
at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
at
org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:493)
at org.jboss.ejb.Container.invoke(Container.java:705)
at
org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1055)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
at
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:1
02)
at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.jav
a:73)
at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
at
org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.java:116)
at
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
at $Proxy190.getDeviceVendorId(Unknown Source)
at
net4nuts.scheduler.sendingservicesession.SendingServiceSessionBean.getCo
nfiguredPortfolioServices(SendingServiceSessionBean.java:875)
at java.lang.reflect.Method.invoke(Native Method)
at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(Stat
elessSessionContainer.java:664)
at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(
CachedConnectionInterceptor.java:186)
at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Statele
ssSessionInstanceInterceptor.java:77)
at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterce
ptor.java:96)
at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptor
CMT.java:167)
at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:61)
at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.jav
a:129)
at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
at
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer
.java:313)
at org.jboss.ejb.Container.invoke(Container.java:705)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
at
org.jboss.invocation.jrmp.server.JRMPInvokerHA.invoke(JRMPInvokerHA.java
:169)
at java.lang.reflect.Method.invoke(Native Method)
at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:236)
at sun.rmi.transport.Transport$1.run(Transport.java:147)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:143)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.ja
va:701)
at java.lang.Thread.run(Thread.java:479)
13:39:56,781 INFO  [STDOUT] Exception
==javax.transaction.TransactionRolledbackException: removing bean lock
and it has tx set!; nested exception is: 
java.lang.IllegalStateException: removing bean lock and it has
tx set!

thanks
vishal


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf 

RE: [JBoss-dev] TODO: NetBoot PetStore

2002-11-24 Thread Rahul Ganjoo
yes,but i think it should be more prominent...

-Original Message-
From: marc fleury [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, November 23, 2002 2:28 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-dev] TODO: NetBoot PetStore


did you check our references page?

marc f

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On 
 Behalf Of Emerson Cargnin - SICREDI Serviços
 Sent: Friday, November 22, 2002 11:49 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] TODO: NetBoot PetStore
 
 
 i agree with Rahul, succefull stories are the best markting
 you coul'd 
 do ever. People here just took every business logic from the 
 server side 
 and put it in the database as pl-sql (urghh!!1). Their main 
 argument is 
 that they know that oracle will support high-load, and by 
 what they saw 
 of ejb-ql in action (a sql for each cmr get) they didn't 
 believed that 
 this woul'd scale (in the database).
 
 BTW, i think dain said he was planning to implement a
 read-ahead through 
 cmr's relationships, this woul'd fix one of the worst 
 problems of CMP, 
 that is the great number of selects at the db
 
 Rahul Ganjoo wrote:
  what about some success stories?? in my organization decsion makers
  arent convinced Jboss is reliable for production... or when 
 u need to
  support heavy loads etc..
  developers might know whats good and whats not.. but in this service 
  model of s/w development i work in ,the guys sitting up there
 will not suggest
  Jboss
  to a client if hes ready to pay for IBM/BEA stuff.. its safer... if 
  some success stories are highlighted we might actually
 see a change
  in that..
  Jboss shouldnt be a poor mans appserver... it should be a smart mans 
  appserver..
  
  
  -Original Message-
  From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
  Sent: Friday, November 22, 2002 1:09 PM
  To: [EMAIL PROTECTED]
  Subject: Re: [JBoss-dev] TODO: NetBoot PetStore
  
  
  There sure is a problem with the homepage if you want to reach 
  non-developers - you know... those people earning more but
 doing less :)
  
  I get that response a lot of time from our
 marketing/salesman/bla bla
  bla people that they don't get what it really is from reading the
  homepage... Sure a lot of cool stuff but - why J2EE 
 solutions and why
  is JBoss that good and why to choose JBoss over BEA/IBM and why not
  .Net and... That kind of information is needed and should be found 
  together in one place and ready to use when talking with customers.
  
  I think that our community has a lot of this stuff already, why not 
  bring the best of it together and publish it after being 
  JBossGroupified?
  
  /Lennart
  
  fredagen den 22 november 2002 kl 07.23 skrev marc fleury:
  
  
 we need to start pushing a lot of things from the homepage.
 I need to
 rethink a lot of the website. I want the developemnt to
 move there and
  
  
 our communication about the features to be clear on that website.
 
 We kick ass and we need to say it to the world.
 
 netboot has been there for about a year (courtesy of Jason and moi) 
 and it is still sort of hush-hush.
 
 Marketing ain't it a bitch.
 
 marc f
  
  
  
  
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  Jboss-development mailing list 
 [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  Jboss-development mailing list 
 [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
 
 
 --
 
 | Emerson Cargnin  |
 | Analista de Sistemas Sr. |
 | Tel : (051) 3358-4959|
 | SICREDI Serviços |
 | Porto Alegre - Brasil|
 |xx|
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf 
 ___
 Jboss-development mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss

RE: [JBoss-dev] TODO: NetBoot PetStore

2002-11-22 Thread Rahul Ganjoo
what about some success stories?? in my organization decsion makers
arent convinced
Jboss is reliable for production... or when u need to support heavy
loads etc..
developers might know whats good and whats not.. but in this service
model
of s/w development i work in ,the guys sitting up there will not suggest
Jboss
to a client if hes ready to pay for IBM/BEA stuff.. its safer...
if some success stories are highlighted we might actually see a change
in that..
Jboss shouldnt be a poor mans appserver... it should be a smart mans
appserver..


-Original Message-
From: Lennart Petersson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 22, 2002 1:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] TODO: NetBoot PetStore


There sure is a problem with the homepage if you want to reach 
non-developers - you know... those people earning more but doing less :)

I get that response a lot of time from our marketing/salesman/bla bla 
bla people that they don't get what it really is from reading the 
homepage... Sure a lot of cool stuff but - why J2EE solutions and why 
is JBoss that good and why to choose JBoss over BEA/IBM and why not 
.Net and... That kind of information is needed and should be found 
together in one place and ready to use when talking with customers.

I think that our community has a lot of this stuff already, why not 
bring the best of it together and publish it after being 
JBossGroupified?

/Lennart

fredagen den 22 november 2002 kl 07.23 skrev marc fleury:

 we need to start pushing a lot of things from the homepage. I need to 
 rethink a lot of the website. I want the developemnt to move there and

 our communication about the features to be clear on that website.

 We kick ass and we need to say it to the world.

 netboot has been there for about a year (courtesy of Jason and moi) 
 and it is still sort of hush-hush.

 Marketing ain't it a bitch.

 marc f



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf ___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Timeout!

2002-08-21 Thread rahul ganjoo

Hi!
Would like to know how to set the transaction timeout value of session bean
in Jboss.I could do it using  the following tag in weblogic...whats the
equivalent in Jboss??(which tag in Jboss.xml)

transaction-descriptor

trans-timeout-seconds120/trans-timeout-seconds

/transaction-descriptor

Thanks and Regards,
Rahul Ganjoo.




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] ClassCast Exception with Entity Bean on Jboss3.0!

2002-08-21 Thread rahul ganjoo
(LocalHomeProxy.java:110)
19:31:30,886 ERROR [STDERR] at $Proxy13.create(Unknown Source)
19:31:30,886 ERROR [STDERR] at
com.cadmus.rpm.domain.session.ModelFactory.ModelFactoryBean.createArticleAssignment(Unknown
 Source)
19:31:30,902 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
19:31:30,902 ERROR [STDERR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
19:31:30,917 ERROR [STDERR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
19:31:30,917 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
19:31:30,933 ERROR [STDERR] at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:664)

19:31:30,933 ERROR [STDERR] at
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)

19:31:30,949 ERROR [STDERR] at
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)

19:31:30,949 ERROR [STDERR] at
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:96)
19:31:30,964 ERROR [STDERR] at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:167)
19:31:30,964 ERROR [STDERR] at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:61)
19:31:30,980 ERROR [STDERR] at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:129)
19:31:30,980 ERROR [STDERR] at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
19:31:30,996 ERROR [STDERR] at
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:313)
19:31:31,011 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:705)
19:31:31,011 ERROR [STDERR] at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
19:31:31,027 ERROR [STDERR] at
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:362)
19:31:31,027 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
19:31:31,042 ERROR [STDERR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
19:31:31,042 ERROR [STDERR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
19:31:31,058 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
19:31:31,058 ERROR [STDERR] at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
19:31:31,074 ERROR [STDERR] at 
sun.rmi.transport.Transport$1.run(Transport.java:148)
19:31:31,074 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native 
Method)
19:31:31,089 ERROR [STDERR] at 
sun.rmi.transport.Transport.serviceCall(Transport.java:144)
19:31:31,089 ERROR [STDERR] at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
19:31:31,105 ERROR [STDERR] at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
19:31:31,105 ERROR [STDERR] at java.lang.Thread.run(Thread.java:53


Any help will be welcome,

Thanks,
Rahul Ganjoo.



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development