Re: [Resteasy-users] how does one update the version on RESTEasy in JBoss7?

2012-05-21 Thread Bill Burke
Ok, I've added a new jboss-modules project to Branch_2_3 (and master). 
It creates jandex files too (just copied over the relevant scripts from 
JBoss as7 build).

I'll work on your CDI problems next.

On 5/20/12 8:36 PM, Jim Stafford wrote:
> The attached maven project may make updating JBoss 7.x with current
> resteasy modules easier. It uses the resources, dependency, and
> assembly plugins to build an archive that can be unzipped to the
> JBOSS_HOME directory and replace the shipped
> modules/org/jboss/resteasy versions
>
> I understand the .index files are auto-generated. I commented out the
> jandex.jar files since I did not know where to locate them or generate
> them.
>
>  
>  
>  
>  
>  
>
> So far...this has appeared to help my RESTEasy+CDI deployments.
>
> jboss-modules/target/
> |-- archive-tmp
> |-- jboss-modules-1.0-SNAPSHOT-archive.zip
> `-- modules
>  `-- org
>  `-- jboss
>  `-- resteasy
>  |-- resteasy-atom-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-atom-provider-2.3.3.Final.jar
>  |-- resteasy-cdi
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-cdi-2.3.3.Final.jar
>  |-- resteasy-jackson-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jackson-provider-2.3.3.Final.jar
>  |-- resteasy-jaxb-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jaxb-provider-2.3.3.Final.jar
>  |-- resteasy-jaxrs
>  |   `-- main
>  |   |-- async-http-servlet-3.0-2.3.3.Final.jar
>  |   |-- module.xml
>  |   `-- resteasy-jaxrs-2.3.3.Final.jar
>  |-- resteasy-jettison-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jettison-provider-2.3.3.Final.jar
>  |-- resteasy-jsapi
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jsapi-2.3.3.Final.jar
>  |-- resteasy-multipart-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-multipart-provider-2.3.3.Final.jar
>  `-- resteasy-yaml-provider
>  `-- main
>  |-- module.xml
>  `-- resteasy-yaml-provider-2.3.3.Final.jar
>
>
> On Thu, May 17, 2012 at 10:31 AM, Bill Burke  wrote:
>> Right now it is painful.  You can remove the jandex.jar files I think.
>> They are just annotaiton indexes to help with scanning.  You also have
>> to edit the module.xml files.  The file should be self-explanatory.
>>
>> I've logged a jira for 2.3.4 to create something so that you can more
>> easily patch AS7.
>>
>> On 5/16/12 2:15 PM, Jim Stafford wrote:
>>> I am having some issues with custom marshallers when deployed to JBoss
>>> (acts differently when deployed locally within Jetty) and would like
>>> to update my JBoss 7.1.1 instance to the latest release of RESTEasy
>>> based on what was stated in JIRA
>>> (https://issues.jboss.org/browse/RESTEASY-555). In looking at the
>>> modules folder there are files I can update (.jar files) and other
>>> files (-jandex.jar) I don't know how to obtain. Making it worse --
>>> there are several resteasy modules that have to be addressed.
>>>
>>> Is there an 2.3.3.Final archive (or a way to build it) somewhere in
>>> the RESTEasy camp to replace what is in the JBoss 7 modules directory
>>> to complete the upgrade painlessly.
>>>
>>> thanks
>>> jim
>>>
>>> --
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> ___
>>> Resteasy-users mailing list
>>> Resteasy-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/resteasy-users
>>
>> --
>> Bill Burke
>> JBoss, a division of Red Hat
>> http://bill.burkecentral.com
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/501

Re: [Resteasy-users] how does one update the version on RESTEasy in JBoss7?

2012-05-21 Thread Bill Burke
Awesome Jim!  That was my next task and you got to it first.  I'll add 
it to GIT.


On 5/20/12 8:36 PM, Jim Stafford wrote:
> The attached maven project may make updating JBoss 7.x with current
> resteasy modules easier. It uses the resources, dependency, and
> assembly plugins to build an archive that can be unzipped to the
> JBOSS_HOME directory and replace the shipped
> modules/org/jboss/resteasy versions
>
> I understand the .index files are auto-generated. I commented out the
> jandex.jar files since I did not know where to locate them or generate
> them.
>
>  
>  
>  
>  
>  
>
> So far...this has appeared to help my RESTEasy+CDI deployments.
>
> jboss-modules/target/
> |-- archive-tmp
> |-- jboss-modules-1.0-SNAPSHOT-archive.zip
> `-- modules
>  `-- org
>  `-- jboss
>  `-- resteasy
>  |-- resteasy-atom-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-atom-provider-2.3.3.Final.jar
>  |-- resteasy-cdi
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-cdi-2.3.3.Final.jar
>  |-- resteasy-jackson-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jackson-provider-2.3.3.Final.jar
>  |-- resteasy-jaxb-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jaxb-provider-2.3.3.Final.jar
>  |-- resteasy-jaxrs
>  |   `-- main
>  |   |-- async-http-servlet-3.0-2.3.3.Final.jar
>  |   |-- module.xml
>  |   `-- resteasy-jaxrs-2.3.3.Final.jar
>  |-- resteasy-jettison-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jettison-provider-2.3.3.Final.jar
>  |-- resteasy-jsapi
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-jsapi-2.3.3.Final.jar
>  |-- resteasy-multipart-provider
>  |   `-- main
>  |   |-- module.xml
>  |   `-- resteasy-multipart-provider-2.3.3.Final.jar
>  `-- resteasy-yaml-provider
>  `-- main
>  |-- module.xml
>  `-- resteasy-yaml-provider-2.3.3.Final.jar
>
>
> On Thu, May 17, 2012 at 10:31 AM, Bill Burke  wrote:
>> Right now it is painful.  You can remove the jandex.jar files I think.
>> They are just annotaiton indexes to help with scanning.  You also have
>> to edit the module.xml files.  The file should be self-explanatory.
>>
>> I've logged a jira for 2.3.4 to create something so that you can more
>> easily patch AS7.
>>
>> On 5/16/12 2:15 PM, Jim Stafford wrote:
>>> I am having some issues with custom marshallers when deployed to JBoss
>>> (acts differently when deployed locally within Jetty) and would like
>>> to update my JBoss 7.1.1 instance to the latest release of RESTEasy
>>> based on what was stated in JIRA
>>> (https://issues.jboss.org/browse/RESTEASY-555). In looking at the
>>> modules folder there are files I can update (.jar files) and other
>>> files (-jandex.jar) I don't know how to obtain. Making it worse --
>>> there are several resteasy modules that have to be addressed.
>>>
>>> Is there an 2.3.3.Final archive (or a way to build it) somewhere in
>>> the RESTEasy camp to replace what is in the JBoss 7 modules directory
>>> to complete the upgrade painlessly.
>>>
>>> thanks
>>> jim
>>>
>>> --
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> ___
>>> Resteasy-users mailing list
>>> Resteasy-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/resteasy-users
>>
>> --
>> Bill Burke
>> JBoss, a division of Red Hat
>> http://bill.burkecentral.com
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> Resteasy-users mailing list
>> Resteasy-users@lists.sour

Re: [Resteasy-users] how does one update the version on RESTEasy in JBoss7?

2012-05-17 Thread Bill Burke
Right now it is painful.  You can remove the jandex.jar files I think. 
They are just annotaiton indexes to help with scanning.  You also have 
to edit the module.xml files.  The file should be self-explanatory.

I've logged a jira for 2.3.4 to create something so that you can more 
easily patch AS7.

On 5/16/12 2:15 PM, Jim Stafford wrote:
> I am having some issues with custom marshallers when deployed to JBoss
> (acts differently when deployed locally within Jetty) and would like
> to update my JBoss 7.1.1 instance to the latest release of RESTEasy
> based on what was stated in JIRA
> (https://issues.jboss.org/browse/RESTEASY-555). In looking at the
> modules folder there are files I can update (.jar files) and other
> files (-jandex.jar) I don't know how to obtain. Making it worse --
> there are several resteasy modules that have to be addressed.
>
> Is there an 2.3.3.Final archive (or a way to build it) somewhere in
> the RESTEasy camp to replace what is in the JBoss 7 modules directory
> to complete the upgrade painlessly.
>
> thanks
> jim
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/resteasy-users

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users