[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-06-19 Thread ramazanyich
Hi,
we had the same issue as we were using JAXB2.0 databinding in our classes.
Until new release of JBOSS is out you can use workaround solution:
Copy jaxb-api.jar and jaxb-impl.jar into JBOSS_HOME/server/default/lib 
directory and in $JBOSS_HOME/server/default/conf/jboss-service.xml file add 
following line just after  element:
   
 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951678#3951678

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951678


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-06-02 Thread tdevos
Thank you for solving this in the next release.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948753#3948753

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948753


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-06-02 Thread [EMAIL PROTECTED]
The deprecated JAXB1.0 API classes in package javax.xml.bind.* have been 
removed in jboss-4.0.5.cr1 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948679#3948679

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948679


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-17 Thread [EMAIL PROTECTED]
Better ask in the WebServices user forum

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944198#3944198

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944198


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-17 Thread tdevos
Thank you for your reply Dimitris.

I already tried that but this gives the same result. I tried to experiment 
further reading the wiki`s about the classloading issues but unfortunatly 
wihtout any result. I don`t understand why JBoss uses an own implementation of 
the javax.xml.bind package. Am I right that the the javax.* and java.* packages 
are always loaded through the default class loader. Maybe this explains, 
however doesn`t solve the problem. 

Am I right that in JBoss 4.0.3SP1 the JWSDP libraries where compatible but not 
for JBoss 4.0.4? Is it usefull to update to jwsdp 2.0? However, this contains 
an early access release of JAXB 2.0 and maybe this is not recommended for a 
production environment.

Regards,

Tim De Vos

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944138#3944138

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944138


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-16 Thread [EMAIL PROTECTED]
Maybe, put the overriding library inside your scoped .ear

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943981#3943981

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943981


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-16 Thread tdevos
Hi,

In the mean time I didn`t find a solution for this problem. I already tried 
with:


  | 
  |
  |
  |   true
  |   true
  |
  | 
  | 

But this still gives the error. Nobody has a solution?

Regards,

Tim De Vos

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943894#3943894

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943894


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user