[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-12 Thread j_lalith
Thanks Peter,

I think you refer to EJB 3.0 session beans with CMT and pure Hibernate without 
JTA,

If I put it differently, use only the EJB 3.0 session beans CMT but not the 
entity beans for entity beans directly use the hibernate.

Hope above is correct

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073417#4073417

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073417
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1

2007-08-07 Thread j_lalith
Yes you are correct, old log4j file was in one of my applications, I had to 
upgrade it to the new one, now I could get the application server up.

Isn't there a better way to achieve the log4j class loading in isolation 
instead of impacting the other running applications.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4071432#4071432

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071432
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-07 Thread j_lalith
Thank you so much for the reply,

Yes you have a point, one of the ways to move forward is

1) Jboss latest release + EJB previous release+Hibernate latest release,

Hope above is a good combination instead of

1) Jboss latest release + EJB 3.0 (with inbuilt hypernate)


Hope you agree on the above

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4071787#4071787

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071787
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1

2007-08-07 Thread j_lalith
I do not have CLASSPATH env variable set up,

I think this is something to do with the classloading

Yes you are correct, we got two options

1) delete the log4j from the other projects

2) update the jboss log4j with other projects

even though above works, It doent look nice, the best way is how you manage the 
log4j classloading in a isolated way, I believe jboss will work on this, so that
the installation is straight forward without any impacts from the other loaded 
jars.

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4071788#4071788

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071788
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-05 Thread j_lalith
Hi,

Thanks for the reply,

Yes we know, ejb 3.0 also make use of Hibernate as the persistent mechanism,

Is there any potential benefit if we go ahead with Hibernate independently 
instead of ejb 3.0, What are the advantages as disadvantages,

is there any article written on this, am happy to read.

We like to list down all the advantages vs disadvantages and then make the 
final call. Bottom line is what ever the persistent mechanism should be able to 
map the existing complex SQLs with all the OUTER joins to the persistent layer.

Our database is Informix

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4071008#4071008

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071008
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Issue with JBoss 4.2.1

2007-08-05 Thread j_lalith
Hi,

I download the JBoss 4.2.1 zip and extracted it to a local folder,

Plat form - Fedora Core 5

Java - Java 5

As instructed I executed the run.sh (JAVA_HOME set).

but it gives the following exeception, then I thought it is something to do 
with the existing log4j libraries in my system, then I removed all the log4j 
references and executed the run.sh but still It gives the following error.

I see lot of questions like this with no answer, can some one let me know how 
to solve the following


13:11:37,798 WARN  [BasicMBeanRegistry] preRegister() failed for 
JMImplementation:type=MBeanServerDelegate: 
java.lang.NoSuchFieldError: TRACE
at 
org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
at 
org.jboss.mx.server.AbstractMBeanInvoker.initAttributeContexts(AbstractMBeanInvoker.java:1009)
at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.initAttributeContexts(ModelMBeanInvoker.java:597)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:647)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215)
at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71)
at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Failed to boot JBoss:
java.lang.RuntimeException: Cannot create MBeanServer
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:239)
at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71)
at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.management.NotCompliantMBeanException: Cannot register MBean: 
JMImplementation:type=MBeanS erverDelegate
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:314)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215)
... 8 more
Caused by: javax.management.RuntimeErrorException
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:725)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
... 9 more
Caused by: java.lang.NoSuchFieldError: TRACE
at 
org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
at 
org.jboss.mx.server.AbstractMBeanInvoker.initAttributeContexts(AbstractMBeanInvoker.java:1009)
at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.initAttributeContexts(ModelMBeanInvoker.java:597)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:647)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 10 more


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4071019#4071019

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071019
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Before Start we need your advice

2007-08-02 Thread j_lalith
Hi,
We are going to introduce the JBoss application server and a Persistant 
mechanism to our institute. Following are the questions I got.

1) What is the exact difference between Hybernate and Ejb 3.0, Which one should 
we select for our Persistent mechanism. Reason is we can see both Hypernate and 
Ejb 3.0 are listed in the jboss product list. we are open for anything.

2) What is the difference between jboss hybernate and hybernate as a 
independent project (httpd://www.hybernate.org)

Hope this would give us the first head start and there after we would like to 
download the stuff
Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4070393#4070393

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070393
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user