[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-24 Thread beyarecords
Hi Alesj, my mycompany.spring structure, which sits in the deploy directory with jboss-spring-jdk5-2.5.jar, is so: | my-app.spring/ |org/ | acme/ | ~MyBean.class | ~MyBean2.class |META-INF/ |jboss-spring.xml |lib/ |s

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-24 Thread beyarecords
Hi Alesj, "alesj" wrote : | | 1) checkout AS5_trunk | 2) build/build clean most | 3) testsuite/build clean most | 4) testsuite/build tests-springdeployer | | This will create new springdeployer AS configuration, which includes jboss-spring deployer | | I tried this same pr

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error {ProfileServiceBootstrap] Failed to load profile

2008-06-13 Thread beyarecords
"jaikiran" wrote : Jboss-5.0.0.CR1? Did you build it from trunk? Yes "jaikiran" wrote : All these logs look like DEBUG messages. Are there any ERROR logs? And what does the console show? | The only logs presented are the server logs, which I have presented a snippet of here. I do not see an

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error {ProfileServiceBootstrap] Failed to load profile

2008-06-12 Thread beyarecords
Hi, I am receiving the following error messages when trying to deploy a cocoon.war. My development platform is as follows: Jboss-5.0.0.CR1 JDK1.6.0_06 In the console the following error message is generated: | vfsfile:/C:/Jboss/Jboss-5.0.0.CR1/server/default/deploy/cocoon.war/ -> org.jboss.

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-12 Thread beyarecords
Hi Alesj many thanks for your assistance. I have the following directory structure: | my-app.spring/ |org/ | acme/ | ~MyBean.class | ~MyBean2.class |META-INF/ |jboss-spring.xml |lib/ |spring jars + dependencies |

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-12 Thread beyarecords
HI Alesj thanks for the update. I tried 'http://anonsvn.jboss.org/repos/jbossas/AS5_trunk' and got a trunk doesn't exist exist error message. I would appreciate it if you could provide me with the full trunk address but also think it would be a good idea to upload the artifact to sourceforge ;

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-10 Thread beyarecords
Hi Peterj, "PeterJ" wrote : ...you could wait for RC1 (JIRA says it will be out on June 10th). Or you could go back to beta3, I have successfully deployed HAR packages there. is this still the case, RC1 release for today (June 10th 2008)? I tried another re-build this morning and the build was

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-09 Thread beyarecords
Hi Alesj, "alesj" wrote : I'll do a new release asap. | | I'll post here when I'm done with the new release. just wanted to know whether you have had a chance to address this issue and if not when you feel you may be able to? Many thanks in advance. View the original post : http://www.

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Hi Alesj, on the JbossWiki there is a section concering the creation of .spring archieves: | my-app.spring/ |org/ | acme/ | ~MyBean.class | ~MyBean2.class |META-INF/ |jboss-spring.xml | but in 'Spring Deployer 3' we have 'jboss-sprin

[jboss-user] [JBoss/Spring Integration] - Re: Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Ok, Alesj. I'll wait for your post ;-) As I wish to use Spring 2.5 would I simply swap out the existing Spring files from the .deployer directory, which I believe are Spring 2.0 correct?, with 2.5 ? Many thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss/Spring Integration] - Jboss/Spring Integration, second attempt!

2008-06-05 Thread beyarecords
Platform: Win XP SP1, JDK 1.6.0_06, Jboss 5.0.0.CR1 So, I, and as per sticky instructions, download 'jboss-spring.deployer' from 'Spring Deployer 3.0'. I then place said .deployer file into the deploy directory and start server. The following error is the issued in the server logs: | 2008-0

[jboss-user] [JBoss/Spring Integration] - Spring.war - 404 error : My first attempt at deplying a spri

2008-06-04 Thread beyarecords
Hi, I am currently working with Win XP SP1, JDK 1.6.0_06, Jboss 5.0.0.CR1, Spring 2.5.5. I initially used a standalone version of Tomcat (6.0.16) to test the project. I then simply renamed the main directory from springmvc to springmvc.war and deployed it in Jboss. A 404 error is then issued.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.IllegalAccessError: class javax.xml.parsers.Se

2008-06-04 Thread beyarecords
Many thanks for the information, Peter. You have been most helpful and it is very much appreciated. I guess I'll hold off on the migration to 5.0.0.CR1, for the meantime ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155738#4155738 Reply to the post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.IllegalAccessError: class javax.xml.parsers.Se

2008-06-04 Thread beyarecords
Hi, I came across the following piece of information: anonymous wrote : | The servlet 2.3 spec says (9.6.2 Web Application Classloader): | "The classloader that a container uses to load a servlet in a WAR must not | allow the WAR to override JDK or Java Servlet API classes, and is recommen

[jboss-user] [Installation, Configuration & DEPLOYMENT] - java.lang.IllegalAccessError: class javax.xml.parsers.Securi

2008-06-03 Thread beyarecords
Hi, I am in the process of migrating my application from 4.0.3SP1 to 5.0.0.CR1, on Win XP SP1, and am receiving the following error message in the server logs when placing my WAR (Cocoon 2.1.8) into the deploy directory. It would seem that there is an issue concerning the xml-apis.jar/xml-apis-1

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-03 Thread beyarecords
Many thanks, Peter. Re-building the har did the trick!! I did notice though, that even with 'Hbm2ddlAuto' set to 'update' in my jboss-service.xml file no output was generated in 5.0.0.CR1 in regards to mapping db tables!! View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-03 Thread beyarecords
Hi Peter, so I have built 5.0.0.CR1. Whilst maintaining the same project structure as mentioned in my opening post, the following error message is now being generated in the server logs: | 2008-06-03 22:06:49,375 WARN [org.jboss.detailed.classloader.ClassLoaderManager] (main) Unexpected err

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-03 Thread beyarecords
Many thanks for the link, Peter. Could you, or anyone else, please remind me how I go about obtaining the changed files? Many thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155463#4155463 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har placem

2008-06-03 Thread beyarecords
Hi, my project structure is as follows: default: - deployers/ejb3.deployer/ postgresql-8.2.504.jdbc4 - deploy/ hibernate.har postgres-ds As I am unable to find any information relating to the placement of hibernate.har directories in 5beta4, could someone kindly inform me where this directory

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
"jaikiran" wrote : Do not install JBoss or even Java in a folder containing a space in its path name. Sweet Lord...how did I miss that!!! Although saying that I do already have a fully operational 4.0.3SP1 project operating from the same directory!! Anyways, Jboss5.0.0.Beta4 starts up correctly

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
Apologies for the original 5.0.0.Beta4 Log I posted. This reading is from the start of the error: | 14:27:48,937 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss:service=AttributePersistenceService state=Described mode=Manual requiredState=Configured | org.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
Jboss 5.0.0.Beta3 reads (taking from the begining of the error): | 14:34:54,062 ERROR [AbstractKernelController] Error installing to Described: name=AspectAppParsingDeployer state=PreInstall | java.lang.RuntimeException: java.lang.reflect.UndeclaredThrowableException | at org.jboss.ao

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Java JDK1.0.6_06 and Jboss5.0.0.Beta3/4 no go!!

2008-06-03 Thread beyarecords
Ok, so I unpack Jboss, navigate to the bin the directory, and then type 'run' at the DOS prompt. Both Beta 3 and 4 bomb out and fail to start-up. Both are virgin installs. What is the issue here and how can I resolve it? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: What has changed in Hibernate from Jboss AS 4.0.3 to 4.2

2007-10-24 Thread beyarecords
Bump! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098561#4098561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098561 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - What has changed in Hibernate from Jboss AS 4.0.3 to 4.2.2?

2007-10-24 Thread beyarecords
Hi, In the deploy directory of Jboss 4.0.3 I have the following: 1. Myproject.war 2. Hibernate.har 3. Postgres-ds.xml Upon starting Jboss all database tables are 'mapped' correctly between hibernate and postresql 8.2. Pages which reference data from the various tables operate as expected. In t

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: NoSuchMethodError: net.sf.ehcache.Cache.get(Ljava/lang/O

2007-03-14 Thread beyarecords
Hi, anyone have any thoughts on this one? I must say i'm a bit stuck here... -- Regards Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028149#4028149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028149 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - NoSuchMethodError: net.sf.ehcache.Cache.get(Ljava/lang/Objec

2007-03-14 Thread beyarecords
Hi, I have just migrated from Jboss 4.0.3 to 4.0.5 and am experiencing the above mentioned error. The following structure works flawlessly in 4.0.3 and is as follows: | deploy/hibernate.har/jboss-service | | deploy/ejb3.deployer/ehcache.xml | deploy/ejb3.deployer/ehcache-1.2beta4 | d