On Sun, Dec 21, 2008 at 3:41 PM, Pete Muir <pmuir(a)redhat.com> wrote:
On 21 Dec 2008, at 20:31, Jay Balunas wrote:
> The new snapshot is working much better :-)
>
> Examples:
> ---------------
> Both examples deployed fine (including both together - WBRI-71).
> The basic functionality of the applications worked great - there
> are some minor things, but nothing critical to behavior or
> framework. I'll put in some minor jira's to cover them. I covered
> all the basic ant commands - clean, deploy, explode, restart, etc...
I have entered these.
>
> The only issue that could be confusing for new users is the
> examples readme.txt needs to be updated.
Thanks - I updated it to point at the ref guide.
Confirmed
> Building from source:
> -----------------------
> Executing "mvn install" or "mvn test" results in the error below
-
> because there is no "examples" module in the zips
Ok, I've been planning to remove the examples from the main build -
they shouldn't really be part of it. That fixes this.
I see some changes in the svn structure, and I am attempting to
build the dist, but running into this error:
[INFO]
------------------------------------------------------------------------
[java] /Users/balunasj/projects/webbeans/svn/trunk/webbeans/ri/
trunk/dist/build.xml:123: /Users/balunasj/projects/webbeans/svn/
trunk/webbeans/ri/trunk/reference-guide is not a valid directory
[java] at
org.apache.tools.ant.taskdefs.Java.setupWorkingDir(Java.java:831)
This happens whether I execute "ant dist ..." in the dist directory
or reference it from base. Not sure if this is an issue with my
setup or something is missing.
>
> Caused by: java.io.FileNotFoundException: /Users/balunasj/projects/
> webbeans/alpha1_cr2/webbeans-1.0.0-SNAPSHOT/src/examples/pom.xml
> (No such file or directory)
>
> The other (non-doc) modules all built, tested, and installed fine
> when "mvn install" executed from within the module.
>
> The reference module would not build with the error in reference-
> build.txt
> <reference-build.txt>
I added a note to the readme, telling people just to call mvn to
build the module (the install target for the reference docs isn't
necessary, and assumes translations running, which you don't want
locally).
yup I saw this.
Thanks for the help Jay!
np
> -Jay
>
> On Dec 21, 2008, at 2:00 PM, Pete Muir wrote:
>
>> Please try the snapshot at
http://snapshots.jboss.org/maven2/org/jboss/webbeans/webbeans-ri-distribu...
>>
>> David and I saw a similar problem to yours, which we fixed in the
>> newer snapshots.
>>
>> On 21 Dec 2008, at 17:26, Jay Balunas wrote:
>>
>>> Thats what I was figuring - I'll try the latest from trunk.
>>>
>>> -Jay
>>>
>>> On Dec 21, 2008, at 12:20 PM, Benjamin Graf wrote:
>>>
>>>> I tested the latest snapshot build from
seamframework.org on a
>>>> clean
>>>> linux, OpenJDK machine. Everything worked as expected when
>>>> following the
>>>> instructions of the reference guide. Did you use the older build
>>>> as
>>>> mentioned by Pete in his initial mail a few days before? There
>>>> might be
>>>> an incompatibility with latest ri-int version.
>>>>
>>>> Benjamin
>>>>
>>>> Jay Balunas schrieb:
>>>>> I have been following the instructions from the reference guide
>>>>> and
>>>>> readme.txt. I am using OS X, JDK 1.5, and have a completely
>>>>> clean
>>>>> machine - i.e. no webbeans in the repo, or src work being done.
>>>>>
>>>>> * /examples/readme.txt describes a different procedure for
>>>>> updating
>>>>> jboss as 5 that the reference guide.
>>>>> - I believe the readme.txt version is the out of date one as
>>>>> it's
>>>>> paths and targets are not correct
>>>>>
>>>>> Number Guess Example:
>>>>> -----------------------------------
>>>>> * I executed "ant update" in the jboss-as directory and it
ran
>>>>> successfully ( with ANT_HOME set to 1.7.0)
>>>>> * I then deployed the number guess example as described "ant
>>>>> explode"
>>>>> ( same issue with deploy)
>>>>> * I received during deployment
>>>>>
>>>>> 10:35:26,062 ERROR [[/webbeans-numberguess]] Error configuring
>>>>> application listener of class
>>>>> org.jboss.webbeans.servlet.WebBeansListener
>>>>> java.lang.ClassNotFoundException:
>>>>> org.jboss.webbeans.servlet.WebBeansListener
>>>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>>>
>>>>> * I thought the AS might need restarting after the deployer
>>>>> update,
>>>>> but that did not help.
>>>>> * I noticed that the web bean api and ri jars were not in the
>>>>> application
>>>>> * After adding both jars I received:
>>>>>
>>>>> 10:52:08,900 ERROR [[/webbeans-numberguess]] Exception sending
>>>>> context
>>>>> initialized event to listener instance of class
>>>>> org.jboss.webbeans.servlet.WebBeansListener
>>>>> java.lang.ClassCastException:
>>>>> org.jboss.webbeans.integration.jbossas.WebBeanDiscoveryImpl
>>>>>
>>>>> * This looked like a classloader issue, so I removed the wb api
>>>>> jar
>>>>> because it was already in the deployer directory but this did
>>>>> not help.
>>>>>
>>>>> Translator Example:
>>>>> -----------------------------
>>>>> * showed a similar issue
>>>>>
>>>>> Caused by: java.lang.RuntimeException: Interceptor class not
>>>>> found:
>>>>> org.jboss.webbeans.ejb.SessionBeanInterceptor in class loader
>>>>> BaseClassLoader@ec08ce{vfsfile:/Users/balunasj/projects/
>>>>> webbeans/alpha1_cr1/jboss-5.0.0.GA/server/default/deploy/
>>>>> webbeans-translator.ear/}
>>>>>
>>>>> at
>>>>> org
>>>>> .jboss
>>>>> .ejb3
>>>>> .interceptor
>>>>> .InterceptorInfoRepository
>>>>> .loadClass(InterceptorInfoRepository.java:543)
>>>>>
>>>>> at
>>>>> org.jboss.ejb3.interceptor.InterceptorInfoRepository.access
>>>>> $100(InterceptorInfoRepository.java:78)
>>>>>
>>>>>
>>>>> * This looks like the same type of issue that the numberguess
>>>>> had.
>>>>> I'm figuring that either I'm missing something in the
>>>>> instructions, or
>>>>> there might be an issue with a system that is in a clean
>>>>> state. I
>>>>> checked the pom files to see if there were referencing SNAPSHOT
>>>>> or
>>>>> alpha (not out yet), but they were using snapshot as expected.
>>>>>
>>>>> Minor:
>>>>> ----------
>>>>> Reference guide refers to
"http://seamframework.org/WebBeans" for
>>>>> downloading webbeans - I'm assuming you are planning on having a
>>>>> download section there?
>>>>>
>>>>> I'll try this again with a updated trunk as there were quite a
>>>>> few
>>>>> commits (although I have looked at what yet). Can't promise
>>>>> I'll get
>>>>> to it today though :-(
>>>>>
>>>>> -jay
>>>>>
>>>>>
>>>>>
>>>>> On Dec 19, 2008, at 6:13 PM, Pete Muir wrote:
>>>>>
>>>>>> OOps, got the URL wrong :-(
>>>>>>
>>>>>>
http://www.tardis.ed.ac.uk/~pmuir/webbeans-1.0.0-SNAPSHOT.zip
>>>>>>
>>>>>> On 19 Dec 2008, at 23:11, Charles Crouch wrote:
>>>>>>
>>>>>>> I'm getting a 404 on the zip url
>>>>>>>
>>>>>>> Cheers
>>>>>>> Charles
>>>>>>> ----- "Pete Muir" <pmuir(a)redhat.com> wrote:
>>>>>>>
>>>>>>>> All,
>>>>>>>>
>>>>>>>> I uploaded a preview of the alpha1 release of webbeans
to
>>>>>>>>
http://www.tardis.ed.ac.uk/pmuir/webbeans-1.0.0-SNAPSHOT.zip
>>>>>>>>
>>>>>>>> Download the zip, unzip it, and read the readme and the
>>>>>>>> reference
>>>>>>>> guide to get started with the examples. Any feedback
would
>>>>>>>> be superb,
>>>>>>>>
>>>>>>>> e.g:
>>>>>>>>
>>>>>>>> * typos in readmes/docs
>>>>>>>> * errors running the jboss5 updater
>>>>>>>> * errors deploying examples
>>>>>>>> * errors building from source
>>>>>>>>
>>>>>>>> File issues at
http://jira.jboss.com/jira/browse/WBRI -
no
>>>>>>>> forum as of
>>>>>>>>
>>>>>>>> yet.
>>>>>>>>
>>>>>>>> Jay or Jozef, if you have time to run your finely honed
QA
>>>>>>>> eyes over
>>>>>>>>
>>>>>>>> this, it would be great :-)
>>>>>>>>
>>>>>>>> Pete
>>>>>>
>>>>>> _______________________________________________
>>>>>> webbeans-dev mailing list
>>>>>> webbeans-dev(a)lists.jboss.org
>>>>>>
https://lists.jboss.org/mailman/listinfo/webbeans-dev
>>>>>
>>>>> _______________________________________________
>>>>> webbeans-dev mailing list
>>>>> webbeans-dev(a)lists.jboss.org
>>>>>
https://lists.jboss.org/mailman/listinfo/webbeans-dev
>>>>>
>>>>>
>>>>
>>>
>>
>
> _______________________________________________
> webbeans-dev mailing list
> webbeans-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/webbeans-dev
--
blog:
http://in.relation.to/Bloggers/Jay
_______________________________________________
webbeans-dev mailing list
webbeans-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/webbeans-dev