Apache does not update documentation? Major Bug in Java
Clash Royale CLAN TAG #URR8PPP Apache does not update documentation? Major Bug in Java I'm getting this error Cannot display ObjectMessage body. Reason: Failed to build the body from content. Serializable class not available to the broker. Reason: java.lang.ClassNotFoundException: Forbidden class com.company.data.TicketData! This class is not trusted to be serialized as ObjectMessage payload. Please take a look at this for more information on how to configure trusted classes. I added System.setProperty("org.apache.activemq.SERIALIZABLE_PACKAGES","*"); in my code that invokes the creation of the JMS and doesn't work. System.setProperty("org.apache.activemq.SERIALIZABLE_PACKAGES","*"); I also set setx org.apache.activemq.SERIALIZABLE_PACKAGES "*" in the cmd but still the same error. setx org.apache.activemq.SERIALIZABLE_PACKAGES "*" Even if you check the error page. it talks about an env script file that does not exist...