[jboss-as7-dev] Question about JBoss Logging
Anil Saldhana
Anil.Saldhana at redhat.com
Tue Mar 22 12:43:20 EDT 2011
Hi all,
can we make it an habit to create wiki articles in the AS7
development space, whenever we conquered a tough problem?
I have done my bit.
http://community.jboss.org/wiki/JBossAS7Logging
http://community.jboss.org/wiki/AS7NetworkPorts
http://community.jboss.org/wiki/AnilsCheatSheetforAS7Development
Regards,
Anil
On 03/22/2011 11:34 AM, Andrig Miller wrote:
>
> ----- Original Message -----
>> From: "David M. Lloyd"<david.lloyd at redhat.com>
>> To: jboss-as7-dev at lists.jboss.org
>> Sent: Tuesday, March 22, 2011 10:19:26 AM
>> Subject: Re: [jboss-as7-dev] Question about JBoss Logging
>> A dependency added to an EAR won't automatically propagate to its
>> constituent deployments unless you declare it as exported:
>>
>> Dependency: org.jboss.logging export
>>
>> Not sure it's ever been tried - good luck! ;-)
> Okay, I'll try that next. Here's to hoping it does work.
>
> Thanks.
>
>> On 03/22/2011 11:16 AM, Andrig Miller wrote:
>>> Jaikiran,
>>>
>>> I have tried the approach of adding the dependencies into the
>>> MANIFEST.MF, but I still get the same class not found exception when
>>> trying to use JBoss Logging. I have attached my ear file. Maybe
>>> someone
>>> could look at it, and see what I might be doing wrong.
>>>
>>> Andy
>>>
>>> ------------------------------------------------------------------------
>>>
>>> *From: *"Andrig Miller"<anmiller at redhat.com>
>>> *To: *jpai at redhat.com
>>> *Cc: *jboss-as7-dev at lists.jboss.org
>>> *Sent: *Friday, March 18, 2011 9:51:31 AM
>>> *Subject: *Re: [jboss-as7-dev] Question about JBoss Logging
>>>
>>> Okay, thanks. Ales pinged me via Skype and said the same thing.
>>>
>>> Thanks again.
>>>
>>> Andy
>>>
>>> ------------------------------------------------------------------------
>>>
>>> *From: *"Jaikiran Pai"<jpai at redhat.com>
>>> *To: *"Andrig Miller"<anmiller at redhat.com>
>>> *Cc: *jboss-as7-dev at lists.jboss.org
>>> *Sent: *Friday, March 18, 2011 9:02:59 AM
>>> *Subject: *Re: [jboss-as7-dev] Question about JBoss Logging
>>>
>>> You _don't_ need the jboss-structure.xml (or any other JBoss
>>> specific descriptors).
>>>
>>> -Jaikiran
>>> On Friday 18 March 2011 08:17 PM, Andrig Miller wrote:
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> *From: *"Jaikiran Pai"<jpai at redhat.com>
>>> *To: *jboss-as7-dev at lists.jboss.org
>>> *Sent: *Friday, March 18, 2011 7:21:57 AM
>>> *Subject: *Re: [jboss-as7-dev] Question about JBoss
>>> Logging
>>>
>>> On Friday 18 March 2011 06:39 PM, Andrig Miller
>>> wrote:
>>>
>>>
>>> Is JBoss Logging exposed as a public API through
>>> the
>>> module system?
>>>
>>> From what I remember, it's not.
>>>
>>> If not, what is the recommended approach?
>>>
>>> Add the following to META-INF/MANIFEST.MF:
>>>
>>> Manifest-Version: 1.0
>>> Dependencies: org.jboss.logging
>>>
>>> Do, I have to do this, plus the jboss-structure.xml?
>>>
>>> Andy
>>>
>>>
>>>
>>> -Jaikiran
More information about the jboss-as7-dev
mailing list