THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Below is an example of the default class_analogies.properties file
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ########################################################################################################### # Jboss classes and it's analogies. ########################################################################################################### org.jboss.security.SimplePrincipal = org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal org.jboss.security.auth.spi.DigestCallback = org.apache.geronimo.j2g.sources.dependence.compatibility.DigestCallback org.jboss.security.Nobody = org.apache.geronimo.j2g.sources.dependence.compatibility.Nobody org.jboss.security.Anybody = org.apache.geronimo.j2g.sources.dependence.compatibility.Anybody org.jboss.security.auth.spi.UsernamePasswordLoginModule = org.apache.geronimo.j2g.sources.dependence.compatibility.GeronimoLoginModule org.jboss.security.SimpleGroup = org.apache.geronimo.j2g.sources.dependence.compatibility.GeronimoSimpleGroup |
Below is an example of the default compatible_sources.properties file
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ###################################################################### # List of compatibility sources ###################################################################### org.apache.geronimo.j2g.sources.dependence.compatibility.DigestCallback org.apache.geronimo.j2g.sources.dependence.compatibility.Nobody org.apache.geronimo.j2g.sources.dependence.compatibility.Anybody org.apache.geronimo.j2g.sources.dependence.compatibility.GeronimoLoginModule org.apache.geronimo.j2g.sources.dependence.compatibility.GeronimoSimpleGroup org.apache.geronimo.j2g.sources.dependence.compatibility.PasswordHasher |
...
Below is an example of the default annotation_differences.properties file
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ########################################################################### # Jboss classes and it's analogies. ########################################################################### Resource = mappedName-->name EJB = mappedName-->name MessageDriven = mappedName-->name Stateful = mappedName-->name Stateless = mappedName-->name |
...
Below is an example of the default persistence_differences.properties file
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ########################################################################### # Jboss persistence.xml property names and its analogies. ########################################################################### hibernate.connection.url = openjpa.ConnectionURL hibernate.connection.driver_class = openjpa.ConnectionDriverName hibernate.connection.password = openjpa.ConnectionPassword hibernate.connection.username = openjpa.ConnectionUserName hibernate.hbm2ddl.auto = suggestion:openjpa.jdbc.SynchronizeMappings |
...