marc fleury wrote:
>
> I want to apologize for the bumpy ride, yes a README would be good, but it
> seems the list is good about supporting these (sebastien is ;-)...
>
> anyway again, I want to say "orbit" soon and from then on the ride is
> smooth, but again apologies for the glitches on the road ;-)
I wasn't denigrating the work the jboss team is doing. Quite the
opposite. I've read through a good chunk of the code so far, and I
think it's terrific! You guys are doing a *great* job.... However, back
to my request. Unlike some of you (or so it seems from reading this
list) I do not have a photographic memory and cannot count on myself to
remember each and every little change that I read about in the list.
Also, yes, you'll have the final release (this month?), but of course
the next release will start the process all over again with more
changes. I know it's a pain in the ass to maintain yet another document,
but it probably will save all of you more time than it consumes in
answering these questions. So, please give this some consideration...
Thanks again,
Rick
>
> marc
>
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of Rick Horowitz
> |Sent: Tuesday, October 24, 2000 12:59 PM
> |To: jBoss
> |Subject: Re: [jBoss-User] Beta-Prod4 Deploy Problem
> |
> |
> |Any chance the jboss team could publish a README document with
> |configuration changes that is updated for each day's CVS snapshot?
> |Perhaps just a list by date of changes. I usually grab an update of the
> |sources every few days (as i suppose many others do). This would allow
> |us to see all the changes from, for example, Oct 17 - Oct 24, without
> |having to be confused about which changes apply to us and which do not.
> |
> |Regards,
> |
> |Rick Horowitz
> |
> |marc fleury wrote:
> |>
> |> it is just that the xml file specifies this configuration for
> |the cache...
> |> the name of the cache has changed per Simone last work... you can
> |> 1- remove the jboss.xml file from your jar
> |> 2- check the standardjboss.xml file for the right name of the
> |cache instance
> |> and put that in your jboss.xml file in jar
> |>
> |> let me know if that fixes it... we need to make sure we document that, it
> |> will throw a lot of confusion
> |>
> |> marc
> |>
> |> |-----Original Message-----
> |> |From: [EMAIL PROTECTED]
> |> |[mailto:[EMAIL PROTECTED]]On Behalf Of Tim White
> |> |Sent: Tuesday, October 24, 2000 11:37 AM
> |> |To: jBoss
> |> |Subject: [jBoss-User] Beta-Prod4 Deploy Problem
> |> |
> |> |
> |> |Hi -
> |> | My person CMP entity bean deployed and worked fine in BP3, but now
> |> |dies in BP4 per the trace below.
> |> |
> |> | The entity bean I am deploying is monumentally simple, it's possible
> |> |it's missing something that got by in previous versions, but I am
> |> |concerned about the error message, since I couldn't find
> |> |org.jboss.ejb.plugins.NoPassivationEntityInstanceCache in jboss.jar.
> |> |
> |> | Any thoughts?
> |> |
> |> |Thanks,
> |> |
> |> |Tim
> |> |
> |> |
> |> |[Verifier] Verifying file:/cyface/tools/jboss/deploy/conmaster/
> |> |[Container factory] Deploying Person
> |> |[Container factory] java.lang.ClassNotFoundException:
> |> |org.jboss.ejb.plugins.NoPa
> |> |ssivationEntityInstanceCache
> |> |[Container factory] at
> |> |java.net.URLClassLoader$1.run(URLClassLoader.java:200
> |> |)
> |> |[Container factory] at
> |> |java.security.AccessController.doPrivileged(Native Me
> |> |thod)
> |> |[Container factory] at
> |> |java.net.URLClassLoader.findClass(URLClassLoader.java
> |> |:188)
> |> |[Container factory] at
> |> |java.lang.ClassLoader.loadClass(ClassLoader.java:297)
> |> |[Container factory] at
> |> |java.lang.ClassLoader.loadClass(ClassLoader.java:253)
> |> |[Container factory] at
> |> |org.jboss.ejb.ContainerFactory.deploy(ContainerFactor
> |> |y.java:673)
> |> |[Container factory] at
> |> |org.jboss.ejb.ContainerFactory.deploy(ContainerFactor
> |> |y.java:248)
> |> |[Container factory] at java.lang.reflect.Method.invoke(Native
> |> |Method)
> |> |[Container factory] at
> |> |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> |> |rverImpl.java:1628)
> |> |[Container factory] at
> |> |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> |> |rverImpl.java:1523)
> |> |[Container factory] at
> |> |org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:2
> |> |86)
> |> |[Container factory] at
> |> |org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:222)
> |> |[Container factory] at
> |> |org.jboss.ejb.AutoDeployer.startService(AutoDeployer.
> |> |java:265)
> |> |[Container factory] at
> |> |org.jboss.util.ServiceMBeanSupport.start(ServiceMBean
> |> |Support.java:90)
> |> |[Container factory] at java.lang.reflect.Method.invoke(Native
> |> |Method)
> |> |[Container factory] at
> |> |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> |> |rverImpl.java:1628)
> |> |[Container factory] at
> |> |com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> |> |rverImpl.java:1523)
> |> |[Container factory] at
> |> |org.jboss.dependencies.DependencyManager.startMBean(D
> |> |ependencyManager.java:284)
> |> |[Container factory] at
> |> |org.jboss.dependencies.DependencyManager.loadService(
> |> |DependencyManager.java:261)
> |> |[Container factory] at
> |> |org.jboss.dependencies.DependencyManager.processServi
> |> |ce(DependencyManager.java:243)
> |> |[Container factory] at
> |> |org.jboss.dependencies.DependencyManager.startMBeans(
> |> |DependencyManager.java:117)
> |> |[Container factory] at org.jboss.Main.<init>(Main.java:166)
> |> |[Container factory] at org.jboss.Main.<init>(Main.java:98)
> |> |[Container factory] at org.jboss.Main$1.run(Main.java:88)
> |> |[Container factory] at
> |> |java.security.AccessController.doPrivileged(Native Me
> |> |thod)
> |> |[Container factory] at org.jboss.Main.main(Main.java:79)
> |> |[Auto deploy] Deployment
> |> |failed:file:/cyface/tools/jboss/deploy/conmaster/
> |> |
> |> |
> |> |--
> |> |--------------------------------------------------------------
> |> |To subscribe: [EMAIL PROTECTED]
> |> |To unsubscribe: [EMAIL PROTECTED]
> |> |Problems?: [EMAIL PROTECTED]
> |> |
> |> |
> |>
> |> --
> |> --------------------------------------------------------------
> |> To subscribe: [EMAIL PROTECTED]
> |> To unsubscribe: [EMAIL PROTECTED]
> |> Problems?: [EMAIL PROTECTED]
> |
> |
> |--
> |--------------------------------------------------------------
> |To subscribe: [EMAIL PROTECTED]
> |To unsubscribe: [EMAIL PROTECTED]
> |Problems?: [EMAIL PROTECTED]
> |
> |
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]