I'm still trying to understand rex to extract data from my search results. Can someone help me build a regex command with these examples please?
I'm trying to pull out the exception type (i.e. BwbRequestExceptions) and message into 2 separate fields:
com.beeweeb.mobileservices.tapestry.exceptions.BwbRequestException: Error while parsing server request
org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException: javax.xml.bind.UnmarshalException
- with linked exception:
[org.xml.sax.SAXParseException: Content is not allowed in prolog.]
... View more